Annotation of parser3/ChangeLog, revision 1.40
1.40 ! paf 1: 2004-09-13 paf
! 2: * src/types/pa_vhashfile.C 1.44:
! 3: change: empty keys now error in parser [not something obscure
! 4: from sdbm lib]
! 5:
! 6: * src/types/pa_vhashfile.C 1.45:
! 7: * www/htdocs/_bug.html 1.67:
! 8: beauty: not reproduced $hashfile.key[$novalue] bug [reported by motorin],
! 9: inserted safety-check
! 10:
! 11: * src/classes/mail.C 1.107:
! 12: bugfix: typo error
! 13:
! 14: * src/classes/xdoc.C 1.145:
! 15: change: ^xdoc.string now outputted as-is [tainted as-is]
! 16:
! 17: * src/lib/sdbm/apr-include/apr.h 1.5:
! 18: * src/types/pa_vhashfile.C 1.43:
! 19: * www/htdocs/_bug.html 1.66:
! 20: bugfix: error numbers now from errno.h = strerror now returnes
! 21: something and we can properly report that to client
! 22:
! 23: * src/classes/xdoc.C 1.146:
! 24: * www/htdocs/_bug.html 1.65:
! 25: * www/htdocs/_bug.xsl 1.13:
! 26: change: ^xdoc.string now outputted as-is [tainted as-is]
! 27: this helps //[space][newline] to remain as-is and not be unnecessary optimized away [ruining javascript]
! 28:
! 29: * src/lib/sdbm/sdbm_private.h 1.2:
! 30: change: limit on length(key+value) now 8008 bytes, were 1008.
! 31: perl sdbm compatibility now ruined
! 32:
! 33: * src/main/pa_string.C 1.200:
! 34: * www/htdocs/_bug.html 1.68:
! 35: bugfix: $s[+008] ^eval($s) now parsed OK [were as octal]
! 36:
! 37: 2004-09-09 paf
! 38: * src/main/pa_common.C 1.194:
! 39: bugfix: loads headers with both \r\n and \n separators
! 40: bugfix: loads header with endings \r\n\r\n and \n\n
! 41: (bloody yandex.server)
! 42:
! 43: 2004-09-06 paf
! 44: * src/main/pa_charset.C 1.50:
! 45: bugfix: two-bytes invalid chars in TranscodeFromUTF8 considered
! 46: valid. only >2bytes-long now %HH encoded
! 47:
! 48: 2004-09-01 paf
1.39 paf 49: * src/classes/mail.C 1.105:
50: * src/include/pa_config_fixed.h 1.66:
51: * src/types/pa_value.C 1.18:
52: * src/types/pa_value.h 1.119:
53: * src/types/pa_vmail.C 1.64:
54: * www/htdocs/_bug.html 1.63:
55: new: ^mail:send[
56: $.file[
57: $.any[header]
58:
59: * src/types/pa_vmail.C 1.66:
60: * www/htdocs/_bug.html 1.64:
61: new: ^mail:send[$.file[$.content-disposition can be overriden
62: new: empty mail header fields removed from letter
63:
64: * src/types/pa_vmail.C 1.67:
65: change: multipart/mixed changed to multipart/related
66: outlook express have no problems showing unrelated attachments.
67: todo: someday figure out a way of
68: multipart/mixed
69: multipart/related
70: text/html
71: image/xxx
72: application/octet-stream << true attachments
73:
74: 2004-08-30 paf
75: * src/include/pa_config_fixed.h 1.65:
76: * src/main/pa_common.C 1.193:
77: * www/htdocs/.htaccess 1.40:
78: * www/htdocs/_bug.html 1.62:
79: beauty: less warnings
80:
81: * src/main/pa_common.C 1.192:
82: beauty: do not bother with charset detection when ^file::load[binary
83:
84: 2004-08-27 paf
85: * src/main/pa_common.C 1.191:
86: hack: for yandex.server http server
87:
88: 2004-08-18 paf
89: * src/main/pa_request.C 1.270:
90: bugfix: Accept-Ranges: bytes when sending possibly-chunked response
91:
92: 2004-08-17 paf
93: * src/classes/file.C 1.128:
94: * src/classes/file.C 1.129:
95: bugfix: $f[^file::load[;http://]] $f.content-type now = that of
96: http response
97:
98: 2004-08-03 paf
99: * www/htdocs/.htaccess 1.39:
100: * www/htdocs/_bug.html 1.61:
101: bugfix: empty input variables can be replaced by output
102: [forgot to allocate proper buffer, oracle _server_ died with
103: kgepop: no error frame to pop to for error 21500
104: message]
105:
106: 2004-07-30 paf
107: * src/include/pa_exception.h 1.44:
108: * src/main/pa_request.C 1.268:
109: * src/targets/cgi/parser3.C 1.231:
110: * www/htdocs/.htaccess 1.37:
111: * www/htdocs/_bug.html 1.60:
112: bugfix: win32: system&parser exceptions in release mode reported properly
113: parser exception in exception handler WERE mistakenly reported as system exception, without details
114:
115: * src/include/pa_request.h 1.176:
116: * src/main/pa_request.C 1.269:
117: * src/targets/apache13core/mod_parser3_core.C 1.7:
118: * src/targets/cgi/parser3.C 1.232:
119: * src/targets/isapi/parser3isapi.C 1.92:
120: * www/htdocs/.htaccess 1.38:
121: bugfix: win32: system&parser exceptions in release mode reported properly
122: parser exception in exception handler WERE mistakenly reported as system exception, without details
123: [in apache & isapi]
124: +some beauty in exception text
125:
126: * src/main/execute.C 1.306:
127: beauty: simplified system exception handling
128:
129: 2004-07-29 paf
130: * src/types/Makefile.am 1.37:
131: * src/types/Makefile.in 1.57:
132: added vhash.c
133:
134: * src/classes/table.C 1.206:
135: * www/htdocs/_bug.html 1.59:
136: bugfix: ^table.save[export.csv;$.separator[^;]] now works fine
137: [separator were ignored, and \t used unconditionally]
138:
139: 2004-07-28 paf
140: * src/classes/date.C 1.68:
141: * src/classes/image.C 1.111:
142: * src/classes/math.C 1.39:
143: * src/lib/ltdl/ltdl.c 1.4:
144: * src/lib/pcre/pcre_parser_ctype.c 1.5:
145: * src/lib/smtp/comms.C 1.6:
146: * src/main/pa_common.C 1.189:
147: * src/main/pa_common.C 1.190:
148: * src/main/pa_string.C 1.199:
149: * src/targets/cgi/parser3.C 1.230:
150: * src/types/pa_vform.C 1.83:
151: * src/types/pa_vmail.C 1.62:
152: * src/types/pa_vmail.C 1.63:
153: * www/htdocs/_bug.html 1.58:
154: bugfix: isspace((unsigned char)c) everywhere. failed on russian letters
155:
156: * src/main/pa_exec.C 1.64:
157: * www/htdocs/_bug.html 1.57:
158: bugfix: win32: chdir not needed, dir passwed as '
159: currentDirectory' parameter to CreateProcess
160:
161: 2004-07-27 paf
162: * src/types/pa_vdate.h 1.33:
163: bugfix: time checked not only at set_time but also in ctor
164:
165: * src/types/pa_vdate.h 1.34:
166: check: for invalid datetime after temporary TZ shift
167:
168: * src/targets/cgi/parser3.vcproj 1.12:
169: beauty: win32: globaloptimizations ON, release:mapfile ON
170: todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions]
171:
172: 2004-07-26 paf
173: * operators.txt 1.176:
174: * src/include/pa_common.h 1.100:
175: * src/main/pa_common.C 1.188:
176: * src/main/pa_request.C 1.267:
177: * src/types/pa_vfile.h 1.57:
178: * src/types/pa_vhash.C 1.5:
179: * src/types/pa_vhash.h 1.52:
180: * src/types/types.vcproj 1.14:
181: * www/htdocs/_bug.html 1.56:
182: new: $response:body/download[
183: $.file[name on disk]
184: $.name[of file for user]
185: $.mdate[date of last-modified. default from directory]
186: ]
187:
188: * src/classes/file.C 1.127:
189: moving file:send somewhere else..
190:
191: * src/classes/file.C 1.126:
192: * src/include/pa_sapi.h 1.26:
193: * src/main/pa_common.C 1.187:
194: * src/targets/apache13core/mod_parser3_core.C 1.6:
195: * src/targets/cgi/parser3.C 1.229:
196: * src/targets/isapi/parser3isapi.C 1.91:
197: patched: ^file:send by Victor Fedoseev <vvf_ru@mail.ru>
198: todo: turn it to $response:download[
199: $.filename[filename]
200: $.option[]
201: ,,
202: ]
203:
204: * src/classes/file.C 1.125:
205: beauty: invalid mode thoroughly reported
206:
207: 2004-07-21 paf
208: * src/types/pa_vmail.C 1.61:
209: * www/htdocs/_bug.html 1.55:
210: bugfix: too long header values now splitted to several lines
211:
212: were:
213: header: vaaaaaaaaaaaalue
214: now:
215: header: vaaaaaa
216: aaalue
217:
218: note: ms outlook[!express] shows only first 255 characters of subject
219:
220: 2004-07-15 paf
221: * src/main/pa_os.C 1.7:
222: bugfix: locks now compiled in [were mistakenly off]
223:
224: 2004-07-14 paf
225: * src/classes/table.C 1.205:
226: bugfix: $.bind values now got untainted according to lang
227: were: as-is]
228:
229: 2004-07-07 paf
230: * src/main/pa_charset.C 1.49:
231: * www/htdocs/.htaccess 1.36:
232: * www/htdocs/_bug.html 1.53:
233: convinience: transcodeFromUTF8 now never fails. in case on input appears nonutf,
234: those bytes will be printed in %HH form. that can be easily decoded/recovered.
235:
236: this form is quite noticable, and hopefully would not go noticed
237:
238: * src/classes/file.C 1.124:
239: * src/main/pa_exec.C 1.62:
240: * src/main/pa_exec.C 1.63:
241: * www/htdocs/_bug.html 1.54:
242: * www/htdocs/_bug.pl 1.1:
243: bufix: on unix AND win32 environment string now untainted according to their languages.
244: were: as-is. EVERYWHERE
245:
246: * src/main/pa_exec.C 1.61:
247: bufix: on unix environment string now untainted according to their languages.
248: were: as-is. on win32: ok
249:
250: * parser3.vssscc 1.2:
251: ...would not go unnoticed
252:
253: * src/classes/op.C 1.149:
254: bugfix: cache with 2 params caused assertion, checked that
255:
256: 2004-07-06 paf
257: * src/main/pa_exec.C 1.60:
258: bufix: on unix environment string now untainted according to their languages.
259: were: as-is. on win32: ok
260:
261: 2004-07-01 paf
262: * src/classes/classes.vcproj 1.12:
263: * src/lib/cord/cord.vcproj 1.2:
264: * src/lib/gd/gd.vcproj 1.7:
265: * src/lib/ltdl/ltdl.vcproj 1.3:
266: * src/lib/md5/md5.vcproj 1.3:
267: * src/lib/pcre/pcre.vcproj 1.3:
268: * src/lib/pcre/pcre_dftables.vcproj 1.4:
269: * src/lib/pcre/pcre_parser_ctype.vcproj 1.4:
270: * src/lib/smtp/smtp.vcproj 1.6:
271: * src/main/main.vcproj 1.14:
272: * src/targets/apache13/ApacheModuleParser3.vcproj 1.7:
273: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9:
274: * src/targets/cgi/parser3.vcproj 1.11:
275: * src/targets/isapi/parser3isapi.vcproj 1.8:
276: * src/types/types.vcproj 1.13:
277: * www/htdocs/.htaccess 1.35:
278: win32: option: global optimization ON
279:
280: * src/main/untaint.C 1.133:
281: * www/htdocs/_bug.html 1.52:
282: workaround kinda bug in libxml: life requires to do xdoc::create{invalid chars}
283: standard disables chars less then \x20, except tab, cr, lf.
284:
285: changed tainting so that those become '!'
286:
287: 2004-06-25 paf
288: * src/types/pa_vhashfile.C 1.41:
289: bugfix: hashfile deserialize accessed int on odd address
290:
291: * src/types/pa_vhashfile.C 1.42:
292: bugfix: hashfile deserialize accessed int on odd address
293: [prev bugfix failed due to superwize optimizer, which turned memcpy into same 'ld' asm command]
294:
295: 2004-06-23 paf
296: * www/htdocs/_bug.html 1.51:
297: checked: oracle: various ways of returning error from stored proc.
298: bad: no way of knowing which exactly user-defined exception were thrown.
299: good: raise_application_error can return error message number and string FINE
300: good: PRAGMA EXCEPTION_INIT works good too
301:
302: 2004-06-22 paf
303: * operators.txt 1.175:
304: * src/classes/hash.C 1.71:
305: * src/classes/memory.C 1.7:
306: * src/classes/string.C 1.141:
307: * src/classes/table.C 1.204:
308: * src/classes/void.C 1.34:
309: * src/include/pa_config_includes.h 1.29:
310: * www/htdocs/_bug.html 1.49:
311: new:
312: ^void:sql{call paf(:a)}[
313: $.bind[
314: $.a[2]
315: ]
316: ]
317: output variables work.
318: todo: check in out variables
319:
320: * www/htdocs/_bug.html 1.50:
321: checked: in out variables OK
322:
323: * src/sql/pa_sql_driver.h 1.42:
324: note: about possible optimization
325:
326: 2004-06-18 paf
327: * src/classes/file.C 1.123:
328: * src/classes/hash.C 1.70:
329: * src/classes/string.C 1.140:
330: * src/classes/table.C 1.203:
331: * src/classes/void.C 1.33:
332: * src/include/pa_globals.h 1.111:
333: * src/include/pa_sql_connection.h 1.39:
334: * src/main/compile.tab.C 1.103:
335: * src/sql/pa_sql_driver.h 1.41:
336: * www/htdocs/.htaccess 1.34:
337: * www/htdocs/_bug.html 1.48:
338: started:
339: ^void:sql{call paf(:a)}[
340: $.bind[
341: $.a[2]
342: ]
343: ]
344: input variables work.
345: todo:output
346:
347: * src/targets/cgi/parser3.C 1.228:
348: bugfix: iis specific
349: http://parser3/_bug.html?404;http://hpsv/test/
350: now
351: $request:uri
352: /_bug.html?404;http://hpsv/test/
353:
354: 2004-06-16 paf
355: * src/targets/cgi/parser3.C 1.227:
356: new: iis specific
357: http://parser3/_bug.html?404;http://server/_bug.html?f=v
358: now
359: $request:query
360: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
361: $form:fields
362: IIS-STATUS="404"
363: IIS-DOCUMENT="http://server/_bug.html"
364: f="v"
365:
366: todo: isapi too
367:
1.38 paf 368: 2004-05-26 paf
369: * operators.txt 1.174:
370: * src/classes/op.C 1.148:
371: * src/classes/table.C 1.202:
372: * src/include/pa_string.h 1.163:
373: * src/main/untaint.C 1.132:
374: * www/htdocs/_bug.html 1.47:
375: beauty: removed outdated level 'table'
376:
377: * src/main/pa_string.C 1.198:
378: beauty: removed 3 warnings
379:
380: * Makefile.am [release_3_1_3] 1.46.2.1:
381: * Makefile.am [release_3_1_3] 1.46.2.2:
382: * Makefile.in [release_3_1_3] 1.60.2.1:
383: * Makefile.in [release_3_1_3] 1.60.2.2:
384: * acinclude.m4 [release_3_1_3] 1.33.2.1:
385: * acinclude.m4 [release_3_1_3] 1.33.2.2:
386: * aclocal.m4 [release_3_1_3] 1.36.2.1:
387: * aclocal.m4 [release_3_1_3] 1.36.2.2:
388: * acsite.m4 [release_3_1_3] 1.11.2.1:
389: * acsite.m4 [release_3_1_3] 1.11.2.2:
390: * configure [release_3_1_3] 1.79.2.1:
391: * configure [release_3_1_3] 1.79.2.2:
392: * configure.in [release_3_1_3] 1.79.2.1:
393: * configure.in [release_3_1_3] 1.79.2.2:
394: *** empty log message ***
395:
396: * src/include/pa_version.h [release_3_1_3] 1.16.4.1:
397: 3.1.3
398:
399: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2:
400: added: thanks to konst
401:
402: 2004-05-25 paf
403: * src/sql/pa_sql_driver.h 1.40:
404: beauty: param renamed and comment changed, it is now safe to
405: use url if pointers to it are stored to gc mem
406:
407: * src/main/pa_exec.C 1.59:
408: * src/types/pa_vhashfile.C 1.40:
409: bugfix: hashfile unknown errors reported and not cause SIGSEGV now
410:
411: * src/lib/sdbm/apr_file_io.C 1.4:
412: bugfix: bad seek wrapper implementation. mistery: how anything worked
413:
414: 2004-05-24 paf
415: * src/include/pa_string.h 1.161:
416: * src/lib/cord/include/cord.h 1.4:
417: more speed, less memory: CORD_chars_block originally intended
418: to speedup/reduce mem usage were forgotten, and were used
419: stupid CORD_chars
420:
421: * src/include/pa_config_auto.h.in 1.41:
422: bugfix: bigendian check added
423:
424: * src/targets/apache13/p3runConfigure.in 1.17:
425: bugfix: smtp added
426:
427: * src/include/pa_config_fixed.h 1.64:
428: * src/include/pa_string.h 1.160:
429: bugfix: on BIGENDIAN processors space-conserving mech failed, causing
430: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d", (1|2|3));
431:
432: * src/include/pa_string.h 1.162:
433: * src/lib/cord/cordbscs.c 1.4:
434: * src/lib/cord/cordxtra.c 1.6:
435: * src/lib/cord/include/cord.h 1.5:
436: * www/htdocs/_bug.html 1.46:
437: cancel: more speed, less memory: CORD_chars_block originally intended to ...
438: it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
439: undoing that. [and removed that func so that it would not confuse parser developer in future]
440:
441: * Makefile.am 1.46:
442: * Makefile.in 1.60:
443: * acinclude.m4 1.33:
444: * aclocal.m4 1.36:
445: * acsite.m4 1.11:
446: * configure 1.79:
447: * configure.in 1.79:
448: *** empty log message ***
449:
450: 2004-05-14 paf
451: * src/types/Makefile.am 1.36:
452: * src/types/pa_vvoid.C 1.1:
453: * src/types/pa_vvoid.h 1.22:
454: * src/types/types.vcproj 1.12:
455: * www/htdocs/.htaccess 1.33:
456: * www/htdocs/_bug.html 1.45:
457: * www/htdocs/auto.p 1.22:
458: bugfix: void now has vfile value, and $response:body[] works OK
459:
460: * src/types/Makefile.in 1.56:
461: *** empty log message ***
462:
463: 2004-05-12 paf
464: * src/types/pa_vbool.h 1.25:
465: * src/types/pa_vhash.h 1.51:
466: * src/types/pa_vhashfile.h 1.28:
467: * src/types/pa_vtable.h 1.53:
468: * www/htdocs/.htaccess 1.32:
469: * www/htdocs/_bug.html 1.44:
470: beauty: ^if(def $bool) now equals ^if($bool)
471: and shaped up other sources to use is_defined() {return as_bool();} along VBool
472:
473: 2004-05-11 paf
474: * src/include/pa_exec.h 1.17:
475: bugfix: gpf on file::exec/cgi because of referencing to local objects
476:
477: * src/classes/mail.C 1.104:
478: * src/include/pa_exec.h 1.16:
479: * src/main/compile.tab.C 1.102:
480: * src/types/pa_vmail.C 1.60:
481: * src/types/pa_vmail.h 1.16:
482: * www/htdocs/.htaccess 1.31:
483: * www/htdocs/_bug.gif 1.2:
484: * www/htdocs/_bug.html 1.43:
485: bugfix: bcc with sendmail now left intact
486:
487: 2004-04-15 paf
488: * src/include/pa_exec.h 1.15.4.1:
489: * src/include/pa_exec.h 1.15.4.2:
490: bugfix: interface without pointer provoked bug
491:
492: * src/classes/date.C 1.67:
493: merged: beauty: unused var removed
494:
495: * src/classes/date.C 1.65.4.1:
496: beauty: unused var removed
497:
498: 2004-04-09 paf
499: * src/types/pa_vform.C 1.82:
500: bugfix: form:imap were incorrect
501:
502: * src/types/pa_vform.C 1.81.2.1:
503: merge: bugfix: form:imap were incorrect
504:
505: 2004-04-08 paf
506: * src/main/pa_xml_io.C 1.17.4.1:
507: merged: bugfix /etc/xml/catalog
508:
509: * src/classes/date.C 1.66:
510: new: ^date::create[y-m-d h-M-s>>.milliseconds<<] now allowed,
511: ignored so far
512:
513: * src/main/pa_xml_io.C 1.18:
514: bugfix: in safe mode -- disabled attempts to consult default
515: catalog [usually, that file belongs to other user/group]
516:
517: 2004-04-06 paf
518: * src/main/compile.tab.C 1.98:
519: * src/main/compile.y 1.210:
520: * www/htdocs/_bug.html 1.40:
521: bugfix: step1 to fix explicit result problem
522:
523: * src/main/compile.tab.C 1.100:
524: * src/main/compile.y 1.212:
525: * www/htdocs/_bug.html 1.42:
526: bugfix: step3 to fix explicit result problem
527:
528: * operators.txt 1.173:
529: * src/classes/string.C 1.139:
530: new: ^string.append[string]
531:
532: * src/main/compile.C 1.75:
533: * src/main/compile.tab.C 1.97:
534: * src/main/compile.y 1.209:
535: * www/htdocs/_bug.html 1.39:
536: reimplemented: @method[][result] means "no string output here"
537: moved to lexical level [on grammar level it were too difficult]
538:
539: * src/main/compile.tab.C 1.99:
540: * src/main/compile.y 1.211:
541: * www/htdocs/_bug.html 1.41:
542: bugfix: step2 to fix explicit result problem
543:
544: * src/main/pa_common.C 1.186:
545: beauty: gcc warning removed
546:
547: * Makefile.am 1.45:
548: * Makefile.in 1.59:
549: * acinclude.m4 1.32:
550: * aclocal.m4 1.35:
551: * acsite.m4 1.10:
552: * configure 1.78:
553: * configure.in 1.78:
554: *** empty log message ***
555:
556: * src/main/pa_common.C 1.184:
557: * src/main/pa_common.C 1.185:
558: bugfix: of 1.175 bugfix: http://i.p.a.ddress gethostbyaddr added [on some platforms gethostbyname failed with such 'domains']
559: now checked properly, were: needless reverse/forward dns lookup
560:
561: * operators.txt 1.172:
562: * src/include/pa_string.h 1.159:
563: * src/main/compile.tab.C 1.96:
564: * src/main/compile.y 1.208:
565: * src/main/compile_tools.h 1.74:
566: * src/types/pa_vmethod_frame.C 1.6:
567: * src/types/pa_vmethod_frame.h 1.50:
568: * www/htdocs/.htaccess 1.30:
569: * www/htdocs/_bug.html 1.38:
570: new: @method[][result] means "no string output here",
571: implemented part of that idea: compiler throws away string literal generation code. and barks nonwhitespace chars
572:
573: * operators.txt 1.171:
574: truth: removed comment about $ORIGIN
575:
576: * src/main/compile.tab.C 1.101:
577: * src/main/compile.y 1.213:
578: bugfix: gcc refused to accept that trick, trying other
579:
580: * src/include/pa_opcode.h [attempt_check_call_in_explicit_result_mode] 1.27.6.1:
581: * src/main/compile.tab.C [attempt_check_call_in_explicit_result_mode] 1.97.2.1:
582: * src/main/compile.y [attempt_check_call_in_explicit_result_mode] 1.209.2.1:
583: * src/main/execute.C [attempt_check_call_in_explicit_result_mode] 1.305.6.1:
584: * www/htdocs/_bug.html [attempt_check_call_in_explicit_result_mode] 1.39.2.1:
585: attempt_check_call_in_explicit_result_mode: failed
586:
587: 2004-04-05 paf
588: * src/main/pa_common.C 1.182.4.1:
589: removed warning
590:
591: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.1:
592: added: donated by Konstantin Tomashevitch [mailto:konst@design
593: ru]
594:
595: * src/doc/html2chm.cmd 1.7.30.1:
596: beauty: no need in bg here
597:
598: * Makefile.am 1.43.4.1:
599: * Makefile.am 1.44:
600: * Makefile.in 1.57.4.1:
601: * Makefile.in 1.58:
602: * acinclude.m4 1.30.4.1:
603: * acinclude.m4 1.31:
604: * aclocal.m4 1.33.4.1:
605: * aclocal.m4 1.34:
606: * acsite.m4 1.8.4.1:
607: * acsite.m4 1.9:
608: * configure 1.76.4.2:
609: * configure 1.77:
610: * configure.in 1.75.4.2:
611: * configure.in 1.76:
612: *** empty log message ***
613:
614: * configure.in 1.77:
615: * src/doc/html2chm.cmd 1.8:
616: * src/doc/sources2html.cmd 1.6:
617: * src/include/pa_version.h 1.16:
618: * src/main/pa_common.C 1.183:
619: * src/targets/isapi/parser3isapi.C 1.90:
620: * www/htdocs/.htaccess 1.29:
621: * www/htdocs/_bug.html 1.37:
622: * www/htdocs/_bug.txt 1.5:
623: merged with 3.1.3
624:
625: * src/targets/isapi/parser3isapi.C 1.89.2.1:
626: beauty: removed some warnings
627:
628: * configure 1.76.4.1:
629: * configure.in 1.75.4.1:
630: * src/include/pa_version.h 1.15:
631: 3.1.3
632:
633: * src/doc/sources2html.cmd 1.5.38.1:
634: beauty: same window, in bg it interfered with FAR console
635:
1.37 paf 636: 2004-04-02 paf
637: * src/targets/cgi/parser3.C 1.226:
638: new: CGI_PARSER_LOG env variable allows to specify where to put
639: parser log file
640:
641: * src/main/pa_string.C 1.197:
642: bugfix: $s[009] ^s.int[] now 9, were error
643:
644: 2004-04-01 paf
645: * src/include/pa_cache_managers.h 1.17:
646: * src/include/pa_globals.h 1.110:
647: * src/include/pa_socks.h 1.15:
648: * src/main/pa_cache_managers.C 1.15:
649: * src/main/pa_globals.C 1.174:
650: * src/main/pa_socks.C 1.22:
651: * src/targets/apache13/mod_parser3.c 1.11:
652: * src/targets/apache13/pa_httpd.h 1.6:
653: * src/targets/apache13core/mod_parser3_core.C 1.5:
654: * src/targets/cgi/parser3.C 1.225:
655: * src/targets/isapi/parser3isapi.C 1.89:
656: * src/targets/isapi/parser3isapi.def 1.2:
657: bugfix: sql connections now are disconnected
658:
659: * src/classes/table.C 1.201:
660: bugfix: bugfix: table::load last line without tab and enter
661: were ignored
662:
1.36 paf 663: 2004-03-30 paf
664: * src/doc/ClassExample1.dox 1.5:
665: * src/doc/ClassExample2.dox 1.5:
666: * src/doc/ClassExample3.dox 1.5:
667: * src/doc/chmhelper.pl 1.2:
668: * src/doc/class.dox 1.3:
669: * src/doc/compiler.dox 1.4:
670: * src/doc/doxygen.cfg 1.25:
671: * src/doc/exception.dox 1.3:
672: * src/doc/executor.dox 1.3:
673: * src/doc/footer.htm 1.4:
674: * src/doc/index.dox 1.6:
675: * src/doc/memory.dox 1.3:
676: * src/doc/methoded.dox 1.4:
677: * src/doc/object.dox 1.3:
678: * src/doc/string.dox 1.6:
679: * src/doc/targets.dox 1.4:
680: * src/doc/value.dox 1.4:
681: * src/include/pa_version.h 1.14:
682: * src/main/pa_cache_managers.C 1.14:
683: * src/main/pa_stylesheet_connection.C 1.2:
684: * src/targets/isapi/parser3isapi.vcproj 1.7:
685: * src/types/pa_vform.C 1.81:
686: * www/htdocs/_bug.html 1.36:
687: * www/htdocs/_bug.txt 1.4:
688: merged bugfixes from 3.1.2, changed version to 3.1.3beta
689:
690: * src/classes/table.C 1.200:
691: bugfix: table::load last line without tab and enter were ignored
692:
693: * src/classes/table.C 1.199:
694: bufix: if last table lines were commented, gpfed
695:
696: 2004-03-29 paf
697: * src/types/pa_vhashfile.C 1.39:
698: bugfix: empty key on hashfile.get causes gpf
699:
700: * src/doc/ClassExample1.dox [release_3_1_2] 1.4.34.1:
701: * src/doc/ClassExample2.dox [release_3_1_2] 1.4.36.1:
702: * src/doc/ClassExample3.dox [release_3_1_2] 1.4.34.1:
703: * src/doc/chmhelper.pl [release_3_1_2] 1.1.36.1:
704: * src/doc/class.dox [release_3_1_2] 1.2.44.1:
705: * src/doc/compiler.dox [release_3_1_2] 1.3.36.1:
706: * src/doc/doxygen.cfg [release_3_1_2] 1.24.28.1:
707: * src/doc/exception.dox [release_3_1_2] 1.2.10.1:
708: * src/doc/executor.dox [release_3_1_2] 1.2.44.1:
709: * src/doc/footer.htm [release_3_1_2] 1.3.8.1:
710: * src/doc/index.dox [release_3_1_2] 1.5.10.1:
711: * src/doc/memory.dox [release_3_1_2] 1.2.10.1:
712: * src/doc/methoded.dox [release_3_1_2] 1.3.34.1:
713: * src/doc/object.dox [release_3_1_2] 1.2.44.1:
714: * src/doc/string.dox [release_3_1_2] 1.5.10.1:
715: * src/doc/targets.dox [release_3_1_2] 1.3.36.1:
716: * src/doc/value.dox [release_3_1_2] 1.3.34.1:
717: translated to english
718:
719: 2004-03-25 paf
720: * src/types/pa_vform.C [release_3_1_2] 1.80.2.1:
721: beauty: removed warning
722:
723: * src/classes/classes.vcproj [release_3_1_2] 1.10.2.1:
724: bugfix: now all compiles in any folder [removed last ;) folder
725: dependency]
726:
727: * src/classes/classes.vcproj 1.11:
728: merged bugfix: now all compiles in any folder [removed last ;)
729: folder dependency]
730:
731: * src/classes/hash.C 1.69:
732: * www/htdocs/_bug.html 1.35:
733: bugfix: ^hash::sql{one column} now produces $.hash[$.column_value1(true) ... ]
734: [were producing some strang thing]
735:
736: * src/targets/isapi/parser3isapi.vcproj [release_3_1_2] 1.6.2.1:
737: beauty: one more parser3project dependency removed
738:
739: * src/include/pa_version.h [release_3_1_2] 1.13.2.1:
740: release
741:
742: * src/classes/table.C 1.197:
743: beauty: comment& more meaningful error message
744:
745: * src/main/pa_cache_managers.C [release_3_1_2] 1.13.2.1:
746: * src/main/pa_stylesheet_connection.C [release_3_1_2] 1.1.2.1:
747: bugfix: refused to compile without xml
748:
749: * src/lib/gd/gif.C 1.4:
750: new: ^image.pixel(outof;bounds) now returns -1
751:
752: * Makefile.am [release_3_1_2] 1.43.2.1:
753: * Makefile.in [release_3_1_2] 1.57.2.1:
754: * acinclude.m4 [release_3_1_2] 1.30.2.1:
755: * aclocal.m4 [release_3_1_2] 1.33.2.1:
756: * acsite.m4 [release_3_1_2] 1.8.2.1:
757: * configure [release_3_1_2] 1.76.2.1:
758: * configure.in [release_3_1_2] 1.75.2.1:
759: *** empty log message ***
760:
1.35 paf 761: 2004-03-23 paf
1.36 paf 762: * src/classes/image.C 1.110:
763: * src/main/pa_common.C 1.182:
764: * www/htdocs/_bug.html 1.34:
765: bugfix: ^image.polyline and http status line parsing
766: checked number of columns in table [user reported an assert]
767:
1.35 paf 768: * src/targets/cgi/parser3.C 1.224:
769: debug helper added
770:
771: * src/classes/op.C 1.147:
772: * src/types/pa_value.C 1.17:
773: * src/types/pa_wcontext.C 1.30:
774: * www/htdocs/_bug.html 1.33:
775: bugfix: junction reattach now actually reattaches a junction to new wcontext [were only assigning it to junction,
776: which caused junction tracking to loose junction, and it's context were not killed, and it tried to process in invalid context, gpf]
1.36 paf 777:
778: * operators.txt 1.170:
779: example: on hashfile
1.35 paf 780:
781: 2004-03-19 paf
782: * src/types/pa_wcontext.C 1.29:
783: * www/htdocs/_bug.html 1.32:
784: beauty: error messages removed duplicate "type(type)" in braces
785:
786: 2004-03-10 paf
787: * operators.txt 1.169:
788: * src/classes/xdoc.C 1.144:
789: * src/classes/xnode.C 1.67:
790: * src/classes/xnode.h 1.22:
791: * src/types/pa_vxdoc.C 1.28:
792: * src/types/pa_vxdoc.h 1.39:
793: * src/types/pa_vxnode.C 1.38:
794: * src/types/pa_vxnode.h 1.30:
795: * www/htdocs/_bug.html 1.31:
796: new: refined solution to search-in-namespaces problem:
797: $xdoc.search-namespaces.x[http://pif.design.ru/]
798: $nodes[^xdoc.select[//x:second]]
799:
800: * operators.txt 1.168:
801: * src/classes/xnode.C 1.66:
802: * www/htdocs/_bug.html 1.30:
803: * www/htdocs/_bug.xml 1.2:
804: new: xnode.select*[xpath expression][[NAMESPACES HASH]]
805: allows to search for info in namespaces
806:
807: $nodes[^xdoc.select[//x:second][
808: $.x[http://pif.design.ru/]
809: ]]
810:
811: 2004-03-09 paf
812: * operators.txt 1.167:
813: * src/main/pa_common.C 1.181:
814: * www/htdocs/.htaccess 1.28:
815: * www/htdocs/_bug.html 1.29:
816: * www/htdocs/_bug.txt 1.3:
817: * www/htdocs/_bug.xsl 1.12:
818: new: ^file::load[...][options]
819: $.form[
820: !$.field1[string]
821: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
822: ]
823: !$.body[string]
824:
825: GET ?here
826: notGET(POST, HEAD, others) in content-type: application/x-www-form-urlencoded
827:
828: todo: upload files ability
829:
830: * src/lib/cord/cordxtra.c 1.5:
831: bugfix: CORD_pos were not fixed properly, done
832:
833: 2004-03-05 paf
834: * etc/parser3.charsets/windows-1251.cfg 1.11:
835: typo
836:
837: * operators.txt 1.164:
838: * operators.txt 1.165:
839: * src/include/pa_common.h 1.99:
840: * src/main/pa_common.C 1.178:
841: * www/htdocs/_bug.html 1.28:
842: new: http:// options $.user $.password basic authorization
843:
844: * src/main/pa_common.C 1.177:
845: beauty: removed needless vars
846:
847: * operators.txt 1.166:
848: * src/main/pa_common.C 1.180:
849: new: file::load[;http:// GET/POST $.form[$.fields
850: started, not tested yet
851: todo:$.field[table] for multiple values
852:
853: * src/sql/pa_sql_driver.h 1.39:
854: beauty: important warning added
855:
856: * etc/parser3.charsets/koi8-r.cfg 1.7:
857: there's special code for grad char!
858:
859: * operators.txt 1.163:
860: new: pgsql option [like that recently added to oracle driver]
861: ClientCharset=parser-charset << charset in which parser thinks client works
862:
863: * operators.txt 1.162:
864: * www/htdocs/_bug.html 1.27:
865: new: odbc option [like that recently added to oracle driver]
866: ClientCharset=parser-charset << charset in which parser thinks client works
867:
868: * src/main/pa_common.C 1.179:
869: beauty: link to rtf added
870:
871: 2004-03-04 paf
872: * operators.txt 1.161:
873: * www/htdocs/_bug.html 1.26:
874: * www/htdocs/_bug.txt 1.2:
875: new: mysql option [like that recently added to oracle driver]
876: ClientCharset=parser-charset << charset in which parser thinks client works
877:
878: * src/main/pa_sql_driver_manager.C 1.83:
879: speedup: charset lookups cached, sql transcoding now goes faster
880:
881: * etc/parser3.charsets/koi8-r.cfg 1.5:
882: * etc/parser3.charsets/windows-1251.cfg 1.9:
883: typograph chars commented
884:
885: * etc/parser3.charsets/koi8-r.cfg 1.6:
886: * etc/parser3.charsets/windows-1251.cfg 1.10:
887: keyboard typo error
888:
889: 2004-03-03 paf
890: * INSTALL 1.38:
891: note: added on libgc on FreeBSD,
892: thanks to Andrey N. Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
893:
894: 2004-03-02 paf
895: * operators.txt 1.160:
896: new[update typo]:
897: !^void.left(n)
898: nothing
899: !^void.right(n)
900: nothing
901: !^void.mid(p[;n])
902: nothing
903:
904: * www/htdocs/_bug.html 1.22:
905: feature: oracle?..&LowerCaseColumnNames=0&ClientCharset
906: something column names got transcoded to $request:charset too [
907: were only column data]
908:
909: * operators.txt 1.157:
910: * src/classes/file.C 1.121:
911: * www/htdocs/_bug.gif 1.1:
912: * www/htdocs/_bug.html 1.23:
913: ^file.sql-string[] inside ^connect gets properly escaped string, which can be passed to request
914: now this for mysql only. it's up to parser sql driver to fix zeros properly
915:
916: * operators.txt 1.158:
917: * src/classes/file.C 1.122:
918: * src/include/pa_string.h 1.158:
919: * www/htdocs/_bug.html 1.24:
920: new: ^file::sql[[name_to_become_$.name]]{}
921: query result must be one row with columns:
922: first: data
923: second: file name
924: third: content-type
925:
926: * operators.txt 1.159:
927: * src/classes/void.C 1.32:
928: * www/htdocs/_bug.html 1.25:
929: new:
930: !^void.left(n)
931: nothing
932: !^void.right(n)
933: nothing
934: !^void.pos(p[;n])
935: nothing
936:
937: * src/targets/apache13/p3runConfigure.in 1.16:
938: @LIBS@ mainly to include -lm to apache
939:
940: * INSTALL 1.37:
941: note: added on building apache with this option: --enable-shared=max
942: thanks to Victor Fedoseev <vvf_ru@mail.ru>
943:
944: 2004-03-01 paf
945: * operators.txt 1.156:
946: * src/classes/hash.C 1.68:
947: * www/htdocs/_bug.html 1.21:
948: new: ^hash._keys[>>name<<] to call sole column of result
949:
950: * src/classes/xdoc.C 1.143:
951: * src/types/pa_vxdoc.h 1.38:
952: * www/htdocs/_bug.html 1.17:
953: * www/htdocs/_bug.xsl 1.11:
954: bugfix: boolean output options now have unified defaults [after
955: transform indent/omit-xml-declaration/standalone 'default'
956: erroreously meant 'true']
957:
958: * src/targets/apache13core/mod_parser3_core.C 1.4:
959: * src/targets/isapi/parser3isapi.C 1.88:
960: new: apache module & isapi extension memory:compact befor processingrequest
961:
962: * src/classes/string.C 1.138:
963: * www/htdocs/_bug.html 1.18:
964: bugfix: ^string.left/right/mid with negative values now
965: considered bad
966:
1.39 paf 967: * src/lib/smtp/comms.C 1.5:
968: bugfix: use SO_LINGER if no SO_DONTLINGER exist
969:
1.38 paf 970: * src/classes/string.C 1.136:
971: check: trim 'chars' must not be empty, exception if it is
972:
1.35 paf 973: * src/classes/string.C 1.137:
974: feature: ^string.trim both parameters may be empty-strings, meaning
975: kind=both
976: chars=whitespaces
977:
978: * src/classes/image.C 1.108:
979: * src/types/pa_vimage.C 1.30:
980: * src/types/pa_vimage.h 1.40:
981: * www/htdocs/_bug.html 1.19:
982: beauty: image -- less checks [were ugly impl]
983:
984: * src/classes/string.C 1.135:
985: changed: ^string.trim
986: [] << both, whitespaces
987: [start|both|end] << kind, whitespaces
988: [start|both|end;chars] full
989:
990: * operators.txt 1.155:
991: * src/classes/image.C 1.109:
992: * src/lib/gd/gif.C 1.3:
993: * src/lib/gd/gif.h 1.3:
994: * www/htdocs/_bug.html 1.20:
995: new: ^image.pixel(x;y)[(color)]
996: get/set pixel color
997:
998: * src/main/pa_common.C 1.175:
999: * www/htdocs/_bug.html 1.16:
1000: bugfix: http://i.p.a.ddress gethostbyaddr added [on some
1001: platforms gethostbyname failed with such 'domains']
1002:
1003: * src/main/pa_common.C 1.176:
1004: bugfix: INADDR_NONE not everywhere defined
1005:
1006: * src/include/pa_config_auto.h.in 1.40:
1007: no select check, no define
1008:
1.34 paf 1009: 2004-02-27 paf
1010: * www/htdocs/_bug.html 1.12:
1011: * www/htdocs/_bug.txt 1.1:
1012: just test: file::load[text;http:// $.text utf-8 signature, line ends OK
1013: http://i2/tasks/edit/?id=4629476859594276758
1014:
1015: * src/main/untaint.C 1.131:
1016: speed: there's no \n chars in output [normally], so no need to optimize them
1017: they could be retrived from databases, though. but
1018: 1. should be replaced
1019: 2. if not optimized, no harm done
1020:
1021: * operators.txt 1.153:
1022: * src/classes/string.C 1.133:
1023: * src/include/pa_string.h 1.157:
1024: * src/main/pa_string.C 1.195:
1025: * www/htdocs/_bug.html 1.14:
1026: new method: ^string.trim[start|both|end[;chars]] default 'chars' -- whitespace chars
1027: started, only start works
1028:
1029: * src/lib/smtp/smtp.h 1.5:
1030: bugfix: SMTP buffer overflow could allow malicious SMTP server to attack as by returning too long status responses
1031: http://i2/tasks/edit/?id=4629448401140924947
1032:
1033: * www/htdocs/_bug.html 1.13:
1034: * www/htdocs/_bug.xml 1.1:
1035: * www/htdocs/_bug.xsl 1.10:
1036: bug discovered: todo! xdoc::create+save != xdoc.transform&no
1037: xsl:output>+save
1038:
1039: * operators.txt 1.154:
1040: * src/classes/string.C 1.134:
1041: * src/main/pa_string.C 1.196:
1042: * www/htdocs/_bug.html 1.15:
1043: new method: ^string.trim[start|both|end[;chars]] default 'chars' -- whitespace chars
1044: finished
1045:
1046: * src/main/pa_exec.C 1.58:
1047: bugfix: waitpid could be interrupted -- ^file::exec/cgi could return invalid status & zombie child can remain for short period until process exists [very bad in mod_parser3]
1048: http://i2/tasks/edit/?id=4629451867179521923
1049:
1050: * Makefile.am 1.43:
1051: * Makefile.in 1.57:
1052: * acinclude.m4 1.30:
1053: * aclocal.m4 1.33:
1054: * acsite.m4 1.8:
1055: * configure 1.76:
1056: * configure.in 1.75:
1057: *** empty log message ***
1058:
1059: * src/main/compile.C 1.74:
1060: bugfix: line numbers after ^process{}[$.line(-10]] can be
1061: negative, allowed to print they as signed
1062:
1063: 2004-02-26 paf
1064: * operators.txt 1.151:
1065: * operators.txt 1.152:
1066: * src/classes/op.C 1.146:
1067: * src/include/pa_request.h 1.175:
1068: * src/main/compile.C 1.73:
1069: * src/main/compile_tools.h 1.73:
1070: * src/main/pa_request.C 1.266:
1071: * www/htdocs/_bug.html 1.11:
1072: * www/htdocs/_bug.p 1.1:
1073: * www/htdocs/_bug.xsl 1.9:
1074: feature: ^process...{CODE}[now has options]
1075: which are
1076: $.main[to what to rename @main]
1077: $.file[file, from which (user says) goes that CODE]
1078: $.lineno(line number in that file, where CODE starts. may be negative)
1079:
1080: 2004-02-25 paf
1081: * www/htdocs/_bug.html 1.10:
1082: * www/htdocs/_bug.xsl 1.8:
1083: xhtml: 	 as resutl of <xsl:attribute>[tab] is OK
1084:
1085: * src/classes/hash.C 1.67:
1086: feature: ^hash::sql{one colum result} now produces hash of
1087: column=>1
1088:
1089: * src/lib/smtp/smtp.h 1.4:
1090: beauty: couple of #ifdef-s to compile even with incomplete
1091: errno constants set
1092:
1093: * etc/parser3.charsets/Makefile.am 1.5:
1094: * etc/parser3.charsets/Makefile.in 1.20:
1095: bugfix: @sysconfdir@ used [were old @charsetsdir@ recently
1096: erased from configure.in]
1097:
1098: 2004-02-24 paf
1099: * src/lib/smtp/smtp.C 1.4:
1100: smtp on unix: compiled on win32
1101:
1102: * src/lib/smtp/smtp.C 1.7:
1103: smtp on unix: authors of lib/smtp never read "man select"
1104:
1105: * src/lib/smtp/Makefile.am 1.2:
1106: * src/lib/smtp/Makefile.in 1.4:
1107: * src/lib/smtp/comms.C 1.3:
1108: * src/lib/smtp/smtp.C 1.3:
1109: * src/lib/smtp/smtp.h 1.3:
1110: * src/targets/cgi/Makefile.am 1.51:
1111: * src/targets/cgi/Makefile.in 1.68:
1112: started porting smtp to unix [testing on solaris]
1113:
1114: * src/main/pa_os.C 1.6:
1115: beauty: <0 better then ==-1
1116:
1117: * src/classes/Makefile.am 1.49:
1118: * src/classes/Makefile.in 1.61:
1119: * src/classes/mail.C 1.101:
1120: * src/lib/smtp/comms.C 1.4:
1121: * src/lib/smtp/smtp.C 1.5:
1122: * src/lib/smtp/smtp.C 1.6:
1123: smtp on unix: steps to work on unix
1124:
1125: * src/classes/mail.C 1.102:
1126: * src/classes/mail.C 1.103:
1127: * src/types/pa_vmail.C 1.59:
1128: * src/types/pa_vmail.h 1.15:
1129: smtp on unix: steps to work on unix [extracted 'to']
1130:
1131: 2004-02-20 paf
1132: * src/classes/xdoc.C 1.142:
1133: * www/htdocs/_bug.xsl 1.7:
1134: beauty: ugly code removed, thanks to egr for pointing that out
1135:
1136: * src/classes/xdoc.C 1.141:
1137: * www/htdocs/_bug.html 1.9:
1138: * www/htdocs/_bug.xsl 1.6:
1139: bugfix: <tag attr="&#digital_entity;" bug fixed again [same
1140: solution, mistanenly removed one line]
1141:
1142: 2004-02-19 paf
1143: * src/classes/date.C 1.64:
1144: * src/classes/image.C 1.106:
1145: * www/htdocs/_bug.html 1.8:
1146: beauty: date::create[bad date time in daylightsaving hole] now
1147: throws error
1148:
1149: * src/classes/date.C 1.65:
1150: * src/classes/image.C 1.107:
1151: * src/types/pa_vdate.h 1.32:
1152: feature: date::create from bad datetime in spring
1153: daylightsaving hole now OK for all platforms [on some platforms
1154: it failed]
1155:
1156: * src/classes/date.C 1.63:
1157: comment: mistake fixed
1158:
1159: 2004-02-18 paf
1160: * src/classes/xdoc.C 1.138:
1161: * www/htdocs/_bug.html 1.1:
1162: * www/htdocs/_bug.xsl 1.1:
1163: feature: reimplemented xhtml output, see /.xsl for sample
1164:
1165: * src/classes/xdoc.C 1.139:
1166: * www/htdocs/_bug.xsl 1.2:
1167: beauty: xhtml doctype-public/system forcly turns off omit-xml-declaration
1168:
1169: * src/classes/xdoc.C 1.140:
1170: * src/include/pa_charset.h 1.30:
1171: * www/htdocs/_bug.html 1.2:
1172: * www/htdocs/_bug.html 1.3:
1173: * www/htdocs/_bug.html 1.4:
1174: * www/htdocs/_bug.html 1.5:
1175: * www/htdocs/_bug.xsl 1.3:
1176: * www/htdocs/_bug.xsl 1.4:
1177: beauty: xdoc.string now renderes in $request:charset, but in header puts $response:charset
1178: todo: make that default only so that coder could override that
1179:
1180: * www/htdocs/_bug.html 1.6:
1181: * www/htdocs/_bug.html 1.7:
1182: * www/htdocs/_bug.xsl 1.5:
1183: beauty: coder can override save/file encoding by specifying it
1184: in xsl:output or in save/file hash-options
1185:
1186: 2004-02-17 paf
1187: * src/main/untaint.C 1.130:
1188: bugfix: one last char prior to "spaces<" were not made quoted-printable
1189:
1190: * src/main/pa_uue.C 1.8:
1191: bugfix: uuencoded finish char adding violated string invariant
1192:
1193: * src/classes/xdoc.C 1.134:
1194: new: xhtml now works [libxslt prevented libxml to do the work]
1195: <xsl:output
1196: method="html"
1197: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
1198: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
1199: />
1200:
1201: * src/classes/xdoc.C 1.135:
1202: bugfound: meta again, now somewhere in xhtml part of libxml
1203:
1204: * src/types/pa_vxdoc.h 1.37:
1205: bugfix: ^xdoc::transform [note double :] caused assertion
1206:
1207: * src/classes/xdoc.C 1.133:
1208: beauty: no <meta ... charset generated
1209:
1210: * src/classes/xdoc.C 1.136:
1211: beauty: method=html outputxmlbuffer not copied extra time
1212:
1213: * src/classes/xdoc.C 1.137:
1214: beauty: needless helper class removed
1215:
1216: * src/classes/hash.C 1.66:
1217: bugfix: ^hash.add[$hash] ^hash.sub[$hash] could hang. now such
1218: add does nothing, sub clears $hash
1219:
1220: 2004-02-16 paf
1221: * src/main/pa_globals.C 1.173:
1222: bugfix: xml errors copy from library now cleared [were not
1223: cleared properly]
1224:
1225: 2004-02-13 paf
1226: * bin/Makefile.in 1.11:
1227: * etc/Makefile.in 1.16:
1228: * etc/parser3.charsets/Makefile.in 1.19:
1229: * src/Makefile.in 1.57:
1230: * src/classes/Makefile.in 1.60:
1231: * src/include/Makefile.in 1.18:
1232: * src/include/pa_version.h 1.13:
1233: * src/lib/Makefile.in 1.13:
1234: * src/lib/cord/Makefile.in 1.4:
1235: * src/lib/cord/include/Makefile.in 1.3:
1236: * src/lib/cord/include/private/Makefile.in 1.3:
1237: * src/lib/gc/Makefile.in 1.3:
1238: * src/lib/gc/include/Makefile.in 1.3:
1239: * src/lib/gd/Makefile.in 1.3:
1240: * src/lib/ltdl/Makefile.in 1.6:
1241: * src/lib/md5/Makefile.in 1.9:
1242: * src/lib/patches/Makefile.in 1.13:
1243: * src/lib/pcre/Makefile.in 1.11:
1244: * src/lib/sdbm/Makefile.in 1.2:
1245: * src/lib/sdbm/apr-include/Makefile.in 1.2:
1246: * src/lib/smtp/Makefile.in 1.3:
1247: * src/main/Makefile.in 1.57:
1248: * src/sql/Makefile.in 1.13:
1249: * src/targets/Makefile.in 1.44:
1250: * src/targets/apache13/Makefile.in 1.49:
1251: * src/targets/apache13core/Makefile.in 1.6:
1252: * src/targets/cgi/Makefile.in 1.67:
1253: * src/targets/isapi/Makefile.in 1.14:
1254: * src/types/Makefile.in 1.55:
1255: prerelease
1256:
1257: * src/classes/xdoc.C 1.132:
1258: * src/include/pa_stylesheet_connection.h 1.39:
1259: * src/include/pa_xml_io.h 1.3:
1260: * src/main/Makefile.am 1.44:
1261: * src/main/compile.tab.C 1.95:
1262: * src/main/main.vcproj 1.13:
1263: * src/main/pa_globals.C 1.172:
1264: * src/main/pa_stylesheet_connection.C 1.1:
1265: * src/main/pa_xml_io.C 1.17:
1266: change: .xsl.stamp now not used, introducing dependencies
1267: timestamp check
1268:
1269: * bin/auto.p.dist.in 1.11:
1270: * configure.in 1.73:
1271: auto.p: @conf made relative
1272:
1273: * Makefile.am 1.42:
1274: * Makefile.in 1.56:
1275: * acinclude.m4 1.29:
1276: * aclocal.m4 1.32:
1277: * acsite.m4 1.7:
1278: * configure 1.75:
1279: * configure.in 1.74:
1280: *** empty log message ***
1281:
1282: 2004-02-12 paf
1283: * src/include/pa_sapi.h 1.25:
1284: 2004
1285:
1286: * INSTALL 1.36:
1287: --without-threads
1288:
1289: * src/types/pa_vform.C 1.80:
1290: bugfix: empty values[recently allowed] ruined empty <input type
1291: file> submits. parser thought there were nameless empty file
1292: and $form:field got value of type 'file'
1293:
1294: 2004-02-11 paf
1295: * parser3.sln 1.9:
1296: * src/classes/classes.vcproj 1.6:
1297: * src/classes/classes.vcproj 1.7:
1298: * src/lib/gd/gd.vcproj 1.2:
1299: * src/lib/gd/gd.vcproj 1.3:
1300: * src/lib/smtp/smtp.vcproj 1.2:
1301: * src/lib/smtp/smtp.vcproj 1.3:
1302: * src/main/compile.tab.C 1.94:
1303: * src/main/main.vcproj 1.8:
1304: * src/main/main.vcproj 1.9:
1305: * src/main/pa_globals.C 1.167:
1306: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.6:
1307: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.7:
1308: * src/targets/cgi/parser3.vcproj 1.6:
1309: * src/targets/cgi/parser3.vcproj 1.7:
1310: * src/targets/isapi/parser3isapi.vcproj 1.3:
1311: * src/targets/isapi/parser3isapi.vcproj 1.4:
1312: * src/types/types.vcproj 1.7:
1313: * src/types/types.vcproj 1.8:
1314: * www/htdocs/.htaccess 1.27:
1315: started changes to reflect libxml xsl new folders
1316:
1317: * src/classes/classes.vcproj 1.8:
1318: * src/classes/classes.vcproj 1.9:
1319: * src/lib/gd/gd.vcproj 1.4:
1320: * src/lib/gd/gd.vcproj 1.5:
1321: * src/lib/smtp/smtp.vcproj 1.4:
1322: * src/main/main.vcproj 1.10:
1323: * src/main/main.vcproj 1.11:
1324: * src/main/pa_globals.C 1.168:
1325: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.8:
1326: * src/targets/cgi/parser3.vcproj 1.8:
1327: * src/targets/cgi/parser3.vcproj 1.9:
1328: * src/targets/isapi/parser3isapi.vcproj 1.5:
1329: * src/types/types.vcproj 1.10:
1330: * src/types/types.vcproj 1.9:
1331: continued changes to reflect libxml xsl new folders
1332:
1333: * src/classes/classes.vcproj 1.10:
1334: * src/lib/gd/gd.vcproj 1.6:
1335: * src/lib/pcre/pcre.vcproj 1.2:
1336: * src/lib/pcre/pcre_dftables.vcproj 1.3:
1337: * src/lib/pcre/pcre_parser_ctype.vcproj 1.3:
1338: * src/lib/sdbm/sdbm.vcproj 1.4:
1339: * src/lib/smtp/smtp.vcproj 1.5:
1340: * src/main/main.vcproj 1.12:
1341: * src/main/pa_globals.C 1.169:
1342: * src/targets/apache13/ApacheModuleParser3.vcproj 1.6:
1343: * src/targets/cgi/parser3.C 1.223:
1344: * src/targets/cgi/parser3.vcproj 1.10:
1345: * src/targets/isapi/parser3isapi.vcproj 1.6:
1346: * src/types/types.vcproj 1.11:
1347: migrated to latest libxml[2.6.5] and libgdome[1.1.2]
1348: simplified lib build processes
1349:
1350: * src/classes/classes.C 1.21:
1351: * src/classes/classes.h 1.26:
1352: * src/classes/date.C 1.62:
1353: * src/classes/double.C 1.57:
1354: * src/classes/file.C 1.120:
1355: * src/classes/form.C 1.38:
1356: * src/classes/hash.C 1.65:
1357: * src/classes/hashfile.C 1.33:
1358: * src/classes/image.C 1.105:
1359: * src/classes/int.C 1.53:
1360: * src/classes/mail.C 1.100:
1361: * src/classes/math.C 1.38:
1362: * src/classes/memory.C 1.6:
1363: * src/classes/op.C 1.145:
1364: * src/classes/response.C 1.26:
1365: * src/classes/string.C 1.132:
1366: * src/classes/table.C 1.196:
1367: * src/classes/void.C 1.31:
1368: * src/classes/xdoc.C 1.131:
1369: * src/classes/xnode.C 1.65:
1370: * src/classes/xnode.h 1.21:
1371: * src/include/pa_array.h 1.64:
1372: * src/include/pa_cache_managers.h 1.16:
1373: * src/include/pa_charset.h 1.29:
1374: * src/include/pa_charsets.h 1.12:
1375: * src/include/pa_common.h 1.98:
1376: * src/include/pa_config_fixed.h 1.63:
1377: * src/include/pa_config_includes.h 1.28:
1378: * src/include/pa_dictionary.h 1.17:
1379: * src/include/pa_dir.h 1.16:
1380: * src/include/pa_exception.h 1.43:
1381: * src/include/pa_exec.h 1.15:
1382: * src/include/pa_globals.h 1.109:
1383: * src/include/pa_hash.h 1.62:
1384: * src/include/pa_memory.h 1.11:
1385: * src/include/pa_opcode.h 1.27:
1386: * src/include/pa_operation.h 1.5:
1387: * src/include/pa_os.h 1.4:
1388: * src/include/pa_request.h 1.174:
1389: * src/include/pa_request_charsets.h 1.4:
1390: * src/include/pa_request_info.h 1.4:
1391: * src/include/pa_socks.h 1.14:
1392: * src/include/pa_sql_connection.h 1.38:
1393: * src/include/pa_sql_driver_manager.h 1.32:
1394: * src/include/pa_stack.h 1.22:
1395: * src/include/pa_string.h 1.156:
1396: * src/include/pa_stylesheet_connection.h 1.38:
1397: * src/include/pa_stylesheet_manager.h 1.21:
1398: * src/include/pa_table.h 1.57:
1399: * src/include/pa_threads.h 1.29:
1400: * src/include/pa_types.h 1.48:
1401: * src/include/pa_uue.h 1.7:
1402: * src/include/pa_xml_exception.h 1.3:
1403: * src/include/pa_xml_io.h 1.2:
1404: * src/lib/gd/gif.C 1.2:
1405: * src/lib/gd/gif.h 1.2:
1406: * src/lib/gd/gifio.C 1.2:
1407: * src/lib/md5/pa_md5.h 1.10:
1408: * src/lib/md5/pa_md5c.c 1.12:
1409: * src/lib/smtp/comms.C 1.2:
1410: * src/lib/smtp/smtp.C 1.2:
1411: * src/lib/smtp/smtp.h 1.2:
1412: * src/main/compile.C 1.72:
1413: * src/main/compile_tools.C 1.57:
1414: * src/main/compile_tools.h 1.72:
1415: * src/main/execute.C 1.305:
1416: * src/main/pa_cache_managers.C 1.13:
1417: * src/main/pa_charset.C 1.48:
1418: * src/main/pa_charsets.C 1.15:
1419: * src/main/pa_common.C 1.174:
1420: * src/main/pa_dictionary.C 1.22:
1421: * src/main/pa_dir.C 1.19:
1422: * src/main/pa_exception.C 1.47:
1423: * src/main/pa_exec.C 1.57:
1424: * src/main/pa_globals.C 1.171:
1425: * src/main/pa_memory.C 1.5:
1426: * src/main/pa_os.C 1.5:
1427: * src/main/pa_request.C 1.265:
1428: * src/main/pa_socks.C 1.21:
1429: * src/main/pa_sql_driver_manager.C 1.82:
1430: * src/main/pa_string.C 1.194:
1431: * src/main/pa_stylesheet_manager.C 1.26:
1432: * src/main/pa_table.C 1.60:
1433: * src/main/pa_uue.C 1.7:
1434: * src/main/pa_xml_exception.C 1.3:
1435: * src/main/pa_xml_io.C 1.16:
1436: * src/main/untaint.C 1.129:
1437: * src/sql/pa_sql_driver.h 1.38:
1438: * src/targets/apache13/mod_parser3.c 1.10:
1439: * src/targets/apache13core/mod_parser3_core.C 1.3:
1440: * src/targets/apache13core/pa_threads.C 1.4:
1441: * src/targets/cgi/pa_threads.C 1.15:
1442: * src/targets/isapi/pa_threads.C 1.16:
1443: * src/targets/isapi/parser3isapi.C 1.87:
1444: * src/types/pa_junction.h 1.4:
1445: * src/types/pa_method.h 1.4:
1446: * src/types/pa_value.C 1.16:
1447: * src/types/pa_value.h 1.118:
1448: * src/types/pa_vbool.h 1.24:
1449: * src/types/pa_vclass.C 1.20:
1450: * src/types/pa_vclass.h 1.43:
1451: * src/types/pa_vcode_frame.h 1.27:
1452: * src/types/pa_vconsole.h 1.5:
1453: * src/types/pa_vcookie.C 1.63:
1454: * src/types/pa_vcookie.h 1.26:
1455: * src/types/pa_vdate.h 1.31:
1456: * src/types/pa_vdouble.h 1.45:
1457: * src/types/pa_venv.h 1.31:
1458: * src/types/pa_vfile.C 1.40:
1459: * src/types/pa_vfile.h 1.56:
1460: * src/types/pa_vform.C 1.79:
1461: * src/types/pa_vform.h 1.49:
1462: * src/types/pa_vhash.h 1.50:
1463: * src/types/pa_vhashfile.h 1.27:
1464: * src/types/pa_vimage.C 1.29:
1465: * src/types/pa_vimage.h 1.39:
1466: * src/types/pa_vint.h 1.41:
1467: * src/types/pa_vjunction.h 1.22:
1468: * src/types/pa_vmail.C 1.58:
1469: * src/types/pa_vmail.h 1.14:
1470: * src/types/pa_vmath.C 1.7:
1471: * src/types/pa_vmath.h 1.17:
1472: * src/types/pa_vmemory.h 1.4:
1473: * src/types/pa_vmethod_frame.C 1.5:
1474: * src/types/pa_vmethod_frame.h 1.49:
1475: * src/types/pa_vobject.C 1.16:
1476: * src/types/pa_vobject.h 1.42:
1477: * src/types/pa_vrequest.C 1.32:
1478: * src/types/pa_vrequest.h 1.28:
1479: * src/types/pa_vresponse.C 1.20:
1480: * src/types/pa_vresponse.h 1.35:
1481: * src/types/pa_vstateless_class.C 1.22:
1482: * src/types/pa_vstateless_class.h 1.48:
1483: * src/types/pa_vstateless_object.h 1.31:
1484: * src/types/pa_vstatus.C 1.24:
1485: * src/types/pa_vstatus.h 1.18:
1486: * src/types/pa_vstring.C 1.25:
1487: * src/types/pa_vstring.h 1.58:
1488: * src/types/pa_vtable.C 1.25:
1489: * src/types/pa_vtable.h 1.52:
1490: * src/types/pa_vvoid.h 1.21:
1491: * src/types/pa_vxdoc.C 1.27:
1492: * src/types/pa_vxdoc.h 1.36:
1493: * src/types/pa_vxnode.C 1.37:
1494: * src/types/pa_vxnode.h 1.29:
1495: * src/types/pa_wcontext.C 1.28:
1496: * src/types/pa_wcontext.h 1.46:
1497: * src/types/pa_wwrapper.h 1.31:
1498: 2004
1499:
1500: * src/main/pa_globals.C 1.170:
1501: beauty: typo caused gc.log warnings with debug version of gc.dll
1502:
1503: 2004-02-10 paf
1504: * INSTALL 1.34:
1505: critical: prior to 1.0.30 had bug: "a segfault on pattern
1506: compilation errors", on which spent 4 hours worktime. use
1507: versions higher than that. recommended now latest up to date
1508:
1509: * INSTALL 1.35:
1510: critical: libxslt1.1.2 wanted at least libxml2.6.3 to compile.
1511: recommened latest libxml up to date
1512:
1.33 paf 1513: 2004-02-06 paf
1514: * src/main/untaint.C 1.128:
1515: beauty: removed old def/ifdef
1516:
1517: * src/main/pa_sql_driver_manager.C 1.81:
1518: * src/main/pa_stylesheet_manager.C 1.25:
1519: beauty: unified destructing style
1520:
1521: * src/main/untaint.C 1.127:
1522: beauty: coredump @unknown untaint language now
1523:
1524: 2004-02-03 paf
1525: * src/main/pa_common.C 1.173:
1526: typo: %l -> %u
1527:
1528: * src/classes/xnode.C 1.64:
1529: memleaks found: not fixed yet. todo
1530:
1531: * src/classes/xdoc.C 1.130:
1532: bugfix: libxml: FOR UTF-8 TOO russian letters in attributes or
1533: documents-results of transform now not xx;
1534:
1535: * src/main/pa_charset.C 1.47:
1536: bugfix: forgot to undo some
1537:
1538: * src/classes/image.C 1.104:
1539: * src/main/pa_exec.C 1.56:
1540: * src/main/pa_memory.C 1.4:
1541: * src/targets/isapi/parser3isapi.C 1.86:
1542: * src/types/pa_value.C 1.15:
1543: * src/types/pa_vcookie.C 1.62:
1544: beauty: %u is more simple=proper for size_t then %ld/%lu
1545:
1546: * src/main/pa_charset.C 1.46:
1547: beauty: uncomment PA_PATCHED_LIBXML_BACKWARD to link with old
1548: patched libxml libraries
1549:
1550: 2004-02-02 paf
1551: * src/types/pa_vform.C 1.78:
1552: bugfix: empty values with enctype=multipart/form-data now produce entries in $form:tables
1553: <form method=post enctype=multipart/form-data>
1554: <input type=hidden name=a>
1555: <input type=hidden name=b>
1556:
1557: <input type=submit>
1558: </form>
1559: $k[^form:fields._keys[]]
1560: ^eval($k)
1561: <hr>
1562: <pre>$request:body
1563:
1564: * src/types/pa_vcookie.C 1.61:
1565: bugfix: erasing cookie: params now output
1566: $cookie:example[
1567: $.value[value]
1568: $.path[/there/]
1569: ]
1570:
1571: $cookie:example[
1572: $.value[]
1573: $.expires[session]
1574: $.path[/there/]
1575: $.domain[test.com]
1576: ]
1577:
1578: 2004-01-30 paf
1579: * src/classes/date.C 1.59:
1580: * www/htdocs/.htaccess 1.26:
1581: bugfix: ^date::create[invalid year] now produces exception.
1582: todo: check other fields
1583:
1584: * src/classes/date.C 1.60:
1585: * src/classes/date.C 1.61:
1586: * src/include/pa_string.h 1.155:
1587: * src/main/pa_string.C 1.193:
1588: bugfix: ^date::create[invalid fields now produce exception.
1589:
1590: * src/classes/xdoc.C 1.129:
1591: bugfix: libxml: russian letters in attributes or documents
1592: results of transform now not xx;
1593:
1.32 paf 1594: 2004-01-29 paf
1595: * src/targets/apache13core/mod_parser3_core.C 1.2:
1596: bugfix: old style new used
1597:
1598: * src/include/pa_memory.h 1.9:
1599: bugfix: [potential] strdup copied one more byte then specified
1600: then zeroed it << useless and potentially harmful(could gpf)
1.33 paf 1601:
1602: * src/include/pa_memory.h 1.10:
1603: typo error
1.32 paf 1604:
1605: 2004-01-22 paf
1606: * src/main/pa_common.C [release_3_1_1] 1.160.2.1:
1607: bugfix: buffer overflow
1608: * in libxml&xsl error-reporting code
1609: * in parser-error reporting code [when no @unhandled_exception defined]
1610:
1611: fixed in one place: my *snprintf override
1612:
1613: * src/main/untaint.C [release_3_1_1] 1.122.2.2:
1614: bugfix: whitespace now optimized properly [were bug: ^taint[1 &
1615: 2]="1 &2"
1616:
1617: * src/main/untaint.C 1.126:
1618: merged: bugfix from 3.1.1 on whitespace optimization
1619:
1620: * src/main/pa_globals.C 1.166:
1621: beauty: bigger buffer for xml-related errors
1622:
1623: * src/classes/xdoc.C 1.128:
1624: bugfix: when stylesheet contains error, gpf
1625:
1626: * src/main/compile.tab.C [release_3_1_1] 1.91.2.1:
1627: * src/main/untaint.C [release_3_1_1] 1.122.2.1:
1628: *** empty log message ***
1629:
1630: * src/main/pa_common.C 1.172:
1631: merged: bugfix from 3.1.1 on memory overflow
1632:
1633: 2004-01-13 paf
1634: * operators.txt 1.150:
1635: typo erro
1636:
1.31 paf 1637: 2003-12-25 paf
1638: * src/main/pa_common.C 1.171:
1639: bugfix: ^file::load[binary;http:// now not garbled [pieces
1640: after zero bytes were removed]
1641:
1642: 2003-12-22 paf
1643: * operators.txt 1.149:
1644: * src/classes/op.C 1.144:
1645: * src/include/pa_sql_connection.h 1.37:
1646: * src/include/pa_sql_driver_manager.h 1.31:
1647: * src/main/pa_sql_driver_manager.C 1.80:
1648: * src/sql/pa_sql_driver.h 1.37:
1649: * www/htdocs/.htaccess 1.25:
1650: feature: sql introducing ability to transcode charsets
1651:
1652: * src/include/Makefile.am 1.9:
1653: * src/include/Makefile.in 1.17:
1654: bugfix: removed from dist: src/include/pa_config_auto.h which
1655: were configured for make-dist-platform and badly updated proper
1656: config file in target [when .tar used for updating existing
1657: source tree]
1658:
1659: 2003-12-19 paf
1660: * src/main/pa_sql_driver_manager.C 1.79:
1661: beauty: more straighforward error message
1662:
1663: * src/main/pa_charset.C 1.45:
1664: bugfix: memory for charsethandler structure for libxml now
1665: allocated properly
1666:
1.30 paf 1667: 2003-12-17 paf
1668: * src/main/pa_globals.C 1.165:
1669: bugfix: removed false warning [warning: unreported
1670: xmlGenericErrors]
1671:
1672: * src/types/pa_vfile.C 1.39:
1673: beauty: removed outdated cast
1674:
1675: * src/main/pa_common.C 1.170:
1676: bugfix: empty http response caused gpf
1677:
1678: * src/include/pa_string.h 1.154:
1679: bugfix: removed too strong a assert
1680:
1681: 2003-12-15 paf
1682: * src/classes/xdoc.C 1.127:
1683: bugfix: taint uri under ^xdoc::create{now works}
1684:
1685: 2003-12-11 paf
1686: * src/classes/file.C 1.119:
1687: * src/classes/mail.C 1.99:
1688: * src/classes/op.C 1.143:
1689: * src/classes/xdoc.C 1.126:
1690: * src/main/pa_request.C 1.263:
1691: * src/types/pa_vimage.C 1.28:
1692: * src/types/pa_vmath.C 1.6:
1693: * src/types/pa_vstatus.C 1.21:
1694: beauty cancel: gcc does not understand that
1695:
1696: * src/include/pa_cache_managers.h 1.15:
1697: * src/main/pa_cache_managers.C 1.12:
1698: * src/main/pa_globals.C 1.164:
1699: * src/main/pa_request.C 1.264:
1700: * src/types/pa_vstatus.C 1.22:
1701: bugfix(solaris): removed dependency on object initialization
1702: order [one more place]
1703:
1704: * src/main/pa_cache_managers.C 1.11:
1705: * src/main/pa_sql_driver_manager.C 1.78:
1706: * src/main/pa_stylesheet_manager.C 1.23:
1707: bugfix(solaris): removed dependency on object initialization
1708: order [two places]
1709:
1710: * src/main/Makefile.am 1.43:
1711: * src/main/Makefile.in 1.56:
1712: *** empty log message ***
1713:
1714: * src/classes/file.C 1.118:
1715: * src/classes/mail.C 1.98:
1716: * src/classes/op.C 1.142:
1717: * src/classes/xdoc.C 1.125:
1718: * src/include/pa_cache_managers.h 1.14:
1719: * src/include/pa_sql_connection.h 1.36:
1720: * src/include/pa_sql_driver_manager.h 1.30:
1721: * src/include/pa_stylesheet_manager.h 1.20:
1722: * src/main/pa_request.C 1.262:
1723: * src/main/pa_stylesheet_manager.C 1.24:
1724: * src/types/pa_vimage.C 1.27:
1725: * src/types/pa_vmath.C 1.5:
1726: * src/types/pa_vstatus.C 1.20:
1727: beauty: removed redundant ctor call [relying on implicit String
1728: :Body(cstr) call]
1729:
1730: * operators.txt 1.148:
1731: * src/types/pa_vstatus.C 1.23:
1732: !$status:pid process id
1733: !$status:tid thread id
1734:
1735: 2003-12-10 paf
1736: * src/include/pa_sql_connection.h 1.35:
1737: * www/htdocs/.htaccess 1.24:
1738: bugfix: $status:sql.cache back << time now ok
1739:
1740: * operators.txt 1.147:
1741: * src/main/pa_sql_driver_manager.C 1.77:
1742: * src/main/pa_stylesheet_manager.C 1.22:
1743: $status:stylesheet.cache back operational
1744:
1745: * operators.txt 1.146:
1746: * src/classes/xdoc.C 1.124:
1747: * src/include/pa_charset.h 1.28:
1748: * src/include/pa_sql_connection.h 1.34:
1749: * src/main/pa_charset.C 1.44:
1750: * src/main/pa_sql_driver_manager.C 1.76:
1751: * src/main/pa_string.C 1.192:
1752: * src/types/pa_vxdoc.h 1.35:
1753: * www/htdocs/.htaccess 1.23:
1754: $status:sql.cache back operational
1755:
1.29 paf 1756: 2003-12-02 paf
1.30 paf 1757: * src/types/pa_vmail.C 1.57:
1758: bugfix: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints
1759: properly [were: as-is forced]
1760:
1761: * src/main/pa_xml_io.C 1.15:
1762: bugfix: on some platforms one can't throw exceptions out of libxml callbacks:
1763: reimplemented error handling of http://localhost, parser://method and safemode check callbacks
1764:
1765: * src/main/pa_string.C [release_3_1_1] 1.185.2.1:
1766: bugfix: SPARC gpf on %4!=0 address int ref [merged from HEAD]
1767:
1768: * src/classes/image.C 1.103:
1769: nothing: comment removed
1770:
1.29 paf 1771: * src/main/pa_string.C 1.191:
1772: bugfix: sparc gpf on reading %4!=0 addresses to int
1773:
1774: 2003-12-01 paf
1775: * src/main/pa_globals.C 1.163:
1776: bugfix: win32: compile prob
1777:
1778: * src/main/pa_xml_io.C 1.13:
1779: todo: safe mode check not to throw exception
1780:
1781: * src/main/pa_xml_io.C 1.12:
1782: bugfix: http://localhost typo error
1783:
1784: * src/classes/xdoc.C 1.123:
1785: * src/main/pa_xml_io.C 1.14:
1786: bugfix: typo
1787:
1788: 2003-11-28 paf
1789: * src/main/pa_xml_io.C 1.9:
1790: installed safe-mode checker as filter of all xml documents read
1791:
1792: * operators.txt 1.144:
1793: * src/include/pa_request.h 1.173:
1794: * src/main/pa_xml_io.C 1.3:
1795: works.
1796: todo: maybe replace original open mech of xdoc::create & co to use libxml open, so that this would work for root document
1797:
1798: $xdoc[^xdoc::create{<?xml version="1.0"?>
1799: <!DOCTYPE test SYSTEM "parser://method/params/here">
1800: <test>
1801: &test^;
1802: </test>
1803: }]
1804:
1805: ^taint[^xdoc.string[]]
1806:
1807: @method[param]
1808: <!ENTITY test "test-entity-value+$form:user+$param!">
1809:
1810: * src/main/pa_xml_io.C 1.8:
1811: http://localhost/ now checked for safe mode
1812:
1813: * src/classes/xdoc.C 1.122:
1814: * src/include/pa_stylesheet_connection.h 1.37:
1815: * src/include/pa_stylesheet_manager.h 1.19:
1816: * src/main/pa_stylesheet_manager.C 1.21:
1817: replaced original open mech of xdoc::create & co to use libxml open, so that this would work for root document
1818: todo: safe mode checks to libxml: ideally to some 1 point
1819:
1820: * src/include/Makefile.in 1.16:
1821: * src/main/Makefile.in 1.55:
1822: *** empty log message ***
1823:
1824: * operators.txt 1.145:
1825: * src/main/pa_xml_io.C 1.4:
1826: leading / in http://parser[abscent params]
1827:
1828: * src/main/pa_xml_io.C 1.5:
1829: comment
1830:
1831: 2003-11-27 paf
1832: * src/classes/date.C 1.58:
1833: bugfix: typo error
1834:
1835: * src/main/pa_xml_io.C 1.2:
1836: libxml: started parser://methodcall/params
1837:
1838: 2003-11-26 paf
1839: * src/types/pa_value.h 1.117:
1840: warnings: --
1841:
1842: * operators.txt 1.143:
1843: * src/include/Makefile.am 1.8:
1844: * src/include/pa_globals.h 1.108:
1845: * src/include/pa_xml_io.h 1.1:
1846: * src/main/Makefile.am 1.42:
1847: * src/main/main.vcproj 1.7:
1848: * src/main/pa_globals.C 1.162:
1849: * src/main/pa_request.C 1.261:
1850: * src/main/pa_xml_io.C 1.1:
1851: simplification: xml errors to hash<thread_id,error>
1852: reorganization: xml io moved to pa_xml_io.C/h
1853:
1.28 paf 1854: 2003-11-25 paf
1.29 paf 1855: * src/classes/table.C 1.194:
1856: bugfix: a, c?x:y, z in gcc considered(?) as a, (c?x:y, z)
1857:
1.28 paf 1858: * src/main/untaint.C 1.125:
1859: bugfix: consequences of not reading this comment:
1860: CORD_pos_chars_left /* Number of characters in cache. <= 0 ==
1861: none */
1862:
1863: * src/include/pa_array.h 1.63:
1864: removed needless checks
1.29 paf 1865:
1866: * src/classes/table.C 1.195:
1867: bugfix: wrong sequence. [sadly no waring whatever)
1.28 paf 1868:
1869: 2003-11-24 paf
1870: * operators.txt 1.142:
1871: * src/types/pa_vxnode.C 1.36:
1872: * src/types/pa_vxnode.h 1.28:
1873: $xdoc[^xdoc::create[test]]
1874: $tn[^xdoc.createTextNode[text node value]]
1875: $dummy[^xdoc.firstChild.appendChild[$tn]]
1876: $xdoc.firstChild.firstChild.nodeValue[different]
1877: ^taint[^xdoc.string[]]
1878:
1879: * src/main/pa_request.C 1.260:
1880: * src/types/pa_vform.C 1.77:
1881: * src/types/pa_vform.h 1.48:
1882: removed limit: now $form:xxx can be accessed anytime, even in @auto/conf
1883: [and request/response:charset still can be changed anytime]
1884:
1885: * src/include/pa_hash.h 1.61:
1886: * src/types/types.vcproj 1.6:
1887: linker HPUX nongnu workaround: static Hash::allocates -> static Hash_allocates
1888:
1889: * src/main/pa_common.C 1.169:
1890: bugfix: ^file::load[binary;http://...] now not transcodes
1891: response body
1892:
1893: 2003-11-21 paf
1894: * src/main/pa_exec.C 1.55:
1895: bug in safe mode
1896:
1897: * src/include/Makefile.am 1.7:
1898: pa_xml_exception.h
1899:
1900: * Makefile.am 1.40:
1901: * Makefile.in 1.54:
1902: * configure 1.73:
1903: * configure.in 1.71:
1904: * parser3.sln 1.8:
1905: * src/classes/Makefile.am 1.47:
1906: * src/classes/Makefile.am 1.48:
1907: * src/classes/Makefile.in 1.59:
1908: * src/classes/classes.vcproj 1.5:
1909: * src/include/Makefile.in 1.15:
1910: * src/include/pa_config_auto.h.in 1.39:
1911: * src/lib/Makefile.am 1.7:
1912: * src/lib/Makefile.in 1.12:
1913: * src/lib/gd/Makefile.am 1.1:
1914: * src/lib/gd/Makefile.in 1.1:
1915: * src/lib/gd/Makefile.in 1.2:
1916: * src/lib/gd/gd.vcproj 1.1:
1917: * src/lib/gd/gif.C 1.1:
1918: * src/lib/gd/gif.h 1.1:
1919: * src/lib/gd/gifio.C 1.1:
1920: * src/lib/gd/mtables.h 1.1:
1921: * src/lib/smtp/Makefile.am 1.1:
1922: * src/lib/smtp/Makefile.in 1.1:
1923: * src/lib/smtp/Makefile.in 1.2:
1924: * src/lib/smtp/comms.C 1.1:
1925: * src/lib/smtp/smtp.C 1.1:
1926: * src/lib/smtp/smtp.h 1.1:
1927: * src/lib/smtp/smtp.vcproj 1.1:
1928: * src/targets/apache13/p3runConfigure.in 1.15:
1929: * src/targets/apache13core/Makefile.in 1.5:
1930: * src/targets/cgi/Makefile.am 1.50:
1931: * src/targets/cgi/Makefile.in 1.66:
1932: * src/types/Makefile.am 1.35:
1933: * src/types/Makefile.in 1.54:
1934: rearrange: gd&smtp moved to src/lib
1935:
1936: * src/targets/apache13/ApacheModuleParser3.vcproj 1.5:
1937: * src/targets/isapi/parser3isapi.C 1.85:
1938: more warnings --
1939:
1940: * Makefile.am 1.41:
1941: * Makefile.in 1.55:
1942: * acinclude.m4 1.28:
1943: * aclocal.m4 1.31:
1944: * acsite.m4 1.6:
1945: * configure 1.74:
1946: * configure.in 1.72:
1947: * src/classes/mail.C 1.97:
1948: *** empty log message ***
1949:
1950: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.5:
1951: * src/targets/apache13core/Makefile.am 1.5:
1952: * src/targets/apache13core/mod_parser3.C 1.7:
1953: * src/targets/apache13core/mod_parser3_core.C 1.1:
1954: renamed mod_parser3 to mod_parser3_core to help DOXYGEN
1955:
1956: * src/classes/mail.C 1.96:
1957: bugfix: typo
1958:
1959: 2003-11-20 paf
1960: * src/main/execute.C 1.303:
1961: * src/main/pa_request.C 1.257:
1962: old forgotten todo: when can't report problem (undefined @
1963: unhandled_exception) problem source string were not reported
1964:
1965: * src/classes/classes.vcproj 1.4:
1966: * src/classes/date.C 1.53:
1967: * src/classes/double.C 1.55:
1968: * src/classes/file.C 1.114:
1969: * src/classes/hash.C 1.61:
1970: * src/classes/hashfile.C 1.31:
1971: * src/classes/image.C 1.98:
1972: * src/classes/int.C 1.51:
1973: * src/classes/mail.C 1.93:
1974: * src/classes/math.C 1.35:
1975: * src/classes/memory.C 1.4:
1976: * src/classes/op.C 1.138:
1977: * src/classes/string.C 1.128:
1978: * src/classes/table.C 1.191:
1979: * src/classes/xdoc.C 1.118:
1980: * src/classes/xnode.C 1.62:
1981: * src/include/pa_config_includes.h 1.27:
1982: * src/include/pa_operation.h 1.3:
1983: * src/include/pa_sql_connection.h 1.32:
1984: * src/include/pa_table.h 1.54:
1985: * src/include/pa_types.h 1.46:
1986: * src/lib/ltdl/config_fixed.h 1.3:
1987: * src/lib/ltdl/ltdl.vcproj 1.2:
1988: * src/lib/md5/md5.vcproj 1.2:
1989: * src/lib/pcre/maketables.c 1.2:
1990: * src/lib/pcre/pcre_dftables.vcproj 1.2:
1991: * src/lib/pcre/pcre_parser_ctype.vcproj 1.2:
1992: * src/lib/sdbm/apr_file_io.C 1.2:
1993: * src/main/compile.tab.C 1.93:
1994: * src/main/execute.C 1.301:
1995: * src/main/main.vcproj 1.6:
1996: * src/main/pa_cache_managers.C 1.9:
1997: * src/main/pa_charset.C 1.40:
1998: * src/main/pa_common.C 1.166:
1999: * src/main/pa_dir.C 1.16:
2000: * src/main/pa_exec.C 1.53:
2001: * src/main/pa_globals.C 1.160:
2002: * src/main/pa_os.C 1.3:
2003: * src/main/pa_request.C 1.255:
2004: * src/main/pa_string.C 1.187:
2005: * src/main/pa_table.C 1.57:
2006: * src/targets/apache13/ApacheModuleParser3.vcproj 1.4:
2007: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.4:
2008: * src/targets/cgi/parser3.vcproj 1.5:
2009: * src/targets/isapi/parser3isapi.vcproj 1.2:
2010: * src/types/pa_value.h 1.115:
2011: * src/types/pa_vconsole.h 1.3:
2012: * src/types/pa_vdate.h 1.28:
2013: * src/types/pa_vfile.h 1.54:
2014: * src/types/pa_vhashfile.C 1.36:
2015: * src/types/pa_vimage.C 1.25:
2016: * src/types/pa_vimage.h 1.36:
2017: * src/types/pa_vmail.C 1.53:
2018: * src/types/pa_vobject.C 1.14:
2019: * src/types/pa_vstateless_class.h 1.46:
2020: * src/types/pa_vtable.C 1.23:
2021: * src/types/pa_vtable.h 1.50:
2022: * src/types/pa_vvoid.h 1.19:
2023: * src/types/pa_vxdoc.h 1.33:
2024: * src/types/pa_vxnode.h 1.26:
2025: * src/types/types.vcproj 1.5:
2026: turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
2027: found several unitialized vars
2028:
2029: * src/classes/classes.C 1.20:
2030: * src/classes/classes.h 1.25:
2031: * src/classes/date.C 1.54:
2032: * src/classes/double.C 1.56:
2033: * src/classes/file.C 1.115:
2034: * src/classes/form.C 1.37:
2035: * src/classes/hash.C 1.62:
2036: * src/classes/hashfile.C 1.32:
2037: * src/classes/image.C 1.99:
2038: * src/classes/int.C 1.52:
2039: * src/classes/mail.C 1.94:
2040: * src/classes/math.C 1.36:
2041: * src/classes/memory.C 1.5:
2042: * src/classes/op.C 1.139:
2043: * src/classes/response.C 1.25:
2044: * src/classes/string.C 1.129:
2045: * src/classes/table.C 1.192:
2046: * src/classes/void.C 1.30:
2047: * src/classes/xdoc.C 1.119:
2048: * src/classes/xnode.C 1.63:
2049: * src/classes/xnode.h 1.20:
2050: * src/include/pa_array.h 1.62:
2051: * src/include/pa_cache_managers.h 1.12:
2052: * src/include/pa_charset.h 1.27:
2053: * src/include/pa_charsets.h 1.11:
2054: * src/include/pa_common.h 1.97:
2055: * src/include/pa_config_fixed.h 1.62:
2056: * src/include/pa_dictionary.h 1.16:
2057: * src/include/pa_dir.h 1.15:
2058: * src/include/pa_exception.h 1.42:
2059: * src/include/pa_exec.h 1.14:
2060: * src/include/pa_globals.h 1.107:
2061: * src/include/pa_hash.h 1.60:
2062: * src/include/pa_memory.h 1.8:
2063: * src/include/pa_opcode.h 1.26:
2064: * src/include/pa_operation.h 1.4:
2065: * src/include/pa_os.h 1.3:
2066: * src/include/pa_request.h 1.172:
2067: * src/include/pa_request_charsets.h 1.3:
2068: * src/include/pa_request_info.h 1.3:
2069: * src/include/pa_sapi.h 1.24:
2070: * src/include/pa_socks.h 1.13:
2071: * src/include/pa_sql_connection.h 1.33:
2072: * src/include/pa_sql_driver_manager.h 1.29:
2073: * src/include/pa_stack.h 1.21:
2074: * src/include/pa_string.h 1.153:
2075: * src/include/pa_stylesheet_connection.h 1.35:
2076: * src/include/pa_stylesheet_manager.h 1.18:
2077: * src/include/pa_table.h 1.56:
2078: * src/include/pa_threads.h 1.28:
2079: * src/include/pa_types.h 1.47:
2080: * src/include/pa_uue.h 1.6:
2081: * src/include/pa_xml_exception.h 1.2:
2082: * src/lib/md5/pa_md5.h 1.9:
2083: * src/lib/md5/pa_md5c.c 1.11:
2084: * src/lib/sdbm/apr_file_io.C 1.3:
2085: * src/lib/sdbm/apr_strings.C 1.2:
2086: * src/main/compile.C 1.71:
2087: * src/main/compile_tools.C 1.56:
2088: * src/main/compile_tools.h 1.71:
2089: * src/main/execute.C 1.302:
2090: * src/main/pa_cache_managers.C 1.10:
2091: * src/main/pa_charset.C 1.41:
2092: * src/main/pa_charsets.C 1.14:
2093: * src/main/pa_common.C 1.168:
2094: * src/main/pa_dictionary.C 1.20:
2095: * src/main/pa_dir.C 1.17:
2096: * src/main/pa_exception.C 1.46:
2097: * src/main/pa_exec.C 1.54:
2098: * src/main/pa_globals.C 1.161:
2099: * src/main/pa_memory.C 1.3:
2100: * src/main/pa_os.C 1.4:
2101: * src/main/pa_pool.C 1.62:
2102: * src/main/pa_request.C 1.256:
2103: * src/main/pa_socks.C 1.20:
2104: * src/main/pa_sql_driver_manager.C 1.74:
2105: * src/main/pa_string.C 1.188:
2106: * src/main/pa_stylesheet_manager.C 1.20:
2107: * src/main/pa_table.C 1.58:
2108: * src/main/pa_uue.C 1.6:
2109: * src/main/pa_xml_exception.C 1.2:
2110: * src/main/untaint.C 1.123:
2111: * src/sql/pa_sql_driver.h 1.36:
2112: * src/targets/apache13/mod_parser3.c 1.9:
2113: * src/targets/apache13/pa_httpd.h 1.5:
2114: * src/targets/apache13core/mod_parser3.C 1.6:
2115: * src/targets/apache13core/pa_threads.C 1.3:
2116: * src/targets/cgi/pa_threads.C 1.14:
2117: * src/targets/cgi/parser3.C 1.222:
2118: * src/targets/isapi/pa_threads.C 1.15:
2119: * src/targets/isapi/parser3isapi.C 1.84:
2120: * src/types/pa_junction.h 1.3:
2121: * src/types/pa_method.h 1.3:
2122: * src/types/pa_value.C 1.13:
2123: * src/types/pa_value.h 1.116:
2124: * src/types/pa_vbool.h 1.23:
2125: * src/types/pa_vclass.C 1.19:
2126: * src/types/pa_vclass.h 1.42:
2127: * src/types/pa_vcode_frame.h 1.26:
2128: * src/types/pa_vconsole.h 1.4:
2129: * src/types/pa_vcookie.C 1.59:
2130: * src/types/pa_vcookie.h 1.25:
2131: * src/types/pa_vdate.h 1.29:
2132: * src/types/pa_vdouble.h 1.44:
2133: * src/types/pa_venv.h 1.30:
2134: * src/types/pa_vfile.C 1.38:
2135: * src/types/pa_vfile.h 1.55:
2136: * src/types/pa_vform.C 1.76:
2137: * src/types/pa_vform.h 1.47:
2138: * src/types/pa_vhash.h 1.49:
2139: * src/types/pa_vhashfile.C 1.37:
2140: * src/types/pa_vhashfile.h 1.26:
2141: * src/types/pa_vimage.C 1.26:
2142: * src/types/pa_vimage.h 1.37:
2143: * src/types/pa_vint.h 1.40:
2144: * src/types/pa_vjunction.h 1.21:
2145: * src/types/pa_vmail.C 1.54:
2146: * src/types/pa_vmail.h 1.13:
2147: * src/types/pa_vmath.C 1.4:
2148: * src/types/pa_vmath.h 1.16:
2149: * src/types/pa_vmemory.h 1.3:
2150: * src/types/pa_vmethod_frame.C 1.3:
2151: * src/types/pa_vmethod_frame.h 1.47:
2152: * src/types/pa_vobject.C 1.15:
2153: * src/types/pa_vobject.h 1.41:
2154: * src/types/pa_vrequest.C 1.31:
2155: * src/types/pa_vrequest.h 1.27:
2156: * src/types/pa_vresponse.C 1.19:
2157: * src/types/pa_vresponse.h 1.34:
2158: * src/types/pa_vstateless_class.C 1.21:
2159: * src/types/pa_vstateless_class.h 1.47:
2160: * src/types/pa_vstateless_object.h 1.30:
2161: * src/types/pa_vstatus.C 1.19:
2162: * src/types/pa_vstatus.h 1.17:
2163: * src/types/pa_vstring.C 1.24:
2164: * src/types/pa_vstring.h 1.57:
2165: * src/types/pa_vtable.C 1.24:
2166: * src/types/pa_vtable.h 1.51:
2167: * src/types/pa_vvoid.h 1.20:
2168: * src/types/pa_vxdoc.C 1.26:
2169: * src/types/pa_vxdoc.h 1.34:
2170: * src/types/pa_vxnode.C 1.34:
2171: * src/types/pa_vxnode.h 1.27:
2172: * src/types/pa_wcontext.C 1.27:
2173: * src/types/pa_wcontext.h 1.45:
2174: * src/types/pa_wwrapper.h 1.30:
2175: static const char * const IDENT
2176:
2177: * src/classes/date.C 1.55:
2178: * src/classes/date.C 1.56:
2179: * src/classes/date.C 1.57:
2180: * src/classes/file.C 1.116:
2181: * src/classes/file.C 1.117:
2182: * src/classes/hash.C 1.63:
2183: * src/classes/hash.C 1.64:
2184: * src/classes/image.C 1.100:
2185: * src/classes/image.C 1.101:
2186: * src/classes/image.C 1.102:
2187: * src/classes/mail.C 1.95:
2188: * src/classes/math.C 1.37:
2189: * src/classes/op.C 1.140:
2190: * src/classes/op.C 1.141:
2191: * src/classes/string.C 1.130:
2192: * src/classes/string.C 1.131:
2193: * src/classes/table.C 1.193:
2194: * src/classes/xdoc.C 1.120:
2195: * src/classes/xdoc.C 1.121:
2196: * src/include/pa_array.h 1.61:
2197: * src/include/pa_cache_managers.h 1.13:
2198: * src/include/pa_pool.h 1.89:
2199: * src/include/pa_request.h 1.171:
2200: * src/include/pa_string.h 1.152:
2201: * src/include/pa_stylesheet_connection.h 1.36:
2202: * src/include/pa_table.h 1.55:
2203: * src/main/compile_tools.h 1.70:
2204: * src/main/pa_charset.C 1.42:
2205: * src/main/pa_charset.C 1.43:
2206: * src/main/pa_common.C 1.167:
2207: * src/main/pa_dictionary.C 1.21:
2208: * src/main/pa_dir.C 1.18:
2209: * src/main/pa_request.C 1.259:
2210: * src/main/pa_sql_driver_manager.C 1.75:
2211: * src/main/pa_string.C 1.189:
2212: * src/main/pa_string.C 1.190:
2213: * src/main/pa_table.C 1.59:
2214: * src/main/untaint.C 1.124:
2215: * src/types/pa_value.C 1.14:
2216: * src/types/pa_vcookie.C 1.60:
2217: * src/types/pa_vdate.h 1.30:
2218: * src/types/pa_vhash.h 1.48:
2219: * src/types/pa_vhashfile.C 1.38:
2220: * src/types/pa_vimage.h 1.38:
2221: * src/types/pa_vmail.C 1.55:
2222: * src/types/pa_vmethod_frame.C 1.4:
2223: * src/types/pa_vmethod_frame.h 1.48:
2224: * src/types/pa_vxnode.C 1.35:
2225: * src/types/pa_wcontext.h 1.44:
2226: more warnings --
2227:
2228: 2003-11-19 paf
2229: * operators.txt 1.141:
2230: * src/classes/op.C 1.136:
2231: * src/include/pa_request.h 1.170:
2232: * src/main/pa_request.C 1.254:
2233: cache[...]{body}{catch block with $exception.handled[cache]
2234: meaning "get expired cache, if any. else error"}
2235:
2236: * src/classes/op.C 1.135:
2237: * src/include/pa_os.h 1.2:
2238: * src/include/pa_request.h 1.169:
2239: * src/main/pa_common.C 1.165:
2240: cache: ^cache[] fallback
2241: todo: kinda ^try: ^cache[...]{body}{catch code with $exception.cache field}
2242:
2243: * src/classes/op.C 1.137:
2244: more ansi C++ comp
2245:
2246: 2003-11-12 paf
2247: * src/classes/xnode.C 1.61:
2248: replaceChild: 2nd param now named oldChild [copy/paste bug]
2249:
2250: 2003-11-11 paf
2251: * src/types/pa_value.h [release_3_0_8] 1.109.6.1:
2252: * src/types/pa_vfile.h [release_3_0_8] 1.52.6.1:
2253: more C++ compatible [HP C++ failed]
2254:
2255: * operators.txt 1.139:
2256: * operators.txt 1.140:
2257: *** empty log message ***
2258:
2259: * bin/auto.p.dist.in 1.10:
2260: colno
2261:
2262: 2003-11-10 paf
2263: * src/types/pa_vhashfile.C 1.35:
2264: * src/types/pa_vhashfile.h 1.25:
2265: add: hashfile old serialize version and exipire now removes entries
2266:
2267: * operators.txt 1.135:
2268: comment: updated
2269:
2270: * operators.txt 1.138:
2271: * src/main/pa_request.C 1.253:
2272: * src/types/Makefile.am 1.34:
2273: * src/types/pa_vconsole.h 1.1:
2274: * src/types/types.vcproj 1.4:
2275: $console:line read/write [for nntp]
2276:
2277: * operators.txt 1.134:
2278: * src/classes/hashfile.C 1.30:
2279: * src/include/pa_common.h 1.96:
2280: * src/main/pa_common.C 1.164:
2281: * src/types/pa_vhashfile.C 1.34:
2282: * src/types/pa_vhashfile.h 1.24:
2283: ^hashfile.delete[] removes files altogether [and dir, if could]
2284:
2285: * src/types/pa_vconsole.h 1.2:
2286: flush
2287:
2288: * src/types/Makefile.in 1.53:
2289: *** empty log message ***
2290:
2291: * src/lib/sdbm/sdbm.c 1.3:
2292: bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
2293: coded that that was error. fixed
2294:
2295: * src/types/pa_vhashfile.C 1.33:
2296: sdbm: exception type change to file.access [regretfull can't
2297: split it to different exceptions without modifying sdbm source
2298: wich would prefer not to]
2299:
2300: * operators.txt 1.136:
2301: mysql: transaction support: ?autocommit=0
2302:
2303: 2003-11-07 paf
2304: * src/classes/date.C 1.52:
2305: * src/classes/file.C 1.113:
2306: * src/classes/hash.C 1.60:
2307: * src/classes/hashfile.C 1.29:
2308: * src/classes/image.C 1.97:
2309: * src/classes/table.C 1.190:
2310: * src/classes/xdoc.C 1.117:
2311: * src/include/Makefile.am 1.6:
2312: * src/include/pa_array.h 1.60:
2313: * src/include/pa_pool.h 1.88:
2314: * src/include/pa_request.h 1.168:
2315: * src/main/Makefile.am 1.41:
2316: * src/main/execute.C 1.300:
2317: * src/main/main.vcproj 1.5:
2318: * src/main/pa_pool.C 1.61:
2319: * src/main/pa_request.C 1.252:
2320: * src/targets/cgi/parser3.C 1.221:
2321: * src/types/pa_vclass.C 1.18:
2322: * src/types/pa_vclass.h 1.41:
2323: * src/types/pa_vhashfile.h 1.23:
2324: * src/types/pa_vobject.h 1.40:
2325: * src/types/pa_vstateless_class.h 1.45:
2326: resurrected: pool idea. now only for destructing objects at
2327: request processing end
2328:
2329: * src/include/Makefile.in 1.14:
2330: * src/main/Makefile.in 1.54:
2331: *** empty log message ***
2332:
2333: 2003-11-06 paf
2334: * src/classes/xdoc.C 1.116:
2335: * src/classes/xnode.C 1.60:
2336: * src/include/pa_charset.h 1.26:
2337: * src/include/pa_globals.h 1.106:
2338: * src/include/pa_stylesheet_connection.h 1.34:
2339: * src/main/pa_exception.C 1.45:
2340: * src/types/pa_vxnode.h 1.25:
2341: XmlException changes
2342:
2343: * src/types/pa_vhashfile.C 1.30:
2344: hashfile: foreach body can bodify $self
2345:
2346: * operators.txt 1.133:
2347: * src/types/pa_vhashfile.C 1.32:
2348: hashfile: clear & expiration [time in value. todo: move time to
2349: key]
2350:
2351: * src/include/pa_memory.h 1.7:
2352: * src/targets/cgi/parser3.C 1.220:
2353: * src/types/pa_value.C 1.12:
2354: * src/types/pa_value.h 1.114:
2355: * src/types/pa_vcookie.C 1.58:
2356: * src/types/pa_vhashfile.C 1.23:
2357: * src/types/pa_vhashfile.h 1.18:
2358: * www/htdocs/.htaccess 1.22:
2359: hashfile implemented get/put [raw]
2360:
2361: * operators.txt 1.130:
2362: * src/classes/hashfile.C 1.26:
2363: * src/types/pa_vhashfile.C 1.25:
2364: * src/types/pa_vhashfile.h 1.20:
2365: hashfile: hash
2366:
2367: * src/lib/sdbm/Makefile.am 1.2:
2368: * src/lib/sdbm/apr_file_io.C 1.1:
2369: * src/lib/sdbm/apr_strings.C 1.1:
2370: move to upper dir, .am updated
2371:
2372: * configure 1.69:
2373: * configure.in 1.65:
2374: * operators.txt 1.128:
2375: * parser3.sln 1.6:
2376: * src/classes/classes.vcproj 1.3:
2377: * src/classes/hashfile.C 1.24:
2378: * src/classes/xdoc.C 1.115:
2379: * src/include/pa_config_fixed.h 1.61:
2380: * src/include/pa_exception.h 1.40:
2381: * src/include/pa_globals.h 1.105:
2382: * src/include/pa_memory.h 1.6:
2383: * src/include/pa_version.h 1.11:
2384: * src/lib/ltdl/libltdl.vcproj 1.2:
2385: * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
2386: * src/lib/ltdl/ltdl.vcproj 1.1:
2387: * src/lib/ltdl/ltdl.vcproj.vspscc 1.1:
2388: * src/lib/sdbm/apr-include/apr.h 1.4:
2389: * src/lib/sdbm/apr-include/apr_errno.h 1.4:
2390: * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
2391: * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
2392: * src/lib/sdbm/apr-include/apr_pools.h 1.4:
2393: * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
2394: * src/lib/sdbm/apr-include/apr_strings.h 1.3:
2395: * src/lib/sdbm/apr-include/apu.h 1.3:
2396: * src/main/compile.tab.C 1.92:
2397: * src/main/main.vcproj 1.3:
2398: * src/main/pa_charset.C 1.39:
2399: * src/targets/apache13/ApacheModuleParser3.vcproj 1.3:
2400: * src/targets/apache13/mod_parser3.c 1.8:
2401: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.3:
2402: * src/targets/cgi/parser3.vcproj 1.4:
2403: * src/types/Makefile.am 1.30:
2404: * src/types/pa_vhash.C 1.4:
2405: * src/types/pa_vhashfile.C 1.22:
2406: * src/types/pa_vhashfile.h 1.17:
2407: * src/types/pa_vxnode.h 1.24:
2408: * src/types/types.vcproj 1.3:
2409: * www/htdocs/.htaccess 1.21:
2410: hashfile: started again with sdbm from apache
2411:
2412: * operators.txt 1.131:
2413: * src/classes/hash.C 1.58:
2414: * src/classes/hash.C 1.59:
2415: * src/classes/hashfile.C 1.27:
2416: * src/classes/hashfile.C 1.28:
2417: * src/types/pa_vhashfile.C 1.26:
2418: * src/types/pa_vhashfile.h 1.21:
2419: hashfile: foreach
2420:
2421: * operators.txt 1.132:
2422: * src/types/pa_vhashfile.C 1.27:
2423: * src/types/pa_vhashfile.h 1.22:
2424: hashfile: clear and proper locking
2425:
2426: * src/include/Makefile.in 1.13:
2427: * src/include/pa_config_includes.h 1.26:
2428: * src/include/pa_version.h 1.12:
2429: our replacements of max& co only for cpp
2430:
2431: * parser3.sln 1.7:
2432: * src/targets/apache13/p3runConfigure.in 1.14:
2433: * src/targets/cgi/Makefile.am 1.49:
2434: .vcproj & .am updated to include sdbm
2435:
2436: * operators.txt 1.129:
2437: * src/classes/hashfile.C 1.25:
2438: * src/types/pa_vhashfile.C 1.24:
2439: * src/types/pa_vhashfile.h 1.19:
2440: * tests/todo.txt 1.4:
2441: hashfile: delete
2442:
2443: * configure.in 1.66:
2444: * configure.in 1.67:
2445: * src/classes/Makefile.am 1.46:
2446: * src/classes/Makefile.in 1.58:
2447: * src/include/Makefile.am 1.5:
2448: * src/lib/Makefile.am 1.6:
2449: * src/lib/Makefile.in 1.11:
2450: * src/lib/sdbm/Makefile.am 1.3:
2451: * src/lib/sdbm/Makefile.in 1.1:
2452: * src/lib/sdbm/apr-include/Makefile.am 1.1:
2453: * src/lib/sdbm/apr-include/Makefile.in 1.1:
2454: * src/lib/sdbm/sdbm.vcproj 1.3:
2455: * src/main/Makefile.am 1.39:
2456: * src/main/Makefile.am 1.40:
2457: * src/main/Makefile.in 1.53:
2458: * src/targets/cgi/.cvsignore 1.3:
2459: * src/targets/cgi/Makefile.in 1.65:
2460: * src/types/Makefile.am 1.32:
2461: * src/types/Makefile.am 1.33:
2462: * src/types/Makefile.in 1.52:
2463: *** empty log message ***
2464:
2465: * src/include/pa_common.h 1.95:
2466: * src/include/pa_exception.h 1.41:
2467: * src/include/pa_os.h 1.1:
2468: * src/include/pa_xml_exception.h 1.1:
2469: * src/lib/sdbm/sdbm.vcproj 1.1:
2470: * src/main/main.vcproj 1.4:
2471: * src/main/pa_common.C 1.162:
2472: * src/main/pa_os.C 1.1:
2473: * src/main/pa_xml_exception.C 1.1:
2474: locking move to pa_os [along with pa_sleep]
2475: apr-impl locking done
2476:
2477: * src/types/pa_vhashfile.C 1.29:
2478: hashfile: clear now works [were trying to do that in foreach,
2479: no errors, but surely wrong]
2480:
2481: * src/lib/sdbm/apr-include/apr_pools.h 1.5:
2482: * src/lib/sdbm/sdbm.c 1.2:
2483: * src/lib/sdbm/sdbm.vcproj 1.2:
2484: just compiled
2485:
2486: * tests/todo.txt 1.5:
2487: hashfile: done
2488:
2489: * src/classes/op.C 1.134:
2490: * src/main/pa_os.C 1.2:
2491: just linked
2492:
2493: * src/classes/Makefile.am 1.45:
2494: * src/types/Makefile.am 1.31:
2495: .am sdbm INCLUDES updates
2496:
2497: 2003-11-05 paf
2498: * src/lib/sdbm/apr-include/apr.h 1.2:
2499: * src/lib/sdbm/apr-include/apr_errno.h 1.2:
2500: * src/lib/sdbm/apr-include/apr_file_io.h 1.2:
2501: * src/lib/sdbm/apr-include/apr_pools.h 1.2:
2502: * src/lib/sdbm/apr-include/apr_strings.h 1.1:
2503: * src/lib/sdbm/apr-include/apu.h 1.1:
2504: started porting: grabbed some parts of apr headers
2505:
2506: * src/lib/sdbm/Makefile.am 1.1:
2507: * src/lib/sdbm/sdbm.c 1.1:
2508: * src/lib/sdbm/sdbm_hash.c 1.1:
2509: * src/lib/sdbm/sdbm_lock.c 1.1:
2510: * src/lib/sdbm/sdbm_pair.c 1.1:
2511: * src/lib/sdbm/sdbm_pair.h 1.1:
2512: * src/lib/sdbm/sdbm_private.h 1.1:
2513: * src/lib/sdbm/sdbm_tune.h 1.1:
2514: original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
2515:
2516: * src/lib/sdbm/apr-include/apr.h 1.1:
2517: * src/lib/sdbm/apr-include/apr.h 1.3:
2518: * src/lib/sdbm/apr-include/apr_errno.h 1.1:
2519: * src/lib/sdbm/apr-include/apr_errno.h 1.3:
2520: * src/lib/sdbm/apr-include/apr_file_io.h 1.1:
2521: * src/lib/sdbm/apr-include/apr_file_io.h 1.3:
2522: * src/lib/sdbm/apr-include/apr_pools.h 1.1:
2523: * src/lib/sdbm/apr-include/apr_pools.h 1.3:
2524: * src/lib/sdbm/apr-include/apr_sdbm.h 1.1:
2525: * src/lib/sdbm/apr-include/apr_sdbm.h 1.2:
2526: * src/lib/sdbm/apr-include/apr_strings.h 1.2:
2527: * src/lib/sdbm/apr-include/apu.h 1.2:
2528: *** empty log message ***
2529:
2530: * src/classes/classes.vcproj [release_3_1_1] 1.2.6.1:
2531: * src/include/pa_config_fixed.h [release_3_1_1] 1.58.6.1:
2532: * src/main/main.vcproj [release_3_1_1] 1.2.6.1:
2533: * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_1_1] 1.2.6.1:
2534: * src/targets/apache13/mod_parser3.c [release_3_1_1] 1.7.2.1:
2535: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_1_1] 1.2.6.1:
2536: * src/targets/cgi/parser3.vcproj [release_3_1_1] 1.3.2.1:
2537: not has to be in \parser3project dir anymore
2538:
2539: * src/main/helpers/CaseFolding.txt 1.1:
2540: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
2541:
2542: * src/main/pa_charset.C [release_3_1_1] 1.38.2.1:
2543: bugfix: had broken binary search [copied thoughtlessly from
2544: xalan]
2545:
2546: 2003-11-04 paf
2547: * operators.txt 1.124:
2548: * src/classes/table.C 1.187:
2549: * tests/todo.txt 1.2:
2550: ^table::load
2551: !$.separator[^#09]
2552: !$.encloser["] <nothing> by default
2553:
2554: * operators.txt 1.125:
2555: * src/classes/table.C 1.188:
2556: * src/main/pa_string.C 1.186:
2557: * tests/todo.txt 1.3:
2558: ^table.save[...
2559: $.separator[^#09]
2560: $.encloser["] <nothing> by default
2561:
2562: * operators.txt 1.126:
2563: * src/classes/mail.C 1.91:
2564: * src/types/pa_vmail.C 1.52:
2565: * src/types/pa_vmail.h 1.12:
2566: !^mail:send[
2567: $.options[unix: string to append to sendmail command line]
2568:
2569: * src/classes/Makefile.am 1.44:
2570: * src/classes/Makefile.in 1.57:
2571: classes.C to rebuild last
2572:
2573: * src/classes/mail.C 1.92:
2574: * src/classes/table.C 1.189:
2575: compiled on unix
2576:
2577: * operators.txt 1.127:
2578: comment: ^mail:send[$.options[
2579:
2580: 2003-11-03 paf
2581: * src/targets/cgi/parser3.C 1.219:
2582: beauty: SIGUSRX removed qs= printing [already included into uri
2583: xxx]
2584:
2585: * operators.txt 1.120:
2586: * src/classes/date.C 1.49:
2587: !^date::unix-timestamp()
2588: !^date.unix-timestamp[]
2589:
2590: * operators.txt 1.121:
2591: * src/classes/image.C 1.95:
2592: * tests/todo.txt 1.1:
2593: * www/htdocs/auto.p 1.21:
2594: ^image.gif[filename] for $response:download
2595:
2596: * operators.txt 1.123:
2597: * src/classes/table.C 1.186:
2598: * src/main/pa_common.C 1.161:
2599: ^table::load[; options:
2600: !$.column-separator[^#09]
2601: !$.column-encloser["]
2602:
2603: * operators.txt 1.122:
2604: * src/include/pa_config_fixed.h 1.60:
2605: * src/types/pa_vrequest.C 1.30:
2606: $request:document-root
2607:
2608: * src/classes/date.C 1.50:
2609: minor precaution
2610:
2611: 2003-10-31 paf
2612: * src/include/pa_config_fixed.h 1.59:
2613: * src/include/pa_version.h [release_3_1_1] 1.10.2.1:
2614: *** empty log message ***
2615:
1.27 paf 2616: 2003-10-30 paf
2617: * src/classes/date.C 1.47:
2618: * src/classes/image.C 1.94:
2619: improvement diagnostics: $now[^date::create[$undefined]] now is error
2620:
2621: * src/targets/apache13core/Makefile.am 1.4:
2622: * src/targets/apache13core/Makefile.in 1.4:
2623: gc include dir added, thanks to Victor Fedoseev for finding
2624:
2625: * src/main/pa_common.C 1.160:
2626: read errors would now be reported 'actually read -1 bytes'
2627:
2628: * operators.txt 1.119:
2629: * src/classes/date.C 1.48:
2630: * src/types/pa_vdate.h 1.27:
2631: merged from 3.0.8: ^date.roll[TZ;GMT] $date.hour
2632:
1.26 paf 2633: 2003-10-24 paf
2634: * Makefile.am 1.36:
2635: * src/classes/Makefile.am 1.43:
2636: * src/lib/cord/Makefile.am 1.3:
2637: * src/lib/md5/Makefile.am 1.3:
2638: * src/lib/pcre/Makefile.am 1.2:
2639: * src/main/Makefile.am 1.37:
2640: * src/targets/apache13/Makefile.am 1.18:
2641: * src/targets/apache13core/Makefile.am 1.3:
2642: * src/targets/cgi/Makefile.am 1.48:
2643: * src/targets/isapi/Makefile.am 1.3:
2644: .dsp/w -> .vcproj/sln
2645:
2646: * Makefile.in 1.50:
2647: * src/classes/Makefile.in 1.56:
2648: * src/include/pa_version.h 1.10:
2649: * src/lib/cord/Makefile.in 1.3:
2650: * src/lib/md5/Makefile.in 1.8:
2651: * src/lib/pcre/Makefile.in 1.10:
2652: * src/main/Makefile.am 1.38:
2653: * src/main/Makefile.in 1.52:
2654: * src/targets/apache13/Makefile.in 1.48:
2655: * src/targets/apache13core/Makefile.in 1.3:
2656: * src/targets/cgi/Makefile.in 1.64:
2657: * src/targets/isapi/Makefile.in 1.13:
2658: *** empty log message ***
2659:
2660: 2003-10-22 paf
2661: * src/include/pa_request.h 1.167:
2662: fixed: $h[^hash::create[]] $$h[1]
2663:
2664: 2003-10-21 paf
2665: * src/classes/op.C 1.133:
2666: * src/include/pa_request.h 1.166:
2667: fixed: false 'endless recoursion' message with intensive throw-catches
2668: fixed: incorrect name and line (one name upper then needed) in error message about problems inside try block
2669:
2670: * operators.txt 1.118:
2671: * src/include/pa_string.h 1.151:
2672: * src/main/pa_string.C 1.185:
2673: fixed: string.match[g] without <'> option produced columns with
2674: NULL's, which gpf'ed at table.save time
2675:
2676: 2003-10-10 paf
2677: * src/include/pa_string.h 1.150:
2678: * src/main/compile.tab.C 1.91:
2679: * www/htdocs/.htaccess 1.20:
2680: CORD_chr does not check offset argument for validity
2681: did that in String::Body::pos myself
2682: http://i2/tasks/edit/?id=4577425257580789777
2683:
2684: 2003-10-07 paf
2685: * src/main/compile.tab.C 1.90:
2686: * src/main/compile.y 1.207:
2687: ^if ( better error:
2688: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
2689:
2690: 2003-10-03 paf
2691: * parser3.sln 1.5:
2692: * src/include/pa_dictionary.h 1.15:
2693: * src/main/pa_dictionary.C 1.19:
2694: * src/main/pa_string.C 1.184:
2695: * src/targets/cgi/parser3.vcproj 1.3:
2696: * www/htdocs/.htaccess 1.19:
2697: dictionary optimized by precalculating cstr&length
2698:
2699: 2003-10-02 paf
2700: * src/classes/op.C 1.132:
2701: * src/include/pa_request.h 1.165:
2702: * src/include/pa_stack.h 1.20:
2703: * src/main/execute.C 1.299:
2704: * src/main/pa_request.C 1.251:
2705: * src/main/pa_sql_driver_manager.C 1.73:
2706: * src/main/pa_stylesheet_manager.C 1.19:
2707: * www/htdocs/.htaccess 1.18:
2708: bugfix: ^throw context were saved/restored incompletely
2709: http://www.parser.ru/forum/?id=21484
2710:
2711: 2003-09-30 paf
2712: * src/targets/apache13/mod_parser3.c 1.7:
2713: * src/targets/apache13/pa_httpd.h 1.4:
2714: * src/targets/apache13core/mod_parser3.C 1.5:
2715: content-type now changes
2716:
2717: * src/main/pa_string.C 1.183:
2718: string::replace bug fix [were ignoring occurrances after lang-mismatched
2719:
2720: 2003-09-29 paf
2721: * src/include/pa_charset.h 1.25:
2722: * src/main/helpers/simple_folding.pl 1.1:
2723: * src/main/pa_charset.C 1.38:
2724: * src/main/pa_string.C 1.181:
2725: * www/htdocs/auto.p 1.20:
2726: utf-8 upper/lower
2727:
2728: * src/classes/string.C 1.127:
2729: bugfix: s.right(>s.length) returned nothing
2730:
2731: * www/htdocs/base.p 1.7:
2732: * www/htdocs/derived.p 1.25:
2733: * www/htdocs/font.gif 1.2:
2734: * www/htdocs/global.xsl 1.9:
2735: * www/htdocs/index.html 1.213:
2736: * www/htdocs/mailreceive.eml 1.4:
2737: * www/htdocs/mailreceive.html 1.2:
2738: * www/htdocs/operators.p 1.12:
2739: * www/htdocs/parser-status.html 1.3:
2740: * www/htdocs/people.dtd 1.2:
2741: * www/htdocs/some.p 1.3:
2742: removing old tests
2743:
2744: * src/main/pa_common.C 1.159:
2745: bugfix: utf signature were not ignored due to typo error
2746: http://i2/tasks/edit/?id=4573354650786434584
2747:
2748: * src/classes/table.C 1.184:
2749: bugfix: flip: must produce nameless
2750: http://i2/tasks/edit/?id=4573405524674081244
2751:
2752: * src/main/utf8-to-lower.inc 1.1:
2753: * src/main/utf8-to-upper.inc 1.1:
2754: generated by helper
2755:
2756: * src/main/pa_string.C 1.182:
2757: string::serialize bug fix with zero-terminator
2758:
2759: * src/classes/table.C 1.185:
2760: ^nameless_table.save column row now has no \t at the end
2761:
2762: * src/classes/form.C 1.36:
2763: better error message: MAX_POST_SIZE_NAME to error message
2764:
2765: * src/include/pa_request.h 1.164:
2766: * src/main/execute.C 1.298:
2767: * src/main/pa_request.C 1.250:
2768: @postprocess now takes $response:body/download
2769:
2770: 2003-09-26 paf
2771: * src/include/pa_string.h 1.149:
2772: * src/main/pa_common.C 1.157:
2773: * src/main/pa_string.C 1.180:
2774: * www/htdocs/.htaccess 1.17:
2775: String.for_each bug fixed [omited one-char cases]
2776:
2777: * src/main/untaint.C 1.121:
2778: removed needless const
2779:
2780: * src/main/untaint.C 1.122:
2781: removed needless field
2782:
2783: * src/classes/op.C 1.131:
2784: * src/include/pa_string.h 1.148:
2785: * src/main/pa_string.C 1.178:
2786: * www/htdocs/.htaccess 1.15:
2787: string::serialize/deserialize implemented
2788: Language enum assigned meaningful letters [more convinient for debugging. read warning before adding/changing anything]
2789:
2790: * src/include/pa_stack.h 1.19:
2791: bugfix: before collecting garbage, runtime-executor stack were
2792: cleared... BADLY
2793:
2794: * src/main/pa_string.C 1.179:
2795: * www/htdocs/.htaccess 1.16:
2796: * www/htdocs/auto.p 1.19:
2797: ^stirng.replace code used old param-convention on langs.append, fixed that
2798: search fo the like, found none
2799:
2800: 2003-09-25 paf
2801: * src/main/compile.tab.C [string_fragments_to_cord] 1.88.2.1:
2802: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.7:
2803: string: debug: .v() functions aligned to that of eeparser3 look
2804:
2805: * src/include/pa_string.h 1.147:
2806: * src/include/pa_version.h 1.9:
2807: * src/main/pa_string.C 1.177:
2808: * src/main/untaint.C 1.120:
2809: templates and anonymous unions differences on unix
2810:
2811: * parser3.sln 1.4:
2812: * src/classes/file.C 1.112:
2813: * src/classes/image.C 1.93:
2814: * src/classes/mail.C 1.90:
2815: * src/classes/op.C 1.130:
2816: * src/classes/table.C 1.183:
2817: * src/classes/xdoc.C 1.114:
2818: * src/classes/xnode.C 1.59:
2819: * src/include/pa_cache_managers.h 1.11:
2820: * src/include/pa_charset.h 1.24:
2821: * src/include/pa_charsets.h 1.10:
2822: * src/include/pa_common.h 1.94:
2823: * src/include/pa_request.h 1.163:
2824: * src/include/pa_sql_driver_manager.h 1.28:
2825: * src/include/pa_string.h 1.146:
2826: * src/include/pa_stylesheet_manager.h 1.17:
2827: * src/include/pa_table.h 1.53:
2828: * src/lib/cord/cordbscs.c 1.3:
2829: * src/lib/cord/cordprnt.c 1.3:
2830: * src/lib/cord/cordxtra.c 1.4:
2831: * src/lib/cord/include/cord.h 1.3:
2832: * src/main/compile.tab.C 1.89:
2833: * src/main/compile_tools.h 1.69:
2834: * src/main/pa_charset.C 1.37:
2835: * src/main/pa_charsets.C 1.13:
2836: * src/main/pa_common.C 1.156:
2837: * src/main/pa_exec.C 1.52:
2838: * src/main/pa_request.C 1.249:
2839: * src/main/pa_sql_driver_manager.C 1.72:
2840: * src/main/pa_string.C 1.176:
2841: * src/main/pa_stylesheet_manager.C 1.18:
2842: * src/main/untaint.C 1.119:
2843: * src/types/pa_value.h 1.113:
2844: * src/types/pa_vimage.C 1.24:
2845: * src/types/pa_vmail.C 1.51:
2846: * src/types/pa_vmath.C 1.3:
2847: * src/types/pa_vstateless_class.h 1.44:
2848: * src/types/pa_vstatus.C 1.18:
2849: * src/types/pa_vxnode.C 1.33:
2850: * www/htdocs/.htaccess 1.14:
2851: string_fragments_to_cord merged to HEAD
2852:
2853: * src/lib/cord/cordprnt.c [string_fragments_to_cord] 1.2.4.1:
2854: removed warnings
2855:
2856: 2003-09-24 paf
2857: * src/classes/file.C [string_fragments_to_cord] 1.111.4.1:
2858: * src/classes/image.C [string_fragments_to_cord] 1.92.2.1:
2859: * src/classes/mail.C [string_fragments_to_cord] 1.89.4.1:
2860: * src/classes/op.C [string_fragments_to_cord] 1.129.4.1:
2861: * src/classes/xdoc.C [string_fragments_to_cord] 1.113.2.1:
2862: * src/classes/xnode.C [string_fragments_to_cord] 1.58.2.1:
2863: * src/include/pa_cache_managers.h [string_fragments_to_cord] 1.10.4.1:
2864: * src/include/pa_charset.h [string_fragments_to_cord] 1.23.4.1:
2865: * src/include/pa_charsets.h [string_fragments_to_cord] 1.9.4.1:
2866: * src/include/pa_common.h [string_fragments_to_cord] 1.93.4.1:
2867: * src/include/pa_request.h [string_fragments_to_cord] 1.162.4.1:
2868: * src/include/pa_sql_driver_manager.h [string_fragments_to_cord] 1.27.4.1:
2869: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.10:
2870: * src/include/pa_stylesheet_manager.h [string_fragments_to_cord] 1.16.4.1:
2871: * src/include/pa_table.h [string_fragments_to_cord] 1.52.4.1:
2872: * src/main/compile_tools.h [string_fragments_to_cord] 1.68.4.1:
2873: * src/main/pa_charset.C [string_fragments_to_cord] 1.36.2.1:
2874: * src/main/pa_charsets.C [string_fragments_to_cord] 1.12.4.1:
2875: * src/main/pa_common.C [string_fragments_to_cord] 1.155.2.1:
2876: * src/main/pa_exec.C [string_fragments_to_cord] 1.51.4.1:
2877: * src/main/pa_request.C [string_fragments_to_cord] 1.248.4.1:
2878: * src/main/pa_sql_driver_manager.C [string_fragments_to_cord] 1.71.4.1:
2879: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.6:
2880: * src/main/pa_stylesheet_manager.C [string_fragments_to_cord] 1.17.4.1:
2881: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.6:
2882: * src/types/pa_value.h [string_fragments_to_cord] 1.112.2.1:
2883: * src/types/pa_vimage.C [string_fragments_to_cord] 1.23.4.1:
2884: * src/types/pa_vmail.C [string_fragments_to_cord] 1.50.2.1:
2885: * src/types/pa_vmath.C [string_fragments_to_cord] 1.2.4.1:
2886: * src/types/pa_vstateless_class.h [string_fragments_to_cord] 1.43.4.1:
2887: * src/types/pa_vstatus.C [string_fragments_to_cord] 1.17.4.1:
2888: * src/types/pa_vxnode.C [string_fragments_to_cord] 1.32.2.1:
2889: v() functions of String::Body, String::Languages and String itself
2890: StringBody->String::Body
2891:
2892: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.8:
2893: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.4:
2894: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.4:
2895: langs: speed up by joining adjucent blocks of same char [
2896: CORD_append_block]
2897:
2898: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.9:
2899: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.5:
2900: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.5:
2901: CORD_append_block showed no efficiency = never optimized anything.
2902: todo: somehow speed up harder cases: concatenationA+concatenationB when last block of A and first of B contain same letters
2903:
2904: * src/classes/table.C [string_fragments_to_cord] 1.182.4.2:
2905: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.5:
2906: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.2:
2907: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.3:
2908: aval/ works!
2909:
2910: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.6:
2911: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.4:
2912: aval is not actually working yet :(
2913: but more working &understood :)
2914:
2915: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.7:
2916: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.3:
2917: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.3:
2918: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.5:
2919: aval/ works!
2920: todo: save space by extending blocks when appending block with c == lastblock.c
2921:
2922: 2003-09-23 paf
2923: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.2:
2924: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.2:
2925: just compiled
2926: todo: serialize&deserialize
2927:
2928: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.4:
2929: something even more works :)
2930:
2931: * src/classes/table.C [string_fragments_to_cord] 1.182.4.1:
2932: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.1:
2933: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.1:
2934: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.1:
2935: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.1:
2936: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.1:
2937: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.1:
2938: main idea implemented, details left
2939:
2940: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.3:
2941: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.2:
2942: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.2:
2943: something already works :)
2944:
2945: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.4:
2946: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.2:
2947: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.3:
2948: something more works :)
2949:
2950: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.5:
2951: $a[ok!]
2952: $a works!
2953:
2954: 2003-09-22 paf
2955: * src/classes/xdoc.C 1.112:
2956: * src/classes/xnode.C 1.57:
2957: new DOM2 methods from Alexandr Egorov <egr> (all?)
2958: xdoc:
2959: createAttributeNS
2960: createElementNS
2961: xnode:
2962: getAttributeNS
2963: setAttributeNS
2964: removeAttributeNS
2965: getAttributeNodeNS
2966: setAttributeNodeNS
2967: hasAttribute
2968: hasAttributeNS
2969:
2970: * src/classes/memory.C 1.3:
2971: * src/include/pa_memory.h 1.5:
2972: #ifdef GC_DEBUG
2973:
2974: * src/include/pa_memory.h 1.4:
2975: * src/main/pa_globals.C 1.159:
2976: when xml memory allocator returns 0, just die.
2977: http://i2/tasks/edit/?id=4570798492410259445
2978:
2979: * src/lib/cord/cordxtra.c 1.3:
2980: CORD_pos bugfix [failed to find 8bit chars due to bitwise
2981: operation signed-char error]
2982:
2983: * src/classes/xdoc.C 1.113:
2984: * src/classes/xnode.C 1.58:
2985: copy/paste comment bugfix
2986:
2987: 2003-09-19 paf
2988: * src/targets/apache13/mod_parser3.c 1.6:
2989: now compiles on MSVC7
2990:
2991: * operators.txt 1.117:
2992: * src/main/pa_common.C 1.155:
2993: merged
2994: $f[^file::load[binary;http://...]]
2995: $f.tables
2996:
2997: * src/types/pa_wcontext.C 1.26:
2998: output message: more practical suggestion
2999:
3000: 2003-09-02 paf
3001: * src/targets/apache13/mod_parser3.c 1.5:
1.39 paf 3002: ??????? ?????????
1.26 paf 3003:
3004: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.2:
3005: forgot initializer
3006:
3007: * src/main/pa_common.C [release_3_0_8] 1.153.2.2:
3008: got rid of 'stdout' symbol reference on unix (users reported
3009: problems with some old libc)
3010:
3011: * operators.txt [release_3_0_8] 1.115.2.1:
3012: *** empty log message ***
3013:
3014: * src/main/pa_common.C [release_3_0_8] 1.153.2.3:
3015: printf is buffered, write(1 is not. can't flush stdout without
3016: referencing 'stdout' symbol. to hell with non-ansi libraries
3017: without 'stdout' symbol
3018:
3019: 2003-09-01 paf
3020: * src/targets/apache13/Makefile.am [release_3_1_0] 1.16.2.1:
3021: * src/targets/apache13/Makefile.in [release_3_1_0] 1.46.2.1:
3022: * src/targets/apache13/mod_parser3.C [release_3_1_0] 1.29.2.1:
3023: * src/targets/apache13/mod_parser3.c [release_3_1_0] 1.3.2.1:
3024: renamed to .c [lowercase] to correspond to runconfigure.
3025: added files to fix 'make dist'
3026:
3027: * src/targets/apache13/Makefile.am 1.17:
3028: * src/targets/apache13/Makefile.in 1.47:
3029: * src/targets/apache13/mod_parser3.c 1.4:
3030: merged with 3.1.0:
3031: renamed to .c [lowercase] to correspond to runconfigure.
3032: added files to fix 'make dist'
3033:
3034: * src/classes/date.C [release_3_0_8] 1.45.2.1:
3035: * src/include/pa_common.h [release_3_0_8] 1.92.2.1:
3036: * src/main/compile.tab.C [release_3_0_8] 1.83.2.1:
3037: * src/main/pa_common.C [release_3_0_8] 1.153.2.1:
3038: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.1:
3039: $date.TZ
3040: ^date.roll[TZ;new zone]
3041:
3042: * src/classes/image.C 1.92:
3043: memory handling bugs [unpatched 'new' calls]
3044:
3045: 2003-08-19 paf
3046: * src/types/pa_vmail.C 1.48:
3047: * src/types/pa_vmail.h 1.11:
3048: parses headers, still problems with body
3049:
3050: * src/types/pa_vmail.C 1.47:
3051: mail_receive just compiled
3052:
3053: * src/types/pa_vmail.C 1.50:
3054: turned off recoding in gmime (were still recoding headers)
3055:
3056: * src/include/pa_memory.h 1.3:
3057: * src/types/pa_value.h 1.111:
3058: -= few warnings
3059:
3060: * src/targets/apache13/mod_parser3.C 1.31:
3061: * src/targets/apache13/mod_parser3.c 1.2:
3062: .c
3063:
3064: * src/types/pa_vmail.C 1.49:
3065: works as before, same charset problems:
3066: gmime recodes to UTF-8 only headers, not body. so not recoding anything for now
3067:
3068: * src/targets/apache13/mod_parser3.C 1.30:
3069: * src/targets/apache13/pa_httpd.h 1.3:
3070: * src/targets/apache13core/mod_parser3.C 1.3:
3071: apache module compiled on MSVC7
3072:
3073: * src/types/pa_value.C 1.11:
3074: * src/types/pa_value.h 1.112:
3075: * src/types/pa_vdate.h 1.26:
3076: * src/types/pa_vrequest.C 1.29:
3077: * src/types/pa_vstring.h 1.56:
3078: * src/types/pa_vxdoc.C 1.25:
3079: * src/types/pa_vxnode.C 1.32:
3080: bark intefrace obsoleted, simplified a little
3081:
3082: * src/types/pa_vhash.C 1.3:
3083: * src/types/pa_vhash.h 1.47:
3084: _default+foreach bug refix [lost fix from 3.0.8]
3085:
3086: * src/types/pa_vcookie.C 1.57:
3087: in VC7
3088: if(type var=xxx){
3089: }else{
3090: now visible here
3091: }
3092:
3093: bug fix
3094:
3095: * src/main/compile.tab.C 1.87:
3096: initialized couple of variables about which user reported runtime problems when parser were compiled with VC7, warning level4.
3097: study shows that later in bison they've fixed that. would migrate to latest bison someday
3098:
3099: 2003-08-18 paf
3100: * src/classes/classes.vcproj 1.2:
3101: * src/include/pa_config_fixed.h 1.58:
3102: * src/main/main.vcproj 1.2:
3103: * src/types/types.vcproj 1.2:
3104: win32: continued process detaching from \parser3project directory
3105:
3106: * ~sak5c961f3101c36563.tmp 1.1:
3107: Temporary file created by Visual Studio .NET to detect Jalindi
3108: Igloo capabilities.
3109:
3110: * gnu.vcproj 1.1:
3111: * parser3.sln 1.1:
3112: * src/classes/classes.vcproj 1.1:
3113: * src/lib/cord/cord.vcproj 1.1:
3114: * src/lib/ltdl/libltdl.vcproj 1.1:
3115: * src/lib/md5/md5.vcproj 1.1:
3116: * src/lib/pcre/pcre.vcproj 1.1:
3117: * src/lib/pcre/pcre_dftables.vcproj 1.1:
3118: * src/lib/pcre/pcre_parser_ctype.vcproj 1.1:
3119: * src/main/main.vcproj 1.1:
3120: * src/targets/apache13/ApacheModuleParser3.vcproj 1.1:
3121: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.1:
3122: * src/targets/cgi/parser3.vcproj 1.1:
3123: * src/targets/isapi/parser3isapi.vcproj 1.1:
3124: * src/types/types.vcproj 1.1:
3125: new VS project files
3126:
3127: * configure 1.68:
3128: * configure.in 1.64:
3129: * src/classes/Makefile.am 1.42:
3130: * src/classes/Makefile.in 1.55:
3131: * src/classes/classes.awk 1.8:
3132: * src/doc/footer.htm 1.3:
3133: * src/include/pa_config_fixed.h 1.57:
3134: * src/include/pa_version.h 1.8:
3135: * src/lib/Makefile.am 1.5:
3136: * src/lib/Makefile.in 1.10:
3137: * src/lib/patches/Makefile.in 1.12:
3138: * src/main/compile.tab.C 1.86:
3139: * src/main/pa_charset.C 1.36:
3140: * src/main/pa_string.C 1.175:
3141: * src/main/untaint.C 1.118:
3142: * src/types/pa_vmail.C 1.46:
3143: * www/htdocs/.htaccess [release_3_1_0] 1.13.2.1:
3144: * www/htdocs/auto.p [release_3_1_0] 1.18.2.1:
3145: merged 3.1.0 latest changes
3146:
3147: * gnu.dsp 1.5:
3148: * gnu.vcproj.vspscc 1.1:
3149: * parser3.dsw 1.9:
3150: * parser3.vssscc 1.1:
3151: * src/classes/classes.dsp 1.31:
3152: * src/classes/classes.vcproj.vspscc 1.1:
3153: * src/lib/cord/cord.dsp 1.3:
3154: * src/lib/cord/cord.vcproj.vspscc 1.1:
3155: * src/lib/ltdl/libltdl.dsp 1.7:
3156: * src/lib/ltdl/libltdl.vcproj.vspscc 1.1:
3157: * src/lib/md5/md5.dsp 1.5:
3158: * src/lib/md5/md5.vcproj.vspscc 1.1:
3159: * src/lib/pcre/pcre.dsp 1.4:
3160: * src/lib/pcre/pcre.vcproj.vspscc 1.1:
3161: * src/lib/pcre/pcre_dftables.dsp 1.2:
3162: * src/lib/pcre/pcre_dftables.vcproj.vspscc 1.1:
3163: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
3164: * src/lib/pcre/pcre_parser_ctype.vcproj.vspscc 1.1:
3165: * src/main/main.dsp 1.167:
3166: * src/main/main.vcproj.vspscc 1.1:
3167: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
3168: * src/targets/apache13/ApacheModuleParser3.vcproj.vspscc 1.1:
3169: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
3170: * src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc 1.1:
3171: * src/targets/cgi/parser3.dsp 1.66:
3172: * src/targets/cgi/parser3.vcproj 1.2:
3173: * src/targets/isapi/parser3isapi.dsp 1.44:
3174: * src/targets/isapi/parser3isapi.vcproj.vspscc 1.1:
3175: * src/types/types.dsp 1.42:
3176: * src/types/types.vcproj.vspscc 1.1:
3177: moved to MSVC 7
3178:
3179: 2003-08-15 paf
3180: * src/main/untaint.C [release_3_0_8] 1.116.2.1:
3181: email addresses in forms:
3182: "non-ascii" <yyy>
3183: non-ascii <yyy>
3184: now encoded correctly
3185:
3186: * src/main/untaint.C [release_3_1_0] 1.117.2.1:
3187: email addresses in forms:
3188: "non-ascii" <yyy>
3189: non-ascii <yyy>
3190: now encoded correctly [kinda merge from 3.0.8]
3191:
3192: 2003-07-29 paf
3193: * src/classes/Makefile.am [release_3_1_0] 1.41.2.2:
3194: * src/classes/Makefile.in [release_3_1_0] 1.54.2.2:
3195: * src/classes/classes.awk [release_3_1_0] 1.7.2.1:
3196: classes.awk added to make dist
3197:
3198: * src/types/pa_vmail.C [release_3_1_0] 1.45.2.1:
3199: just started --with-mail-receive
3200:
3201: 2003-07-28 paf
3202: * src/classes/Makefile.am [release_3_1_0] 1.41.2.1:
3203: * src/classes/Makefile.in [release_3_1_0] 1.54.2.1:
3204: * src/lib/Makefile.am [release_3_1_0] 1.4.2.1:
3205: * src/lib/Makefile.in [release_3_1_0] 1.9.2.1:
3206: removed circular dependence in src/classes, src/lib/gc now in dist
3207:
3208: * src/main/pa_string.C [release_3_1_0] 1.174.2.1:
3209: ^cache bug fix [were not working at all]
3210:
3211: 2003-07-25 paf
3212: * src/doc/footer.htm [release_3_1_0] 1.2.28.1:
3213: year
3214:
1.24 paf 3215: 2003-07-24 paf
3216: * INSTALL 1.33:
3217: * Makefile.am 1.35:
3218: * Makefile.in 1.49:
3219: * acsite.m4 1.2:
3220: * bin/Makefile.in 1.10:
3221: * configure 1.67:
3222: * configure.in 1.63:
3223: * etc/Makefile.in 1.15:
3224: * etc/parser3.charsets/Makefile.in 1.18:
3225: * etc/parser3.charsets/koi8-r.cfg 1.4:
3226: * etc/parser3.charsets/windows-1251.cfg 1.8:
3227: * operators.txt 1.116:
3228: * parser3.dsw 1.8:
3229: * src/Makefile.in 1.56:
3230: * src/classes/Makefile.am 1.41:
3231: * src/classes/Makefile.in 1.54:
3232: * src/classes/classes.C 1.19:
3233: * src/classes/classes.awk 1.7:
3234: * src/classes/classes.dsp 1.29:
3235: * src/classes/classes.h 1.24:
3236: * src/classes/date.C 1.46:
3237: * src/classes/double.C 1.54:
3238: * src/classes/file.C 1.111:
3239: * src/classes/form.C 1.35:
3240: * src/classes/hash.C 1.57:
3241: * src/classes/image.C 1.91:
3242: * src/classes/int.C 1.50:
3243: * src/classes/mail.C 1.89:
3244: * src/classes/math.C 1.34:
3245: * src/classes/memory.C 1.2:
3246: * src/classes/op.C 1.129:
3247: * src/classes/response.C 1.24:
3248: * src/classes/string.C 1.126:
3249: * src/classes/table.C 1.182:
3250: * src/classes/void.C 1.29:
3251: * src/classes/xdoc.C 1.111:
3252: * src/classes/xnode.C 1.56:
3253: * src/classes/xnode.h 1.19:
3254: * src/doc/exception.dox 1.2:
3255: * src/doc/index.dox 1.5:
3256: * src/doc/memory.dox 1.2:
3257: * src/doc/string.dox 1.5:
3258: * src/include/Makefile.am 1.4:
3259: * src/include/Makefile.in 1.12:
3260: * src/include/pa_array.h 1.59:
3261: * src/include/pa_cache_managers.h 1.10:
3262: * src/include/pa_charset.h 1.23:
3263: * src/include/pa_charsets.h 1.9:
3264: * src/include/pa_common.h 1.93:
3265: * src/include/pa_config_auto.h.in 1.38:
3266: * src/include/pa_config_fixed.h 1.56:
3267: * src/include/pa_config_includes.h 1.25:
3268: * src/include/pa_dictionary.h 1.14:
3269: * src/include/pa_dir.h 1.14:
3270: * src/include/pa_exception.h 1.39:
3271: * src/include/pa_exec.h 1.13:
3272: * src/include/pa_globals.h 1.104:
3273: * src/include/pa_hash.h 1.59:
3274: * src/include/pa_memory.h 1.2:
3275: * src/include/pa_opcode.h 1.25:
3276: * src/include/pa_operation.h 1.2:
3277: * src/include/pa_pool.h 1.87:
3278: * src/include/pa_pragma_pack_begin.h 1.7:
3279: * src/include/pa_pragma_pack_end.h 1.7:
3280: * src/include/pa_request.h 1.162:
3281: * src/include/pa_request_charsets.h 1.2:
3282: * src/include/pa_request_info.h 1.2:
3283: * src/include/pa_sapi.h 1.23:
3284: * src/include/pa_socks.h 1.12:
3285: * src/include/pa_sql_connection.h 1.31:
3286: * src/include/pa_sql_driver_manager.h 1.27:
3287: * src/include/pa_stack.h 1.18:
3288: * src/include/pa_string.h 1.145:
3289: * src/include/pa_stylesheet_connection.h 1.33:
3290: * src/include/pa_stylesheet_manager.h 1.16:
3291: * src/include/pa_table.h 1.52:
3292: * src/include/pa_threads.h 1.27:
3293: * src/include/pa_types.h 1.45:
3294: * src/include/pa_uue.h 1.5:
3295: * src/lib/Makefile.am 1.4:
3296: * src/lib/Makefile.in 1.9:
3297: * src/lib/cord/Makefile.am 1.2:
3298: * src/lib/cord/Makefile.in 1.2:
3299: * src/lib/cord/cord.dsp 1.2:
3300: * src/lib/cord/cordbscs.c 1.2:
3301: * src/lib/cord/cordprnt.c 1.2:
3302: * src/lib/cord/cordxtra.c 1.2:
3303: * src/lib/cord/include/Makefile.am 1.2:
3304: * src/lib/cord/include/Makefile.in 1.2:
3305: * src/lib/cord/include/cord.h 1.2:
3306: * src/lib/cord/include/ec.h 1.2:
3307: * src/lib/cord/include/private/Makefile.am 1.2:
3308: * src/lib/cord/include/private/Makefile.in 1.2:
3309: * src/lib/cord/include/private/cord_pos.h 1.2:
3310: * src/lib/cord/source.url 1.2:
3311: * src/lib/gc/Makefile.am 1.2:
3312: * src/lib/gc/Makefile.in 1.2:
1.25 paf 3313: * src/lib/gc/include/Makefile.am 1.2:
3314: * src/lib/gc/include/Makefile.in 1.2:
3315: * src/lib/gc/include/gc.h 1.2:
1.24 paf 3316: * src/lib/ltdl/Makefile.in 1.5:
3317: * src/lib/ltdl/libltdl.dsp 1.6:
3318: * src/lib/md5/Makefile.in 1.7:
3319: * src/lib/md5/pa_md5.h 1.8:
3320: * src/lib/md5/pa_md5c.c 1.10:
3321: * src/lib/patches/Makefile.am 1.4:
3322: * src/lib/patches/Makefile.in 1.11:
3323: * src/lib/patches/gc.patch 1.2:
3324: * src/lib/patches/gdome2.patch 1.2:
3325: * src/lib/patches/libxml2.patch 1.2:
3326: * src/lib/patches/libxslt.patch 1.2:
3327: * src/lib/pcre/Makefile.in 1.9:
3328: * src/lib/pcre/pcre.h 1.2:
3329: * src/lib/pcre/pcre_parser_ctype.c 1.4:
3330: * src/main/Makefile.am 1.36:
3331: * src/main/Makefile.in 1.51:
3332: * src/main/compile.C 1.70:
3333: * src/main/compile.tab.C 1.84:
3334: * src/main/compile.tab.C 1.85:
3335: * src/main/compile.y 1.206:
3336: * src/main/compile_tools.C 1.55:
3337: * src/main/compile_tools.h 1.68:
3338: * src/main/execute.C 1.297:
3339: * src/main/main.dsp 1.165:
3340: * src/main/pa_array.C 1.57:
3341: * src/main/pa_cache_managers.C 1.8:
3342: * src/main/pa_charset.C 1.35:
3343: * src/main/pa_charsets.C 1.12:
3344: * src/main/pa_common.C 1.154:
3345: * src/main/pa_dictionary.C 1.18:
3346: * src/main/pa_dir.C 1.15:
3347: * src/main/pa_exception.C 1.44:
3348: * src/main/pa_exec.C 1.51:
3349: * src/main/pa_globals.C 1.157:
3350: * src/main/pa_hash.C 1.54:
3351: * src/main/pa_memory.C 1.2:
3352: * src/main/pa_pool.C 1.60:
3353: * src/main/pa_request.C 1.248:
3354: * src/main/pa_socks.C 1.19:
3355: * src/main/pa_sql_driver_manager.C 1.71:
3356: * src/main/pa_string.C 1.174:
3357: * src/main/pa_stylesheet_manager.C 1.17:
3358: * src/main/pa_table.C 1.56:
3359: * src/main/pa_uue.C 1.5:
3360: * src/main/untaint.C 1.117:
3361: * src/sql/Makefile.in 1.12:
3362: * src/sql/pa_sql_driver.h 1.35:
3363: * src/targets/Makefile.am 1.10:
3364: * src/targets/Makefile.in 1.43:
3365: * src/targets/apache13/ApacheModuleParser3.dsp 1.17:
3366: * src/targets/apache13/Makefile.am 1.16:
3367: * src/targets/apache13/Makefile.in 1.46:
3368: * src/targets/apache13/mod_parser3.C 1.29:
3369: * src/targets/apache13/p3runConfigure.in 1.13:
3370: * src/targets/apache13/pa_httpd.h 1.2:
3371: * src/targets/apache13/pa_md5c.c 1.6:
3372: * src/targets/apache13/pa_pool.C 1.9:
3373: * src/targets/apache13/pa_threads.C 1.12:
3374: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.2:
3375: * src/targets/apache13core/Makefile.am 1.2:
3376: * src/targets/apache13core/Makefile.in 1.2:
3377: * src/targets/apache13core/mod_parser3.C 1.2:
3378: * src/targets/apache13core/pa_threads.C 1.2:
3379: * src/targets/cgi/Makefile.am 1.47:
3380: * src/targets/cgi/Makefile.in 1.63:
3381: * src/targets/cgi/getopt.c 1.3:
3382: * src/targets/cgi/getopt.h 1.3:
3383: * src/targets/cgi/pa_pool.C 1.42:
3384: * src/targets/cgi/pa_threads.C 1.13:
3385: * src/targets/cgi/parser3.C 1.218:
3386: * src/targets/cgi/parser3.dsp 1.64:
3387: * src/targets/cgi/pool_storage.h 1.14:
3388: * src/targets/cgi/pp3.cmd 1.2:
3389: * src/targets/isapi/Makefile.am 1.2:
3390: * src/targets/isapi/Makefile.in 1.12:
3391: * src/targets/isapi/pa_pool.C 1.17:
3392: * src/targets/isapi/pa_threads.C 1.14:
3393: * src/targets/isapi/parser3isapi.C 1.83:
3394: * src/targets/isapi/parser3isapi.dsp 1.42:
3395: * src/targets/isapi/pool_storage.h 1.20:
3396: * src/types/Makefile.am 1.29:
3397: * src/types/Makefile.in 1.51:
3398: * src/types/pa_junction.h 1.2:
3399: * src/types/pa_method.h 1.2:
3400: * src/types/pa_value.C 1.10:
3401: * src/types/pa_value.h 1.110:
3402: * src/types/pa_vbool.h 1.22:
3403: * src/types/pa_vclass.C 1.17:
3404: * src/types/pa_vclass.h 1.40:
3405: * src/types/pa_vcode_frame.h 1.25:
3406: * src/types/pa_vcookie.C 1.56:
3407: * src/types/pa_vcookie.h 1.24:
3408: * src/types/pa_vdate.h 1.25:
3409: * src/types/pa_vdouble.h 1.43:
3410: * src/types/pa_venv.h 1.29:
3411: * src/types/pa_vfile.C 1.37:
3412: * src/types/pa_vfile.h 1.53:
3413: * src/types/pa_vform.C 1.75:
3414: * src/types/pa_vform.h 1.46:
3415: * src/types/pa_vhash.C 1.2:
3416: * src/types/pa_vhash.h 1.46:
3417: * src/types/pa_vimage.C 1.23:
3418: * src/types/pa_vimage.h 1.35:
3419: * src/types/pa_vint.h 1.39:
3420: * src/types/pa_vjunction.h 1.20:
3421: * src/types/pa_vmail.C 1.45:
3422: * src/types/pa_vmail.h 1.10:
3423: * src/types/pa_vmath.C 1.2:
3424: * src/types/pa_vmath.h 1.15:
3425: * src/types/pa_vmemory.h 1.2:
3426: * src/types/pa_vmethod_frame.C 1.2:
3427: * src/types/pa_vmethod_frame.h 1.46:
3428: * src/types/pa_vobject.C 1.13:
3429: * src/types/pa_vobject.h 1.39:
3430: * src/types/pa_vrequest.C 1.28:
3431: * src/types/pa_vrequest.h 1.26:
3432: * src/types/pa_vresponse.C 1.18:
3433: * src/types/pa_vresponse.h 1.33:
3434: * src/types/pa_vstateless_class.C 1.20:
3435: * src/types/pa_vstateless_class.h 1.43:
3436: * src/types/pa_vstateless_object.h 1.29:
3437: * src/types/pa_vstatus.C 1.17:
3438: * src/types/pa_vstatus.h 1.16:
3439: * src/types/pa_vstring.C 1.23:
3440: * src/types/pa_vstring.h 1.55:
3441: * src/types/pa_vtable.C 1.22:
3442: * src/types/pa_vtable.h 1.49:
3443: * src/types/pa_vvoid.h 1.18:
3444: * src/types/pa_vxdoc.C 1.24:
3445: * src/types/pa_vxdoc.h 1.32:
3446: * src/types/pa_vxnode.C 1.31:
3447: * src/types/pa_vxnode.h 1.23:
3448: * src/types/pa_wcontext.C 1.25:
3449: * src/types/pa_wcontext.h 1.43:
3450: * src/types/pa_wwrapper.h 1.29:
3451: * src/types/types.dsp 1.40:
3452: * www/htdocs/.htaccess 1.13:
3453: * www/htdocs/auto.p 1.18:
3454: * www/htdocs/index.html 1.212:
3455: moved tempate_gc to HEAD
3456:
3457: * parser3.dsw [template_gc] 1.7.6.1.2.4:
3458: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.21:
3459: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.6:
3460: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.18:
3461: few paths for libxml debug/release changes
3462:
3463: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.2:
3464: * src/targets/cgi/parser3.dsp [release_3_0_8] 1.63.2.1:
3465: * src/targets/isapi/parser3isapi.dsp [release_3_0_8] 1.41.16.1:
3466: more step towards \parser3project not having to be in root
3467:
3468: * parser3.dsw [template_gc] 1.7.6.1.2.5:
3469: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.22:
3470: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.19:
3471: relative paths to xml&gc libs
3472:
3473: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.4:
3474: PA_ -> pa_
3475:
3476: * src/classes/math.C [template_gc] 1.24.2.12.2.16:
3477: * src/classes/math.C [template_gc] 1.24.2.12.2.17:
3478: uuid bugfix
3479:
3480: * tests/141.html [template_gc] 1.1.2.2:
3481: * tests/Makefile [template_gc] 1.1.2.8.2.10:
3482: * tests/results/005.processed [template_gc] 1.1.2.2.2.2:
3483: * tests/results/030.processed [template_gc] 1.1.2.2.2.2:
3484: * tests/results/075.processed [template_gc] 1.1.2.1.2.2:
3485: * tests/results/078.processed [template_gc] 1.1.2.1.2.2:
3486: to reflect date format change (were - become ' ')
3487:
1.25 paf 3488: * src/classes/classes.dsp 1.30:
3489: * src/main/main.dsp 1.166:
3490: * src/main/pa_globals.C 1.158:
3491: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.3:
3492: * src/targets/cgi/parser3.dsp 1.65:
3493: * src/targets/isapi/parser3isapi.dsp 1.43:
3494: * src/types/types.dsp 1.41:
3495: cvs: getting rid of win32xml pseudo project
3496:
1.24 paf 3497: * src/classes/math.C 1.33:
3498: merged uuid bugfix
3499:
3500: * src/include/pa_version.h [release_3_0_8] 1.7.18.1:
1.25 paf 3501: * src/include/pa_version.h [release_3_1_0] 1.7.20.1:
3502: * src/lib/patches/Makefile.in [release_3_1_0] 1.11.2.1:
1.24 paf 3503: release
3504:
3505: * src/classes/math.C [release_3_0_8] 1.33.2.1:
3506: * src/lib/md5/pa_md5.h [release_3_0_8] 1.7.2.1:
3507: * src/lib/md5/pa_md5c.c [release_3_0_8] 1.9.2.1:
3508: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.1:
3509: * src/targets/apache13/pa_md5c.c [release_3_0_8] 1.5.6.1:
3510: apache module compiled [were minor unnecessary changes in lib
3511: md5 interface]
3512:
1.26 paf 3513: * src/include/pa_config_fixed.h [release_3_1_0] 1.56.2.3:
3514: * src/main/pa_charset.C [release_3_1_0] 1.35.2.1:
3515: bad #endif fix
3516:
1.24 paf 3517: * tests/001.html 1.2:
3518: * tests/002.html 1.2:
3519: * tests/003.html 1.2:
3520: * tests/004.html 1.2:
3521: * tests/005.html 1.2:
3522: * tests/006.html 1.2:
3523: * tests/007.html 1.2:
3524: * tests/008.html 1.2:
3525: * tests/009.html 1.2:
3526: * tests/010.html 1.2:
3527: * tests/011.html 1.2:
3528: * tests/012.html 1.2:
3529: * tests/013.html 1.2:
3530: * tests/014.html 1.2:
3531: * tests/015.html 1.2:
3532: * tests/016.html 1.2:
3533: * tests/017.html 1.2:
3534: * tests/018.html 1.2:
3535: * tests/019.html 1.2:
3536: * tests/019paf2001.gif 1.2:
3537: * tests/020.html 1.2:
3538: * tests/021.html 1.2:
3539: * tests/022.html 1.2:
3540: * tests/022_dir/a.html 1.2:
3541: * tests/022_dir/b.txt 1.2:
3542: * tests/022_dir/c.htm 1.2:
3543: * tests/023.html 1.2:
3544: * tests/024.html 1.2:
3545: * tests/025.html 1.2:
3546: * tests/026.html 1.2:
3547: * tests/027.html 1.2:
3548: * tests/028.html 1.2:
3549: * tests/029.html 1.2:
3550: * tests/030.html 1.2:
3551: * tests/031.html 1.2:
3552: * tests/032.html 1.2:
3553: * tests/033.html 1.2:
3554: * tests/034.html 1.2:
3555: * tests/035.html 1.2:
3556: * tests/036.html 1.2:
3557: * tests/037.html 1.2:
3558: * tests/038.html 1.2:
3559: * tests/039.html 1.2:
3560: * tests/040.html 1.2:
3561: * tests/041.html 1.2:
3562: * tests/042.html 1.2:
3563: * tests/043.html 1.2:
3564: * tests/044.html 1.2:
3565: * tests/045.html 1.2:
3566: * tests/046.html 1.2:
3567: * tests/047.html 1.2:
3568: * tests/048.html 1.2:
3569: * tests/049.html 1.2:
3570: * tests/050.html 1.2:
3571: * tests/051.html 1.2:
3572: * tests/051b.p 1.2:
3573: * tests/051t.p 1.2:
3574: * tests/052.html 1.2:
3575: * tests/053.html 1.2:
3576: * tests/054.html 1.2:
3577: * tests/055.html 1.2:
3578: * tests/056.html 1.2:
3579: * tests/057.html 1.2:
3580: * tests/058.html 1.2:
3581: * tests/058_paf2000.png 1.2:
3582: * tests/059.html 1.2:
3583: * tests/060.html 1.2:
3584: * tests/061.dat 1.2:
3585: * tests/061.html 1.2:
3586: * tests/062.html 1.2:
3587: * tests/063.html 1.2:
3588: * tests/064.html 1.2:
3589: * tests/065.html 1.2:
3590: * tests/066.html 1.2:
3591: * tests/067.html 1.2:
3592: * tests/068.html 1.2:
3593: * tests/069.html 1.2:
3594: * tests/070.html 1.2:
3595: * tests/071.html 1.2:
3596: * tests/072.html 1.2:
3597: * tests/073.html 1.2:
3598: * tests/074.html 1.2:
3599: * tests/075.html 1.2:
3600: * tests/076.html 1.2:
3601: * tests/077.html 1.2:
3602: * tests/078.html 1.2:
3603: * tests/079.html 1.2:
3604: * tests/080.html 1.2:
3605: * tests/081.html 1.2:
3606: * tests/082.html 1.2:
3607: * tests/083.html 1.2:
3608: * tests/084.html 1.2:
3609: * tests/085.html 1.2:
3610: * tests/086.html 1.2:
3611: * tests/087.html 1.2:
3612: * tests/088.html 1.2:
3613: * tests/089.html 1.2:
3614: * tests/090.html 1.2:
3615: * tests/091.html 1.2:
3616: * tests/092.html 1.2:
3617: * tests/093.html 1.2:
3618: * tests/094.html 1.2:
3619: * tests/095.html 1.2:
3620: * tests/096.html 1.2:
3621: * tests/096_dir/163.jpg 1.2:
3622: * tests/096_dir/188.jpg 1.2:
3623: * tests/097.html 1.2:
3624: * tests/098.html 1.2:
3625: * tests/098font.gif 1.2:
3626: * tests/099.html 1.2:
3627: * tests/100.html 1.2:
3628: * tests/101.html 1.2:
3629: * tests/102.html 1.2:
3630: * tests/103.html 1.2:
3631: * tests/103mark.gif 1.2:
3632: * tests/103paf2001.gif 1.2:
3633: * tests/104.html 1.2:
3634: * tests/105.html 1.2:
3635: * tests/106.html 1.2:
3636: * tests/107.html 1.2:
3637: * tests/108.html 1.2:
3638: * tests/108.xsl 1.2:
3639: * tests/109.html 1.2:
3640: * tests/110.html 1.2:
3641: * tests/111.html 1.2:
3642: * tests/112.html 1.2:
3643: * tests/113.html 1.2:
3644: * tests/114.html 1.2:
3645: * tests/115.html 1.2:
3646: * tests/116.html 1.2:
3647: * tests/117.html 1.2:
3648: * tests/118.html 1.2:
3649: * tests/119.html 1.2:
3650: * tests/120.html 1.2:
3651: * tests/121.html 1.2:
3652: * tests/122.html 1.2:
3653: * tests/123.html 1.2:
3654: * tests/124.html 1.2:
3655: * tests/125.html 1.2:
3656: * tests/126.html 1.2:
3657: * tests/127.html 1.2:
3658: * tests/128.html 1.2:
3659: * tests/129.html 1.2:
3660: * tests/130.html 1.2:
3661: * tests/131.html 1.2:
3662: * tests/132.html 1.2:
3663: * tests/133.html 1.2:
3664: * tests/134.html 1.2:
3665: * tests/135.html 1.2:
3666: * tests/136.html 1.2:
3667: * tests/137.html 1.2:
3668: * tests/138.html 1.2:
3669: * tests/139.html 1.2:
3670: * tests/140.html 1.2:
3671: * tests/141.html 1.2:
3672: * tests/Makefile 1.2:
3673: * tests/descript.ion 1.2:
3674: * tests/outputs/create-dir 1.2:
3675: * tests/results/001.processed 1.2:
3676: * tests/results/002.processed 1.2:
3677: * tests/results/003.processed 1.2:
3678: * tests/results/004.processed 1.2:
3679: * tests/results/005.processed 1.2:
3680: * tests/results/006.processed 1.2:
3681: * tests/results/007.processed 1.2:
3682: * tests/results/008.processed 1.2:
3683: * tests/results/009.processed 1.2:
3684: * tests/results/010.processed 1.2:
3685: * tests/results/011.processed 1.2:
3686: * tests/results/012.processed 1.2:
3687: * tests/results/013.processed 1.2:
3688: * tests/results/014.processed 1.2:
3689: * tests/results/015.processed 1.2:
3690: * tests/results/016.processed 1.2:
3691: * tests/results/017.processed 1.2:
3692: * tests/results/018.processed 1.2:
3693: * tests/results/019.processed 1.2:
3694: * tests/results/020.processed 1.2:
3695: * tests/results/021.processed 1.2:
3696: * tests/results/022.processed 1.2:
3697: * tests/results/023.processed 1.2:
3698: * tests/results/024.processed 1.2:
3699: * tests/results/025.processed 1.2:
3700: * tests/results/026.processed 1.2:
3701: * tests/results/027.processed 1.2:
3702: * tests/results/028.processed 1.2:
3703: * tests/results/029.processed 1.2:
3704: * tests/results/030.processed 1.2:
3705: * tests/results/031.processed 1.2:
3706: * tests/results/032.processed 1.2:
3707: * tests/results/033.processed 1.2:
3708: * tests/results/034.processed 1.2:
3709: * tests/results/035.processed 1.2:
3710: * tests/results/036.processed 1.2:
3711: * tests/results/037.processed 1.2:
3712: * tests/results/038.processed 1.2:
3713: * tests/results/039.processed 1.2:
3714: * tests/results/040.processed 1.2:
3715: * tests/results/041.processed 1.2:
3716: * tests/results/042.processed 1.2:
3717: * tests/results/043.processed 1.2:
3718: * tests/results/044.processed 1.2:
3719: * tests/results/045.processed 1.2:
3720: * tests/results/046.processed 1.2:
3721: * tests/results/047.processed 1.2:
3722: * tests/results/048.processed 1.2:
3723: * tests/results/049.processed 1.2:
3724: * tests/results/050.processed 1.2:
3725: * tests/results/051.processed 1.2:
3726: * tests/results/052.processed 1.2:
3727: * tests/results/053.processed 1.2:
3728: * tests/results/054.processed 1.2:
3729: * tests/results/055.processed 1.2:
3730: * tests/results/056.processed 1.2:
3731: * tests/results/057.processed 1.2:
3732: * tests/results/058.processed 1.2:
3733: * tests/results/059.processed 1.2:
3734: * tests/results/060.processed 1.2:
3735: * tests/results/061.processed 1.2:
3736: * tests/results/062.processed 1.2:
3737: * tests/results/063.processed 1.2:
3738: * tests/results/064.processed 1.2:
3739: * tests/results/065.processed 1.2:
3740: * tests/results/066.processed 1.2:
3741: * tests/results/067.processed 1.2:
3742: * tests/results/068.processed 1.2:
3743: * tests/results/069.processed 1.2:
3744: * tests/results/070.processed 1.2:
3745: * tests/results/071.processed 1.2:
3746: * tests/results/072.processed 1.2:
3747: * tests/results/073.processed 1.2:
3748: * tests/results/074.processed 1.2:
3749: * tests/results/075.processed 1.2:
3750: * tests/results/076.processed 1.2:
3751: * tests/results/077.processed 1.2:
3752: * tests/results/078.processed 1.2:
3753: * tests/results/079.processed 1.2:
3754: * tests/results/080.processed 1.2:
3755: * tests/results/081.processed 1.2:
3756: * tests/results/082.processed 1.2:
3757: * tests/results/083.processed 1.2:
3758: * tests/results/084.processed 1.2:
3759: * tests/results/085.processed 1.2:
3760: * tests/results/086.processed 1.2:
3761: * tests/results/087.processed 1.2:
3762: * tests/results/088.processed 1.2:
3763: * tests/results/089.processed 1.2:
3764: * tests/results/090.processed 1.2:
3765: * tests/results/091.processed 1.2:
3766: * tests/results/092.processed 1.2:
3767: * tests/results/093.processed 1.2:
3768: * tests/results/094.processed 1.2:
3769: * tests/results/095.processed 1.2:
3770: * tests/results/096.processed 1.2:
3771: * tests/results/097.processed 1.2:
3772: * tests/results/098.processed 1.2:
3773: * tests/results/099.processed 1.2:
3774: * tests/results/100.processed 1.2:
3775: * tests/results/101.processed 1.2:
3776: * tests/results/102.processed 1.2:
3777: * tests/results/103.processed 1.2:
3778: * tests/results/104.processed 1.2:
3779: * tests/results/105.processed 1.2:
3780: * tests/results/106.processed 1.2:
3781: * tests/results/107.processed 1.2:
3782: * tests/results/108.processed 1.2:
3783: * tests/results/109.processed 1.2:
3784: * tests/results/110.processed 1.2:
3785: * tests/results/111.processed 1.2:
3786: * tests/results/112.processed 1.2:
3787: * tests/results/113.processed 1.2:
3788: * tests/results/114.processed 1.2:
3789: * tests/results/115.processed 1.2:
3790: * tests/results/116.processed 1.2:
3791: * tests/results/117.processed 1.2:
3792: * tests/results/118.processed 1.2:
3793: * tests/results/119.processed 1.2:
3794: * tests/results/120.processed 1.2:
3795: * tests/results/121.processed 1.2:
3796: * tests/results/122.processed 1.2:
3797: * tests/results/123.processed 1.2:
3798: * tests/results/124.processed 1.2:
3799: * tests/results/125.processed 1.2:
3800: * tests/results/126.processed 1.2:
3801: * tests/results/127.processed 1.2:
3802: * tests/results/128.processed 1.2:
3803: * tests/results/129.processed 1.2:
3804: * tests/results/130.processed 1.2:
3805: * tests/results/131.processed 1.2:
3806: * tests/results/132.processed 1.2:
3807: * tests/results/133.processed 1.2:
3808: * tests/results/134.processed 1.2:
3809: * tests/results/135.processed 1.2:
3810: * tests/results/136.processed 1.2:
3811: * tests/results/137.processed 1.2:
3812: * tests/results/138.processed 1.2:
3813: * tests/results/139.processed 1.2:
3814: * tests/results/140.processed 1.2:
3815: * tests/results/141.processed 1.2:
3816: * tests/run_parser.sh 1.2:
3817: merged(copied) to HEAD from template_gc
3818:
1.25 paf 3819: * tests/141.html [template_gc] 1.1.2.3:
3820: * tests/results/141.processed [template_gc] 1.1.2.3:
3821: fixed bug with too-small-a-buffer
3822:
1.24 paf 3823: 2003-07-23 paf
3824: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.1:
3825: file ApacheModuleParser3Core.dsp was initially added on branch
3826: template_gc.
3827:
3828: * src/include/pa_request.h [template_gc] 1.160.2.37.2.24:
3829: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.8:
3830: * src/main/execute.C [template_gc] 1.295.2.27.2.23:
3831: * src/main/pa_request.C [template_gc] 1.245.2.37.2.34:
3832: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.14:
3833: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.8:
3834: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.3:
3835: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.4:
3836: stack top_index() fixed
3837:
3838: * src/targets/Makefile.am [template_gc] 1.9.24.1:
3839: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.2:
3840: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.2:
3841: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.3:
3842: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.2:
3843: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.3:
3844: * src/targets/apache13core/Makefile.am [template_gc] 1.1.2.1:
3845: * src/targets/apache13core/Makefile.in [template_gc] 1.1.2.1:
3846: apache13 splitted to simplify apache build
3847:
3848: * src/lib/patches/gc.patch 1.1:
3849: file gc.patch was initially added on branch template_gc.
3850:
3851: * src/targets/apache13/mod_parser3.c 1.1:
3852: file mod_parser3.c was initially added on branch template_gc.
3853:
3854: * src/targets/apache13core/mod_parser3.C 1.1:
3855: file mod_parser3.C was initially added on branch template_gc.
3856:
3857: * src/classes/op.C [template_gc] 1.127.2.22.2.34:
3858: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.8:
3859: connection closing/caching fixed [connections were not closed
3860: put to cache]
3861:
3862: * src/targets/apache13core/Makefile.am 1.1:
3863: file Makefile.am was initially added on branch template_gc.
3864:
3865: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.1:
3866: decided to support multithreading in apache module only on win32
3867: see that apache 1.3.28 supports it only in win32+netware...
3868:
3869: * src/targets/apache13/pa_httpd.h 1.1:
3870: file pa_httpd.h was initially added on branch template_gc.
3871:
3872: * src/targets/apache13core/Makefile.in 1.1:
3873: file Makefile.in was initially added on branch template_gc.
3874:
3875: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.3:
3876: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.4:
3877: proper dependence to rebuild p3conf from .in
3878:
3879: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.20:
3880: minor style changes
3881:
3882: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.5:
3883: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.5:
3884: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.2:
3885: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.2:
3886: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.2:
3887: * src/targets/apache13core/ApacheModuleParser3Core.dsp [template_gc] 1.1.2.1:
3888: * src/targets/apache13core/mod_parser3.C [template_gc] 1.1.2.1:
3889: * src/targets/apache13core/pa_threads.C [template_gc] 1.1.2.1:
3890: splitted apache to two projects to simplify separate c/c++ compilation
3891:
3892: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.2:
3893: *** empty log message ***
3894:
3895: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.2:
3896: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.6:
3897: updated to new sapi interface
3898:
3899: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.4:
3900: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.1:
3901: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.2:
3902: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.7:
3903: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.1:
3904: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.3:
3905: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.1:
3906: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.1:
3907: * src/targets/apache13/pa_md5c.c [template_gc] 1.5.2.1.2.1:
3908: started splitting mod_parser3 into two parts: C and C++
3909:
3910: * src/classes/math.C [template_gc] 1.24.2.12.2.15:
3911: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.2:
3912: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.3:
3913: renamed a little [to move to comman naming conv]
3914:
3915: * src/lib/patches/gc.patch [template_gc] 1.1.2.1:
3916: this bug remains even in latest-at-the-moment: gc6.2alpha6
3917: just reported to hans
3918:
3919: * src/targets/apache13/mod_parser3_main.C 1.1:
3920: file mod_parser3_main.C was initially added on branch
3921: template_gc.
3922:
1.39 paf 3923: * src/targets/apache13core/pa_threads.C 1.1:
3924: file pa_threads.C was initially added on branch template_gc.
3925:
1.24 paf 3926: 2003-07-22 paf
3927: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.17:
3928: on win32 bugfix in handling shbang
3929:
3930: * INSTALL [template_gc] 1.31.6.4:
3931: disable-threads adviced
3932:
3933: * INSTALL [template_gc] 1.31.6.5:
3934: gc part updated stightly
3935:
3936: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.13:
3937: out of memory is no longer coredump
3938:
3939: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.8:
3940: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.3:
3941: updated to new sapi interface
3942:
3943: * src/main/pa_string.C [template_gc] 1.172.2.21.2.43:
3944: removed reduntant invariant check [there is one deeper in cord
3945: lib]
3946:
3947: * src/classes/file.C [template_gc] 1.107.2.16.2.23:
3948: comment on OS
3949:
3950: 2003-07-21 paf
3951: * src/main/pa_common.C [template_gc] 1.143.2.21.2.29:
3952: http:// CRLF now [merged from HEAD]
3953:
3954: * src/classes/file.C [template_gc] 1.107.2.16.2.21:
3955: env passing fixed
3956:
3957: * src/classes/file.C [template_gc] 1.107.2.16.2.22:
3958: file::exec/cgi environment variables now must be UPPERCASE and
3959: A-Z 0-9 _-
3960:
3961: * src/classes/Makefile.am [template_gc] 1.40.16.3:
3962: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.2:
3963: removed circular dependency on classes.C
3964:
3965: * src/main/pa_common.C 1.153:
3966: http:// CRLF now
3967:
3968: 2003-07-02 paf
3969: * operators.txt [template_gc] 1.109.2.1.2.9:
3970: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.8:
3971: renamed $memory:status fields to reflect their real meaning
3972:
3973: 2003-06-27 paf
3974: * src/classes/file.C [template_gc] 1.107.2.16.2.20:
3975: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.13:
3976: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.6:
3977: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.9:
3978: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.26:
3979: merged from HEAD file::exec/cgi .charset
3980:
3981: 2003-06-26 paf
3982: * src/classes/file.C [template_gc] 1.107.2.16.2.19:
3983: * src/classes/hash.C [template_gc] 1.54.2.13.2.16:
3984: * src/classes/image.C [template_gc] 1.90.2.15.2.22:
3985: * src/classes/op.C [template_gc] 1.127.2.22.2.33:
3986: * src/classes/string.C [template_gc] 1.125.2.15.2.26:
3987: * src/classes/table.C [template_gc] 1.172.2.14.2.33:
3988: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.17:
3989: fixed several uninitialized local structures.
3990: notably ^hash.foreach now inserts delimiters properly [were inserting it before first body]
3991:
3992: 2003-06-24 paf
3993: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.8:
3994: simplified HASH_ALLOCATES_COUNT
3995:
3996: 2003-06-20 paf
3997: * operators.txt 1.115:
3998: * src/include/pa_globals.h 1.103:
3999: * src/main/pa_common.C 1.152:
4000: * src/main/pa_globals.C 1.156:
4001: introducing
4002: $f[^file::load[binary;http://...]]
4003: $f.tables
4004:
4005: 2003-06-06 paf
4006: * src/types/pa_vhash.h 1.45:
4007: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.7:
4008: hash.field lookup first now: along with table. [were method
4009: lookup: inconsistent]
4010:
1.23 paf 4011: 2003-06-02 paf
4012: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.20:
4013: empty string clone fixed to return writable memory
4014:
4015: * src/main/pa_common.C [template_gc] 1.143.2.21.2.28:
4016: fix_line_breaks bug fix [terminating zero were not appended]
4017: which violated string invariant
4018:
4019: 2003-05-30 paf
4020: * src/main/pa_common.C 1.151:
4021: date format now
4022: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123
4023:
4024: * src/types/pa_value.C [template_gc] 1.9.2.15.2.13:
4025: date format now
4026: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
4027:
4028: * src/classes/xnode.C [template_gc] 1.54.2.10.2.15:
4029: found minor bug, commended for future
4030:
4031: * src/classes/file.C [template_gc] 1.107.2.16.2.18:
4032: * src/classes/form.C [template_gc] 1.34.2.7.2.9:
4033: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.5:
4034: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.26:
4035: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.7:
4036: initialized request_info properly
4037:
4038: 2003-05-28 paf
4039: * src/classes/form.C [template_gc] 1.34.2.7.2.8:
4040: request_info.content_length can't be <0, size_t for some time
4041:
4042: 2003-05-26 paf
4043: * src/classes/file.C [template_gc] 1.107.2.16.2.17:
4044: * src/classes/string.C [template_gc] 1.125.2.15.2.25:
4045: * src/main/pa_string.C [template_gc] 1.172.2.21.2.42:
4046: few forgotten <0 changed to !=STRING_NOT_FOUND
4047:
4048: * src/classes/math.C [template_gc] 1.24.2.12.2.14:
4049: merged ffffu from HEAD
4050:
4051: 2003-05-11 paf
4052: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.11:
4053: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.8:
4054: think that found cause of premature doc free.
4055: transformed document had xmlDoc reference stored to non-gc-memory (libgdome)
4056: added holding-reference
4057:
4058: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.19:
4059: xml memory debugging functions (ifdefed)
4060:
4061: 2003-04-29 paf
4062: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.18:
4063: started digging on double free.
4064: on win32 found that that's perfectly normal.
4065:
4066: 2003-04-25 paf
4067: * src/classes/math.C 1.31:
4068: snprintf(buf, 3) become (buf,2) and failed to print anything.
4069: changed to quicker and simplier code
4070:
4071: * src/classes/hash.C 1.56:
4072: allowed ^hash::create[^rem{xxx}] [were to strict a check]
4073:
4074: * src/classes/table.C 1.180:
4075: * src/lib/md5/pa_md5c.c 1.9:
4076: minor compile errors
4077:
4078: * src/classes/table.C 1.181:
4079: table.join bug fix [bad limit check]
4080:
4081: * src/classes/math.C [template_gc] 1.24.2.12.2.13:
4082: merged from HEAD: simpiler hash_string
4083:
4084: 2003-04-24 paf
4085: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.2:
4086: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.4:
4087: thanks to Ilia Soldis <soldis@infolio.ru> for reporing this
4088: ansi c fiolation syntax report
4089:
4090: * src/include/pa_table.h [template_gc] 1.48.2.11.2.11:
4091: too strict assert loosened
4092:
4093: 2003-04-21 paf
4094: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.2:
4095: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.2:
4096: pp3 added to .am
4097:
4098: * src/main/pa_request.C [template_gc] 1.245.2.37.2.33:
4099: merged from HEAD:
4100: "x:..." and "\\..." file names on Win32 considered disk-global
4101:
4102: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.16:
4103: .5.6 version of libxml allows to install xmlMallocAtomic [
4104: author agreed to my suggestion], used that
4105:
4106: * src/include/pa_string.h [template_gc] 1.144.2.28.2.51:
4107: assert added [looking for bug]
4108:
4109: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.24:
4110: * src/types/pa_value.C [template_gc] 1.9.2.15.2.12:
4111: * src/types/pa_value.h [template_gc] 1.109.2.25.2.12:
4112: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.18:
4113: attributed_meaning_to_string added L_UNSPECIFIED piece
4114: which was sortof OK, but violated string invariant [assertion barked on that]
4115: changed to L_PASS_APPEND, made that param obligatory
4116:
4117: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.19:
4118: ^mail:send[$.body backward compatibility
4119:
4120: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.17:
4121: pcre memory management changed to use GC memory
4122:
4123: * src/main/pa_request.C 1.247:
4124: "x:..." and "\\..." file names on Win32 considered disk-global
4125:
4126: * src/main/pa_string.C [template_gc] 1.172.2.21.2.41:
4127: String::ArrayFragment::append_positions bug fixed [assert
4128: helped]
4129:
4130: 2003-04-18 paf
4131: * src/main/untaint.C [template_gc] 1.115.2.12.2.28:
4132: merged from HEAD:
4133: enabled '~' letter in filenames
4134:
4135: * src/main/untaint.C 1.116:
4136: enabled '~' letter in filenames
4137:
4138: 2003-04-16 paf
4139: * src/classes/file.C [template_gc] 1.107.2.16.2.16:
4140: small bug introduced in autoptr times fixed
4141:
4142: * src/classes/table.C [template_gc] 1.172.2.14.2.32:
4143: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.3:
4144: fix: gcc reported tiny error
4145:
4146: * etc/parser3.charsets/koi8-r.cfg [template_gc] 1.2.22.1:
4147: * etc/parser3.charsets/windows-1251.cfg [template_gc] 1.6.14.1:
4148: merged from HEAD
4149:
4150: 2003-04-15 paf
4151: * operators.txt 1.112:
4152: * operators.txt [release_3_0_0007] 1.107.2.2:
4153: * src/classes/math.C 1.27:
4154: * src/lib/md5/pa_md5.h 1.7:
4155: * src/lib/md5/pa_md5c.c 1.8:
4156: ^math:md5[string]
4157: 16-byte digest
4158:
4159: * operators.txt 1.113:
4160: * src/classes/math.C 1.28:
4161: * src/classes/math.C 1.29:
4162: ^math:uuid[]
4163:
4164: * tests/results/141.processed 1.1:
4165: file 141.processed was initially added on branch template_gc.
4166:
4167: * operators.txt 1.114:
4168: * src/classes/math.C 1.30:
4169: ^math:uid64[]
4170:
4171: * operators.txt [template_gc] 1.109.2.1.2.8:
4172: * src/classes/math.C [template_gc] 1.24.2.12.2.12:
4173: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.1:
4174: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.1:
4175: * tests/141.html [template_gc] 1.1.2.1:
4176: * tests/results/141.processed [template_gc] 1.1.2.1:
4177: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.16:
4178: merged from head
4179: ^math:uuid[]
4180: ^math:uid64[]
4181: ^math:md5[string]
4182:
4183: test added: 141.html
4184:
4185: * tests/141.html 1.1:
4186: file 141.html was initially added on branch template_gc.
4187:
4188: * operators.txt [release_3_0_0007] 1.107.2.1:
4189: * src/classes/file.C [release_3_0_0007] 1.106.2.1:
4190: * src/include/pa_common.h [release_3_0_0007] 1.88.4.1:
4191: * src/include/pa_config_fixed.h [release_3_0_0007] 1.52.4.1:
4192: * src/main/pa_common.C [release_3_0_0007] 1.140.2.3:
4193: ^file::load[mode;name;
4194: $.offset
4195: $.limit
4196:
4197: 2003-04-14 paf
4198: * src/classes/table.C 1.178:
4199: more warnings
4200:
4201: * src/include/pa_array.h [template_gc] 1.57.2.27.2.16:
4202: * src/include/pa_table.h [template_gc] 1.48.2.11.2.9:
4203: * src/main/pa_table.C [template_gc] 1.53.2.10.2.7:
4204: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.15:
4205: removed checks in table::set_current, moved them back to table::locate
1.39 paf 4206: implemented table::create/join ? $.reverse
1.23 paf 4207:
4208: * tests/results/140.processed 1.1:
4209: file 140.processed was initially added on branch template_gc.
4210:
4211: * src/include/pa_table.h 1.50:
4212: * src/main/pa_array.C 1.56:
4213: * src/main/pa_table.C 1.55:
4214: removed checks in table::set_current, moved them back to table
4215: :locate
4216:
4217: * src/classes/table.C 1.179:
4218: * src/include/pa_table.h 1.51:
4219: table $.distinct[tables] bug fixed
4220:
4221: * src/classes/table.C [template_gc] 1.172.2.14.2.31:
4222: * src/include/pa_array.h [template_gc] 1.57.2.27.2.17:
4223: * src/include/pa_table.h [template_gc] 1.48.2.11.2.10:
4224: * src/main/pa_table.C [template_gc] 1.53.2.10.2.8:
4225: * tests/140.html [template_gc] 1.1.2.1:
4226: * tests/results/140.processed [template_gc] 1.1.2.1:
4227: table $.reverse option works in create&co
4228: table $.distinct[tables] bug fix merged
4229:
4230: * tests/140.html 1.1:
4231: file 140.html was initially added on branch template_gc.
4232:
4233: * src/classes/math.C 1.26:
4234: * src/lib/md5/pa_md5.h 1.6:
4235: * src/lib/md5/pa_md5c.c 1.7:
4236: started ^math:md5
4237:
4238: 2003-04-11 paf
4239: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.6:
4240: less xml, couple dup were valid
4241:
4242: * tests/128.html 1.1:
4243: file 128.html was initially added on branch template_gc.
4244:
4245: * tests/results/134.processed 1.1:
4246: file 134.processed was initially added on branch template_gc.
4247:
4248: * tests/129.html 1.1:
4249: file 129.html was initially added on branch template_gc.
4250:
4251: * tests/130.html 1.1:
4252: file 130.html was initially added on branch template_gc.
4253:
4254: * tests/results/126.processed 1.1:
4255: file 126.processed was initially added on branch template_gc.
4256:
4257: * tests/130.html [template_gc] 1.1.2.1:
4258: * tests/131.html [template_gc] 1.1.2.1:
4259: * tests/132.html [template_gc] 1.1.2.1:
4260: * tests/133.html [template_gc] 1.1.2.1:
4261: * tests/134.html [template_gc] 1.1.2.1:
4262: * tests/135.html [template_gc] 1.1.2.1:
4263: * tests/136.html [template_gc] 1.1.2.1:
4264: * tests/137.html [template_gc] 1.1.2.1:
4265: * tests/138.html [template_gc] 1.1.2.1:
4266: * tests/139.html [template_gc] 1.1.2.1:
4267: * tests/descript.ion [template_gc] 1.1.2.1:
4268: * tests/results/130.processed [template_gc] 1.1.2.1:
4269: * tests/results/131.processed [template_gc] 1.1.2.1:
4270: * tests/results/132.processed [template_gc] 1.1.2.1:
4271: * tests/results/133.processed [template_gc] 1.1.2.1:
4272: * tests/results/134.processed [template_gc] 1.1.2.1:
4273: * tests/results/135.processed [template_gc] 1.1.2.1:
4274: * tests/results/136.processed [template_gc] 1.1.2.1:
4275: * tests/results/137.processed [template_gc] 1.1.2.1:
4276: * tests/results/138.processed [template_gc] 1.1.2.1:
4277: * tests/results/139.processed [template_gc] 1.1.2.1:
4278: added few mustfail tests
4279: 130.html mustfail: empty regexp
4280: 131.html mustfail: invalid date/time
4281: 132.html mustfail: access to junction outside of context
4282: 133.html mustfail: access to junction outside of context, case version
4283: 134.html mustfail: hash: adding a key inside of foreach
4284: 135.html mustfail: modifying system class
4285: 136.html mustfail: $.name outside of $hash[here]
4286: 137.html mustfail: appendChild without import
4287: 138.html mustfail: invalid encoding inside of xml
4288: 139.html mustfail: bad XPath
4289:
4290: * tests/131.html 1.1:
4291: file 131.html was initially added on branch template_gc.
4292:
4293: * tests/results/136.processed 1.1:
4294: file 136.processed was initially added on branch template_gc.
4295:
4296: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.3:
4297: context-style
4298:
4299: * tests/132.html 1.1:
4300: file 132.html was initially added on branch template_gc.
4301:
4302: * tests/results/128.processed 1.1:
4303: file 128.processed was initially added on branch template_gc.
4304:
4305: * tests/results/138.processed 1.1:
4306: file 138.processed was initially added on branch template_gc.
4307:
4308: * operators.txt [template_gc] 1.109.2.1.2.7:
4309: * src/classes/date.C [template_gc] 1.42.2.11.2.13:
4310: * src/classes/table.C [template_gc] 1.172.2.14.2.30:
4311: * src/include/pa_array.h [template_gc] 1.57.2.27.2.15:
4312: * src/include/pa_common.h [template_gc] 1.89.2.13.2.13:
4313: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.3:
4314: * src/include/pa_string.h [template_gc] 1.144.2.28.2.50:
4315: * src/include/pa_table.h [template_gc] 1.48.2.11.2.8:
4316: * src/main/pa_request.C [template_gc] 1.245.2.37.2.32:
4317: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.13:
4318: * src/main/pa_string.C [template_gc] 1.172.2.21.2.40:
4319: * src/main/pa_table.C [template_gc] 1.53.2.10.2.6:
4320: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.14:
4321: merged from HEAD
4322: from before_append_array_limit_sense_change
4323: to after_append_array_limit_sense_change
4324:
4325: * operators.txt [template_gc] 1.109.2.1.2.6:
4326: * src/classes/table.C [template_gc] 1.172.2.14.2.28:
4327: * tests/084.html [template_gc] 1.1.2.1.2.1:
4328: * tests/125.html [template_gc] 1.1.2.1:
4329: * tests/126.html [template_gc] 1.1.2.1:
4330: * tests/127.html [template_gc] 1.1.2.1:
4331: * tests/128.html [template_gc] 1.1.2.1:
4332: * tests/129.html [template_gc] 1.1.2.1:
4333: * tests/results/125.processed [template_gc] 1.1.2.1:
4334: * tests/results/126.processed [template_gc] 1.1.2.1:
4335: * tests/results/127.processed [template_gc] 1.1.2.1:
4336: * tests/results/128.processed [template_gc] 1.1.2.1:
4337: * tests/results/129.processed [template_gc] 1.1.2.1:
4338: merged from HEAD
4339: ^table.hash[key][$.distinct[tables]]
4340:
4341: maked appropriate tests [changed one old nonconforming]
4342:
4343: * tests/descript.ion 1.1:
4344: file descript.ion was initially added on branch template_gc.
4345:
4346: * tests/133.html 1.1:
4347: file 133.html was initially added on branch template_gc.
4348:
4349: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.4:
4350: removed bad lines
4351:
4352: * tests/results/131.processed 1.1:
4353: file 131.processed was initially added on branch template_gc.
4354:
4355: * tests/134.html 1.1:
4356: file 134.html was initially added on branch template_gc.
4357:
4358: * tests/135.html 1.1:
4359: file 135.html was initially added on branch template_gc.
4360:
4361: * tests/results/133.processed 1.1:
4362: file 133.processed was initially added on branch template_gc.
4363:
4364: * tests/136.html 1.1:
4365: file 136.html was initially added on branch template_gc.
4366:
4367: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.7:
4368: const
4369:
4370: * tests/results/125.processed 1.1:
4371: file 125.processed was initially added on branch template_gc.
4372:
4373: * tests/137.html 1.1:
4374: file 137.html was initially added on branch template_gc.
4375:
4376: * operators.txt 1.110:
4377: * src/classes/table.C 1.174:
4378: ^table.hash[key][$.distinct[tables]]
4379:
4380: * tests/results/135.processed 1.1:
4381: file 135.processed was initially added on branch template_gc.
4382:
4383: * tests/138.html 1.1:
4384: file 138.html was initially added on branch template_gc.
4385:
4386: * operators.txt 1.111:
4387: * src/classes/date.C 1.45:
4388: * src/classes/table.C 1.176:
4389: * src/include/pa_array.h 1.58:
4390: * src/include/pa_common.h 1.92:
4391: * src/include/pa_config_includes.h 1.24:
4392: * src/include/pa_globals.h 1.102:
4393: * src/include/pa_table.h 1.49:
4394: * src/main/pa_array.C 1.55:
4395: * src/main/pa_globals.C 1.155:
4396: * src/main/pa_request.C 1.246:
4397: * src/main/pa_sql_driver_manager.C 1.70:
4398: * src/main/pa_string.C 1.173:
4399: * src/main/pa_table.C 1.54:
4400: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.13:
4401: append_array_limit_sense_change
4402: locate accepts options same as create
4403: new option: $.reverse(1) [do not work in table::create]
4404:
4405: * tests/results/127.processed 1.1:
4406: file 127.processed was initially added on branch template_gc.
4407:
4408: * tests/139.html 1.1:
4409: file 139.html was initially added on branch template_gc.
4410:
4411: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.3:
4412: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.5:
4413: *** empty log message ***
4414:
4415: * tests/results/137.processed 1.1:
4416: file 137.processed was initially added on branch template_gc.
4417:
4418: * tests/results/130.processed 1.1:
4419: file 130.processed was initially added on branch template_gc.
4420:
4421: * tests/results/129.processed 1.1:
4422: file 129.processed was initially added on branch template_gc.
4423:
4424: * src/include/pa_common.h 1.91:
4425: * src/include/pa_common.h [template_gc] 1.89.2.13.2.12:
4426: * src/main/pa_common.C 1.150:
4427: * src/main/pa_common.C [template_gc] 1.143.2.21.2.27:
4428: gcc didn't like (stat xxx,
4429:
4430: * INSTALL [template_gc] 1.31.6.3:
4431: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.11:
4432: * src/lib/Makefile.am [template_gc] 1.3.10.3:
4433: * src/lib/patches/Makefile.am [template_gc] 1.3.6.2:
4434: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.2:
4435: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.25:
4436: re-added libgdome patch. regretfully libgdome bug can not be
4437: worked around
4438:
4439: * src/classes/xdoc.C 1.110:
4440: * src/classes/xnode.C 1.55:
4441: * src/include/pa_charset.h 1.22:
4442: merged fix for
4443: found very old xml (dom) bug:
4444: were passing domString objects and later ERROREOUSLY freed them
4445:
4446: * src/classes/table.C 1.175:
4447: * src/classes/table.C 1.177:
4448: * src/classes/table.C [template_gc] 1.172.2.14.2.29:
4449: typo
4450:
4451: * tests/results/139.processed 1.1:
4452: file 139.processed was initially added on branch template_gc.
4453:
4454: * tests/125.html 1.1:
4455: file 125.html was initially added on branch template_gc.
4456:
4457: * tests/results/132.processed 1.1:
4458: file 132.processed was initially added on branch template_gc.
4459:
4460: * tests/126.html 1.1:
4461: file 126.html was initially added on branch template_gc.
4462:
4463: * tests/127.html 1.1:
4464: file 127.html was initially added on branch template_gc.
4465:
4466: 2003-04-10 paf
4467: * src/doc/string.dox [template_gc] 1.4.22.2:
4468: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.19:
4469: * src/include/pa_string.h [template_gc] 1.144.2.28.2.49:
4470: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.11:
4471: * src/main/pa_string.C [template_gc] 1.172.2.21.2.39:
4472: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.8:
4473: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.5:
4474: * tests/123.html [template_gc] 1.1.2.1:
4475: * tests/124.html [template_gc] 1.1.2.1:
4476: * tests/results/001.processed [template_gc] 1.1.2.2.2.1:
4477: * tests/results/002.processed [template_gc] 1.1.2.2.2.1:
4478: * tests/results/003.processed [template_gc] 1.1.2.2.2.1:
4479: * tests/results/004.processed [template_gc] 1.1.2.2.2.1:
4480: * tests/results/005.processed [template_gc] 1.1.2.2.2.1:
4481: * tests/results/006.processed [template_gc] 1.1.2.2.2.1:
4482: * tests/results/008.processed [template_gc] 1.1.2.2.2.1:
4483: * tests/results/009.processed [template_gc] 1.1.2.2.2.1:
4484: * tests/results/010.processed [template_gc] 1.1.2.1.2.1:
4485: * tests/results/011.processed [template_gc] 1.1.2.2.2.1:
4486: * tests/results/012.processed [template_gc] 1.1.2.2.2.1:
4487: * tests/results/013.processed [template_gc] 1.1.2.2.2.1:
4488: * tests/results/014.processed [template_gc] 1.1.2.2.2.1:
4489: * tests/results/015.processed [template_gc] 1.1.2.2.2.1:
4490: * tests/results/016.processed [template_gc] 1.1.2.2.2.1:
4491: * tests/results/017.processed [template_gc] 1.1.2.2.2.1:
4492: * tests/results/018.processed [template_gc] 1.1.2.1.2.1:
4493: * tests/results/020.processed [template_gc] 1.1.2.2.2.1:
4494: * tests/results/021.processed [template_gc] 1.1.2.2.2.1:
4495: * tests/results/022.processed [template_gc] 1.1.2.2.2.1:
4496: * tests/results/023.processed [template_gc] 1.1.2.1.2.1:
4497: * tests/results/024.processed [template_gc] 1.1.2.2.2.1:
4498: * tests/results/025.processed [template_gc] 1.1.2.2.2.1:
4499: * tests/results/026.processed [template_gc] 1.1.2.2.2.1:
4500: * tests/results/027.processed [template_gc] 1.1.2.2.2.1:
4501: * tests/results/028.processed [template_gc] 1.1.2.2.2.1:
4502: * tests/results/029.processed [template_gc] 1.1.2.2.2.1:
4503: * tests/results/030.processed [template_gc] 1.1.2.2.2.1:
4504: * tests/results/031.processed [template_gc] 1.1.2.2.2.1:
4505: * tests/results/032.processed [template_gc] 1.1.2.1.2.1:
4506: * tests/results/033.processed [template_gc] 1.1.2.1.2.1:
4507: * tests/results/034.processed [template_gc] 1.1.2.1.2.1:
4508: * tests/results/035.processed [template_gc] 1.1.2.1.2.1:
4509: * tests/results/036.processed [template_gc] 1.1.2.1.2.1:
4510: * tests/results/037.processed [template_gc] 1.1.2.1.2.1:
4511: * tests/results/038.processed [template_gc] 1.1.2.1.2.1:
4512: * tests/results/039.processed [template_gc] 1.1.2.1.2.1:
4513: * tests/results/040.processed [template_gc] 1.1.2.1.2.1:
4514: * tests/results/041.processed [template_gc] 1.1.2.1.2.1:
4515: * tests/results/042.processed [template_gc] 1.1.2.1.2.1:
4516: * tests/results/043.processed [template_gc] 1.1.2.1.2.1:
4517: * tests/results/044.processed [template_gc] 1.1.2.1.2.1:
4518: * tests/results/045.processed [template_gc] 1.1.2.1.2.1:
4519: * tests/results/046.processed [template_gc] 1.1.2.1.2.1:
4520: * tests/results/047.processed [template_gc] 1.1.2.1.2.1:
4521: * tests/results/048.processed [template_gc] 1.1.2.1.2.1:
4522: * tests/results/049.processed [template_gc] 1.1.2.1.2.1:
4523: * tests/results/050.processed [template_gc] 1.1.2.1.2.1:
4524: * tests/results/051.processed [template_gc] 1.1.2.1.2.1:
4525: * tests/results/052.processed [template_gc] 1.1.2.1.2.1:
4526: * tests/results/053.processed [template_gc] 1.1.2.1.2.1:
4527: * tests/results/054.processed [template_gc] 1.1.2.1.2.1:
4528: * tests/results/055.processed [template_gc] 1.1.2.1.2.1:
4529: * tests/results/056.processed [template_gc] 1.1.2.1.2.1:
4530: * tests/results/057.processed [template_gc] 1.1.2.3.2.1:
4531: * tests/results/058.processed [template_gc] 1.1.2.2.2.1:
4532: * tests/results/059.processed [template_gc] 1.1.2.1.2.1:
4533: * tests/results/060.processed [template_gc] 1.1.2.1.2.1:
4534: * tests/results/061.processed [template_gc] 1.1.2.1.2.1:
4535: * tests/results/062.processed [template_gc] 1.1.2.1.2.1:
4536: * tests/results/063.processed [template_gc] 1.1.2.1.2.1:
4537: * tests/results/064.processed [template_gc] 1.1.2.1.2.1:
4538: * tests/results/065.processed [template_gc] 1.1.2.1.2.1:
4539: * tests/results/066.processed [template_gc] 1.1.2.1.2.1:
4540: * tests/results/067.processed [template_gc] 1.1.2.1.2.1:
4541: * tests/results/068.processed [template_gc] 1.1.2.1.2.1:
4542: * tests/results/069.processed [template_gc] 1.1.2.1.2.1:
4543: * tests/results/070.processed [template_gc] 1.1.2.1.2.1:
4544: * tests/results/071.processed [template_gc] 1.1.2.1.2.1:
4545: * tests/results/072.processed [template_gc] 1.1.2.1.2.1:
4546: * tests/results/073.processed [template_gc] 1.1.2.1.2.1:
4547: * tests/results/074.processed [template_gc] 1.1.2.1.2.1:
4548: * tests/results/075.processed [template_gc] 1.1.2.1.2.1:
4549: * tests/results/076.processed [template_gc] 1.1.2.1.2.1:
4550: * tests/results/077.processed [template_gc] 1.1.2.1.2.1:
4551: * tests/results/078.processed [template_gc] 1.1.2.1.2.1:
4552: * tests/results/079.processed [template_gc] 1.1.2.1.2.1:
4553: * tests/results/080.processed [template_gc] 1.1.2.1.2.1:
4554: * tests/results/081.processed [template_gc] 1.1.2.1.2.1:
4555: * tests/results/082.processed [template_gc] 1.1.2.1.2.1:
4556: * tests/results/083.processed [template_gc] 1.1.2.1.2.1:
4557: * tests/results/084.processed [template_gc] 1.1.2.1.2.1:
4558: * tests/results/085.processed [template_gc] 1.1.2.1.2.1:
4559: * tests/results/086.processed [template_gc] 1.1.2.1.2.1:
4560: * tests/results/087.processed [template_gc] 1.1.2.1.2.1:
4561: * tests/results/088.processed [template_gc] 1.1.2.1.2.1:
4562: * tests/results/089.processed [template_gc] 1.1.2.1.2.1:
4563: * tests/results/090.processed [template_gc] 1.1.2.1.2.1:
4564: * tests/results/091.processed [template_gc] 1.1.2.1.2.1:
4565: * tests/results/092.processed [template_gc] 1.1.2.1.2.1:
4566: * tests/results/093.processed [template_gc] 1.1.2.1.2.1:
4567: * tests/results/094.processed [template_gc] 1.1.2.1.2.1:
4568: * tests/results/095.processed [template_gc] 1.1.2.1.2.1:
4569: * tests/results/096.processed [template_gc] 1.1.2.1.2.1:
4570: * tests/results/097.processed [template_gc] 1.1.2.1.2.1:
4571: * tests/results/101.processed [template_gc] 1.1.2.1.2.1:
4572: * tests/results/102.processed [template_gc] 1.1.2.1.2.1:
4573: * tests/results/104.processed [template_gc] 1.1.2.1.2.1:
4574: * tests/results/105.processed [template_gc] 1.1.2.1.2.1:
4575: * tests/results/106.processed [template_gc] 1.1.2.1.2.1:
4576: * tests/results/107.processed [template_gc] 1.1.2.1.2.2:
4577: * tests/results/108.processed [template_gc] 1.1.2.1.2.2:
4578: * tests/results/109.processed [template_gc] 1.1.2.1.2.2:
4579: * tests/results/110.processed [template_gc] 1.1.2.1.2.1:
4580: * tests/results/111.processed [template_gc] 1.1.2.1.2.1:
4581: * tests/results/112.processed [template_gc] 1.1.2.1.2.1:
4582: * tests/results/113.processed [template_gc] 1.1.2.1.2.1:
4583: * tests/results/114.processed [template_gc] 1.1.2.1.2.1:
4584: * tests/results/115.processed [template_gc] 1.1.2.1.2.1:
4585: * tests/results/116.processed [template_gc] 1.1.2.1.2.1:
4586: * tests/results/117.processed [template_gc] 1.1.2.1.2.2:
4587: * tests/results/118.processed [template_gc] 1.1.2.1.2.1:
4588: * tests/results/119.processed [template_gc] 1.1.2.1.2.1:
4589: * tests/results/120.processed [template_gc] 1.1.2.1.2.1:
4590: * tests/results/121.processed [template_gc] 1.1.2.2:
4591: * tests/results/122.processed [template_gc] 1.1.2.2:
4592: * tests/results/123.processed [template_gc] 1.1.2.1:
4593: * tests/results/124.processed [template_gc] 1.1.2.1:
4594: new convention: char* never 0. assert in cord on that
4595:
4596: * tests/124.html 1.1:
4597: file 124.html was initially added on branch template_gc.
4598:
4599: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.24:
4600: couple more asserts
4601:
4602: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.25:
4603: * src/classes/xnode.C [template_gc] 1.54.2.10.2.14:
4604: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.10:
4605: found very old xml (dom) bug:
4606: were passing domString objects and later ERROREOUSLY freed them
4607:
4608: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.20:
4609: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.21:
4610: bugfix on memory buffer overrun [but that's memory from
4611: gc_malloc, not from g_malloc :(, but would hope]
4612:
4613: * tests/results/123.processed 1.1:
4614: file 123.processed was initially added on branch template_gc.
4615:
4616: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.9:
4617: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.23:
4618: little transcodes speedup
4619:
4620: * tests/results/124.processed 1.1:
4621: file 124.processed was initially added on branch template_gc.
4622:
4623: * tests/123.html 1.1:
4624: file 123.html was initially added on branch template_gc.
4625:
4626: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.19:
4627: checked custom malloc for returning 0
4628:
4629: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.22:
4630: couple assertions on fantastic situations added [may be those
4631: is the case now?]
4632:
4633: 2003-04-09 paf
4634: * tests/122.html [template_gc] 1.1.2.1:
4635: * tests/results/122.processed [template_gc] 1.1.2.1:
4636: 122 date test <= and == added [after volatile fix. passes on
4637: win&intel-solaris]
4638:
4639: * src/targets/cgi/pp3.cmd [template_gc] 1.1.2.1:
4640: custom profiling script:
4641: plist/ST << Sort by function time
4642:
4643: * src/classes/date.C [template_gc] 1.42.2.11.2.12:
4644: merged ^date.roll changes
4645:
4646: * src/classes/date.C 1.44:
4647: ^date.roll bug fix
4648:
4649: * tests/results/122.processed 1.1:
4650: file 122.processed was initially added on branch template_gc.
4651:
4652: * tests/122.html 1.1:
4653: file 122.html was initially added on branch template_gc.
4654:
4655: * src/classes/date.C 1.43:
4656: ^date.roll now throws less errors:
4657: month shifts handles end of month situation by reducing day number
4658: hour-hole shift reduces hour to recover
4659:
4660: * src/targets/cgi/pp3.cmd 1.1:
4661: file pp3.cmd was initially added on branch template_gc.
4662:
4663: * operators.txt [template_gc] 1.109.2.1.2.5:
4664: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.18:
4665: * src/main/pa_common.C [template_gc] 1.143.2.21.2.26:
4666: http://
4667: $.charset[] param
4668: done
4669:
4670: 2003-04-08 paf
4671: * src/main/untaint.C [template_gc] 1.115.2.12.2.21:
4672: CORD_pos_advance turned out to have limit on 'n' param. worked
4673: that around
4674:
4675: * src/main/untaint.C [template_gc] 1.115.2.12.2.22:
4676: removed redundant & in CORD_pos param passing [for it's a
4677: pointer really]
4678:
4679: * src/main/pa_common.C [template_gc] 1.143.2.21.2.24:
4680: merged PA_USE_ALARM bugfix from HEAD
4681:
4682: * src/lib/cord/source.url 1.1:
4683: file source.url was initially added on branch template_gc.
4684:
4685: * src/classes/date.C [template_gc] 1.42.2.11.2.11:
4686: * src/classes/file.C [template_gc] 1.107.2.16.2.14:
4687: * src/classes/hash.C [template_gc] 1.54.2.13.2.15:
4688: * src/classes/op.C [template_gc] 1.127.2.22.2.31:
4689: * src/classes/string.C [template_gc] 1.125.2.15.2.23:
4690: * src/classes/table.C [template_gc] 1.172.2.14.2.26:
4691: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.7:
4692: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.18:
4693: * src/include/pa_string.h [template_gc] 1.144.2.28.2.47:
4694: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.34:
4695: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.16:
4696: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.15:
4697: * src/main/pa_request.C [template_gc] 1.245.2.37.2.29:
4698: * src/main/pa_string.C [template_gc] 1.172.2.21.2.37:
4699: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.5:
4700: * src/main/untaint.C [template_gc] 1.115.2.12.2.25:
4701: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.5:
4702: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.7:
4703: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.6:
4704: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.4:
4705: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.15:
4706: pa_vform violated String::invariant. started fixing [not
4707: compiled now]
4708:
4709: * src/classes/file.C [template_gc] 1.107.2.16.2.15:
4710: * src/classes/op.C [template_gc] 1.127.2.22.2.32:
4711: * src/classes/table.C [template_gc] 1.172.2.14.2.27:
4712: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.24:
4713: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.8:
4714: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.5:
4715: * src/include/pa_common.h [template_gc] 1.89.2.13.2.11:
4716: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.3:
4717: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.17:
4718: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.4:
4719: * src/main/pa_common.C [template_gc] 1.143.2.21.2.25:
4720: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.16:
4721: * src/main/pa_request.C [template_gc] 1.245.2.37.2.30:
4722: * src/main/untaint.C [template_gc] 1.115.2.12.2.27:
4723: * src/types/pa_value.h [template_gc] 1.109.2.25.2.11:
4724: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.17:
4725: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.5:
4726: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.6:
4727: started http://
4728: $.charset[] param
4729: and
4730: http response charset detection
4731: just compiled.
4732: todo:test
4733:
4734: * src/classes/string.C [template_gc] 1.125.2.15.2.24:
4735: * src/include/pa_string.h [template_gc] 1.144.2.28.2.48:
4736: * src/main/pa_string.C [template_gc] 1.172.2.21.2.38:
4737: * src/main/untaint.C [template_gc] 1.115.2.12.2.26:
4738: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.6:
4739: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.7:
4740: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.16:
4741: changed transcode param converntion along with string creating convention -- all strings are zero-terminated,
4742: this allowed to fix one remaining String("123", 2) case
4743:
4744: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.3:
4745: * src/lib/cord/Makefile.in [template_gc] 1.1.2.2:
4746: *** empty log message ***
4747:
4748: * src/classes/string.C [template_gc] 1.125.2.15.2.22:
4749: * src/include/pa_string.h [template_gc] 1.144.2.28.2.46:
4750: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.10:
4751: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.33:
4752: * src/main/compile.y [template_gc] 1.204.2.8.2.17:
4753: * src/main/pa_string.C [template_gc] 1.172.2.21.2.36:
4754: * src/main/untaint.C [template_gc] 1.115.2.12.2.24:
4755: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.23:
4756: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.12:
4757: number of string style improvements & optimizations
4758:
4759: * src/lib/cord/Makefile.am [template_gc] 1.1.2.2:
4760: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.9:
4761: * src/lib/cord/source.url [template_gc] 1.1.2.1:
4762: From: "Boehm, Hans" <hans_boehm@hp.com>
4763: To: "'Alexandr Petrosian (PAF)'" <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com>
4764: Sent: Tuesday, April 08, 2003 2:16 AM
4765: Subject: RE: libgc 6.2.alpha4 cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
4766:
4767:
4768: Thanks for the bug report and patch.
4769:
4770: 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.
4771:
4772: Hans
4773:
4774: * src/classes/xnode.C [template_gc] 1.54.2.10.2.13:
4775: =0 bug fix [left from autoptr default ctor :(]
4776:
4777: 2003-04-07 paf
4778: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.7:
4779: small style change
4780:
4781: * src/include/pa_string.h [template_gc] 1.144.2.28.2.45:
4782: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.8:
4783: CORD_cat bugfix
4784:
4785: * src/include/pa_common.h [template_gc] 1.89.2.13.2.10:
4786: * src/main/pa_common.C [template_gc] 1.143.2.21.2.23:
4787: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.14:
4788: merged from head:safe mode error message now includes numbers
4789:
4790: * src/include/pa_common.h 1.90:
4791: * src/main/pa_common.C 1.149:
4792: * src/main/pa_exec.C 1.50:
4793: safe mode error message now includes numbers
4794:
4795: * src/main/execute.C 1.296:
4796: * src/main/execute.C [template_gc] 1.295.2.27.2.22:
4797: n-th attempt to make a=a work with double.
4798: problem: as_double returns it's result in fp-register
4799: compiler optimizes access to that register after b->as_double,
4800: and just compares ALREADY_STORED_VALUE with prev-calculated a->as_double from memory.
4801: _SAME_ double values do not match here.
4802: when forced to REload fp-register, values do match.
4803:
4804: tried to make them volatile.
4805:
4806: * src/main/untaint.C [template_gc] 1.115.2.12.2.19:
4807: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.22:
4808: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.11:
4809: unknown untaint lang now causes death
4810:
4811: 2003-04-04 paf
4812: * src/types/pa_vmail.C 1.44:
4813: mail receive: .txt attachemnts bug fix
4814: http://i2/tasks/edit/?id=4507350336410850921
4815:
4816: * src/main/pa_globals.C 1.154:
4817: exif mem leak
4818: http://i2/tasks/edit/?id=4480590323629807263
4819:
4820: * src/classes/classes.dsp 1.27:
4821: * src/lib/ltdl/libltdl.dsp 1.5:
4822: * src/lib/md5/md5.dsp 1.4:
4823: * src/lib/pcre/pcre.dsp 1.3:
4824: * src/main/compile.tab.C 1.82:
4825: * src/main/main.dsp 1.163:
4826: * src/main/pa_globals.C 1.153:
4827: * src/targets/cgi/parser3.dsp 1.62:
4828: * src/types/types.dsp 1.38:
4829: links to xml libs made relative, no need to unpack
4830: parser3project to /parser3project.
4831:
4832: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.31:
4833: * src/main/compile.y [template_gc] 1.204.2.8.2.15:
4834: more understandable error message in case @CLASS with more then
4835: one line inside
4836:
4837: * src/classes/classes.dsp 1.28:
4838: * src/main/main.dsp 1.164:
4839: * src/targets/cgi/parser3.dsp 1.63:
4840: * src/types/pa_vmail.C 1.43:
4841: * src/types/types.dsp 1.39:
4842: buf fix http://i2/tasks/edit/?id=4493946731322521294
4843: $.to[billgates@microsoft.com
4844: BCc: send-spam-to@someemails.ru
4845: ]
4846:
4847: * src/classes/file.C 1.110:
4848: * src/include/pa_exec.h 1.12:
4849: * src/main/pa_exec.C 1.49:
4850: incorportated pa_exec patch by
4851: From: "Victor Fedoseev" <vvf_ru@mail.ru>
4852: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
4853: Sent: Thursday, January 23, 2003 9:14 AM
4854:
4855: huge speedup on ^file::cgi with big result
4856:
4857: * configure [template_gc] 1.66.2.5.2.7:
4858: * tests/Makefile [template_gc] 1.1.2.8.2.8:
4859: * tests/Makefile [template_gc] 1.1.2.8.2.9:
4860: *** empty log message ***
4861:
4862: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.21:
4863: more understandable error message in case of errors in @unhandled_exception
4864:
4865: * src/classes/math.C 1.25:
4866: allowed random 1...
4867:
4868: * src/classes/xdoc.C 1.109:
4869: memory allocation func bugfix
4870: http://i2/tasks/edit/?id=4499303470368629745
4871:
1.39 paf 4872: * src/classes/table.C 1.173:
4873: sort table with 0 rows bug fixed
4874:
1.23 paf 4875: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.32:
4876: * src/main/compile.y [template_gc] 1.204.2.8.2.16:
4877: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.11:
4878: error column more precise - tab handling bug fixed
4879:
1.39 paf 4880: * src/classes/math.C [template_gc] 1.24.2.12.2.11:
4881: allowed random 0..
4882:
1.23 paf 4883: * src/classes/hash.C 1.55:
4884: * src/types/pa_vhash.h 1.44:
4885: $hash._default showed in foreach & co bug fix
4886: http://i2/tasks/edit/?id=4493701604654042676
4887:
4888: @main[]
4889: $with_default[
4890: $.a[1]
4891: $._default[default from with_default]
4892: ]
4893: ^show[$with_default]
4894:
4895: $to_add_to[
4896: $.b[2]
4897: ]
4898: ^to_add_to.add[$with_default]
4899: =$to_add_to.xxx=<br>
4900:
4901:
4902: ^show[$to_add_to]
4903:
4904:
4905: $cloned[^hash::create[$with_default]]
4906: =$cloned.xxx=<br>
4907: ^show[$cloned]
4908:
4909:
4910: @show[hash]
4911: ^hash.foreach[k;v]{
4912: $k = $v <br>
4913:
4914: }
4915: <hr>
4916:
4917: 2003-04-03 paf
4918: * src/classes/op.C [template_gc] 1.127.2.22.2.23:
4919: * src/include/pa_request.h [template_gc] 1.160.2.37.2.18:
4920: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.6:
4921: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.23:
4922: * src/main/execute.C [template_gc] 1.295.2.27.2.16:
4923: * src/main/pa_request.C [template_gc] 1.245.2.37.2.22:
4924: strack trace reset after handled exception [old bug fixed]
4925:
4926: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.22:
4927: * src/main/compile.y [template_gc] 1.204.2.8.2.10:
4928: parse position old bug fixed.
4929: position reporting made precise [both, in parse erros and runtime errors]
4930:
4931: * operators.txt [template_gc] 1.109.2.1.2.4:
4932: * src/classes/date.C [template_gc] 1.42.2.11.2.10:
4933: * src/classes/date.C [template_gc] 1.42.2.11.2.9:
4934: * src/classes/double.C [template_gc] 1.53.2.8.2.4:
4935: * src/classes/file.C [template_gc] 1.107.2.16.2.13:
4936: * src/classes/hash.C [template_gc] 1.54.2.13.2.14:
4937: * src/classes/image.C [template_gc] 1.90.2.15.2.20:
4938: * src/classes/image.C [template_gc] 1.90.2.15.2.21:
4939: * src/classes/int.C [template_gc] 1.49.2.7.2.5:
4940: * src/classes/mail.C [template_gc] 1.88.2.16.2.17:
4941: * src/classes/math.C [template_gc] 1.24.2.12.2.9:
4942: * src/classes/memory.C [template_gc] 1.1.2.4:
4943: * src/classes/op.C [template_gc] 1.127.2.22.2.27:
4944: * src/classes/op.C [template_gc] 1.127.2.22.2.28:
4945: * src/classes/response.C [template_gc] 1.23.2.8.2.3:
4946: * src/classes/string.C [template_gc] 1.125.2.15.2.20:
4947: * src/classes/string.C [template_gc] 1.125.2.15.2.21:
4948: * src/classes/table.C [template_gc] 1.172.2.14.2.24:
4949: * src/classes/table.C [template_gc] 1.172.2.14.2.25:
4950: * src/classes/void.C [template_gc] 1.28.2.5.2.9:
4951: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.22:
4952: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.23:
4953: * src/classes/xnode.C [template_gc] 1.54.2.10.2.12:
4954: * src/classes/xnode.h [template_gc] 1.18.2.6.2.7:
4955: * src/main/execute.C [template_gc] 1.295.2.27.2.19:
4956: * src/types/pa_method.h [template_gc] 1.1.2.4.2.5:
4957: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.12:
4958: MethodParams& now [methods without params receive zero
4959: reference, but they are expected not to look there]
4960:
4961: * src/main/execute.C [template_gc] 1.295.2.27.2.18:
4962: * src/types/pa_value.C [template_gc] 1.9.2.15.2.11:
4963: * src/types/pa_value.h [template_gc] 1.109.2.25.2.10:
4964: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.5:
4965: slightly improved error messages text:
4966: 1. is '%s', it
4967: 2. method undefined in case of ^void[]
4968:
1.39 paf 4969: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.2:
4970: removed 'patches'
4971:
1.23 paf 4972: * src/classes/math.C [template_gc] 1.24.2.12.2.10:
4973: top limit
4974:
4975: * src/classes/op.C [template_gc] 1.127.2.22.2.24:
4976: * src/include/pa_request.h [template_gc] 1.160.2.37.2.19:
4977: removed from trace 'a' exception when
4978: ^try{
4979: ^throw[a;1]
4980: }{
4981: ^throw[b;2]
4982: }
4983:
4984: this makes life easier: were: bad stack order -- were in exception catch unwind order, which didn't match execution order
4985:
4986:
4987: @main[]
4988: ^try{
4989: ^first[]
4990: }{
4991: ^throw[c;3]
4992: }
4993:
4994: @first[]
4995: ^throw[a;1]
4996:
4997: showed
4998: throw a
4999: first
5000: throw b
5001: try
5002:
5003: which is no good
5004:
5005: * src/classes/op.C [template_gc] 1.127.2.22.2.30:
5006: * src/main/pa_request.C [template_gc] 1.245.2.37.2.26:
5007: * tests/042.html [template_gc] 1.1.2.1.2.1:
5008: test 042 changed to realities, and passed [bug fixed]
5009:
5010: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.25:
5011: * src/main/compile.y [template_gc] 1.204.2.8.2.12:
5012: *** empty log message ***
5013:
5014: * operators.txt [template_gc] 1.109.2.1.2.3:
5015: * src/classes/op.C [template_gc] 1.127.2.22.2.26:
5016: * src/include/pa_request.h [template_gc] 1.160.2.37.2.21:
5017: * src/main/pa_request.C [template_gc] 1.245.2.37.2.24:
5018: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.11:
5019: ^process...[filename]
5020: useful for better error reporting [file/line/col]
5021:
5022: * INSTALL [template_gc] 1.31.6.2:
5023: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.5:
5024: * src/include/pa_request.h [template_gc] 1.160.2.37.2.23:
5025: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.29:
5026: * src/main/compile.y [template_gc] 1.204.2.8.2.14:
5027: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.11:
5028: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.10:
5029: * src/main/execute.C [template_gc] 1.295.2.27.2.20:
5030: * src/main/pa_request.C [template_gc] 1.245.2.37.2.27:
5031: debug info format simplified, now it's:
5032: OP_VALUE
5033: Operation::Origin << here
5034: value*
5035:
5036: higher limits:
5037: file number (max: 255)
5038: line number (max: 64535)
5039: column number (max: 255)
5040:
5041: * src/main/compile.C [template_gc] 1.69.2.6.2.8:
5042: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.27:
5043: * src/main/compile.y [template_gc] 1.204.2.8.2.13:
5044: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.9:
5045: precise parse error position in case of
5046:
5047: ^bug
5048: ]
5049:
5050: * src/classes/op.C [template_gc] 1.127.2.22.2.25:
5051: * src/include/pa_request.h [template_gc] 1.160.2.37.2.20:
5052: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.7:
5053: * src/include/pa_types.h [template_gc] 1.44.2.3.2.1:
5054: * src/main/execute.C [template_gc] 1.295.2.27.2.17:
5055: * src/main/pa_request.C [template_gc] 1.245.2.37.2.23:
5056: exception handling done. now we have error columns
5057: todo: test it
5058:
5059: * src/classes/op.C [template_gc] 1.127.2.22.2.29:
5060: * src/include/pa_request.h [template_gc] 1.160.2.37.2.22:
5061: * src/main/compile.C [template_gc] 1.69.2.6.2.7:
5062: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.24:
5063: * src/main/compile.y [template_gc] 1.204.2.8.2.11:
5064: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.10:
5065: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.8:
5066: * src/main/pa_request.C [template_gc] 1.245.2.37.2.25:
5067: introducing ^process...[main-method-alias]
5068:
5069: 2003-04-02 paf
5070: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.21:
5071: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.10:
5072: removed ref leak in xdoc::create/load
5073:
5074: * src/classes/op.C [template_gc] 1.127.2.22.2.22:
5075: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.3:
5076: * src/include/pa_request.h [template_gc] 1.160.2.37.2.16:
5077: * src/main/compile.C [template_gc] 1.69.2.6.2.5:
5078: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.20:
5079: * src/main/compile.y [template_gc] 1.204.2.8.2.8:
5080: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.8:
5081: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.6:
5082: * src/main/execute.C [template_gc] 1.295.2.27.2.14:
5083: * src/main/pa_request.C [template_gc] 1.245.2.37.2.20:
5084: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.9:
5085: prepared debug info
5086: todo:use it
5087:
5088: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.6:
5089: * tests/Makefile [template_gc] 1.1.2.8.2.6:
5090: replace bug fix [broke Dictionary constructor when moved to gc]
5091:
5092: * src/classes/op.C [template_gc] 1.127.2.22.2.21:
5093: * src/classes/table.C [template_gc] 1.172.2.14.2.22:
5094: * src/include/pa_request.h [template_gc] 1.160.2.37.2.15:
5095: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.7:
5096: * src/main/execute.C [template_gc] 1.295.2.27.2.12:
5097: * src/types/pa_value.h [template_gc] 1.109.2.25.2.9:
5098: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.2:
5099: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.4:
5100: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.4:
5101: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.3:
5102: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.6:
5103: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.6:
5104: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.7:
5105: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.4:
5106: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.2:
5107: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.8:
5108: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.6:
5109: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.4:
5110: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.6:
5111: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.3:
5112: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.9:
5113: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.7:
5114: more locally scoped vars in execute (more easily optimizable)
5115:
5116: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.1:
5117: starting in gdome 0.7.4 this is no longer needed [author
5118: applied my patch]
5119:
5120: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.4:
5121: * src/include/pa_request.h [template_gc] 1.160.2.37.2.17:
5122: * src/main/compile.C [template_gc] 1.69.2.6.2.6:
5123: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.21:
5124: * src/main/compile.y [template_gc] 1.204.2.8.2.9:
5125: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.9:
5126: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.7:
5127: * src/main/execute.C [template_gc] 1.295.2.27.2.15:
5128: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.9:
5129: * src/main/pa_request.C [template_gc] 1.245.2.37.2.21:
5130: debug info: started using.
5131: todo:complete
5132:
5133: * src/lib/patches/Makefile.am [template_gc] 1.3.6.1:
5134: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.2:
5135: not patches now
5136:
5137: * src/main/pa_common.C [template_gc] 1.143.2.21.2.21:
5138: * src/main/pa_common.C [template_gc] 1.143.2.21.2.22:
5139: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.6:
5140: uncommented http:// file loading
5141:
5142: * tests/Makefile [template_gc] 1.1.2.8.2.7:
5143: * tests/results/108.processed [template_gc] 1.1.2.1.2.1:
5144: * tests/results/117.processed [template_gc] 1.1.2.1.2.1:
5145: meta considered OK [it's up to coder now to remove it not
5146: needed]
5147:
5148: * configure [template_gc] 1.66.2.5.2.3:
5149: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.2:
5150: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.14:
5151: --enable-assertions autoconf-ed
5152:
5153: * src/include/pa_array.h [template_gc] 1.57.2.27.2.12:
5154: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.4:
5155: * src/main/main.dsp [template_gc] 1.161.6.14.2.8:
5156: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.19:
5157: array::get/put inlined
5158:
5159: * src/include/pa_array.h [template_gc] 1.57.2.27.2.14:
5160: * src/main/execute.C [template_gc] 1.295.2.27.2.13:
5161: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.20:
5162: * tests/run_parser.sh [template_gc] 1.1.2.1.2.1:
5163: gif encoder bug fix [gdGrowingBuf]
5164:
5165: * src/classes/form.C [template_gc] 1.34.2.7.2.7:
5166: * src/classes/hash.C [template_gc] 1.54.2.13.2.13:
5167: * src/classes/image.C [template_gc] 1.90.2.15.2.19:
5168: * src/classes/string.C [template_gc] 1.125.2.15.2.19:
5169: * src/classes/table.C [template_gc] 1.172.2.14.2.23:
5170: * src/classes/void.C [template_gc] 1.28.2.5.2.8:
5171: * src/include/pa_common.h [template_gc] 1.89.2.13.2.9:
5172: * src/main/pa_common.C [template_gc] 1.143.2.21.2.20:
5173: * src/main/pa_request.C [template_gc] 1.245.2.37.2.19:
5174: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.12:
5175: * src/main/pa_string.C [template_gc] 1.172.2.21.2.35:
5176: all calls to String::String(str,helper_length) are checked.
5177: found/fixed one place:
5178: $request:body now zero-terminated,
5179:
5180: * src/lib/patches/libxslt.patch [template_gc] 1.1.6.1:
5181: decided against patching -- one can remove that header in @
5182: postprocess, if he/she wants to
5183:
5184: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.2:
5185: strange mistake fixed: forgot to return Operation class->union
5186: after switching from autoptrs.
5187:
5188: * configure.in [template_gc] 1.62.2.5.2.4:
5189: * src/lib/Makefile.am [template_gc] 1.3.10.2:
5190: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.8:
5191: removed patches
5192:
5193: * configure [template_gc] 1.66.2.5.2.4:
5194: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.15:
5195: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.14:
5196: *** empty log message ***
5197:
5198: * configure.in [template_gc] 1.62.2.5.2.3:
5199: * src/classes/xnode.C [template_gc] 1.54.2.10.2.11:
5200: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.5:
5201: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.2:
5202: * src/include/pa_string.h [template_gc] 1.144.2.28.2.43:
5203: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.6:
5204: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.11:
5205: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.18:
5206: converted debug hacks to ANSI assertions
5207: started configure.in --enable-assertions
5208:
5209: * src/include/pa_array.h [template_gc] 1.57.2.27.2.13:
5210: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.5:
5211: * src/include/pa_string.h [template_gc] 1.144.2.28.2.44:
5212: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.6:
5213: * src/main/main.dsp [template_gc] 1.161.6.14.2.9:
5214: * src/main/pa_table.C [template_gc] 1.53.2.10.2.4:
5215: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.10:
5216: array get/put check become assertion
5217: iterator in methodframe filler
5218:
5219: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.7:
5220: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.13:
5221: globals.c: gc_substitute_memory_management_functions
5222: +installed CORD_oom function
5223:
5224: * src/lib/patches/libxml2.patch [template_gc] 1.1.6.1:
5225: found a way of dealing with charset tables without patching
5226: library [price: imposed limit of 10 user-defined charsets, but
5227: limit can be easily increased]
5228:
5229: * src/classes/table.C [template_gc] 1.172.2.14.2.21:
5230: * src/include/pa_table.h [template_gc] 1.48.2.11.2.7:
5231: * src/main/pa_table.C [template_gc] 1.53.2.10.2.5:
5232: few for(size_t i=0...) -> for(Array_iterator... i(..); i
5233: has_next()
5234:
5235: 2003-04-01 paf
5236: * src/lib/gc/Makefile.am 1.1:
5237: * src/lib/gc/include/Makefile.am 1.1:
5238: file Makefile.am was initially added on branch template_gc.
5239:
5240: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.8:
5241: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.4:
5242: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.19:
5243: * src/main/main.dsp [template_gc] 1.161.6.14.2.7:
5244: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.10:
5245: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.1:
5246: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.12:
5247: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.2:
5248: * src/types/types.dsp [template_gc] 1.35.10.9.2.8:
5249: prepared xml-static configuration
5250:
5251: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.11:
5252: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.16:
5253: xml memory debugging showed no errors. todo: debug parser memory
5254:
5255: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.9:
5256: bug() to set bpt in (memory.c)
5257: some .am changes
5258:
5259: * src/lib/gc/Makefile.in 1.1:
5260: * src/lib/gc/include/Makefile.in 1.1:
5261: file Makefile.in was initially added on branch template_gc.
5262:
5263: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.20:
5264: * src/classes/xnode.h [template_gc] 1.18.2.6.2.6:
5265: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.17:
5266: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.10:
5267: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.17:
5268: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.8:
5269: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.8:
5270: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.6:
5271: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.5:
5272: memory bug debugged down: gdome uses glib memory, and stores last pointer to xmlDoc there, gc misses that and collects valid memory
5273: fixed by remembering xmlDoc from dom object in xdoc.
5274: todo: do something with premature free of xdoc with xnodes/node values referring into it
5275:
5276: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.15:
5277: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.13:
5278: more build configurations
5279:
5280: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.16:
5281: * src/main/pa_common.C [template_gc] 1.143.2.21.2.18:
5282: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.12:
5283: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.8:
5284: moved memory debugging to global level: to pa_gc_malloc
5285:
5286: * src/lib/gc/Makefile.am [template_gc] 1.1.2.1:
5287: * src/lib/gc/Makefile.in [template_gc] 1.1.2.1:
5288: * src/lib/gc/include/Makefile.am [template_gc] 1.1.2.1:
5289: * src/lib/gc/include/Makefile.in [template_gc] 1.1.2.1:
5290: *** empty log message ***
5291:
5292: * src/classes/mail.C [template_gc] 1.88.2.16.2.15:
5293: * src/classes/mail.C [template_gc] 1.88.2.16.2.16:
5294: typo fix
5295:
5296: 2003-03-31 paf
5297: * INSTALL [template_gc] 1.31.6.1:
5298: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.19:
5299: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.9:
5300: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.14:
5301: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.11:
5302: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.4:
5303: started xml lib memory debugging, simple checks failed:
5304: it seems that library does realloc(bad ptr), and recording those ptrs in heap [for debugging] was bad:
5305: heap situation changes = everything works fine
5306:
5307: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.6:
5308: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.13:
5309: worked around xmlRegisterCharEncodingHandler limitation [
5310: currently imposed limit of 10 user-defined charsets]
5311:
5312: 2003-03-28 paf
5313: * src/main/execute.C [template_gc] 1.295.2.27.2.11:
5314: execution stack copied to local
5315: register
5316: variable, removed lots [~2e7) of memory accesses
5317:
5318: 2003-03-27 paf
5319: * src/classes/string.C [template_gc] 1.125.2.15.2.17:
5320: * src/classes/table.C [template_gc] 1.172.2.14.2.19:
5321: * src/include/pa_array.h [template_gc] 1.57.2.27.2.9:
5322: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.3:
5323: * src/include/pa_string.h [template_gc] 1.144.2.28.2.40:
5324: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.5:
5325: * src/main/pa_string.C [template_gc] 1.172.2.21.2.33:
5326: * src/main/untaint.C [template_gc] 1.115.2.12.2.18:
5327: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.9:
5328: fixed clients of &get():
5329: most to use non-ref version,
5330: some[in tight places] to get_unchecked_ref
5331:
5332: * src/classes/date.C [template_gc] 1.42.2.11.2.8:
5333: * src/classes/file.C [template_gc] 1.107.2.16.2.12:
5334: * src/classes/hash.C [template_gc] 1.54.2.13.2.12:
5335: * src/classes/string.C [template_gc] 1.125.2.15.2.18:
5336: * src/classes/table.C [template_gc] 1.172.2.14.2.20:
5337: * src/classes/void.C [template_gc] 1.28.2.5.2.7:
5338: * src/include/pa_string.h [template_gc] 1.144.2.28.2.41:
5339: * src/lib/cord/cord.dsp [template_gc] 1.1.2.8:
5340: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.5:
5341: * src/lib/cord/include/cord.h [template_gc] 1.1.2.2:
5342: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.16:
5343: * src/main/compile.y [template_gc] 1.204.2.8.2.7:
5344: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.5:
5345: * src/main/pa_common.C [template_gc] 1.143.2.21.2.17:
5346: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.12:
5347: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.13:
5348: * src/main/pa_request.C [template_gc] 1.245.2.37.2.18:
5349: * src/main/pa_string.C [template_gc] 1.172.2.21.2.34:
5350: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.4:
5351: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.4:
5352: * src/types/pa_value.C [template_gc] 1.9.2.15.2.10:
5353: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.5:
5354: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.4:
5355: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.14:
5356: introducing append_help_length [radical improvement here]
5357:
5358: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.12:
5359: GC_java_finalization turned off [was 'not recommened' in gc.h,
5360: on win32 noticed no difference]
5361:
5362: * src/include/pa_array.h [template_gc] 1.57.2.27.2.11:
5363: returned checked array get [were disabled for debugging]
5364: result:not slower [don't understand that, it were INLINED]
5365: todo: find out a way of inlining it!
5366:
5367: * src/classes/memory.C [template_gc] 1.1.2.3:
5368: * src/include/pa_array.h [template_gc] 1.57.2.27.2.10:
5369: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.7:
5370: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.15:
5371: * src/lib/cord/cord.dsp [template_gc] 1.1.2.7:
5372: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.3:
5373: * src/lib/gc/include/gc.h [template_gc] 1.1.2.2:
5374: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.6:
5375: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.10:
5376: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.9:
5377: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.7:
5378: disabled gc, become even slower
5379:
5380: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.7:
5381: * src/classes/memory.C [template_gc] 1.1.2.2:
5382: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.16:
5383: * src/include/pa_array.h [template_gc] 1.57.2.27.2.8:
5384: * src/include/pa_request.h [template_gc] 1.160.2.37.2.14:
5385: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.2:
5386: * src/include/pa_string.h [template_gc] 1.144.2.28.2.39:
5387: * src/lib/cord/cord.dsp [template_gc] 1.1.2.6:
5388: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.4:
5389: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.3:
5390: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.3:
5391: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.15:
5392: * src/main/compile.y [template_gc] 1.204.2.8.2.6:
5393: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.4:
5394: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.4:
5395: * src/main/main.dsp [template_gc] 1.161.6.14.2.6:
5396: * src/main/pa_string.C [template_gc] 1.172.2.21.2.32:
5397: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.9:
5398: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.8:
5399: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.13:
5400: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.8:
5401: * src/types/types.dsp [template_gc] 1.35.10.9.2.7:
5402: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.3:
5403: Array::put(index, T>>&<< removed
5404: after Stack::pop wiping removed [moved to separate func]
5405: other Array & removed
5406:
5407: * src/lib/gc/include/gc_fake.h 1.1:
5408: file gc_fake.h was initially added on branch template_gc.
5409:
5410: * src/include/pa_string.h [template_gc] 1.144.2.28.2.42:
5411: * src/lib/gc/include/gc.h [template_gc] 1.1.2.3:
5412: * src/lib/gc/include/gc_fake.h [template_gc] 1.1.2.1:
5413: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.17:
5414: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.7:
5415: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.11:
5416: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.10:
5417: convention changed: all resulting strings are zero-terminated
5418:
5419: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.17:
5420: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.18:
5421: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.6:
5422: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.13:
5423: forgot to merge XML memory funcs replacement from gc branch
5424:
5425: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.18:
5426: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.7:
5427: XML memory funcs to GC works in debug, but fails in release
5428: todo: fix that
5429:
5430: * src/doc/memory.dox 1.1:
5431: file memory.dox was initially added on branch template_gc.
5432:
5433: * src/doc/memory.dox [template_gc] 1.1.2.1:
5434: forgot to add
5435:
5436: 2003-03-26 paf
5437: * src/lib/cord/include/private/cord_pos.h 1.1:
5438: file cord_pos.h was initially added on branch template_gc.
5439:
5440: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.6:
5441: * src/classes/file.C [template_gc] 1.107.2.16.2.11:
5442: * src/classes/op.C [template_gc] 1.127.2.22.2.20:
5443: * src/classes/table.C [template_gc] 1.172.2.14.2.18:
5444: * src/include/pa_array.h [template_gc] 1.57.2.27.2.7:
5445: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.5:
5446: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.1:
5447: * src/include/pa_string.h [template_gc] 1.144.2.28.2.38:
5448: * src/include/pa_table.h [template_gc] 1.48.2.11.2.6:
5449: * src/lib/cord/cord.dsp [template_gc] 1.1.2.5:
5450: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.3:
5451: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.2:
5452: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.2:
5453: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.14:
5454: * src/main/compile.y [template_gc] 1.204.2.8.2.5:
5455: * src/main/main.dsp [template_gc] 1.161.6.14.2.5:
5456: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.12:
5457: * src/main/pa_common.C [template_gc] 1.143.2.21.2.16:
5458: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.11:
5459: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.11:
5460: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.7:
5461: * src/main/pa_table.C [template_gc] 1.53.2.10.2.3:
5462: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.8:
5463: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.7:
5464: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.7:
5465: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.10:
5466: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.7:
5467: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.5:
5468: * src/types/types.dsp [template_gc] 1.35.10.9.2.6:
5469: pre-evaluated .count() in some places
5470:
5471: * src/lib/cord/Makefile.am 1.1:
5472: * src/lib/cord/include/Makefile.am 1.1:
5473: * src/lib/cord/include/private/Makefile.am 1.1:
5474: file Makefile.am was initially added on branch template_gc.
5475:
5476: * src/lib/cord/Makefile.in 1.1:
5477: * src/lib/cord/include/Makefile.in 1.1:
5478: * src/lib/cord/include/private/Makefile.in 1.1:
5479: file Makefile.in was initially added on branch template_gc.
5480:
5481: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.4:
5482: * src/lib/cord/cord.dsp [template_gc] 1.1.2.3:
5483: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.13:
5484: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.3:
5485: * src/main/main.dsp [template_gc] 1.161.6.14.2.3:
5486: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.5:
5487: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.1:
5488: * src/types/types.dsp [template_gc] 1.35.10.9.2.4:
5489: .dsp updated to use lib/gc,lib/cord
5490:
5491: * src/lib/cord/include/gc.h [template_gc] 1.1.2.2:
5492: * src/lib/gc/include/gc.h [template_gc] 1.1.2.1:
5493: introducing lib/gc
5494:
5495: * src/lib/cord/include/cord.h [template_gc] 1.1.2.1:
5496: * src/lib/cord/include/ec.h [template_gc] 1.1.2.1:
5497: * src/lib/cord/include/gc.h [template_gc] 1.1.2.1:
5498: * src/lib/cord/include/private/cord_pos.h [template_gc] 1.1.2.1:
5499: bundled gc includes
5500:
5501: * src/lib/cord/include/cord.h 1.1:
5502: file cord.h was initially added on branch template_gc.
5503:
5504: * src/lib/cord/include/ec.h 1.1:
5505: file ec.h was initially added on branch template_gc.
5506:
5507: * src/classes/op.C [template_gc] 1.127.2.22.2.18:
5508: * src/include/pa_array.h [template_gc] 1.57.2.27.2.6:
5509: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.7:
5510: * src/include/pa_string.h [template_gc] 1.144.2.28.2.35:
5511: * src/include/pa_version.h [template_gc] 1.7.16.1:
5512: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.12:
5513: * src/main/compile.y [template_gc] 1.204.2.8.2.4:
5514: * src/main/execute.C [template_gc] 1.295.2.27.2.10:
5515: * src/main/pa_common.C [template_gc] 1.143.2.21.2.15:
5516: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.8:
5517: * src/main/pa_request.C [template_gc] 1.245.2.37.2.17:
5518: * src/main/pa_string.C [template_gc] 1.172.2.21.2.30:
5519: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.7:
5520: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.4:
5521: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.2:
5522: a number of bugfixes [while testing first real site (aval)]
5523:
5524: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.5:
5525: * src/lib/cord/cord.dsp [template_gc] 1.1.2.4:
5526: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.2:
5527: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.1:
5528: * src/main/main.dsp [template_gc] 1.161.6.14.2.4:
5529: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.6:
5530: * src/types/types.dsp [template_gc] 1.35.10.9.2.5:
5531: started profiling
5532:
5533: * src/lib/cord/include/gc.h 1.1:
5534: * src/lib/gc/include/gc.h 1.1:
5535: file gc.h was initially added on branch template_gc.
5536:
5537: * acsite.m4 1.1:
5538: file acsite.m4 was initially added on branch template_gc.
5539:
5540: * acsite.m4 [template_gc] 1.1.2.1:
5541: * bin/Makefile.in [template_gc] 1.9.2.3.2.1:
5542: * etc/Makefile.in [template_gc] 1.14.2.3.2.1:
5543: * etc/parser3.charsets/Makefile.in [template_gc] 1.17.2.3.2.1:
5544: * src/Makefile.in [template_gc] 1.55.2.3.2.1:
5545: * src/classes/Makefile.am [template_gc] 1.40.16.2:
5546: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.1:
5547: * src/classes/mail.C [template_gc] 1.88.2.16.2.14:
5548: * src/classes/math.C [template_gc] 1.24.2.12.2.8:
5549: * src/classes/op.C [template_gc] 1.127.2.22.2.19:
5550: * src/include/Makefile.in [template_gc] 1.11.2.5.2.1:
5551: * src/include/pa_common.h [template_gc] 1.89.2.13.2.8:
5552: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.1:
5553: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.3:
5554: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.1:
5555: * src/include/pa_request.h [template_gc] 1.160.2.37.2.13:
5556: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.5:
5557: * src/include/pa_string.h [template_gc] 1.144.2.28.2.36:
5558: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.4:
5559: * src/include/pa_version.h [template_gc] 1.7.16.2:
5560: * src/lib/Makefile.am [template_gc] 1.3.10.1:
5561: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.1:
5562: * src/lib/cord/Makefile.am [template_gc] 1.1.2.1:
5563: * src/lib/cord/Makefile.in [template_gc] 1.1.2.1:
5564: * src/lib/cord/include/Makefile.am [template_gc] 1.1.2.1:
5565: * src/lib/cord/include/Makefile.in [template_gc] 1.1.2.1:
5566: * src/lib/cord/include/private/Makefile.am [template_gc] 1.1.2.1:
5567: * src/lib/cord/include/private/Makefile.in [template_gc] 1.1.2.1:
5568: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.2:
5569: * src/lib/md5/Makefile.in [template_gc] 1.6.2.3.2.1:
5570: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.1:
5571: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.2:
5572: * src/main/Makefile.am [template_gc] 1.35.6.4.2.2:
5573: * src/main/Makefile.in [template_gc] 1.50.2.6.2.1:
5574: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.10:
5575: * src/main/pa_string.C [template_gc] 1.172.2.21.2.31:
5576: * src/main/untaint.C [template_gc] 1.115.2.12.2.17:
5577: * src/sql/Makefile.in [template_gc] 1.11.2.3.2.1:
5578: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.1:
5579: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.1:
5580: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.1:
5581: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.1:
5582: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.1:
5583: * src/targets/isapi/Makefile.in [template_gc] 1.11.2.3.2.1:
5584: * src/types/Makefile.am [template_gc] 1.28.10.1.2.2:
5585: * src/types/Makefile.in [template_gc] 1.50.2.4.2.1:
5586: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.3:
5587: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.3:
5588: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.3:
5589: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.5:
5590: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.6:
5591: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.3:
5592: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.5:
5593: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.4:
5594: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.6:
5595: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.6:
5596: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.3:
5597: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.5:
5598: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.7:
5599: configured math funcs
5600: ported pa_exec
5601:
5602: * src/classes/classes.dsp 1.26:
5603: * src/lib/ltdl/libltdl.dsp 1.4:
5604: * src/lib/md5/md5.dsp 1.3:
5605: * src/lib/pcre/pcre.dsp 1.2:
5606: * src/main/main.dsp 1.162:
5607: * src/targets/cgi/parser3.dsp 1.61:
5608: * src/types/types.dsp 1.37:
5609: .dsp profiling updated
5610:
5611: 2003-03-25 paf
5612: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.14:
5613: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.9:
5614: memory: new 'new' overloads for structure handling
5615:
1.39 paf 5616: * tests/results/109.processed [template_gc] 1.1.2.1.2.1:
5617: it was a bug in parser. updated 109 test result
5618:
1.23 paf 5619: * operators.txt [template_gc] 1.109.2.1.2.2:
5620: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.10:
5621: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.5:
5622: $status.memory
5623: used
5624: free
5625: since_compact
5626: process
5627:
5628: * src/doc/exception.dox 1.1:
5629: file exception.dox was initially added on branch template_gc.
5630:
5631: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.11:
5632: * src/main/untaint.C [template_gc] 1.115.2.12.2.15:
5633: untaint.C L_MAIL_HEADER
5634:
5635: * src/classes/xnode.C [template_gc] 1.54.2.10.2.9:
5636: * src/classes/xnode.h [template_gc] 1.18.2.6.2.5:
5637: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.13:
5638: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.6:
5639: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.5:
5640: xnode.C compiled, doc/node finalizers isntalled
5641:
5642: * src/main/pa_request.C [template_gc] 1.245.2.37.2.14:
5643: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.6:
5644: vxnode compiled
5645: xml linked
5646:
5647: * tests/results/121.processed 1.1:
5648: file 121.processed was initially added on branch template_gc.
5649:
5650: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.6:
5651: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.5:
5652: * src/main/untaint.C [template_gc] 1.115.2.12.2.16:
5653: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.3:
5654: untaint.C L_SQL
5655:
5656: * src/types/pa_vmemory.h 1.1:
5657: file pa_vmemory.h was initially added on branch template_gc.
5658:
5659: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.14:
5660: fixed transform params
5661:
5662: * operators.txt [template_gc] 1.109.2.1.2.1:
5663: * src/classes/Makefile.am [template_gc] 1.40.16.1:
5664: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.3:
5665: * src/classes/memory.C [template_gc] 1.1.2.1:
5666: * src/classes/op.C [template_gc] 1.127.2.22.2.17:
5667: * src/main/pa_request.C [template_gc] 1.245.2.37.2.15:
5668: * src/types/Makefile.am [template_gc] 1.28.10.1.2.1:
5669: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.4:
5670: * src/types/pa_vmemory.h [template_gc] 1.1.2.1:
5671: * src/types/types.dsp [template_gc] 1.35.10.9.2.3:
5672: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.1:
5673: ^memory:compact[]
5674:
5675: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.4:
5676: vxdoc compiled
5677:
5678: * tests/121.html 1.1:
5679: file 121.html was initially added on branch template_gc.
5680:
5681: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.15:
5682: * tests/Makefile [template_gc] 1.1.2.8.2.5:
5683: fixed transform params2
5684:
5685: * src/doc/string.dox [template_gc] 1.4.22.1:
5686: updated: new string internals
5687:
5688: * src/classes/image.C [template_gc] 1.90.2.15.2.18:
5689: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.13:
5690: * src/classes/xnode.C [template_gc] 1.54.2.10.2.10:
5691: * src/include/pa_string.h [template_gc] 1.144.2.28.2.34:
5692: * src/main/pa_string.C [template_gc] 1.172.2.21.2.29:
5693: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.7:
5694: removed StringBody(0) ambiguilty, introducting static
5695: StringBody::Format(int)
5696:
5697: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.10:
5698: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.6:
5699: * tests/Makefile [template_gc] 1.1.2.8.2.4:
5700: * tests/results/107.processed [template_gc] 1.1.2.1.2.1:
5701: fixed dom language [values are now considered tainted.
5702: it was a bug in parser. updated 107 test result
5703:
5704: * src/classes/image.C [template_gc] 1.90.2.15.2.17:
5705: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.12:
5706: * src/classes/xnode.h [template_gc] 1.18.2.6.2.4:
5707: * src/doc/exception.dox [template_gc] 1.1.2.1:
5708: * src/doc/index.dox [template_gc] 1.4.8.1:
5709: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.4:
5710: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.12:
5711: * src/include/pa_request.h [template_gc] 1.160.2.37.2.12:
5712: * src/include/pa_string.h [template_gc] 1.144.2.28.2.33:
5713: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.8:
5714: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.5:
5715: * src/main/pa_string.C [template_gc] 1.172.2.21.2.28:
5716: xdoc.C compiled
5717: todo: xnode.C / finalizers
5718:
5719: * src/classes/memory.C 1.1:
5720: file memory.C was initially added on branch template_gc.
5721:
5722: * src/main/pa_request.C [template_gc] 1.245.2.37.2.16:
5723: * src/main/untaint.C [template_gc] 1.115.2.12.2.14:
5724: * src/types/pa_value.C [template_gc] 1.9.2.15.2.9:
5725: * src/types/pa_value.h [template_gc] 1.109.2.25.2.8:
5726: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.5:
5727: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.6:
5728: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.4:
5729: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.5:
5730: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.3:
5731: * tests/121.html [template_gc] 1.1.2.1:
5732: * tests/results/121.processed [template_gc] 1.1.2.1:
5733: untaint.C L_URI
5734:
5735: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.5:
5736: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.6:
5737: fixed stylesheet caching
5738:
5739: 2003-03-24 paf
5740: * src/classes/void.C [template_gc] 1.28.2.5.2.6:
5741: void.C compiled
5742:
5743: * src/main/pa_common.C [template_gc] 1.143.2.21.2.14:
5744: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.9:
5745: http://
5746:
5747: * src/classes/file.C [template_gc] 1.107.2.16.2.10:
5748: * src/classes/image.C [template_gc] 1.90.2.15.2.16:
5749: * src/classes/mail.C [template_gc] 1.88.2.16.2.13:
5750: * src/include/pa_string.h [template_gc] 1.144.2.28.2.32:
5751: * src/main/pa_common.C [template_gc] 1.143.2.21.2.13:
5752: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.8:
5753: introducing string[body]::pos(char)
5754:
5755: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.4:
5756: pa_vstatus.C compiled
5757:
5758: * src/include/pa_string.h [template_gc] 1.144.2.28.2.30:
5759: * src/main/pa_string.C [template_gc] 1.172.2.21.2.26:
5760: * src/main/untaint.C [template_gc] 1.115.2.12.2.12:
5761: String::ArrayFragment::append_positions fixed
5762:
5763: * src/classes/hash.C [template_gc] 1.54.2.13.2.11:
5764: * src/classes/string.C [template_gc] 1.125.2.15.2.16:
5765: * src/classes/table.C [template_gc] 1.172.2.14.2.14:
5766: * src/types/pa_value.C [template_gc] 1.9.2.15.2.7:
5767: all linked
5768: todo: debug
5769:
5770: * src/classes/hash.C [template_gc] 1.54.2.13.2.10:
5771: * src/classes/image.C [template_gc] 1.90.2.15.2.12:
5772: * src/classes/string.C [template_gc] 1.125.2.15.2.10:
5773: * src/classes/table.C [template_gc] 1.172.2.14.2.9:
5774: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.10:
5775: * src/include/pa_string.h [template_gc] 1.144.2.28.2.23:
5776: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.4:
5777: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.4:
5778: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.10:
5779: image.C compiled
5780:
5781: * src/classes/mail.C [template_gc] 1.88.2.16.2.10:
5782: * src/classes/string.C [template_gc] 1.125.2.15.2.11:
5783: * src/classes/table.C [template_gc] 1.172.2.14.2.11:
5784: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.3:
5785: mail.C compiled
5786:
5787: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.4:
5788: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.5:
5789: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.9:
5790: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.5:
5791: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.4:
5792: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.5:
5793: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.4:
5794: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.4:
5795: pa_vstateless_class.C compiled
5796:
5797: * src/classes/hash.C [template_gc] 1.54.2.13.2.9:
5798: * src/classes/string.C [template_gc] 1.125.2.15.2.9:
5799: * src/classes/table.C [template_gc] 1.172.2.14.2.8:
5800: * src/classes/void.C [template_gc] 1.28.2.5.2.4:
5801: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.9:
5802: * src/include/pa_request.h [template_gc] 1.160.2.37.2.8:
5803: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.4:
5804: hash.C compiled
5805:
5806: * src/classes/string.C [template_gc] 1.125.2.15.2.15:
5807: * src/types/pa_value.C [template_gc] 1.9.2.15.2.6:
5808: * src/types/pa_value.h [template_gc] 1.109.2.25.2.5:
5809: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.4:
5810: pa_value.C compiled
5811:
5812: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.6:
5813: pa_vtable.C compiled
5814:
5815: * src/main/execute.C [template_gc] 1.295.2.27.2.7:
5816: * src/main/pa_string.C [template_gc] 1.172.2.21.2.22:
5817: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.5:
5818: classes.lib
5819: main.lib compiled
5820:
5821: * src/classes/image.C [template_gc] 1.90.2.15.2.14:
5822: * src/classes/op.C [template_gc] 1.127.2.22.2.16:
5823: * src/classes/table.C [template_gc] 1.172.2.14.2.16:
5824: * src/include/pa_string.h [template_gc] 1.144.2.28.2.28:
5825: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.10:
5826: * src/main/compile.y [template_gc] 1.204.2.8.2.3:
5827: * src/main/execute.C [template_gc] 1.295.2.27.2.8:
5828: * src/main/pa_common.C [template_gc] 1.143.2.21.2.11:
5829: * src/main/untaint.C [template_gc] 1.115.2.12.2.11:
5830: * tests/Makefile [template_gc] 1.1.2.8.2.1:
5831: attempt to do gif encoding to CORD_ec [bad]
5832: would rewrite as realloc now
5833:
5834: * src/classes/mail.C [template_gc] 1.88.2.16.2.11:
5835: * src/main/pa_request.C [template_gc] 1.245.2.37.2.10:
5836: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.5:
5837: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.5:
5838: all compiled.
5839: todo:link
5840:
5841: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.3:
5842: pa_vfile.C compiled
5843:
5844: * src/main/pa_string.C [template_gc] 1.172.2.21.2.24:
5845: * tests/Makefile [template_gc] 1.1.2.8.2.2:
5846: string::pos fixed
5847:
5848: * src/classes/op.C [template_gc] 1.127.2.22.2.14:
5849: * src/classes/string.C [template_gc] 1.125.2.15.2.12:
5850: * src/classes/table.C [template_gc] 1.172.2.14.2.12:
5851: * src/classes/void.C [template_gc] 1.28.2.5.2.5:
5852: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.5:
5853: * src/include/pa_string.h [template_gc] 1.144.2.28.2.24:
5854: * src/main/pa_request.C [template_gc] 1.245.2.37.2.9:
5855: * src/main/pa_string.C [template_gc] 1.172.2.21.2.19:
5856: op.C compiled
5857:
5858: * src/classes/string.C [template_gc] 1.125.2.15.2.14:
5859: * src/classes/table.C [template_gc] 1.172.2.14.2.13:
5860: * src/include/pa_string.h [template_gc] 1.144.2.28.2.26:
5861: * src/main/pa_string.C [template_gc] 1.172.2.21.2.21:
5862: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.5:
5863: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.4:
5864: table.C compiled
5865:
5866: * src/types/pa_value.h [template_gc] 1.109.2.25.2.6:
5867: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.3:
5868: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.6:
5869: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.3:
5870: pa_vcookie.C compiled
5871:
5872: * parser3.dsw [template_gc] 1.7.6.1.2.3:
5873: * src/classes/date.C [template_gc] 1.42.2.11.2.6:
5874: * src/classes/file.C [template_gc] 1.107.2.16.2.7:
5875: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.5:
5876: * src/include/pa_string.h [template_gc] 1.144.2.28.2.27:
5877: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.8:
5878: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.6:
5879: empty run passed OK
5880:
5881: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.11:
5882: * src/classes/xnode.C [template_gc] 1.54.2.10.2.8:
5883: * src/classes/xnode.h [template_gc] 1.18.2.6.2.3:
5884: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.3:
5885: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.2:
5886: * src/include/pa_request.h [template_gc] 1.160.2.37.2.11:
5887: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.3:
5888: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.4:
5889: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.7:
5890: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.7:
5891: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.4:
5892: * src/main/pa_request.C [template_gc] 1.245.2.37.2.13:
5893: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.5:
5894: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.5:
5895: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.4:
5896: started XML
5897:
5898: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.5:
5899: pa_vform.C compiled
5900:
5901: * src/classes/math.C [template_gc] 1.24.2.12.2.6:
5902: * src/classes/op.C [template_gc] 1.127.2.22.2.13:
5903: math.C compiled
5904:
5905: * src/classes/classes.C [template_gc] 1.18.2.6.2.2:
5906: * src/classes/classes.awk [template_gc] 1.6.6.3.2.1:
5907: * src/classes/classes.h [template_gc] 1.23.2.9.2.3:
5908: * src/classes/date.C [template_gc] 1.42.2.11.2.5:
5909: * src/classes/double.C [template_gc] 1.53.2.8.2.3:
5910: * src/classes/file.C [template_gc] 1.107.2.16.2.6:
5911: * src/classes/form.C [template_gc] 1.34.2.7.2.5:
5912: * src/classes/hash.C [template_gc] 1.54.2.13.2.8:
5913: * src/classes/image.C [template_gc] 1.90.2.15.2.11:
5914: * src/classes/int.C [template_gc] 1.49.2.7.2.3:
5915: * src/classes/mail.C [template_gc] 1.88.2.16.2.9:
5916: * src/classes/math.C [template_gc] 1.24.2.12.2.5:
5917: * src/classes/op.C [template_gc] 1.127.2.22.2.12:
5918: * src/classes/response.C [template_gc] 1.23.2.8.2.2:
5919: * src/classes/string.C [template_gc] 1.125.2.15.2.8:
5920: * src/classes/table.C [template_gc] 1.172.2.14.2.7:
5921: * src/classes/void.C [template_gc] 1.28.2.5.2.3:
5922: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.8:
5923: * src/classes/xnode.C [template_gc] 1.54.2.10.2.7:
5924: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.9:
5925: * src/include/pa_request.h [template_gc] 1.160.2.37.2.7:
5926: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.4:
5927: * src/include/pa_string.h [template_gc] 1.144.2.28.2.22:
5928: * src/main/pa_string.C [template_gc] 1.172.2.21.2.18:
5929: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.3:
5930: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.8:
5931: file.C
5932: table.C compiled
5933:
5934: * src/classes/file.C [template_gc] 1.107.2.16.2.9:
5935: * src/classes/image.C [template_gc] 1.90.2.15.2.15:
5936: * src/classes/mail.C [template_gc] 1.88.2.16.2.12:
5937: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.11:
5938: * src/include/pa_string.h [template_gc] 1.144.2.28.2.31:
5939: * src/main/pa_common.C [template_gc] 1.143.2.21.2.12:
5940: * src/main/pa_request.C [template_gc] 1.245.2.37.2.12:
5941: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.7:
5942: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.5:
5943: size_t pos everywhere checks changed to check for eq STRING_NOT_FOUND
5944:
5945: * src/classes/int.C [template_gc] 1.49.2.7.2.4:
5946: * src/classes/table.C [template_gc] 1.172.2.14.2.10:
5947: int.C compiled
5948:
5949: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.4:
5950: pa_wcontext.C compiled
5951:
5952: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.4:
5953: pa_vstring.C compiled
5954:
5955: * src/main/pa_string.C [template_gc] 1.172.2.21.2.27:
5956: * src/main/untaint.C [template_gc] 1.115.2.12.2.13:
5957: * tests/Makefile [template_gc] 1.1.2.8.2.3:
5958: string optimize bit implemented
5959:
5960: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.6:
5961: * src/main/execute.C [template_gc] 1.295.2.27.2.9:
5962: * src/main/pa_string.C [template_gc] 1.172.2.21.2.23:
5963: hashcode implemented fully, including per-char callback [it can
5964: be - substr CORD node]
5965:
5966: * src/classes/table.C [template_gc] 1.172.2.14.2.17:
5967: * src/include/pa_string.h [template_gc] 1.144.2.28.2.29:
5968: * src/main/pa_string.C [template_gc] 1.172.2.21.2.25:
5969: String::this_starts fixed
5970:
5971: * src/classes/date.C [template_gc] 1.42.2.11.2.7:
5972: * src/classes/file.C [template_gc] 1.107.2.16.2.8:
5973: * src/classes/form.C [template_gc] 1.34.2.7.2.6:
5974: * src/classes/image.C [template_gc] 1.90.2.15.2.13:
5975: * src/classes/math.C [template_gc] 1.24.2.12.2.7:
5976: * src/classes/op.C [template_gc] 1.127.2.22.2.15:
5977: * src/classes/table.C [template_gc] 1.172.2.14.2.15:
5978: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.4:
5979: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.4:
5980: * src/include/pa_common.h [template_gc] 1.89.2.13.2.7:
5981: * src/include/pa_request.h [template_gc] 1.160.2.37.2.10:
5982: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.4:
5983: * src/include/pa_table.h [template_gc] 1.48.2.11.2.5:
5984: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.6:
5985: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.6:
5986: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.9:
5987: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.3:
5988: * src/main/pa_request.C [template_gc] 1.245.2.37.2.11:
5989: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.3:
5990: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.4:
5991: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.5:
5992: * src/types/pa_value.C [template_gc] 1.9.2.15.2.8:
5993: * src/types/pa_value.h [template_gc] 1.109.2.25.2.7:
5994: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.12:
5995: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.6:
5996: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.5:
5997: 2*2 worked :)
5998:
5999: * src/classes/string.C [template_gc] 1.125.2.15.2.13:
6000: * src/include/pa_request.h [template_gc] 1.160.2.37.2.9:
6001: * src/include/pa_string.h [template_gc] 1.144.2.28.2.25:
6002: * src/main/pa_string.C [template_gc] 1.172.2.21.2.20:
6003: string.C compiled
6004:
6005: * src/include/pa_array.h [template_gc] 1.57.2.27.2.5:
6006: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.11:
6007: gif encoding rewritten to rewalloc with 100byte buf ahead
6008:
6009: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.10:
6010: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.11:
6011: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.4:
6012: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.3:
6013: pa_vmail.C compiled
6014:
6015: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.2:
6016: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.6:
6017: pa_vimage.C compiled
6018:
6019: * src/include/pa_string.h [template_gc] 1.144.2.28.2.21:
6020: * src/main/pa_string.C [template_gc] 1.172.2.21.2.17:
6021: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.2:
6022: * src/main/untaint.C [template_gc] 1.115.2.12.2.10:
6023: main.lib compiled
6024:
6025: 2003-03-21 paf
6026: * src/classes/hash.C [template_gc] 1.54.2.13.2.6:
6027: * src/classes/mail.C [template_gc] 1.88.2.16.2.8:
6028: * src/classes/op.C [template_gc] 1.127.2.22.2.9:
6029: * src/include/pa_request.h [template_gc] 1.160.2.37.2.5:
6030: * src/main/execute.C [template_gc] 1.295.2.27.2.6:
6031: * src/main/pa_request.C [template_gc] 1.245.2.37.2.7:
6032: * src/types/pa_value.C [template_gc] 1.9.2.15.2.5:
6033: * src/types/pa_value.h [template_gc] 1.109.2.25.2.4:
6034: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.5:
6035: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.3:
6036: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.4:
6037: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.7:
6038: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.4:
6039: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.3:
6040: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.3:
6041: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.3:
6042: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.4:
6043: pa_request.C 50% compiled
6044:
6045: * src/classes/op.C [template_gc] 1.127.2.22.2.11:
6046: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.3:
6047: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.3:
6048: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.3:
6049: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.3:
6050: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.5:
6051: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.2:
6052: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.5:
6053: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.2:
6054: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.5:
6055: pa_sql_driver_manager.C compiled
6056:
6057: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.4:
6058: * src/main/pa_string.C [template_gc] 1.172.2.21.2.14:
6059: test14 [bug fixed]
6060:
1.39 paf 6061: * src/classes/file.C 1.108:
6062: ^file::exec/cgi now does not pass post data by default.
6063: use: ^file::exec[...;$.stdin[$request.body]
6064:
1.23 paf 6065: * src/classes/classes.C [template_gc] 1.18.2.6.2.1:
6066: * src/classes/classes.h [template_gc] 1.23.2.9.2.2:
6067: * src/classes/date.C [template_gc] 1.42.2.11.2.4:
6068: * src/classes/double.C [template_gc] 1.53.2.8.2.2:
6069: * src/classes/file.C [template_gc] 1.107.2.16.2.5:
6070: * src/classes/form.C [template_gc] 1.34.2.7.2.4:
6071: * src/classes/hash.C [template_gc] 1.54.2.13.2.5:
6072: * src/classes/image.C [template_gc] 1.90.2.15.2.8:
6073: * src/classes/int.C [template_gc] 1.49.2.7.2.2:
6074: * src/classes/mail.C [template_gc] 1.88.2.16.2.6:
6075: * src/classes/math.C [template_gc] 1.24.2.12.2.4:
6076: * src/classes/op.C [template_gc] 1.127.2.22.2.7:
6077: * src/classes/string.C [template_gc] 1.125.2.15.2.7:
6078: * src/classes/table.C [template_gc] 1.172.2.14.2.6:
6079: * src/classes/void.C [template_gc] 1.28.2.5.2.2:
6080: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.6:
6081: * src/classes/xnode.C [template_gc] 1.54.2.10.2.5:
6082: * src/classes/xnode.h [template_gc] 1.18.2.6.2.2:
6083: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.2:
6084: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.2:
6085: * src/include/pa_common.h [template_gc] 1.89.2.13.2.5:
6086: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.2:
6087: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.8:
6088: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.1:
6089: * src/include/pa_request.h [template_gc] 1.160.2.37.2.3:
6090: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.3:
6091: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.2:
6092: * src/include/pa_string.h [template_gc] 1.144.2.28.2.17:
6093: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.2:
6094: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.2:
6095: * src/include/pa_table.h [template_gc] 1.48.2.11.2.4:
6096: * src/main/compile.C [template_gc] 1.69.2.6.2.3:
6097: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.7:
6098: * src/main/compile.y [template_gc] 1.204.2.8.2.1:
6099: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.3:
6100: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.2:
6101: * src/main/execute.C [template_gc] 1.295.2.27.2.4:
6102: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.4:
6103: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.2:
6104: * src/main/pa_common.C [template_gc] 1.143.2.21.2.8:
6105: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.5:
6106: * src/main/pa_request.C [template_gc] 1.245.2.37.2.5:
6107: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.4:
6108: * src/main/pa_string.C [template_gc] 1.172.2.21.2.15:
6109: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.4:
6110: * src/main/untaint.C [template_gc] 1.115.2.12.2.9:
6111: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.3:
6112: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.4:
6113: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.4:
6114: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.2:
6115: * src/types/pa_method.h [template_gc] 1.1.2.4.2.3:
6116: * src/types/pa_value.C [template_gc] 1.9.2.15.2.4:
6117: * src/types/pa_value.h [template_gc] 1.109.2.25.2.3:
6118: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.1:
6119: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.2:
6120: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.2:
6121: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.3:
6122: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.4:
6123: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.2:
6124: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.2:
6125: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.2:
6126: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.3:
6127: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.2:
6128: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.4:
6129: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.4:
6130: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.2:
6131: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.2:
6132: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.3:
6133: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.2:
6134: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.2:
6135: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.1:
6136: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.8:
6137: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.2:
6138: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.2:
6139: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.2:
6140: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.4:
6141: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.5:
6142: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.3:
6143: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.2:
6144: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.2:
6145: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.2:
6146: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.3:
6147: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.2:
6148: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.2:
6149: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.3:
6150: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.2:
6151: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.3:
6152: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.2:
6153: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.3:
6154: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.2:
6155: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.3:
6156: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.3:
6157: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.2:
6158: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.3:
6159: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.4:
6160: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.4:
6161: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.3:
6162: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.3:
6163: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.4:
6164: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.3:
6165: introducing StringBody [C++ CORD wrapper]
6166:
6167: * src/main/pa_common.C 1.146:
6168: * src/main/pa_common.C 1.148:
6169: } typo bug fix
6170:
6171: * src/classes/hash.C [template_gc] 1.54.2.13.2.7:
6172: * src/classes/image.C [template_gc] 1.90.2.15.2.10:
6173: * src/classes/op.C [template_gc] 1.127.2.22.2.10:
6174: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.7:
6175: * src/classes/xnode.C [template_gc] 1.54.2.10.2.6:
6176: * src/include/pa_common.h [template_gc] 1.89.2.13.2.6:
6177: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.5:
6178: * src/include/pa_request.h [template_gc] 1.160.2.37.2.6:
6179: * src/include/pa_string.h [template_gc] 1.144.2.28.2.20:
6180: * src/main/compile.C [template_gc] 1.69.2.6.2.4:
6181: * src/main/pa_common.C [template_gc] 1.143.2.21.2.10:
6182: * src/main/pa_request.C [template_gc] 1.245.2.37.2.8:
6183: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.9:
6184: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.4:
6185: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.5:
6186: pa_request.C compiled
6187:
6188: * src/classes/image.C [template_gc] 1.90.2.15.2.9:
6189: * src/classes/mail.C [template_gc] 1.88.2.16.2.7:
6190: * src/classes/op.C [template_gc] 1.127.2.22.2.8:
6191: * src/include/pa_request.h [template_gc] 1.160.2.37.2.4:
6192: * src/include/pa_string.h [template_gc] 1.144.2.28.2.18:
6193: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.8:
6194: * src/main/compile.y [template_gc] 1.204.2.8.2.2:
6195: * src/main/execute.C [template_gc] 1.295.2.27.2.5:
6196: * src/main/pa_common.C [template_gc] 1.143.2.21.2.9:
6197: * src/main/pa_request.C [template_gc] 1.245.2.37.2.6:
6198: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.3:
6199: * src/types/pa_method.h [template_gc] 1.1.2.4.2.4:
6200: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.4:
6201: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.3:
6202: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.6:
6203: execute.C compiled
6204:
6205: * src/main/pa_common.C 1.147:
6206: * src/targets/cgi/parser3.C 1.217:
6207: *** empty log message ***
6208:
6209: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.2:
6210: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.3:
6211: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.3:
6212: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.9:
6213: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.5:
6214: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.3:
6215: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.5:
6216: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.6:
6217: pa_charsets.C compiled
6218:
6219: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.4:
6220: * src/include/pa_string.h [template_gc] 1.144.2.28.2.19:
6221: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.7:
6222: * src/main/pa_string.C [template_gc] 1.172.2.21.2.16:
6223: pa_exec.C compiled [win32 only for now] todo: on unix
6224:
6225: * src/classes/file.C 1.109:
6226: * src/include/pa_charset.h 1.21:
6227: * src/main/pa_charset.C 1.34:
6228: $file::exec/cgi[script;
6229: $.charset[this is script's charset]
6230:
6231: command line, env values, input got transcoded before call
6232: stdout, stderr got transcoded after call
6233:
6234: 2003-03-20 paf
6235: * src/include/pa_string.h [template_gc] 1.144.2.28.2.12:
6236: this_starts fixed
6237:
6238: * src/include/pa_string.h [template_gc] 1.144.2.28.2.16:
6239: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.3:
6240: * src/main/pa_string.C [template_gc] 1.172.2.21.2.13:
6241: * src/main/untaint.C [template_gc] 1.115.2.12.2.8:
6242: cord bug fix, but still errors
6243: todo: clear out
6244:
6245: * src/include/pa_array.h [template_gc] 1.57.2.27.2.4:
6246: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.4:
6247: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.6:
6248: * src/include/pa_string.h [template_gc] 1.144.2.28.2.9:
6249: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.3:
6250: * src/main/pa_string.C [template_gc] 1.172.2.21.2.8:
6251: test: gc/exit runned OK
6252:
6253: * src/classes/image.C [template_gc] 1.90.2.15.2.5:
6254: * src/classes/mail.C [template_gc] 1.88.2.16.2.4:
6255: * src/classes/math.C [template_gc] 1.24.2.12.2.3:
6256: * src/classes/string.C [template_gc] 1.125.2.15.2.5:
6257: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.3:
6258: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.3:
6259: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.5:
6260: * src/include/pa_string.h [template_gc] 1.144.2.28.2.7:
6261: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.2:
6262: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.2:
6263: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.2:
6264: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.3:
6265: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.2:
6266: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.2:
6267: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.2:
6268: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.2:
6269: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.2:
6270: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.4:
6271: * src/main/pa_common.C [template_gc] 1.143.2.21.2.5:
6272: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.2:
6273: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.3:
6274: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.2:
6275: * src/main/pa_request.C [template_gc] 1.245.2.37.2.4:
6276: * src/main/pa_string.C [template_gc] 1.172.2.21.2.6:
6277: * src/main/untaint.C [template_gc] 1.115.2.12.2.4:
6278: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.3:
6279: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.5:
6280: untaint.C 99% [except mail&sql&optimize]
6281:
1.24 paf 6282: * src/types/pa_vmail.C 1.42:
6283: another naming problem: should not name vars like that: unpredictable close caused problems with later sending mail:
6284: Mar 20 06:39:53 pt-6 sendmail[19044]: File descriptors missing on startup: stdin; Bad file number
6285:
6286: todo: find out why so many filters(stream) here. probably wrong?
6287:
1.23 paf 6288: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.4:
6289: * src/include/pa_string.h [template_gc] 1.144.2.28.2.8:
6290: * src/main/pa_common.C [template_gc] 1.143.2.21.2.6:
6291: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.3:
6292: * src/main/pa_string.C [template_gc] 1.172.2.21.2.7:
6293: * src/main/untaint.C [template_gc] 1.115.2.12.2.5:
6294: test compiled
6295:
6296: * src/include/pa_string.h [template_gc] 1.144.2.28.2.15:
6297: more tests
6298:
6299: * src/classes/image.C [template_gc] 1.90.2.15.2.7:
6300: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.5:
6301: * src/include/pa_string.h [template_gc] 1.144.2.28.2.14:
6302: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.1:
6303: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.1:
6304: * src/lib/pcre/internal.h [template_gc] 1.1.18.1:
6305: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.3:
6306: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.3:
6307: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.6:
6308: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.4:
6309: * src/main/pa_string.C [template_gc] 1.172.2.21.2.11:
6310: * src/main/untaint.C [template_gc] 1.115.2.12.2.7:
6311: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.7:
6312: more tests [bugs fixed]
6313:
1.24 paf 6314: * src/include/pa_string.h [template_gc] 1.144.2.28.2.11:
6315: * src/main/pa_string.C [template_gc] 1.172.2.21.2.10:
6316: added: assertion on new String ctor & append params convention
6317:
1.23 paf 6318: * src/main/pa_string.C [template_gc] 1.172.2.21.2.12:
6319: string.pos fixed
6320:
6321: * src/classes/file.C [template_gc] 1.107.2.16.2.4:
6322: * src/classes/hash.C [template_gc] 1.54.2.13.2.4:
6323: * src/classes/image.C [template_gc] 1.90.2.15.2.6:
6324: * src/classes/mail.C [template_gc] 1.88.2.16.2.5:
6325: * src/classes/op.C [template_gc] 1.127.2.22.2.6:
6326: * src/classes/string.C [template_gc] 1.125.2.15.2.6:
6327: * src/classes/table.C [template_gc] 1.172.2.14.2.5:
6328: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.5:
6329: * src/include/pa_common.h [template_gc] 1.89.2.13.2.4:
6330: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.7:
6331: * src/include/pa_string.h [template_gc] 1.144.2.28.2.10:
6332: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.5:
6333: * src/main/pa_common.C [template_gc] 1.143.2.21.2.7:
6334: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.4:
6335: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.4:
6336: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.3:
6337: * src/main/pa_string.C [template_gc] 1.172.2.21.2.9:
6338: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.3:
6339: * src/main/untaint.C [template_gc] 1.115.2.12.2.6:
6340: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.3:
6341: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.2:
6342: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.6:
6343: more tests OK
6344:
6345: * parser3.dsw [template_gc] 1.7.6.1.2.2:
6346: * src/classes/file.C [template_gc] 1.107.2.16.2.3:
6347: * src/classes/image.C [template_gc] 1.90.2.15.2.4:
6348: * src/classes/op.C [template_gc] 1.127.2.22.2.5:
6349: * src/classes/string.C [template_gc] 1.125.2.15.2.4:
6350: * src/classes/table.C [template_gc] 1.172.2.14.2.4:
6351: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.4:
6352: * src/classes/xnode.C [template_gc] 1.54.2.10.2.4:
6353: * src/include/pa_common.h [template_gc] 1.89.2.13.2.3:
6354: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.4:
6355: * src/include/pa_request.h [template_gc] 1.160.2.37.2.2:
6356: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.2:
6357: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.2:
6358: * src/include/pa_string.h [template_gc] 1.144.2.28.2.6:
6359: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.3:
6360: * src/main/execute.C [template_gc] 1.295.2.27.2.3:
6361: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.3:
6362: * src/main/pa_common.C [template_gc] 1.143.2.21.2.4:
6363: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.3:
6364: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.2:
6365: * src/main/pa_request.C [template_gc] 1.245.2.37.2.3:
6366: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.2:
6367: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.2:
6368: * src/main/untaint.C [template_gc] 1.115.2.12.2.3:
6369: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.1:
6370: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.2:
6371: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.3:
6372: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.2:
6373: * src/types/pa_value.C [template_gc] 1.9.2.15.2.3:
6374: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.2:
6375: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.3:
6376: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.2:
6377: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.3:
6378: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.4:
6379: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.3:
6380: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.4:
6381: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.2:
6382: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.2:
6383: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.2:
6384: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.2:
6385: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.2:
6386: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.3:
6387: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.3:
6388: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.3:
6389: untaint.C 30%,
6390: pa_common.C [done, without http for now]
6391:
6392: * src/include/pa_string.h [template_gc] 1.144.2.28.2.13:
6393: warning
6394:
6395: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.1:
6396: * src/lib/ltdl/config_fixed.h [template_gc] 1.2.2.2.2.1:
6397: * src/lib/ltdl/configure [template_gc] 1.4.2.1.2.1:
6398: * src/lib/ltdl/configure.in [template_gc] 1.4.2.1.2.1:
6399: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.1:
6400: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.2:
6401: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.2:
6402: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.3:
6403: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.4:
6404: * src/lib/pcre/internal.h [template_gc] 1.1.18.2:
6405: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.3:
6406: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.4:
6407: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.3:
6408: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.3:
6409: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.4:
6410: undone bad replaces
6411:
6412: 2003-03-19 paf
6413: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.2:
6414: * src/classes/string.C [template_gc] 1.125.2.15.2.3:
6415: * src/classes/table.C [template_gc] 1.172.2.14.2.3:
6416: * src/include/pa_array.h [template_gc] 1.57.2.27.2.1:
6417: * src/include/pa_common.h [template_gc] 1.89.2.13.2.2:
6418: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.2:
6419: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.2:
6420: * src/include/pa_string.h [template_gc] 1.144.2.28.2.3:
6421: * src/include/pa_table.h [template_gc] 1.48.2.11.2.2:
6422: * src/lib/cord/cord.dsp [template_gc] 1.1.2.2:
6423: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.2:
6424: * src/main/main.dsp [template_gc] 1.161.6.14.2.2:
6425: * src/main/pa_common.C [template_gc] 1.143.2.21.2.2:
6426: * src/main/pa_string.C [template_gc] 1.172.2.21.2.3:
6427: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.2:
6428: * src/types/pa_method.h [template_gc] 1.1.2.4.2.2:
6429: * src/types/pa_value.h [template_gc] 1.109.2.25.2.2:
6430: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.2:
6431: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.2:
6432: * src/types/types.dsp [template_gc] 1.35.10.9.2.2:
6433: string reimplementation with cord+array<fragment>: 70%
6434:
6435: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.1:
6436: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.1:
6437: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.2:
6438: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.1:
6439: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.1:
6440: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.1:
6441: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.1:
6442: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.1:
6443: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.1:
6444: restored bad replaces
6445:
6446: * src/classes/date.C [template_gc] 1.42.2.11.2.3:
6447: * src/classes/form.C [template_gc] 1.34.2.7.2.3:
6448: * src/classes/hash.C [template_gc] 1.54.2.13.2.3:
6449: * src/classes/image.C [template_gc] 1.90.2.15.2.3:
6450: * src/classes/mail.C [template_gc] 1.88.2.16.2.3:
6451: * src/classes/op.C [template_gc] 1.127.2.22.2.4:
6452: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.3:
6453: * src/classes/xnode.C [template_gc] 1.54.2.10.2.3:
6454: * src/include/pa_array.h [template_gc] 1.57.2.27.2.3:
6455: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.1:
6456: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.3:
6457: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.3:
6458: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.2:
6459: * src/include/pa_string.h [template_gc] 1.144.2.28.2.5:
6460: * src/include/pa_table.h [template_gc] 1.48.2.11.2.3:
6461: * src/main/compile.C [template_gc] 1.69.2.6.2.2:
6462: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.2:
6463: * src/main/execute.C [template_gc] 1.295.2.27.2.2:
6464: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.2:
6465: * src/main/pa_common.C [template_gc] 1.143.2.21.2.3:
6466: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.2:
6467: * src/main/pa_request.C [template_gc] 1.245.2.37.2.2:
6468: * src/main/pa_socks.C [template_gc] 1.18.2.5.2.1:
6469: * src/main/pa_string.C [template_gc] 1.172.2.21.2.5:
6470: * src/main/pa_table.C [template_gc] 1.53.2.10.2.2:
6471: * src/main/untaint.C [template_gc] 1.115.2.12.2.2:
6472: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.2:
6473: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.3:
6474: * src/types/pa_value.C [template_gc] 1.9.2.15.2.2:
6475: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.2:
6476: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.2:
6477: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.2:
6478: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.3:
6479: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.3:
6480: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.2:
6481: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.2:
6482: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.2:
6483: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.2:
6484: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.2:
6485: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.2:
6486: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.2:
6487: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.2:
6488: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.2:
6489: started test
6490:
6491: * src/classes/op.C [template_gc] 1.127.2.22.2.3:
6492: * src/include/pa_array.h [template_gc] 1.57.2.27.2.2:
6493: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.2:
6494: * src/include/pa_string.h [template_gc] 1.144.2.28.2.4:
6495: * src/main/pa_string.C [template_gc] 1.172.2.21.2.4:
6496: string compiled
6497: todo: test it
6498:
6499: 2003-03-18 paf
6500: * src/classes/date.C [template_gc] 1.42.2.11.2.2:
6501: * src/classes/file.C [template_gc] 1.107.2.16.2.2:
6502: * src/classes/form.C [template_gc] 1.34.2.7.2.2:
6503: * src/classes/hash.C [template_gc] 1.54.2.13.2.2:
6504: * src/classes/image.C [template_gc] 1.90.2.15.2.2:
6505: * src/classes/mail.C [template_gc] 1.88.2.16.2.2:
6506: * src/classes/math.C [template_gc] 1.24.2.12.2.2:
6507: * src/classes/op.C [template_gc] 1.127.2.22.2.2:
6508: * src/classes/string.C [template_gc] 1.125.2.15.2.2:
6509: * src/classes/table.C [template_gc] 1.172.2.14.2.2:
6510: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.2:
6511: * src/classes/xnode.C [template_gc] 1.54.2.10.2.2:
6512: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.2:
6513: * src/include/pa_string.h [template_gc] 1.144.2.28.2.2:
6514: * src/main/pa_string.C [template_gc] 1.172.2.21.2.2:
6515: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.2:
6516: lots of replacements,
6517: todo:we can ignore lang in cmp and pos really,
6518: but would split properly!
6519:
6520: * src/include/pa_pool.h [gc] 1.86.4.2:
6521: * src/main/execute.C [gc] 1.295.4.2:
6522: * src/targets/cgi/pa_pool.C [gc] 1.41.4.2:
6523: gc logging
6524:
6525: * src/lib/cord/cord.dsp [template_gc] 1.1.2.1:
6526: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.1:
6527: * src/lib/cord/cordprnt.c [template_gc] 1.1.2.1:
6528: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.1:
6529: gc: cord part made parser/src/lib: it's not compiled into libgc
6530: by default
6531:
6532: * src/lib/cord/cordxtra.c 1.1:
6533: file cordxtra.c was initially added on branch template_gc.
6534:
6535: * src/lib/cord/cordbscs.c 1.1:
6536: file cordbscs.c was initially added on branch template_gc.
6537:
6538: * parser3.dsw [template_gc] 1.7.6.1.2.1:
6539: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.1:
6540: * src/classes/classes.h [template_gc] 1.23.2.9.2.1:
6541: * src/classes/date.C [template_gc] 1.42.2.11.2.1:
6542: * src/classes/double.C [template_gc] 1.53.2.8.2.1:
6543: * src/classes/file.C [template_gc] 1.107.2.16.2.1:
6544: * src/classes/form.C [template_gc] 1.34.2.7.2.1:
6545: * src/classes/hash.C [template_gc] 1.54.2.13.2.1:
6546: * src/classes/image.C [template_gc] 1.90.2.15.2.1:
6547: * src/classes/int.C [template_gc] 1.49.2.7.2.1:
6548: * src/classes/mail.C [template_gc] 1.88.2.16.2.1:
6549: * src/classes/math.C [template_gc] 1.24.2.12.2.1:
6550: * src/classes/op.C [template_gc] 1.127.2.22.2.1:
6551: * src/classes/response.C [template_gc] 1.23.2.8.2.1:
6552: * src/classes/string.C [template_gc] 1.125.2.15.2.1:
6553: * src/classes/table.C [template_gc] 1.172.2.14.2.1:
6554: * src/classes/void.C [template_gc] 1.28.2.5.2.1:
6555: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.1:
6556: * src/classes/xnode.C [template_gc] 1.54.2.10.2.1:
6557: * src/classes/xnode.h [template_gc] 1.18.2.6.2.1:
6558: * src/include/Makefile.am [template_gc] 1.3.14.2.2.1:
6559: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.1:
6560: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.1:
6561: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.1:
6562: * src/include/pa_common.h [template_gc] 1.89.2.13.2.1:
6563: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.1:
6564: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.1:
6565: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.1:
6566: * src/include/pa_globals.h [template_gc] 1.101.2.15.2.1:
6567: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.1:
6568: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.1:
6569: * src/include/pa_pool.h [template_gc] 1.86.2.32.2.1:
6570: * src/include/pa_request.h [template_gc] 1.160.2.37.2.1:
6571: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.1:
6572: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.1:
6573: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.1:
6574: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.1:
6575: * src/include/pa_string.h [template_gc] 1.144.2.28.2.1:
6576: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.1:
6577: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.1:
6578: * src/include/pa_table.h [template_gc] 1.48.2.11.2.1:
6579: * src/include/pa_uue.h [template_gc] 1.4.2.3.2.1:
6580: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.1:
6581: * src/main/Makefile.am [template_gc] 1.35.6.4.2.1:
6582: * src/main/compile.C [template_gc] 1.69.2.6.2.1:
6583: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.1:
6584: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.1:
6585: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.1:
6586: * src/main/execute.C [template_gc] 1.295.2.27.2.1:
6587: * src/main/main.dsp [template_gc] 1.161.6.14.2.1:
6588: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.1:
6589: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.1:
6590: * src/main/pa_common.C [template_gc] 1.143.2.21.2.1:
6591: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.1:
6592: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.1:
6593: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.1:
6594: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.1:
6595: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.1:
6596: * src/main/pa_pool.C [template_gc] 1.59.2.6.2.1:
6597: * src/main/pa_request.C [template_gc] 1.245.2.37.2.1:
6598: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.1:
6599: * src/main/pa_string.C [template_gc] 1.172.2.21.2.1:
6600: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.1:
6601: * src/main/pa_table.C [template_gc] 1.53.2.10.2.1:
6602: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.1:
6603: * src/main/untaint.C [template_gc] 1.115.2.12.2.1:
6604: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.1:
6605: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.1:
6606: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.1:
6607: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.1:
6608: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.1:
6609: * src/types/pa_method.h [template_gc] 1.1.2.4.2.1:
6610: * src/types/pa_value.C [template_gc] 1.9.2.15.2.1:
6611: * src/types/pa_value.h [template_gc] 1.109.2.25.2.1:
6612: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.1:
6613: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.1:
6614: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.1:
6615: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.1:
6616: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.1:
6617: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.1:
6618: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.1:
6619: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.1:
6620: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.1:
6621: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.1:
6622: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.1:
6623: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.1:
6624: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.1:
6625: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.1:
6626: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.1:
6627: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.1:
6628: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.1:
6629: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.1:
6630: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.1:
6631: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.1:
6632: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.1:
6633: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.1:
6634: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.1:
6635: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.1:
6636: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.1:
6637: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.1:
6638: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.1:
6639: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.1:
6640: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.1:
6641: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.1:
6642: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.1:
6643: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.1:
6644: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.1:
6645: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.1:
6646: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.1:
6647: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.1:
6648: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.1:
6649: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.1:
6650: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.1:
6651: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.1:
6652: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.1:
6653: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.1:
6654: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.1:
6655: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.1:
6656: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.1:
6657: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.1:
6658: * src/types/types.dsp [template_gc] 1.35.10.9.2.1:
6659: started porting to gc:
6660: PA_Object done
6661: lots of replacements also
6662:
6663: * src/lib/cord/cordprnt.c 1.1:
6664: file cordprnt.c was initially added on branch template_gc.
6665:
6666: * src/lib/cord/cord.dsp 1.1:
6667: file cord.dsp was initially added on branch template_gc.
6668:
6669: 2003-03-17 paf
6670: * src/classes/date.C [gc] 1.42.4.1:
6671: * src/classes/file.C [gc] 1.107.4.1:
6672: * src/classes/form.C [gc] 1.34.4.1:
6673: * src/classes/image.C [gc] 1.90.4.1:
6674: * src/classes/mail.C [gc] 1.88.4.1:
6675: * src/classes/op.C [gc] 1.127.4.1:
6676: * src/classes/table.C [gc] 1.172.4.1:
6677: * src/classes/xdoc.C [gc] 1.108.4.1:
6678: * src/classes/xnode.C [gc] 1.54.4.1:
6679: * src/include/pa_pool.h [gc] 1.86.4.1:
6680: * src/include/pa_pragma_pack_begin.h [gc] 1.6.4.1:
6681: * src/include/pa_pragma_pack_end.h [gc] 1.6.4.1:
6682: * src/include/pa_string.h [gc] 1.144.4.1:
6683: * src/include/pa_types.h [gc] 1.44.4.1:
6684: * src/main/compile.C [gc] 1.69.4.1:
6685: * src/main/compile.tab.C [gc] 1.81.4.1:
6686: * src/main/execute.C [gc] 1.295.4.1:
6687: * src/main/pa_charset.C [gc] 1.33.4.1:
6688: * src/main/pa_common.C [gc] 1.145.2.1:
6689: * src/main/pa_exception.C [gc] 1.43.4.1:
6690: * src/main/pa_exec.C [gc] 1.48.4.1:
6691: * src/main/pa_globals.C [gc] 1.152.4.1:
6692: * src/main/pa_pool.C [gc] 1.59.4.1:
6693: * src/main/pa_request.C [gc] 1.245.4.1:
6694: * src/main/pa_sql_driver_manager.C [gc] 1.69.4.1:
6695: * src/main/pa_string.C [gc] 1.172.4.1:
6696: * src/main/pa_stylesheet_manager.C [gc] 1.16.4.1:
6697: * src/main/pa_uue.C [gc] 1.4.4.1:
6698: * src/main/untaint.C [gc] 1.115.4.1:
6699: * src/targets/cgi/pa_pool.C [gc] 1.41.4.1:
6700: * src/targets/cgi/parser3.C [gc] 1.216.4.1:
6701: * src/targets/cgi/parser3.dsp [gc] 1.60.12.1:
6702: * src/targets/cgi/pool_storage.h [gc] 1.13.4.1:
6703: * src/types/pa_vcookie.C [gc] 1.55.4.1:
6704: * src/types/pa_vdouble.h [gc] 1.42.4.1:
6705: * src/types/pa_vfile.C [gc] 1.36.4.1:
6706: * src/types/pa_vform.C [gc] 1.74.4.1:
6707: * src/types/pa_vint.h [gc] 1.38.4.1:
6708: * src/types/pa_vmail.C [gc] 1.41.2.1:
6709: * src/types/pa_vxdoc.C [gc] 1.23.4.1:
6710: * src/types/pa_vxdoc.h [gc] 1.31.4.1:
6711: * src/types/pa_vxnode.C [gc] 1.30.4.1:
6712: * src/types/pa_vxnode.h [gc] 1.22.4.1:
6713: * www/htdocs/.htaccess [gc] 1.12.8.1:
6714: * www/htdocs/auto.p [gc] 1.17.12.1:
6715: libgc attempt
6716:
6717: * src/main/pa_common.C [gc] 1.145.2.2:
6718: * src/main/pa_common.C [gc] 1.145.2.3:
6719: *** empty log message ***
6720:
6721: 2003-03-13 paf
6722: * src/include/pa_request.h [autoptr] 1.160.2.37:
6723: * src/lib/ltdl/libltdl.dsp [autoptr] 1.3.2.1:
6724: * src/lib/md5/md5.dsp [autoptr] 1.2.10.1:
6725: * src/main/compile.tab.C [autoptr] 1.81.2.13:
6726: * src/main/execute.C [autoptr] 1.295.2.27:
6727: * src/main/pa_request.C [autoptr] 1.245.2.37:
6728: * src/targets/cgi/parser3.C [autoptr] 1.216.2.28:
6729: * src/types/pa_value.C [autoptr] 1.9.2.15:
6730: * src/types/pa_value.h [autoptr] 1.109.2.25:
6731: * src/types/pa_vobject.h [autoptr] 1.38.2.9:
6732: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.16:
6733: * src/types/pa_vstatus.C [autoptr] 1.15.2.6:
6734: * src/types/types.dsp [autoptr] 1.35.10.8:
6735: * www/htdocs/.htaccess [autoptr] 1.12.6.9:
6736: set_base, set_derived simplified [counter leaks fixed]
6737:
6738: * src/include/pa_config_fixed.h 1.55:
6739: * src/types/pa_vstatus.C 1.16:
6740: * src/types/types.dsp 1.36:
6741: incorporated status class patch
6742: From: "Victor Fedoseev" <vvf_ru@mail.ru>
6743: Sent: Thursday, January 23, 2003 8:14 AM
6744:
6745: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus Win32 specific:
6746: QuotaPeakNonPagedPoolUsage
6747: QuotaPeakPagedPoolUsage
6748: PeakPagefileUsage]
6749:
6750: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.9:
6751: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.17:
6752: * src/targets/cgi/parser3.C [autoptr] 1.216.2.29:
6753: lt_dlexit called
6754:
6755: 2003-03-12 paf
6756: * Makefile.in [autoptr] 1.48.2.4:
6757: * bin/Makefile.in [autoptr] 1.9.2.3:
6758: * configure [autoptr] 1.66.2.4:
6759: * configure.in [autoptr] 1.62.2.4:
6760: * etc/Makefile.in [autoptr] 1.14.2.3:
6761: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.3:
6762: * src/Makefile.in [autoptr] 1.55.2.3:
6763: * src/classes/Makefile.in [autoptr] 1.53.2.3:
6764: * src/include/Makefile.in [autoptr] 1.11.2.5:
6765: * src/lib/Makefile.in [autoptr] 1.8.2.3:
6766: * src/lib/md5/Makefile.in [autoptr] 1.6.2.3:
6767: * src/lib/patches/Makefile.in [autoptr] 1.10.2.3:
6768: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.3:
6769: * src/main/Makefile.in [autoptr] 1.50.2.6:
6770: * src/sql/Makefile.in [autoptr] 1.11.2.3:
6771: * src/targets/Makefile.in [autoptr] 1.42.2.3:
6772: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.4:
6773: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.4:
6774: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.4:
6775: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.3:
6776: * src/types/Makefile.in [autoptr] 1.50.2.4:
6777: libstdc++ linkage fixed for g++ 3.2.2
6778:
6779: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.8:
6780: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.5:
6781: * src/main/compile.tab.C [autoptr] 1.81.2.12:
6782: gcc 3.2 rightliy complained on using privately declared class [
6783: fixed]
6784:
6785: * Makefile.am [autoptr] 1.34.2.3:
6786: * Makefile.in [autoptr] 1.48.2.5:
6787: * src/targets/apache13/Makefile.in 1.45:
6788: * src/targets/apache13/p3runConfigure.in 1.12:
6789: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.2:
6790: * tests/Makefile [autoptr] 1.1.2.8:
6791: *** empty log message ***
6792:
6793: * src/include/pa_request.h [autoptr] 1.160.2.36:
6794: * src/main/compile.tab.C [autoptr] 1.81.2.11:
6795: * src/main/execute.C [autoptr] 1.295.2.26:
6796: * src/targets/cgi/parser3.C [autoptr] 1.216.2.25:
6797: SIGPIPE now can be intercepted
6798: and does not cause exception in exception handler
6799:
6800: * Makefile.in [autoptr] 1.48.2.3:
6801: * bin/Makefile.in [autoptr] 1.9.2.2:
6802: * configure [autoptr] 1.66.2.3:
6803: * configure.in [autoptr] 1.62.2.3:
6804: * etc/Makefile.in [autoptr] 1.14.2.2:
6805: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.2:
6806: * src/Makefile.in [autoptr] 1.55.2.2:
6807: * src/classes/Makefile.in [autoptr] 1.53.2.2:
6808: * src/include/Makefile.in [autoptr] 1.11.2.4:
6809: * src/lib/Makefile.in [autoptr] 1.8.2.2:
6810: * src/lib/md5/Makefile.in [autoptr] 1.6.2.2:
6811: * src/lib/patches/Makefile.in [autoptr] 1.10.2.2:
6812: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.2:
6813: * src/main/Makefile.in [autoptr] 1.50.2.5:
6814: * src/sql/Makefile.in [autoptr] 1.11.2.2:
6815: * src/targets/Makefile.in [autoptr] 1.42.2.2:
6816: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.2:
6817: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.3:
6818: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.3:
6819: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.3:
6820: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.2:
6821: * src/types/Makefile.in [autoptr] 1.50.2.3:
6822: configure now default links libstdc++ statically.
6823: that can be overriden by --with-dynamic-stdcpp
6824:
6825: * src/targets/cgi/parser3.C [autoptr] 1.216.2.26:
6826: 1. more detailed log on signals.
6827: 2. sigpipe before request constructor now causes death
6828:
6829: * configure [autoptr] 1.66.2.5:
6830: * configure.in [autoptr] 1.62.2.5:
6831: * src/lib/ltdl/Makefile.in [autoptr] 1.4.2.1:
6832: * src/lib/ltdl/configure [autoptr] 1.4.2.1:
6833: * src/lib/ltdl/configure.in [autoptr] 1.4.2.1:
6834: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.3:
6835: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.5:
6836: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.5:
6837: lib/ltdl/Makefile now created by /configure.in only [were by
6838: lib/ltdl/configure.in OVERWRITE]
6839:
6840: 2003-03-11 paf
6841: * src/main/compile.tab.C [autoptr] 1.81.2.10:
6842: * src/main/compile.y [autoptr] 1.204.2.7:
6843: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.4:
6844: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.8:
6845: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.15:
6846: * www/htdocs/.htaccess [autoptr] 1.12.6.8:
6847: removed necessity of libstdc++
6848:
6849: * src/include/pa_request.h 1.161:
6850: * src/include/pa_request.h [autoptr] 1.160.2.35:
6851: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
6852:
6853: 2003-03-08 paf
6854: * tests/117.html 1.1:
6855: file 117.html was initially added on branch autoptr.
6856:
6857: * src/classes/xdoc.C [autoptr] 1.108.2.19:
6858: forgotten: global xdoc when ndef XML
6859:
6860: * src/classes/mail.C [autoptr] 1.88.2.16:
6861: * src/classes/response.C [autoptr] 1.23.2.8:
6862: * src/include/pa_request.h [autoptr] 1.160.2.33:
6863: * src/main/pa_request.C [autoptr] 1.245.2.36:
6864: removing vform,response,cookie.h -> pa_request.h dependency
6865:
6866: * tests/118.html 1.1:
6867: file 118.html was initially added on branch autoptr.
6868:
6869: * tests/results/115.processed 1.1:
6870: file 115.processed was initially added on branch autoptr.
6871:
6872: * tests/119.html 1.1:
6873: file 119.html was initially added on branch autoptr.
6874:
6875: * tests/120.html 1.1:
6876: file 120.html was initially added on branch autoptr.
6877:
6878: * src/targets/cgi/parser3.C [autoptr] 1.216.2.22:
6879: charsets: see some strange things with old xml lib-- it's
6880: internal memory handling has faults
6881:
6882: * tests/results/117.processed 1.1:
6883: file 117.processed was initially added on branch autoptr.
6884:
6885: * tests/results/109.processed 1.1:
6886: file 109.processed was initially added on branch autoptr.
6887:
6888: * tests/results/110.processed 1.1:
6889: file 110.processed was initially added on branch autoptr.
6890:
6891: * tests/021.html [autoptr] 1.1.2.2:
6892: * tests/031.html [autoptr] 1.1.2.2:
6893: * tests/033.html [autoptr] 1.1.2.2:
6894: * tests/109.html [autoptr] 1.1.2.1:
6895: * tests/110.html [autoptr] 1.1.2.1:
6896: * tests/111.html [autoptr] 1.1.2.1:
6897: * tests/112.html [autoptr] 1.1.2.1:
6898: * tests/113.html [autoptr] 1.1.2.1:
6899: * tests/114.html [autoptr] 1.1.2.1:
6900: * tests/115.html [autoptr] 1.1.2.1:
6901: * tests/116.html [autoptr] 1.1.2.1:
6902: * tests/117.html [autoptr] 1.1.2.1:
6903: * tests/118.html [autoptr] 1.1.2.1:
6904: * tests/119.html [autoptr] 1.1.2.1:
6905: * tests/120.html [autoptr] 1.1.2.1:
6906: * tests/results/109.processed [autoptr] 1.1.2.1:
6907: * tests/results/110.processed [autoptr] 1.1.2.1:
6908: * tests/results/111.processed [autoptr] 1.1.2.1:
6909: * tests/results/112.processed [autoptr] 1.1.2.1:
6910: * tests/results/113.processed [autoptr] 1.1.2.1:
6911: * tests/results/114.processed [autoptr] 1.1.2.1:
6912: * tests/results/115.processed [autoptr] 1.1.2.1:
6913: * tests/results/116.processed [autoptr] 1.1.2.1:
6914: * tests/results/117.processed [autoptr] 1.1.2.1:
6915: * tests/results/118.processed [autoptr] 1.1.2.1:
6916: * tests/results/119.processed [autoptr] 1.1.2.1:
6917: * tests/results/120.processed [autoptr] 1.1.2.1:
6918: xml: tests
6919: 109 dom create/show
6920: 110 xpath selectSingle
6921: 111 xdoc.create from tainted &
6922: 112 xdoc.create/output with russian attr value
6923: 113 xpath selectString/Number
6924: 114 dom attributes.count
6925: 115 xpath selectBool
6926: 116 output media-type change
6927: 117 transform by dom stylesheet
6928: 118 empty transform result
6929: 119 dom setAttribute
6930: 120 nbsp letter output
6931:
6932: =END OF PREPARED XML TESTS=
6933:
6934: * tests/results/119.processed 1.1:
6935: file 119.processed was initially added on branch autoptr.
6936:
6937: * tests/results/120.processed 1.1:
6938: file 120.processed was initially added on branch autoptr.
6939:
6940: * src/targets/cgi/parser3.C [autoptr] 1.216.2.23:
6941: todo: move to latest xml version on win32 and run memleak tests again
6942:
6943: * src/classes/op.C [autoptr] 1.127.2.21:
6944: * src/include/pa_request.h [autoptr] 1.160.2.34:
6945: removing vclass,object.h -> pa_request.h dependency
6946:
6947: * tests/results/112.processed 1.1:
6948: file 112.processed was initially added on branch autoptr.
6949:
6950: * tests/results/114.processed 1.1:
6951: file 114.processed was initially added on branch autoptr.
6952:
6953: * src/main/pa_request.C [autoptr] 1.245.2.32:
6954: * src/main/pa_request.C [autoptr] 1.245.2.33:
6955: * www/htdocs/.htaccess [autoptr] 1.12.6.7:
6956: forgotten: ifdef XML
6957:
6958: * src/classes/hash.C [autoptr] 1.54.2.13:
6959: * src/classes/mail.C [autoptr] 1.88.2.15:
6960: * src/classes/string.C [autoptr] 1.125.2.15:
6961: * src/classes/table.C [autoptr] 1.172.2.14:
6962: * src/include/pa_array.h [autoptr] 1.57.2.27:
6963: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.16:
6964: * src/types/pa_vmail.C [autoptr] 1.40.2.10:
6965: * src/types/pa_vmail.h [autoptr] 1.9.2.5:
6966: * www/htdocs/.htaccess [autoptr] 1.12.6.6:
6967: * www/htdocs/index.html 1.211:
6968: started full-scale-site-test [~ http://parser.ru sources]
6969:
6970: some fixes
6971:
6972: * tests/110.html 1.1:
6973: file 110.html was initially added on branch autoptr.
6974:
6975: * tests/109.html 1.1:
6976: file 109.html was initially added on branch autoptr.
6977:
6978: * src/include/pa_types.h [autoptr] 1.44.2.3:
6979: * src/main/pa_charset.C [autoptr] 1.33.2.19:
6980: charsets: fixed problems when transcode from charset A to A.
6981:
6982: * tests/results/116.processed 1.1:
6983: file 116.processed was initially added on branch autoptr.
6984:
1.24 paf 6985: * Makefile.in [autoptr] 1.48.2.2:
6986: * src/main/pa_request.C [autoptr] 1.245.2.34:
6987: * www/cgi-bin/parser3.log [autoptr] 1.78.10.1:
6988: *** empty log message ***
6989:
1.23 paf 6990: * tests/111.html 1.1:
6991: file 111.html was initially added on branch autoptr.
6992:
6993: * src/main/untaint.C [autoptr] 1.115.2.12:
6994: * src/types/pa_vmail.C [autoptr] 1.40.2.11:
6995: mail: transcode fixed.
6996: todo: still problems when transcode from charset A to A.
6997:
6998: * tests/112.html 1.1:
6999: file 112.html was initially added on branch autoptr.
7000:
7001: * tests/results/118.processed 1.1:
7002: file 118.processed was initially added on branch autoptr.
7003:
7004: * tests/113.html 1.1:
7005: file 113.html was initially added on branch autoptr.
7006:
7007: * tests/results/111.processed 1.1:
7008: file 111.processed was initially added on branch autoptr.
7009:
7010: * tests/Makefile [autoptr] 1.1.2.7:
7011: make install & co
7012:
7013: * tests/114.html 1.1:
7014: file 114.html was initially added on branch autoptr.
7015:
7016: * tests/115.html 1.1:
7017: file 115.html was initially added on branch autoptr.
7018:
7019: * src/include/pa_config_fixed.h [autoptr] 1.54.2.5:
7020: * src/types/pa_vxdoc.C [autoptr] 1.23.2.5:
7021: yet another return 0; fixed
7022:
7023: * src/include/pa_config_fixed.h [autoptr] 1.54.2.4:
7024: * src/types/pa_vmail.C [autoptr] 1.40.2.12:
7025: * src/types/pa_vmail.h [autoptr] 1.9.2.6:
7026: vmail.C received just compiled [not tested]
7027:
7028: * tests/results/113.processed 1.1:
7029: file 113.processed was initially added on branch autoptr.
7030:
7031: * tests/116.html 1.1:
7032: file 116.html was initially added on branch autoptr.
7033:
7034: * src/include/pa_request.h [autoptr] 1.160.2.32:
7035: removing vmail.h -> pa_request.h dependency [testing...]
7036:
7037: 2003-03-07 paf
7038: * src/classes/xdoc.C [autoptr] 1.108.2.18:
7039: * src/include/pa_charset.h [autoptr] 1.20.2.18:
7040: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.5:
7041: * tests/108.html [autoptr] 1.1.2.1:
7042: * tests/108.xsl [autoptr] 1.1.2.1:
7043: * tests/results/108.processed [autoptr] 1.1.2.1:
7044: xml: test 108 transform with params [bugs fixed]
7045:
7046: * tests/results/107.processed 1.1:
7047: file 107.processed was initially added on branch autoptr.
7048:
7049: * tests/108.xsl 1.1:
7050: file 108.xsl was initially added on branch autoptr.
7051:
1.39 paf 7052: * src/classes/xdoc.C [autoptr] 1.108.2.15:
7053: * src/types/pa_vxdoc.h [autoptr] 1.31.2.7:
7054: * src/types/pa_vxnode.h [autoptr] 1.22.2.5:
7055: xml: linked
7056:
1.23 paf 7057: * tests/106.html 1.1:
7058: file 106.html was initially added on branch autoptr.
7059:
7060: * src/classes/classes.C [autoptr] 1.18.2.6:
7061: fixed: prevent system classes from modification to lock ALL the
7062: classes, not only directly used
7063:
7064: * tests/107.html 1.1:
7065: file 107.html was initially added on branch autoptr.
7066:
7067: * tests/108.html 1.1:
7068: file 108.html was initially added on branch autoptr.
7069:
7070: * tests/results/106.processed 1.1:
7071: file 106.processed was initially added on branch autoptr.
7072:
7073: * src/include/pa_charset.h [autoptr] 1.20.2.16:
7074: * src/main/pa_charset.C [autoptr] 1.33.2.16:
7075: * www/htdocs/.htaccess [autoptr] 1.12.6.5:
7076: xml: charset two mem alloc functions used for different cases [
7077: libxml, libxsl]
7078:
7079: * src/classes/xdoc.C [autoptr] 1.108.2.17:
7080: * src/include/pa_charset.h [autoptr] 1.20.2.17:
7081: * src/include/pa_request.h [autoptr] 1.160.2.31:
7082: * src/main/execute.C [autoptr] 1.295.2.25:
7083: * src/main/pa_charset.C [autoptr] 1.33.2.17:
7084: * src/main/pa_exception.C [autoptr] 1.43.2.15:
7085: * src/main/pa_globals.C [autoptr] 1.152.2.19:
7086: * src/main/pa_request.C [autoptr] 1.245.2.31:
7087: * src/types/pa_vxdoc.C [autoptr] 1.23.2.4:
7088: * src/types/pa_vxdoc.h [autoptr] 1.31.2.9:
7089: * src/types/pa_vxnode.C [autoptr] 1.30.2.5:
7090: * tests/107.html [autoptr] 1.1.2.1:
7091: * tests/results/107.processed [autoptr] 1.1.2.1:
7092: xml: test: 107 bug fixes
7093:
7094: * tests/results/108.processed 1.1:
7095: file 108.processed was initially added on branch autoptr.
7096:
7097: * src/classes/xdoc.C [autoptr] 1.108.2.14:
7098: * src/types/pa_vxdoc.h [autoptr] 1.31.2.6:
7099: xdoc.C compiled
7100:
7101: * tests/106.html [autoptr] 1.1.2.1:
7102: * tests/results/106.processed [autoptr] 1.1.2.1:
7103: test: 106 xdoc create, string
7104:
7105: * src/classes/xdoc.C [autoptr] 1.108.2.16:
7106: * src/classes/xnode.C [autoptr] 1.54.2.10:
7107: * src/classes/xnode.h [autoptr] 1.18.2.6:
7108: * src/types/pa_value.h [autoptr] 1.109.2.24:
7109: * src/types/pa_vxdoc.C [autoptr] 1.23.2.3:
7110: * src/types/pa_vxdoc.h [autoptr] 1.31.2.8:
7111: * src/types/pa_vxnode.C [autoptr] 1.30.2.4:
7112: * src/types/pa_vxnode.h [autoptr] 1.22.2.6:
7113: test: 107 bug fixes
7114:
7115: * src/main/pa_charset.C [autoptr] 1.33.2.18:
7116: * src/targets/cgi/parser3.C [autoptr] 1.216.2.21:
7117: fixed: mem leak from copy/paste bug
7118:
7119: 2003-03-06 paf
7120: * tests/023.html [autoptr] 1.1.2.2:
7121: in some cases it rounded up badly. postponing solution of that
7122: problem, making more simple test
7123:
7124: * src/include/pa_charset.h [autoptr] 1.20.2.14:
7125: * src/include/pa_config_fixed.h [autoptr] 1.54.2.3:
7126: * src/include/pa_memory.h [autoptr] 1.1.2.6:
7127: * src/include/pa_pool.h [autoptr] 1.86.2.32:
7128: * src/main/pa_charset.C [autoptr] 1.33.2.14:
7129: * src/main/pa_memory.C [autoptr] 1.1.2.4:
7130: * src/main/pa_pool.C [autoptr] 1.59.2.6:
7131: * src/types/pa_vxdoc.C [autoptr] 1.23.2.2:
7132: * src/types/pa_vxdoc.h [autoptr] 1.31.2.5:
7133: * src/types/pa_vxnode.C [autoptr] 1.30.2.3:
7134: * src/types/pa_vxnode.h [autoptr] 1.22.2.4:
7135: xml: charsets
7136:
7137: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.4:
7138: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.4:
7139: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.15:
7140: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.6:
7141: xml: stylesheet&manager done
7142:
7143: * src/classes/xnode.C [autoptr] 1.54.2.9:
7144: * src/classes/xnode.h [autoptr] 1.18.2.5:
7145: * src/include/pa_charset.h [autoptr] 1.20.2.15:
7146: * src/include/pa_memory.h [autoptr] 1.1.2.8:
7147: * src/include/pa_request.h [autoptr] 1.160.2.30:
7148: * src/include/pa_string.h [autoptr] 1.144.2.28:
7149: * src/main/pa_globals.C [autoptr] 1.152.2.18:
7150: * src/main/pa_request.C [autoptr] 1.245.2.30:
7151: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.7:
7152: xnode.C compiled
7153:
7154: * src/include/pa_memory.h [autoptr] 1.1.2.7:
7155: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.3:
7156: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.3:
7157: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.5:
7158: xml: stylesheet&manager STARTED
7159:
7160: * src/include/pa_globals.h [autoptr] 1.101.2.15:
7161: * src/main/pa_charset.C [autoptr] 1.33.2.15:
7162: * src/main/pa_exception.C [autoptr] 1.43.2.14:
7163: * src/main/pa_globals.C [autoptr] 1.152.2.17:
7164: xml: exceptions
7165:
7166: * src/classes/xdoc.C [autoptr] 1.108.2.13:
7167: xdoc.C 50%
7168:
7169: * src/include/pa_charset.h [autoptr] 1.20.2.13:
7170: * src/include/pa_charsets.h [autoptr] 1.8.2.8:
7171: * src/main/pa_charset.C [autoptr] 1.33.2.13:
7172: * src/main/pa_charsets.C [autoptr] 1.11.2.10:
7173: * www/htdocs/.htaccess [autoptr] 1.12.6.4:
7174: charset_utf8 declaration moved to charsets.C
7175:
7176: * Makefile.am [autoptr] 1.34.2.2:
7177: * tests/Makefile [autoptr] 1.1.2.4:
7178: * tests/Makefile [autoptr] 1.1.2.6:
7179: *** empty log message ***
7180:
7181: * tests/058_paf2000.png [autoptr] 1.1.2.2:
7182: * tests/results/058.processed [autoptr] 1.1.2.2:
7183: .png added with -kb now
7184:
7185: 2003-03-05 paf
7186: * tests/results/105.processed 1.1:
7187: file 105.processed was initially added on branch autoptr.
7188:
7189: * src/classes/math.C [autoptr] 1.24.2.12:
7190: can be: crypt in -lcrypt OK, but crypt.h be missing
7191:
7192: * src/classes/op.C [autoptr] 1.127.2.20:
7193: * src/main/main.dsp [autoptr] 1.161.6.13:
7194: * tests/104.html [autoptr] 1.1.2.1:
7195: * tests/results/104.processed [autoptr] 1.1.2.1:
7196: * www/htdocs/.htaccess [autoptr] 1.12.6.3:
7197: ^bpt operator added [does int3 in debug build on win32]
7198:
7199: * www/htdocs/auto.p [autoptr] 1.17.10.1:
7200: * www/htdocs/autoptr.html [autoptr] 1.1.2.4:
7201: * www/htdocs/base.p [autoptr] 1.6.6.1:
7202: * www/htdocs/derived.p [autoptr] 1.24.6.1:
7203: * www/htdocs/font.gif [autoptr] 1.1.6.1:
7204: * www/htdocs/global.xsl [autoptr] 1.8.10.1:
7205: * www/htdocs/index.html [autoptr] 1.210.2.1:
7206: * www/htdocs/mailreceive.eml [autoptr] 1.3.10.1:
7207: * www/htdocs/mailreceive.html [autoptr] 1.1.10.1:
7208: * www/htdocs/operators.p [autoptr] 1.11.8.1:
7209: * www/htdocs/parser-status.html [autoptr] 1.2.18.1:
7210: * www/htdocs/people.dtd [autoptr] 1.1.20.1:
7211: * www/htdocs/some.p [autoptr] 1.2.8.1:
7212: removed old tests
7213:
7214: * tests/104.html 1.1:
7215: file 104.html was initially added on branch autoptr.
7216:
1.39 paf 7217: * tests/105.html 1.1:
7218: file 105.html was initially added on branch autoptr.
7219:
1.23 paf 7220: * src/classes/math.C [autoptr] 1.24.2.11:
7221: * src/classes/op.C [autoptr] 1.127.2.19:
7222: * src/classes/string.C [autoptr] 1.125.2.13:
7223: * src/lib/Makefile.in [autoptr] 1.8.2.1:
7224: * src/lib/md5/Makefile.in [autoptr] 1.6.2.1:
7225: * src/lib/patches/Makefile.in [autoptr] 1.10.2.1:
7226: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.1:
7227: * src/main/pa_exec.C [autoptr] 1.48.2.18:
7228: * src/targets/Makefile.in [autoptr] 1.42.2.1:
7229: * src/targets/apache13/Makefile.am [autoptr] 1.15.10.1:
7230: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.1:
7231: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.1:
7232: gcc more happy. todo:make linker happy
7233:
7234: * tests/results/104.processed 1.1:
7235: file 104.processed was initially added on branch autoptr.
7236:
7237: * ltmain.sh [autoptr] 1.5.2.1:
7238: ltmain.sh added
7239:
7240: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.1:
7241: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.2:
7242: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.2:
7243: linker needed more tricks to link OK
7244:
7245: * src/types/pa_vhash.C [autoptr] 1.1.2.2:
7246: * src/types/pa_vhash.h [autoptr] 1.43.2.13:
7247: hash_default_element_name made static
7248:
7249: * src/include/Makefile.am [autoptr] 1.3.14.2:
7250: * src/include/Makefile.in [autoptr] 1.11.2.3:
7251: * src/main/Makefile.am [autoptr] 1.35.6.4:
7252: * src/main/Makefile.in [autoptr] 1.50.2.4:
7253: * src/types/Makefile.am [autoptr] 1.28.10.1:
7254: * src/types/Makefile.in [autoptr] 1.50.2.2:
7255: forgotten files added to Makes
7256:
7257: * src/types/pa_vhash.C [autoptr] 1.1.2.3:
7258: * src/types/pa_vhash.h [autoptr] 1.43.2.14:
7259: hash_default_element_name change undone ;(
7260:
7261: * src/classes/file.C [autoptr] 1.107.2.16:
7262: * src/include/pa_exec.h [autoptr] 1.11.2.6:
7263: * src/main/pa_exec.C [autoptr] 1.48.2.17:
7264: pa_exec env param made optional
7265:
7266: * tests/057.html [autoptr] 1.1.2.3:
7267: * tests/results/057.processed [autoptr] 1.1.2.3:
7268: test bug fixed
7269:
7270: * src/classes/string.C [autoptr] 1.125.2.14:
7271: * src/include/pa_string.h [autoptr] 1.144.2.27:
7272: * src/main/pa_string.C [autoptr] 1.172.2.20:
7273: * tests/105.html [autoptr] 1.1.2.1:
7274: * tests/results/105.processed [autoptr] 1.1.2.1:
7275: String::match bug fixed
7276:
7277: 2003-03-04 paf
7278: * tests/results/060.processed 1.1:
7279: file 060.processed was initially added on branch autoptr.
7280:
7281: * tests/results/059.processed 1.1:
7282: file 059.processed was initially added on branch autoptr.
7283:
7284: * tests/072.html 1.1:
7285: file 072.html was initially added on branch autoptr.
7286:
7287: * tests/results/052.processed 1.1:
7288: file 052.processed was initially added on branch autoptr.
7289:
7290: * tests/074.html 1.1:
7291: file 074.html was initially added on branch autoptr.
7292:
7293: * tests/results/099.processed 1.1:
7294: file 099.processed was initially added on branch autoptr.
7295:
7296: * tests/076.html 1.1:
7297: file 076.html was initially added on branch autoptr.
7298:
7299: * tests/results/092.processed 1.1:
7300: file 092.processed was initially added on branch autoptr.
7301:
7302: * tests/results/102.processed 1.1:
7303: file 102.processed was initially added on branch autoptr.
7304:
7305: * tests/results/084.processed 1.1:
7306: file 084.processed was initially added on branch autoptr.
7307:
7308: * tests/078.html 1.1:
7309: file 078.html was initially added on branch autoptr.
7310:
7311: * tests/results/076.processed 1.1:
7312: file 076.processed was initially added on branch autoptr.
7313:
7314: * tests/081.html 1.1:
7315: file 081.html was initially added on branch autoptr.
7316:
7317: * tests/results/068.processed 1.1:
7318: file 068.processed was initially added on branch autoptr.
7319:
7320: * tests/results/061.processed 1.1:
7321: file 061.processed was initially added on branch autoptr.
7322:
7323: * src/classes/Makefile.in [autoptr] 1.53.2.1:
7324: * src/classes/mail.C [autoptr] 1.88.2.13:
7325: * src/main/Makefile.in [autoptr] 1.50.2.3:
7326: * src/main/pa_exec.C [autoptr] 1.48.2.16:
7327: * src/sql/Makefile.in [autoptr] 1.11.2.1:
7328: * src/types/Makefile.in [autoptr] 1.50.2.1:
7329: *** empty log message ***
7330:
7331: * tests/083.html 1.1:
7332: file 083.html was initially added on branch autoptr.
7333:
7334: * tests/results/053.processed 1.1:
7335: file 053.processed was initially added on branch autoptr.
7336:
7337: * tests/053.html [autoptr] 1.1.2.1:
7338: * tests/054.html [autoptr] 1.1.2.1:
7339: * tests/055.html [autoptr] 1.1.2.1:
7340: * tests/056.html [autoptr] 1.1.2.1:
7341: * tests/057.html [autoptr] 1.1.2.1:
7342: * tests/058.html [autoptr] 1.1.2.1:
7343: * tests/058_paf2000.png [autoptr] 1.1.2.1:
7344: * tests/059.html [autoptr] 1.1.2.1:
7345: * tests/060.html [autoptr] 1.1.2.1:
7346: * tests/results/053.processed [autoptr] 1.1.2.1:
7347: * tests/results/054.processed [autoptr] 1.1.2.1:
7348: * tests/results/055.processed [autoptr] 1.1.2.1:
7349: * tests/results/056.processed [autoptr] 1.1.2.1:
7350: * tests/results/057.processed [autoptr] 1.1.2.1:
7351: * tests/results/058.processed [autoptr] 1.1.2.1:
7352: * tests/results/059.processed [autoptr] 1.1.2.1:
7353: * tests/results/060.processed [autoptr] 1.1.2.1:
7354: test:
7355: 53 string.replace
7356: 54 junctions
7357: 55 table.hash
7358: 56 call indirect
7359: 57 date.create[string]
7360: 58 image.measure[png]
7361:
7362: * src/classes/image.C [autoptr] 1.90.2.14:
7363: * tests/098.html [autoptr] 1.1.2.1:
7364: * tests/098font.gif [autoptr] 1.1.2.1:
7365: * tests/results/098.processed [autoptr] 1.1.2.1:
7366: test:
7367: 98 image font text [bug fixed]
7368:
7369: * tests/085.html 1.1:
7370: file 085.html was initially added on branch autoptr.
7371:
7372: * tests/096_dir/188.jpg 1.1:
7373: file 188.jpg was initially added on branch autoptr.
7374:
7375: * tests/096_dir/163.jpg 1.1:
7376: file 163.jpg was initially added on branch autoptr.
7377:
7378: * tests/087.html 1.1:
7379: file 087.html was initially added on branch autoptr.
7380:
7381: * tests/103paf2001.gif 1.1:
7382: file 103paf2001.gif was initially added on branch autoptr.
7383:
7384: * tests/results/103.processed 1.1:
7385: file 103.processed was initially added on branch autoptr.
7386:
7387: * tests/results/093.processed 1.1:
7388: file 093.processed was initially added on branch autoptr.
7389:
7390: * tests/053.html 1.1:
7391: file 053.html was initially added on branch autoptr.
7392:
7393: * tests/results/085.processed 1.1:
7394: file 085.processed was initially added on branch autoptr.
7395:
7396: * tests/089.html 1.1:
7397: file 089.html was initially added on branch autoptr.
7398:
7399: * tests/090.html 1.1:
7400: file 090.html was initially added on branch autoptr.
7401:
7402: * tests/100.html 1.1:
7403: file 100.html was initially added on branch autoptr.
7404:
7405: * tests/results/077.processed 1.1:
7406: file 077.processed was initially added on branch autoptr.
7407:
7408: * tests/055.html 1.1:
7409: file 055.html was initially added on branch autoptr.
7410:
7411: * src/classes/table.C [autoptr] 1.172.2.12:
7412: * src/main/execute.C [autoptr] 1.295.2.23:
7413: * tests/061.dat [autoptr] 1.1.2.1:
7414: * tests/061.html [autoptr] 1.1.2.1:
7415: * tests/062.html [autoptr] 1.1.2.1:
7416: * tests/063.html [autoptr] 1.1.2.1:
7417: * tests/064.html [autoptr] 1.1.2.1:
7418: * tests/065.html [autoptr] 1.1.2.1:
7419: * tests/066.html [autoptr] 1.1.2.1:
7420: * tests/067.html [autoptr] 1.1.2.1:
7421: * tests/068.html [autoptr] 1.1.2.1:
7422: * tests/069.html [autoptr] 1.1.2.1:
7423: * tests/070.html [autoptr] 1.1.2.1:
7424: * tests/071.html [autoptr] 1.1.2.1:
7425: * tests/072.html [autoptr] 1.1.2.1:
7426: * tests/073.html [autoptr] 1.1.2.1:
7427: * tests/074.html [autoptr] 1.1.2.1:
7428: * tests/075.html [autoptr] 1.1.2.1:
7429: * tests/076.html [autoptr] 1.1.2.1:
7430: * tests/077.html [autoptr] 1.1.2.1:
7431: * tests/078.html [autoptr] 1.1.2.1:
7432: * tests/079.html [autoptr] 1.1.2.1:
7433: * tests/080.html [autoptr] 1.1.2.1:
7434: * tests/081.html [autoptr] 1.1.2.1:
7435: * tests/082.html [autoptr] 1.1.2.1:
7436: * tests/083.html [autoptr] 1.1.2.1:
7437: * tests/084.html [autoptr] 1.1.2.1:
7438: * tests/085.html [autoptr] 1.1.2.1:
7439: * tests/086.html [autoptr] 1.1.2.1:
7440: * tests/087.html [autoptr] 1.1.2.1:
7441: * tests/088.html [autoptr] 1.1.2.1:
7442: * tests/089.html [autoptr] 1.1.2.1:
7443: * tests/090.html [autoptr] 1.1.2.1:
7444: * tests/091.html [autoptr] 1.1.2.1:
7445: * tests/092.html [autoptr] 1.1.2.1:
7446: * tests/093.html [autoptr] 1.1.2.1:
7447: * tests/094.html [autoptr] 1.1.2.1:
7448: * tests/095.html [autoptr] 1.1.2.1:
7449: * tests/results/061.processed [autoptr] 1.1.2.1:
7450: * tests/results/062.processed [autoptr] 1.1.2.1:
7451: * tests/results/063.processed [autoptr] 1.1.2.1:
7452: * tests/results/064.processed [autoptr] 1.1.2.1:
7453: * tests/results/065.processed [autoptr] 1.1.2.1:
7454: * tests/results/066.processed [autoptr] 1.1.2.1:
7455: * tests/results/067.processed [autoptr] 1.1.2.1:
7456: * tests/results/068.processed [autoptr] 1.1.2.1:
7457: * tests/results/069.processed [autoptr] 1.1.2.1:
7458: * tests/results/070.processed [autoptr] 1.1.2.1:
7459: * tests/results/071.processed [autoptr] 1.1.2.1:
7460: * tests/results/072.processed [autoptr] 1.1.2.1:
7461: * tests/results/073.processed [autoptr] 1.1.2.1:
7462: * tests/results/074.processed [autoptr] 1.1.2.1:
7463: * tests/results/075.processed [autoptr] 1.1.2.1:
7464: * tests/results/076.processed [autoptr] 1.1.2.1:
7465: * tests/results/077.processed [autoptr] 1.1.2.1:
7466: * tests/results/078.processed [autoptr] 1.1.2.1:
7467: * tests/results/079.processed [autoptr] 1.1.2.1:
7468: * tests/results/080.processed [autoptr] 1.1.2.1:
7469: * tests/results/081.processed [autoptr] 1.1.2.1:
7470: * tests/results/082.processed [autoptr] 1.1.2.1:
7471: * tests/results/083.processed [autoptr] 1.1.2.1:
7472: * tests/results/084.processed [autoptr] 1.1.2.1:
7473: * tests/results/085.processed [autoptr] 1.1.2.1:
7474: * tests/results/086.processed [autoptr] 1.1.2.1:
7475: * tests/results/087.processed [autoptr] 1.1.2.1:
7476: * tests/results/088.processed [autoptr] 1.1.2.1:
7477: * tests/results/089.processed [autoptr] 1.1.2.1:
7478: * tests/results/090.processed [autoptr] 1.1.2.1:
7479: * tests/results/091.processed [autoptr] 1.1.2.1:
7480: * tests/results/092.processed [autoptr] 1.1.2.1:
7481: * tests/results/093.processed [autoptr] 1.1.2.1:
7482: * tests/results/094.processed [autoptr] 1.1.2.1:
7483: * tests/results/095.processed [autoptr] 1.1.2.1:
7484: tests:
7485: 61 file::stat size
7486: 62 string->int autoconvert
7487: 63 double .int,dec,div,mul
7488: 64 date compare
7489: 65 file: basename,justname,justext
7490: 66 math:crypt
7491: 67 string.match simple on long
7492: 68 string.match normalized simple on long
7493: 69 string.int
7494: 70 file::stat content-type
7495: 71 table.join
7496: 72 hash parameter conditional pass
7497: 73 date daylightsaving,yearday
7498: 74 date arithmetics
7499: 75 response date values/attributes
7500: 76 string.pos of void, void.pos
7501: 77 syntax parsing
7502: 78 cookie tainting
7503: 79 switch with local
7504: 80 scientific numeric literal in string autoconvert
7505: 81 xor: logical and numerical
7506: 82 for delims
7507: 83 menu delims
7508: 84 table.hash distinct
7509: 85 long string replace
7510: 86 throw+catch current language preserve
7511: 87 bit shifts
7512: 88 junction tests + $caller test
7513: 89 hash.foreach selfmodification
7514: 90 int/void to int
7515: 91 $caller test
7516: 92 junction is + def junction tests
7517: 93 $caller test
7518: 94 syntax test
7519: 95 table.hash(keygenerator) [bug fixed]
7520:
7521: * tests/results/070.processed 1.1:
7522: file 070.processed was initially added on branch autoptr.
7523:
7524: * tests/results/069.processed 1.1:
7525: file 069.processed was initially added on branch autoptr.
7526:
7527: * tests/061.dat 1.1:
7528: file 061.dat was initially added on branch autoptr.
7529:
7530: * tests/092.html 1.1:
7531: file 092.html was initially added on branch autoptr.
7532:
7533: * tests/102.html 1.1:
7534: file 102.html was initially added on branch autoptr.
7535:
7536: * tests/results/062.processed 1.1:
7537: file 062.processed was initially added on branch autoptr.
7538:
7539: * tests/057.html 1.1:
7540: file 057.html was initially added on branch autoptr.
7541:
7542: * tests/results/054.processed 1.1:
7543: file 054.processed was initially added on branch autoptr.
7544:
7545: * tests/094.html 1.1:
7546: file 094.html was initially added on branch autoptr.
7547:
7548: * tests/059.html 1.1:
7549: file 059.html was initially added on branch autoptr.
7550:
7551: * tests/060.html 1.1:
7552: file 060.html was initially added on branch autoptr.
7553:
7554: * tests/096.html 1.1:
7555: file 096.html was initially added on branch autoptr.
7556:
7557: * tests/results/094.processed 1.1:
7558: file 094.processed was initially added on branch autoptr.
7559:
7560: * tests/062.html 1.1:
7561: file 062.html was initially added on branch autoptr.
7562:
7563: * tests/results/086.processed 1.1:
7564: file 086.processed was initially added on branch autoptr.
7565:
7566: * tests/098font.gif 1.1:
7567: file 098font.gif was initially added on branch autoptr.
7568:
7569: * tests/098.html 1.1:
7570: file 098.html was initially added on branch autoptr.
7571:
7572: * tests/results/078.processed 1.1:
7573: file 078.processed was initially added on branch autoptr.
7574:
7575: * tests/064.html 1.1:
7576: file 064.html was initially added on branch autoptr.
7577:
7578: * tests/results/071.processed 1.1:
7579: file 071.processed was initially added on branch autoptr.
7580:
7581: * tests/results/063.processed 1.1:
7582: file 063.processed was initially added on branch autoptr.
7583:
7584: * tests/066.html 1.1:
7585: file 066.html was initially added on branch autoptr.
7586:
7587: * tests/results/055.processed 1.1:
7588: file 055.processed was initially added on branch autoptr.
7589:
7590: * tests/068.html 1.1:
7591: file 068.html was initially added on branch autoptr.
7592:
7593: * tests/071.html 1.1:
7594: file 071.html was initially added on branch autoptr.
7595:
7596: * tests/results/095.processed 1.1:
7597: file 095.processed was initially added on branch autoptr.
7598:
7599: * tests/results/087.processed 1.1:
7600: file 087.processed was initially added on branch autoptr.
7601:
7602: * tests/073.html 1.1:
7603: file 073.html was initially added on branch autoptr.
7604:
7605: * tests/results/079.processed 1.1:
7606: file 079.processed was initially added on branch autoptr.
7607:
7608: * tests/results/080.processed 1.1:
7609: file 080.processed was initially added on branch autoptr.
7610:
7611: * tests/results/072.processed 1.1:
7612: file 072.processed was initially added on branch autoptr.
7613:
7614: * tests/075.html 1.1:
7615: file 075.html was initially added on branch autoptr.
7616:
7617: * tests/results/064.processed 1.1:
7618: file 064.processed was initially added on branch autoptr.
7619:
7620: * tests/103.html [autoptr] 1.1.2.1:
7621: * tests/103mark.gif [autoptr] 1.1.2.1:
7622: * tests/103paf2001.gif [autoptr] 1.1.2.1:
7623: * tests/results/103.processed [autoptr] 1.1.2.1:
7624: tests:
7625: 103 image.copy transparence test
7626:
7627: * tests/results/056.processed 1.1:
7628: file 056.processed was initially added on branch autoptr.
7629:
7630: * tests/077.html 1.1:
7631: file 077.html was initially added on branch autoptr.
7632:
7633: * tests/080.html 1.1:
7634: file 080.html was initially added on branch autoptr.
7635:
7636: * tests/079.html 1.1:
7637: file 079.html was initially added on branch autoptr.
7638:
7639: * tests/results/096.processed 1.1:
7640: file 096.processed was initially added on branch autoptr.
7641:
7642: * tests/082.html 1.1:
7643: file 082.html was initially added on branch autoptr.
7644:
7645: * tests/results/088.processed 1.1:
7646: file 088.processed was initially added on branch autoptr.
7647:
7648: * tests/results/081.processed 1.1:
7649: file 081.processed was initially added on branch autoptr.
7650:
7651: * tests/084.html 1.1:
7652: file 084.html was initially added on branch autoptr.
7653:
7654: * tests/results/073.processed 1.1:
7655: file 073.processed was initially added on branch autoptr.
7656:
7657: * tests/058_paf2000.png 1.1:
7658: file 058_paf2000.png was initially added on branch autoptr.
7659:
7660: * tests/results/065.processed 1.1:
7661: file 065.processed was initially added on branch autoptr.
7662:
7663: * tests/086.html 1.1:
7664: file 086.html was initially added on branch autoptr.
7665:
7666: * tests/results/057.processed 1.1:
7667: file 057.processed was initially added on branch autoptr.
7668:
7669: * tests/052.html 1.1:
7670: file 052.html was initially added on branch autoptr.
7671:
7672: * tests/088.html 1.1:
7673: file 088.html was initially added on branch autoptr.
7674:
7675: * tests/054.html 1.1:
7676: file 054.html was initially added on branch autoptr.
7677:
7678: * src/main/pa_common.C [autoptr] 1.143.2.21:
7679: * src/targets/cgi/parser3.C [autoptr] 1.216.2.20:
7680: * tests/097.html [autoptr] 1.1.2.1:
7681: * tests/results/097.processed [autoptr] 1.1.2.1:
7682: test:
7683: 97 file::load http:// [bugs fixed]
7684:
7685: * tests/101.html 1.1:
7686: file 101.html was initially added on branch autoptr.
7687:
7688: * tests/091.html 1.1:
7689: file 091.html was initially added on branch autoptr.
7690:
7691: * tests/results/097.processed 1.1:
7692: file 097.processed was initially added on branch autoptr.
7693:
7694: * tests/056.html 1.1:
7695: file 056.html was initially added on branch autoptr.
7696:
7697: * tests/results/089.processed 1.1:
7698: file 089.processed was initially added on branch autoptr.
7699:
7700: * tests/results/090.processed 1.1:
7701: file 090.processed was initially added on branch autoptr.
7702:
7703: * src/classes/hash.C [autoptr] 1.54.2.12:
7704: * src/classes/image.C [autoptr] 1.90.2.13:
7705: * src/classes/table.C [autoptr] 1.172.2.13:
7706: * src/include/pa_memory.h [autoptr] 1.1.2.5:
7707: * tests/096.html [autoptr] 1.1.2.1:
7708: * tests/096_dir/163.jpg [autoptr] 1.1.2.1:
7709: * tests/096_dir/188.jpg [autoptr] 1.1.2.1:
7710: * tests/results/096.processed [autoptr] 1.1.2.1:
7711: tests:
7712: 96 image EXIF [bug fixed]
7713:
7714: * tests/results/100.processed 1.1:
7715: file 100.processed was initially added on branch autoptr.
7716:
7717: * tests/103.html 1.1:
7718: file 103.html was initially added on branch autoptr.
7719:
7720: * tests/093.html 1.1:
7721: file 093.html was initially added on branch autoptr.
7722:
7723: * tests/results/082.processed 1.1:
7724: file 082.processed was initially added on branch autoptr.
7725:
7726: * tests/052.html [autoptr] 1.1.2.1:
7727: * tests/outputs/049.processed [autoptr] 1.1.2.2:
7728: * tests/outputs/050.processed [autoptr] 1.1.2.2:
7729: * tests/outputs/051.processed [autoptr] 1.1.2.2:
7730: * tests/results/052.processed [autoptr] 1.1.2.1:
7731: test:
7732: 52 pre/match/post test: passed AS-IT-WERE, but wrong :) separate task: fix that
7733:
7734: * tests/058.html 1.1:
7735: file 058.html was initially added on branch autoptr.
7736:
7737: * tests/results/074.processed 1.1:
7738: file 074.processed was initially added on branch autoptr.
7739:
7740: * tests/095.html 1.1:
7741: file 095.html was initially added on branch autoptr.
7742:
7743: * tests/results/066.processed 1.1:
7744: file 066.processed was initially added on branch autoptr.
7745:
7746: * tests/061.html 1.1:
7747: file 061.html was initially added on branch autoptr.
7748:
7749: * tests/results/058.processed 1.1:
7750: file 058.processed was initially added on branch autoptr.
7751:
7752: * tests/103mark.gif 1.1:
7753: file 103mark.gif was initially added on branch autoptr.
7754:
7755: * tests/097.html 1.1:
7756: file 097.html was initially added on branch autoptr.
7757:
7758: * tests/063.html 1.1:
7759: file 063.html was initially added on branch autoptr.
7760:
7761: * src/main/execute.C [autoptr] 1.295.2.22:
7762: * src/main/pa_table.C [autoptr] 1.53.2.10:
7763: test:
7764: 59 table.locate [bug fixed]
7765: 60 string eq string [bug fixed]
7766:
7767: * tests/099.html 1.1:
7768: file 099.html was initially added on branch autoptr.
7769:
7770: * tests/065.html 1.1:
7771: file 065.html was initially added on branch autoptr.
7772:
7773: * tests/results/098.processed 1.1:
7774: file 098.processed was initially added on branch autoptr.
7775:
7776: * tests/results/091.processed 1.1:
7777: file 091.processed was initially added on branch autoptr.
7778:
7779: * tests/results/101.processed 1.1:
7780: file 101.processed was initially added on branch autoptr.
7781:
7782: * tests/057.html [autoptr] 1.1.2.2:
7783: * tests/099.html [autoptr] 1.1.2.1:
7784: * tests/100.html [autoptr] 1.1.2.1:
7785: * tests/results/057.processed [autoptr] 1.1.2.2:
7786: * tests/results/099.processed [autoptr] 1.1.2.1:
7787: * tests/results/100.processed [autoptr] 1.1.2.1:
7788: tests:
7789: 57 date create 2002: added
7790: 99,100 response:body/download
7791:
7792: * tests/067.html 1.1:
7793: file 067.html was initially added on branch autoptr.
7794:
7795: * tests/results/083.processed 1.1:
7796: file 083.processed was initially added on branch autoptr.
7797:
7798: * tests/results/075.processed 1.1:
7799: file 075.processed was initially added on branch autoptr.
7800:
7801: * src/main/execute.C [autoptr] 1.295.2.24:
7802: * tests/101.html [autoptr] 1.1.2.1:
7803: * tests/102.html [autoptr] 1.1.2.1:
7804: * tests/results/101.processed [autoptr] 1.1.2.1:
7805: * tests/results/102.processed [autoptr] 1.1.2.1:
7806: tests:
7807: 101 method/variable name conflict test
7808: 102 form fields change should not not change anything [bug fix]
7809:
7810: * tests/070.html 1.1:
7811: file 070.html was initially added on branch autoptr.
7812:
7813: * tests/069.html 1.1:
7814: file 069.html was initially added on branch autoptr.
7815:
7816: * tests/results/067.processed 1.1:
7817: file 067.processed was initially added on branch autoptr.
7818:
7819: * src/classes/image.C [autoptr] 1.90.2.15:
7820: * src/include/pa_request.h [autoptr] 1.160.2.29:
7821: * src/include/pa_stack.h [autoptr] 1.17.2.6:
7822: * src/types/pa_vimage.h [autoptr] 1.34.2.8:
7823: number of gcc compiler bugs fixed
7824:
7825: 2003-03-03 paf
7826: * tests/037.html 1.1:
7827: file 037.html was initially added on branch autoptr.
7828:
7829: * tests/results/044.processed 1.1:
7830: file 044.processed was initially added on branch autoptr.
7831:
7832: * tests/039.html 1.1:
7833: file 039.html was initially added on branch autoptr.
7834:
7835: * tests/040.html 1.1:
7836: file 040.html was initially added on branch autoptr.
7837:
7838: * tests/results/036.processed 1.1:
7839: file 036.processed was initially added on branch autoptr.
7840:
7841: * tests/042.html 1.1:
7842: file 042.html was initially added on branch autoptr.
7843:
7844: * tests/044.html 1.1:
7845: file 044.html was initially added on branch autoptr.
7846:
7847: * src/main/pa_request.C [autoptr] 1.245.2.29:
7848: * src/types/pa_vmath.C [autoptr] 1.1.2.9:
7849: * tests/033.html [autoptr] 1.1.2.1:
7850: * tests/034.html [autoptr] 1.1.2.1:
7851: * tests/035.html [autoptr] 1.1.2.1:
7852: * tests/036.html [autoptr] 1.1.2.1:
7853: * tests/037.html [autoptr] 1.1.2.1:
7854: * tests/038.html [autoptr] 1.1.2.1:
7855: * tests/results/033.processed [autoptr] 1.1.2.1:
7856: * tests/results/034.processed [autoptr] 1.1.2.1:
7857: * tests/results/035.processed [autoptr] 1.1.2.1:
7858: * tests/results/036.processed [autoptr] 1.1.2.1:
7859: * tests/results/037.processed [autoptr] 1.1.2.1:
7860: * tests/results/038.processed [autoptr] 1.1.2.1:
7861: tests:
7862: 33 string.replace
7863: 34 string.upper
7864: 35 table created
7865: 36 local/global vars with juntions
7866: 37 table clone
7867: 38 math PI & number formatting
7868:
7869: math class registring typo fixed
7870:
7871: * tests/046.html 1.1:
7872: file 046.html was initially added on branch autoptr.
7873:
7874: * tests/040.html [autoptr] 1.1.2.1:
7875: * tests/results/040.processed [autoptr] 1.1.2.1:
7876: test:
7877: 39 method result of type table
7878: 40 method param junction auto evaluate
7879:
7880: * tests/051b.p 1.1:
7881: file 051b.p was initially added on branch autoptr.
7882:
7883: * tests/results/045.processed 1.1:
7884: file 045.processed was initially added on branch autoptr.
7885:
7886: * tests/048.html 1.1:
7887: file 048.html was initially added on branch autoptr.
7888:
7889: * tests/results/037.processed 1.1:
7890: file 037.processed was initially added on branch autoptr.
7891:
7892: * tests/051.html 1.1:
7893: file 051.html was initially added on branch autoptr.
7894:
7895: * tests/results/046.processed 1.1:
7896: file 046.processed was initially added on branch autoptr.
7897:
7898: * tests/results/038.processed 1.1:
7899: file 038.processed was initially added on branch autoptr.
7900:
7901: * tests/041.html [autoptr] 1.1.2.1:
7902: * tests/results/041.processed [autoptr] 1.1.2.1:
7903: test:
7904: 41 table.locate by expression
7905:
7906: * tests/032.html 1.1:
7907: file 032.html was initially added on branch autoptr.
7908:
7909: * tests/results/047.processed 1.1:
7910: file 047.processed was initially added on branch autoptr.
7911:
7912: * tests/034.html 1.1:
7913: file 034.html was initially added on branch autoptr.
7914:
7915: * tests/results/040.processed 1.1:
7916: file 040.processed was initially added on branch autoptr.
7917:
7918: * tests/results/039.processed 1.1:
7919: file 039.processed was initially added on branch autoptr.
7920:
7921: * tests/results/032.processed 1.1:
7922: file 032.processed was initially added on branch autoptr.
7923:
7924: * tests/036.html 1.1:
7925: file 036.html was initially added on branch autoptr.
7926:
7927: * tests/038.html 1.1:
7928: file 038.html was initially added on branch autoptr.
7929:
7930: * tests/parser-unix.sh 1.1:
7931: file parser-unix.sh was initially added on branch autoptr.
7932:
7933: * tests/043.html [autoptr] 1.1.2.1:
7934: * tests/044.html [autoptr] 1.1.2.1:
7935: * tests/045.html [autoptr] 1.1.2.1:
7936: * tests/046.html [autoptr] 1.1.2.1:
7937: * tests/047.html [autoptr] 1.1.2.1:
7938: * tests/048.html [autoptr] 1.1.2.1:
7939: * tests/049.html [autoptr] 1.1.2.1:
7940: * tests/050.html [autoptr] 1.1.2.1:
7941: * tests/051.html [autoptr] 1.1.2.1:
7942: * tests/051b.p [autoptr] 1.1.2.1:
7943: * tests/051t.p [autoptr] 1.1.2.1:
7944: * tests/Makefile [autoptr] 1.1.2.3:
7945: * tests/outputs/049.processed [autoptr] 1.1.2.1:
7946: * tests/outputs/050.processed [autoptr] 1.1.2.1:
7947: * tests/outputs/051.processed [autoptr] 1.1.2.1:
7948: * tests/parser-cygwin.sh [autoptr] 1.1.2.2:
7949: * tests/parser-unix.sh [autoptr] 1.1.2.2:
7950: * tests/results/001.processed [autoptr] 1.1.2.2:
7951: * tests/results/002.processed [autoptr] 1.1.2.2:
7952: * tests/results/003.processed [autoptr] 1.1.2.2:
7953: * tests/results/005.processed [autoptr] 1.1.2.2:
7954: * tests/results/006.processed [autoptr] 1.1.2.2:
7955: * tests/results/008.processed [autoptr] 1.1.2.2:
7956: * tests/results/009.processed [autoptr] 1.1.2.2:
7957: * tests/results/011.processed [autoptr] 1.1.2.2:
7958: * tests/results/012.processed [autoptr] 1.1.2.2:
7959: * tests/results/013.processed [autoptr] 1.1.2.2:
7960: * tests/results/014.processed [autoptr] 1.1.2.2:
7961: * tests/results/015.processed [autoptr] 1.1.2.2:
7962: * tests/results/016.processed [autoptr] 1.1.2.2:
7963: * tests/results/017.processed [autoptr] 1.1.2.2:
7964: * tests/results/020.processed [autoptr] 1.1.2.2:
7965: * tests/results/021.processed [autoptr] 1.1.2.2:
7966: * tests/results/022.processed [autoptr] 1.1.2.2:
7967: * tests/results/024.processed [autoptr] 1.1.2.2:
7968: * tests/results/025.processed [autoptr] 1.1.2.2:
7969: * tests/results/026.processed [autoptr] 1.1.2.2:
7970: * tests/results/027.processed [autoptr] 1.1.2.2:
7971: * tests/results/028.processed [autoptr] 1.1.2.2:
7972: * tests/results/029.processed [autoptr] 1.1.2.2:
7973: * tests/results/030.processed [autoptr] 1.1.2.2:
7974: * tests/results/031.processed [autoptr] 1.1.2.2:
7975: * tests/results/043.processed [autoptr] 1.1.2.1:
7976: * tests/results/044.processed [autoptr] 1.1.2.1:
7977: * tests/results/045.processed [autoptr] 1.1.2.1:
7978: * tests/results/046.processed [autoptr] 1.1.2.1:
7979: * tests/results/047.processed [autoptr] 1.1.2.1:
7980: * tests/results/048.processed [autoptr] 1.1.2.1:
7981: * tests/results/049.processed [autoptr] 1.1.2.1:
7982: * tests/results/050.processed [autoptr] 1.1.2.1:
7983: * tests/results/051.processed [autoptr] 1.1.2.1:
7984: * tests/run_parser.sh [autoptr] 1.1.2.1:
7985: tests:
7986: 43,44,45 date rolls
7987: 46 autoevaluating junction
7988: 47 table.select
7989: 48 name with subvar
7990: 49 hash-creating switch
7991: 50 process
7992: 51 started parent/child, works as it were but it were NOT GOOD, created separate task to fix that
7993:
7994: * tests/041.html 1.1:
7995: file 041.html was initially added on branch autoptr.
7996:
7997: * src/classes/op.C [autoptr] 1.127.2.18:
7998: * src/include/pa_request.h [autoptr] 1.160.2.28:
7999: * src/include/pa_string.h [autoptr] 1.144.2.25:
8000: * src/main/execute.C [autoptr] 1.295.2.21:
8001: * src/main/pa_request.C [autoptr] 1.245.2.28:
8002: * src/main/pa_string.C [autoptr] 1.172.2.18:
8003: * src/main/untaint.C [autoptr] 1.115.2.11:
8004: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.3:
8005: * src/types/pa_wcontext.h [autoptr] 1.42.2.9:
8006: * tests/032.html [autoptr] 1.1.2.1:
8007: * tests/results/032.processed [autoptr] 1.1.2.1:
8008: uchar changed to String_UL in all places [was not everywhere]
8009: untaint test: 032
8010:
8011: * tests/results/048.processed 1.1:
8012: file 048.processed was initially added on branch autoptr.
8013:
8014: * tests/043.html 1.1:
8015: file 043.html was initially added on branch autoptr.
8016:
8017: * tests/results/041.processed 1.1:
8018: file 041.processed was initially added on branch autoptr.
8019:
8020: * tests/results/033.processed 1.1:
8021: file 033.processed was initially added on branch autoptr.
8022:
8023: * tests/045.html 1.1:
8024: file 045.html was initially added on branch autoptr.
8025:
8026: * tests/047.html 1.1:
8027: file 047.html was initially added on branch autoptr.
8028:
8029: * tests/051t.p 1.1:
8030: file 051t.p was initially added on branch autoptr.
8031:
8032: * tests/050.html 1.1:
8033: file 050.html was initially added on branch autoptr.
8034:
8035: * tests/049.html 1.1:
8036: file 049.html was initially added on branch autoptr.
8037:
8038: * src/targets/cgi/parser3.C [autoptr] 1.216.2.19:
8039: * tests/004.html [autoptr] 1.1.2.2:
8040: * tests/Makefile [autoptr] 1.1.2.2:
8041: * tests/parser-cygwin.sh [autoptr] 1.1.2.1:
8042: * tests/parser-unix.sh [autoptr] 1.1.2.1:
8043: * tests/results/004.processed [autoptr] 1.1.2.2:
8044: * www/htdocs/.htaccess [autoptr] 1.12.6.2:
8045: removed -H command line key, now testing using .sh file with
8046: SERVER_SOFTWARE=xxx
8047:
1.39 paf 8048: * tests/042.html [autoptr] 1.1.2.1:
8049: * tests/results/042.processed [autoptr] 1.1.2.1:
8050: test:
8051: 42 exception.handled
8052:
1.23 paf 8053: * tests/outputs/049.processed 1.1:
8054: * tests/results/049.processed 1.1:
8055: file 049.processed was initially added on branch autoptr.
8056:
8057: * tests/outputs/050.processed 1.1:
8058: * tests/results/050.processed 1.1:
8059: file 050.processed was initially added on branch autoptr.
8060:
8061: * tests/results/042.processed 1.1:
8062: file 042.processed was initially added on branch autoptr.
8063:
8064: * tests/results/034.processed 1.1:
8065: file 034.processed was initially added on branch autoptr.
8066:
8067: * tests/039.html [autoptr] 1.1.2.1:
8068: * tests/results/039.processed [autoptr] 1.1.2.1:
8069: test:
8070: 37 method result of type table
8071:
8072: * tests/outputs/051.processed 1.1:
8073: * tests/results/051.processed 1.1:
8074: file 051.processed was initially added on branch autoptr.
8075:
8076: * tests/parser-cygwin.sh 1.1:
8077: file parser-cygwin.sh was initially added on branch autoptr.
8078:
8079: * tests/results/043.processed 1.1:
8080: file 043.processed was initially added on branch autoptr.
8081:
8082: * tests/results/035.processed 1.1:
8083: file 035.processed was initially added on branch autoptr.
8084:
8085: * tests/033.html 1.1:
8086: file 033.html was initially added on branch autoptr.
8087:
8088: * tests/run_parser.sh 1.1:
8089: file run_parser.sh was initially added on branch autoptr.
8090:
8091: * tests/035.html 1.1:
8092: file 035.html was initially added on branch autoptr.
8093:
8094: 2003-02-27 paf
8095: * www/htdocs/maximized.htm [autoptr] 1.1.2.1:
8096: *** empty log message ***
8097:
8098: * www/htdocs/maximized.htm 1.1:
8099: file maximized.htm was initially added on branch autoptr.
8100:
8101: 2003-02-26 paf
8102: * tests/001.html 1.1:
8103: file 001.html was initially added on branch autoptr.
8104:
8105: * tests/003.html 1.1:
8106: file 003.html was initially added on branch autoptr.
8107:
8108: * tests/results/028.processed 1.1:
8109: file 028.processed was initially added on branch autoptr.
8110:
8111: * tests/005.html 1.1:
8112: file 005.html was initially added on branch autoptr.
8113:
8114: * tests/results/021.processed 1.1:
8115: file 021.processed was initially added on branch autoptr.
8116:
8117: * tests/results/013.processed 1.1:
8118: file 013.processed was initially added on branch autoptr.
8119:
8120: * src/include/pa_array.h [autoptr] 1.57.2.26:
8121: * src/include/pa_hash.h [autoptr] 1.58.2.17:
8122: * src/include/pa_memory.h [autoptr] 1.1.2.3:
8123: * src/main/pa_charset.C [autoptr] 1.33.2.12:
8124: * tests/001.html [autoptr] 1.1.2.1:
8125: * tests/002.html [autoptr] 1.1.2.1:
8126: * tests/003.html [autoptr] 1.1.2.1:
8127: * tests/004.html [autoptr] 1.1.2.1:
8128: * tests/005.html [autoptr] 1.1.2.1:
8129: * tests/006.html [autoptr] 1.1.2.1:
8130: * tests/007.html [autoptr] 1.1.2.1:
8131: * tests/008.html [autoptr] 1.1.2.1:
8132: * tests/009.html [autoptr] 1.1.2.1:
8133: * tests/010.html [autoptr] 1.1.2.1:
8134: * tests/011.html [autoptr] 1.1.2.1:
8135: * tests/012.html [autoptr] 1.1.2.1:
8136: * tests/013.html [autoptr] 1.1.2.1:
8137: * tests/014.html [autoptr] 1.1.2.1:
8138: * tests/Makefile [autoptr] 1.1.2.1:
8139: * tests/outputs/create-dir [autoptr] 1.1.2.1:
8140: * tests/results/001.processed [autoptr] 1.1.2.1:
8141: * tests/results/002.processed [autoptr] 1.1.2.1:
8142: * tests/results/003.processed [autoptr] 1.1.2.1:
8143: * tests/results/004.processed [autoptr] 1.1.2.1:
8144: * tests/results/005.processed [autoptr] 1.1.2.1:
8145: * tests/results/006.processed [autoptr] 1.1.2.1:
8146: * tests/results/007.processed [autoptr] 1.1.2.1:
8147: * tests/results/008.processed [autoptr] 1.1.2.1:
8148: * tests/results/009.processed [autoptr] 1.1.2.1:
8149: * tests/results/010.processed [autoptr] 1.1.2.1:
8150: * tests/results/011.processed [autoptr] 1.1.2.1:
8151: * tests/results/012.processed [autoptr] 1.1.2.1:
8152: * tests/results/013.processed [autoptr] 1.1.2.1:
8153: * tests/results/014.processed [autoptr] 1.1.2.1:
8154: hash cloning fixed
8155:
8156: * tests/007.html 1.1:
8157: file 007.html was initially added on branch autoptr.
8158:
8159: * tests/results/005.processed 1.1:
8160: file 005.processed was initially added on branch autoptr.
8161:
8162: * tests/010.html 1.1:
8163: file 010.html was initially added on branch autoptr.
8164:
8165: * tests/009.html 1.1:
8166: file 009.html was initially added on branch autoptr.
8167:
8168: * tests/012.html 1.1:
8169: file 012.html was initially added on branch autoptr.
8170:
8171: * tests/014.html 1.1:
8172: file 014.html was initially added on branch autoptr.
8173:
8174: * src/main/execute.C [autoptr] 1.295.2.20:
8175: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.14:
8176: * tests/024.html [autoptr] 1.1.2.1:
8177: * tests/025.html [autoptr] 1.1.2.1:
8178: * tests/026.html [autoptr] 1.1.2.1:
8179: * tests/027.html [autoptr] 1.1.2.1:
8180: * tests/028.html [autoptr] 1.1.2.1:
8181: * tests/029.html [autoptr] 1.1.2.1:
8182: * tests/030.html [autoptr] 1.1.2.1:
8183: * tests/031.html [autoptr] 1.1.2.1:
8184: * tests/results/024.processed [autoptr] 1.1.2.1:
8185: * tests/results/025.processed [autoptr] 1.1.2.1:
8186: * tests/results/026.processed [autoptr] 1.1.2.1:
8187: * tests/results/027.processed [autoptr] 1.1.2.1:
8188: * tests/results/028.processed [autoptr] 1.1.2.1:
8189: * tests/results/029.processed [autoptr] 1.1.2.1:
8190: * tests/results/030.processed [autoptr] 1.1.2.1:
8191: * tests/results/031.processed [autoptr] 1.1.2.1:
8192: fixed bug with name_cstr mutable CharPtr
8193: more tests
8194:
8195: * tests/results/029.processed 1.1:
8196: file 029.processed was initially added on branch autoptr.
8197:
8198: * tests/results/030.processed 1.1:
8199: file 030.processed was initially added on branch autoptr.
8200:
8201: * tests/016.html 1.1:
8202: file 016.html was initially added on branch autoptr.
8203:
8204: * tests/results/022.processed 1.1:
8205: file 022.processed was initially added on branch autoptr.
8206:
8207: * tests/results/014.processed 1.1:
8208: file 014.processed was initially added on branch autoptr.
8209:
8210: * tests/018.html 1.1:
8211: file 018.html was initially added on branch autoptr.
8212:
8213: * tests/results/006.processed 1.1:
8214: file 006.processed was initially added on branch autoptr.
8215:
8216: * tests/022_dir/a.html 1.1:
8217: file a.html was initially added on branch autoptr.
8218:
8219: * tests/021.html 1.1:
8220: file 021.html was initially added on branch autoptr.
8221:
8222: * tests/023.html 1.1:
8223: file 023.html was initially added on branch autoptr.
8224:
8225: * tests/results/031.processed 1.1:
8226: file 031.processed was initially added on branch autoptr.
8227:
8228: * tests/025.html 1.1:
8229: file 025.html was initially added on branch autoptr.
8230:
8231: * tests/results/023.processed 1.1:
8232: file 023.processed was initially added on branch autoptr.
8233:
8234: * src/include/pa_sapi.h [autoptr] 1.22.2.8:
8235: * src/main/pa_globals.C [autoptr] 1.152.2.16:
8236: * src/main/pa_memory.C [autoptr] 1.1.2.3:
8237: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.6:
8238: * src/targets/cgi/parser3.C [autoptr] 1.216.2.18:
8239: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.6:
8240: SAPI::abort << abort. die now just exits
8241:
8242: * tests/results/015.processed 1.1:
8243: file 015.processed was initially added on branch autoptr.
8244:
8245: * tests/027.html 1.1:
8246: file 027.html was initially added on branch autoptr.
8247:
8248: * tests/results/007.processed 1.1:
8249: file 007.processed was initially added on branch autoptr.
8250:
8251: * tests/030.html 1.1:
8252: file 030.html was initially added on branch autoptr.
8253:
8254: * tests/029.html 1.1:
8255: file 029.html was initially added on branch autoptr.
8256:
8257: * tests/outputs/create-dir 1.1:
8258: file create-dir was initially added on branch autoptr.
8259:
8260: * tests/022_dir/b.txt 1.1:
8261: file b.txt was initially added on branch autoptr.
8262:
8263: * tests/results/024.processed 1.1:
8264: file 024.processed was initially added on branch autoptr.
8265:
8266: * tests/002.html 1.1:
8267: file 002.html was initially added on branch autoptr.
8268:
8269: * tests/results/016.processed 1.1:
8270: file 016.processed was initially added on branch autoptr.
8271:
8272: * tests/results/008.processed 1.1:
8273: file 008.processed was initially added on branch autoptr.
8274:
8275: * tests/004.html 1.1:
8276: file 004.html was initially added on branch autoptr.
8277:
8278: * tests/results/001.processed 1.1:
8279: file 001.processed was initially added on branch autoptr.
8280:
8281: * tests/006.html 1.1:
8282: file 006.html was initially added on branch autoptr.
8283:
8284: * tests/008.html 1.1:
8285: file 008.html was initially added on branch autoptr.
8286:
8287: * tests/011.html 1.1:
8288: file 011.html was initially added on branch autoptr.
8289:
8290: * tests/results/025.processed 1.1:
8291: file 025.processed was initially added on branch autoptr.
8292:
8293: * tests/results/017.processed 1.1:
8294: file 017.processed was initially added on branch autoptr.
8295:
8296: * tests/Makefile 1.1:
8297: file Makefile was initially added on branch autoptr.
8298:
8299: * tests/results/009.processed 1.1:
8300: file 009.processed was initially added on branch autoptr.
8301:
8302: * tests/results/010.processed 1.1:
8303: file 010.processed was initially added on branch autoptr.
8304:
8305: * tests/013.html 1.1:
8306: file 013.html was initially added on branch autoptr.
8307:
8308: * tests/results/002.processed 1.1:
8309: file 002.processed was initially added on branch autoptr.
8310:
8311: * tests/019paf2001.gif 1.1:
8312: file 019paf2001.gif was initially added on branch autoptr.
8313:
8314: * tests/015.html 1.1:
8315: file 015.html was initially added on branch autoptr.
8316:
8317: * tests/017.html 1.1:
8318: file 017.html was initially added on branch autoptr.
8319:
8320: * tests/020.html 1.1:
8321: file 020.html was initially added on branch autoptr.
8322:
8323: * tests/019.html 1.1:
8324: file 019.html was initially added on branch autoptr.
8325:
8326: * tests/results/026.processed 1.1:
8327: file 026.processed was initially added on branch autoptr.
8328:
8329: * tests/results/018.processed 1.1:
8330: file 018.processed was initially added on branch autoptr.
8331:
8332: * tests/022.html 1.1:
8333: file 022.html was initially added on branch autoptr.
8334:
8335: * tests/results/011.processed 1.1:
8336: file 011.processed was initially added on branch autoptr.
8337:
8338: * tests/024.html 1.1:
8339: file 024.html was initially added on branch autoptr.
8340:
8341: * tests/results/003.processed 1.1:
8342: file 003.processed was initially added on branch autoptr.
8343:
8344: * tests/022_dir/c.htm 1.1:
8345: file c.htm was initially added on branch autoptr.
8346:
8347: * tests/026.html 1.1:
8348: file 026.html was initially added on branch autoptr.
8349:
8350: * tests/028.html 1.1:
8351: file 028.html was initially added on branch autoptr.
8352:
8353: * tests/031.html 1.1:
8354: file 031.html was initially added on branch autoptr.
8355:
8356: * tests/results/027.processed 1.1:
8357: file 027.processed was initially added on branch autoptr.
8358:
8359: * tests/results/019.processed 1.1:
8360: file 019.processed was initially added on branch autoptr.
8361:
8362: * tests/results/020.processed 1.1:
8363: file 020.processed was initially added on branch autoptr.
8364:
8365: * src/classes/classes.awk [autoptr] 1.6.6.3:
8366: * src/classes/classes.h [autoptr] 1.23.2.9:
8367: * src/classes/date.C [autoptr] 1.42.2.11:
8368: * src/classes/double.C [autoptr] 1.53.2.8:
8369: * src/classes/file.C [autoptr] 1.107.2.15:
8370: * src/classes/form.C [autoptr] 1.34.2.7:
8371: * src/classes/hash.C [autoptr] 1.54.2.11:
8372: * src/classes/image.C [autoptr] 1.90.2.12:
8373: * src/classes/int.C [autoptr] 1.49.2.7:
8374: * src/classes/mail.C [autoptr] 1.88.2.12:
8375: * src/classes/math.C [autoptr] 1.24.2.10:
8376: * src/classes/op.C [autoptr] 1.127.2.17:
8377: * src/classes/response.C [autoptr] 1.23.2.7:
8378: * src/classes/string.C [autoptr] 1.125.2.12:
8379: * src/classes/table.C [autoptr] 1.172.2.11:
8380: * src/classes/void.C [autoptr] 1.28.2.5:
8381: * src/classes/xdoc.C [autoptr] 1.108.2.12:
8382: * src/classes/xnode.C [autoptr] 1.54.2.8:
8383: * src/include/pa_memory.h [autoptr] 1.1.2.4:
8384: * src/include/pa_sapi.h [autoptr] 1.22.2.7:
8385: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.5:
8386: * src/targets/cgi/parser3.C [autoptr] 1.216.2.17:
8387: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.5:
8388: * src/types/pa_venv.h [autoptr] 1.28.2.5:
8389: * src/types/pa_vform.C [autoptr] 1.74.2.11:
8390: * tests/015.html [autoptr] 1.1.2.1:
8391: * tests/016.html [autoptr] 1.1.2.1:
8392: * tests/017.html [autoptr] 1.1.2.1:
8393: * tests/018.html [autoptr] 1.1.2.1:
8394: * tests/019.html [autoptr] 1.1.2.1:
8395: * tests/019paf2001.gif [autoptr] 1.1.2.1:
8396: * tests/020.html [autoptr] 1.1.2.1:
8397: * tests/021.html [autoptr] 1.1.2.1:
8398: * tests/022.html [autoptr] 1.1.2.1:
8399: * tests/022_dir/a.html [autoptr] 1.1.2.1:
8400: * tests/022_dir/b.txt [autoptr] 1.1.2.1:
8401: * tests/022_dir/c.htm [autoptr] 1.1.2.1:
8402: * tests/023.html [autoptr] 1.1.2.1:
8403: * tests/results/015.processed [autoptr] 1.1.2.1:
8404: * tests/results/016.processed [autoptr] 1.1.2.1:
8405: * tests/results/017.processed [autoptr] 1.1.2.1:
8406: * tests/results/018.processed [autoptr] 1.1.2.1:
8407: * tests/results/019.processed [autoptr] 1.1.2.1:
8408: * tests/results/020.processed [autoptr] 1.1.2.1:
8409: * tests/results/021.processed [autoptr] 1.1.2.1:
8410: * tests/results/022.processed [autoptr] 1.1.2.1:
8411: * tests/results/023.processed [autoptr] 1.1.2.1:
8412: methoded_array now contains all Mxxx classes
8413: SAPI::get_env now returns info on pool
8414: more tests
8415:
8416: * tests/results/012.processed 1.1:
8417: file 012.processed was initially added on branch autoptr.
8418:
8419: * tests/results/004.processed 1.1:
8420: file 004.processed was initially added on branch autoptr.
8421:
8422: 2003-02-25 paf
8423: * src/main/pa_common.C [release_3_0_0007] 1.140.2.2:
8424: typo fixed
8425:
8426: 2003-02-24 paf
8427: * src/types/pa_vcookie.C [autoptr] 1.55.2.9:
8428: fixed all places with bad get_string(0)
8429: [one remained]
8430:
8431: * src/include/pa_request.h [autoptr] 1.160.2.27:
8432: * src/main/execute.C [autoptr] 1.295.2.19:
8433: few bad get_string(0) [should have been get_string(&pool)]
8434: todo: check other such calls
8435:
8436: * src/types/pa_vmail.C 1.41:
8437: body [text/html] transcoded to
8438: $.charset[specified]
8439: now
8440:
8441: * src/main/compile.tab.C [autoptr] 1.81.2.9:
8442: * src/main/execute.C [autoptr] 1.295.2.18:
8443: * src/types/pa_vfile.h [autoptr] 1.52.2.16:
8444: test10, bad lookups
8445:
8446: xxx* xxx=smartptr.get(); << is bad style, after ";" original object got destructed, and xxx points to sky
8447:
8448: * src/main/pa_common.C 1.145:
8449: * src/main/pa_common.C [release_3_0_0007] 1.140.2.1:
8450: stupid gcc [2.95.4] generated bad code
8451: which failed to handle sigsetjmp+throw: crashed inside of pre-throw code.
8452: rewritten simplier [though duplicating closesocket code]
8453:
8454: * src/classes/string.C [autoptr] 1.125.2.11:
8455: match bug fixed
8456:
1.22 paf 8457: 2003-02-21 paf
8458: * src/targets/cgi/parser3.C [autoptr] 1.216.2.15:
8459: MAKE_TEST must be used inside of 'make tests' only
8460: [it's not forcing CGI mode now]
8461: now use -H to output CGI header when parser used in command line [useful for tests also]
8462:
8463: * src/classes/file.C [autoptr] 1.107.2.14:
8464: * src/classes/image.C [autoptr] 1.90.2.11:
8465: * src/classes/mail.C [autoptr] 1.88.2.11:
8466: * src/classes/op.C [autoptr] 1.127.2.16:
8467: * src/classes/xdoc.C [autoptr] 1.108.2.11:
8468: * src/main/pa_charset.C [autoptr] 1.33.2.11:
8469: * src/main/pa_exec.C [autoptr] 1.48.2.14:
8470: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.14:
8471: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.4:
8472: * src/types/pa_vimage.C [autoptr] 1.22.2.7:
8473: * src/types/pa_vxdoc.h [autoptr] 1.31.2.4:
8474: fixed all cstr's that must use pool [as the one in ^process]
8475:
8476: * src/include/pa_array.h [autoptr] 1.57.2.25:
8477: * src/include/pa_exception.h [autoptr] 1.38.2.15:
8478: * src/include/pa_memory.h [autoptr] 1.1.2.1:
8479: * src/include/pa_pool.h [autoptr] 1.86.2.31:
8480: * src/main/Makefile.am [autoptr] 1.35.6.3:
8481: * src/main/main.dsp [autoptr] 1.161.6.12:
8482: * src/main/pa_array.C [autoptr] 1.54.2.5:
8483: * src/main/pa_memory.C [autoptr] 1.1.2.1:
8484: * src/main/pa_pool.C [autoptr] 1.59.2.5:
8485: reorganized memory handling files
8486:
8487: * src/include/pa_memory.h [autoptr] 1.1.2.2:
8488: * src/main/pa_memory.C [autoptr] 1.1.2.2:
8489: inlined memory handling pa_*
8490:
8491: * src/main/execute.C [autoptr] 1.295.2.17:
8492: * src/targets/cgi/parser3.C [autoptr] 1.216.2.11:
8493: * www/htdocs/autoptr.html [autoptr] 1.1.2.3:
8494: release mode now compiles OK
8495: test to show benefits of free
8496:
8497: * src/targets/cgi/parser3.C [autoptr] 1.216.2.14:
8498: MAKE_TEST environment variable switches on CGI mode, and is
8499: used in regression tests
8500:
8501: * operators.txt [autoptr] 1.109.2.1:
8502: * src/targets/cgi/parser3.C [autoptr] 1.216.2.16:
8503: * src/types/pa_vcookie.C [autoptr] 1.55.2.8:
8504: $cookie:name[$.expires[date << can be now]]
8505:
8506: written makefile with regression tests [raw]
8507:
8508: * src/include/pa_request.h [autoptr] 1.160.2.26:
8509: * src/main/pa_request.C [autoptr] 1.245.2.27:
8510: * src/targets/cgi/parser3.C [autoptr] 1.216.2.13:
8511: * src/types/pa_vcookie.h [autoptr] 1.23.2.6:
8512: * src/types/pa_venv.h [autoptr] 1.28.2.4:
8513: env fixed
8514:
8515: * src/main/pa_array.C [autoptr] 1.54.2.4:
8516: pool::format_integer terminator fixed
8517:
8518: * src/include/pa_memory.h 1.1:
8519: file pa_memory.h was initially added on branch autoptr.
8520:
8521: * src/main/pa_memory.C 1.1:
8522: file pa_memory.C was initially added on branch autoptr.
8523:
8524: * src/classes/op.C [autoptr] 1.127.2.15:
8525: fixed process.
8526: sould now check for all cstr's -- some must use pool [as the one in ^process]
8527:
8528: 2003-02-20 paf
8529: * www/htdocs/autoptr.html 1.1:
8530: file autoptr.html was initially added on branch autoptr.
8531:
8532: * src/include/pa_config_fixed.h [autoptr] 1.54.2.2:
8533: * src/targets/cgi/parser3.C [autoptr] 1.216.2.10:
8534: form values passed OK now
8535:
8536: * src/classes/date.C [autoptr] 1.42.2.10:
8537: * src/classes/double.C [autoptr] 1.53.2.7:
8538: * src/classes/file.C [autoptr] 1.107.2.13:
8539: * src/classes/hash.C [autoptr] 1.54.2.10:
8540: * src/classes/image.C [autoptr] 1.90.2.10:
8541: * src/classes/int.C [autoptr] 1.49.2.6:
8542: * src/classes/mail.C [autoptr] 1.88.2.10:
8543: * src/classes/math.C [autoptr] 1.24.2.9:
8544: * src/classes/op.C [autoptr] 1.127.2.13:
8545: * src/classes/response.C [autoptr] 1.23.2.6:
8546: * src/classes/string.C [autoptr] 1.125.2.10:
8547: * src/classes/table.C [autoptr] 1.172.2.10:
8548: * src/classes/void.C [autoptr] 1.28.2.4:
8549: * src/classes/xdoc.C [autoptr] 1.108.2.10:
8550: * src/classes/xnode.C [autoptr] 1.54.2.7:
8551: * src/main/pa_string.C [autoptr] 1.172.2.17:
8552: * src/types/pa_method.h [autoptr] 1.1.2.4:
8553: * src/types/pa_value.C [autoptr] 1.9.2.14:
8554: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.8:
8555: * www/htdocs/autoptr.html [autoptr] 1.1.2.1:
8556: string cmp fixed
8557:
8558: 2003-02-19 paf
8559: * src/classes/form.C [autoptr] 1.34.2.6:
8560: * src/include/pa_charset.h [autoptr] 1.20.2.12:
8561: * src/include/pa_pool.h [autoptr] 1.86.2.30:
8562: * src/main/pa_charset.C [autoptr] 1.33.2.10:
8563: * src/main/pa_exception.C [autoptr] 1.43.2.13:
8564: * src/main/pa_request.C [autoptr] 1.245.2.25:
8565: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.3:
8566: * src/targets/apache13/ApacheModuleParser3.dsp [autoptr] 1.16.12.1:
8567: * src/targets/cgi/parser3.C [autoptr] 1.216.2.8:
8568: * src/targets/isapi/parser3isapi.dsp [autoptr] 1.41.12.1:
8569: * src/types/pa_vcookie.C [autoptr] 1.55.2.7:
8570: * src/types/pa_vform.C [autoptr] 1.74.2.9:
8571: * src/types/pa_vmail.C [autoptr] 1.40.2.9:
8572: * src/types/pa_vxnode.C [autoptr] 1.30.2.2:
8573: found&kill all remaning leaks resulted from pooled::malloc calls
8574: [excluding in gd -- planning complete rewrite extremely ugly code]
8575:
8576: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.2:
8577: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.2:
8578: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.2:
8579: removed unneeded files
8580:
8581: 2003-02-17 paf
8582: * src/classes/classes.C [autoptr] 1.18.2.4:
8583: * src/include/pa_array.h [autoptr] 1.57.2.22:
8584: * src/include/pa_hash.h [autoptr] 1.58.2.16:
8585: * src/include/pa_pool.h [autoptr] 1.86.2.29:
8586: * src/include/pa_request.h [autoptr] 1.160.2.23:
8587: * src/main/pa_request.C [autoptr] 1.245.2.20:
8588: * src/main/pa_string.C [autoptr] 1.172.2.16:
8589: * src/main/untaint.C [autoptr] 1.115.2.10:
8590: * src/types/pa_value.h [autoptr] 1.109.2.23:
8591: * src/types/pa_vint.h [autoptr] 1.38.2.10:
8592: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.12:
8593: * src/types/pa_vstring.h [autoptr] 1.54.2.10:
8594: * src/types/pa_vvoid.h [autoptr] 1.17.2.7:
8595: * src/types/pa_wcontext.h [autoptr] 1.42.2.7:
8596: class fields of simple type not initialized with zeros :(
8597: while class fields of class types initialized with default constructors.
8598: learn C++
8599:
8600: * src/main/execute.C [autoptr] 1.295.2.11:
8601: * src/main/pa_request.C [autoptr] 1.245.2.21:
8602: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.5:
8603: first letters out OK
8604:
8605: * src/classes/classes.awk [autoptr] 1.6.6.2:
8606: * src/classes/double.C [autoptr] 1.53.2.5:
8607: * src/classes/file.C [autoptr] 1.107.2.11:
8608: * src/classes/form.C [autoptr] 1.34.2.5:
8609: * src/classes/image.C [autoptr] 1.90.2.8:
8610: * src/classes/int.C [autoptr] 1.49.2.4:
8611: * src/classes/mail.C [autoptr] 1.88.2.8:
8612: * src/classes/math.C [autoptr] 1.24.2.7:
8613: * src/classes/xdoc.C [autoptr] 1.108.2.7:
8614: * src/classes/xnode.C [autoptr] 1.54.2.5:
8615: * src/include/pa_array.h [autoptr] 1.57.2.21:
8616: * src/include/pa_string.h [autoptr] 1.144.2.24:
8617: * src/main/pa_exec.C [autoptr] 1.48.2.13:
8618: * src/types/pa_vmail.C [autoptr] 1.40.2.7:
8619: parser3.exe - 0 error(s), 0 warning(s)
8620:
8621: * src/classes/date.C [autoptr] 1.42.2.8:
8622: * src/classes/op.C [autoptr] 1.127.2.12:
8623: * src/classes/table.C [autoptr] 1.172.2.8:
8624: * src/classes/xdoc.C [autoptr] 1.108.2.8:
8625: * src/classes/xnode.C [autoptr] 1.54.2.6:
8626: * src/include/pa_array.h [autoptr] 1.57.2.24:
8627: * src/include/pa_charset.h [autoptr] 1.20.2.11:
8628: * src/main/Makefile.am [autoptr] 1.35.6.2:
8629: * src/main/main.dsp [autoptr] 1.161.6.11:
8630: * src/main/pa_charset.C [autoptr] 1.33.2.8:
8631: * src/main/pa_common.C [autoptr] 1.143.2.20:
8632: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.13:
8633: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.2:
8634: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.4:
8635: * src/targets/cgi/parser3.C [autoptr] 1.216.2.6:
8636: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.4:
8637: * src/types/pa_vmail.C [autoptr] 1.40.2.8:
8638: fixed more leaks resulted from pooled::malloc calls
8639:
8640: * src/include/pa_stack.h [autoptr] 1.17.2.4:
8641: * src/main/compile.C [autoptr] 1.69.2.6:
8642: * src/main/execute.C [autoptr] 1.295.2.13:
8643: * src/main/pa_request.C [autoptr] 1.245.2.23:
8644: stack-stored items need extra .ref to prevent object_ptr from
8645: delete[them]
8646:
8647: * src/main/pa_request.C [autoptr] 1.245.2.22:
8648: * src/targets/cgi/parser3.C [autoptr] 1.216.2.5:
8649: * src/types/pa_vfile.C [autoptr] 1.36.2.10:
8650: couple mem leaks rusulted from old pooled::malloc usage.
8651: todo:find more like those
8652:
8653: * src/main/execute.C [autoptr] 1.295.2.14:
8654: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.2:
8655: * src/targets/cgi/parser3.C [autoptr] 1.216.2.7:
8656: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.2:
8657: few bugs in debug output fixed
8658:
8659: * src/include/pa_array.h [autoptr] 1.57.2.23:
8660: * src/include/pa_request.h [autoptr] 1.160.2.24:
8661: * src/main/execute.C [autoptr] 1.295.2.12:
8662: stackItem fixed [there were no string on stack before]
8663:
8664: * src/classes/date.C [autoptr] 1.42.2.9:
8665: * src/classes/double.C [autoptr] 1.53.2.6:
8666: * src/classes/file.C [autoptr] 1.107.2.12:
8667: * src/classes/image.C [autoptr] 1.90.2.9:
8668: * src/classes/int.C [autoptr] 1.49.2.5:
8669: * src/classes/mail.C [autoptr] 1.88.2.9:
8670: * src/classes/math.C [autoptr] 1.24.2.8:
8671: * src/classes/response.C [autoptr] 1.23.2.5:
8672: * src/classes/string.C [autoptr] 1.125.2.9:
8673: * src/classes/table.C [autoptr] 1.172.2.9:
8674: * src/classes/xdoc.C [autoptr] 1.108.2.9:
8675: * src/classes/xnode.h [autoptr] 1.18.2.4:
8676: * src/include/pa_stack.h [autoptr] 1.17.2.5:
8677: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.2:
8678: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.2:
8679: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.3:
8680: * src/types/pa_vdate.h [autoptr] 1.24.2.5:
8681: * src/types/pa_vdouble.h [autoptr] 1.42.2.9:
8682: * src/types/pa_vfile.h [autoptr] 1.52.2.15:
8683: * src/types/pa_vform.C [autoptr] 1.74.2.8:
8684: * src/types/pa_vform.h [autoptr] 1.45.2.8:
8685: * src/types/pa_vimage.h [autoptr] 1.34.2.7:
8686: * src/types/pa_vstatus.h [autoptr] 1.15.2.7:
8687: * src/types/pa_vstring.h [autoptr] 1.54.2.11:
8688: * src/types/pa_vtable.h [autoptr] 1.48.2.8:
8689: * src/types/pa_vvoid.h [autoptr] 1.17.2.8:
8690: * src/types/pa_vxdoc.h [autoptr] 1.31.2.3:
8691: * src/types/pa_vxnode.h [autoptr] 1.22.2.3:
8692: * src/types/pa_wcontext.h [autoptr] 1.42.2.8:
8693: * src/types/pa_wwrapper.h [autoptr] 1.28.2.3:
8694: fixed all remained bugs of unitialized simple-typed field
8695:
8696: * src/classes/classes.C [autoptr] 1.18.2.5:
8697: * src/classes/classes.h [autoptr] 1.23.2.8:
8698: * src/main/execute.C [autoptr] 1.295.2.15:
8699: * src/main/pa_charset.C [autoptr] 1.33.2.9:
8700: * src/main/pa_request.C [autoptr] 1.245.2.24:
8701: another bug of unitialized simple-typed field fixed.
8702: todo: find&kill all like that one
8703:
8704: * src/main/compile.C [autoptr] 1.69.2.5:
8705: * src/main/compile_tools.C [autoptr] 1.54.2.5:
8706: 2*2!
8707:
8708: 2003-02-14 paf
8709: * src/classes/classes.dsp [autoptr] 1.25.10.4:
8710: * src/classes/op.C [autoptr] 1.127.2.10:
8711: * src/classes/string.C [autoptr] 1.125.2.8:
8712: * src/classes/table.C [autoptr] 1.172.2.7:
8713: * src/include/pa_common.h [autoptr] 1.89.2.11:
8714: * src/include/pa_globals.h [autoptr] 1.101.2.14:
8715: * src/include/pa_pool.h [autoptr] 1.86.2.28:
8716: * src/include/pa_request.h [autoptr] 1.160.2.20:
8717: * src/main/pa_globals.C [autoptr] 1.152.2.15:
8718: * src/main/pa_request.C [autoptr] 1.245.2.16:
8719: * src/types/pa_value.h [autoptr] 1.109.2.22:
8720: * src/types/pa_vhash.h [autoptr] 1.43.2.12:
8721: * src/types/pa_vint.h [autoptr] 1.38.2.9:
8722: * src/types/types.dsp [autoptr] 1.35.10.7:
8723: op compiled
8724:
8725: * src/classes/classes.C [autoptr] 1.18.2.3:
8726: * src/classes/classes.awk [autoptr] 1.6.6.1:
8727: * src/classes/file.C [autoptr] 1.107.2.9:
8728: * src/classes/hash.C [autoptr] 1.54.2.9:
8729: * src/classes/mail.C [autoptr] 1.88.2.7:
8730: * src/classes/op.C [autoptr] 1.127.2.11:
8731: * src/include/pa_common.h [autoptr] 1.89.2.12:
8732: * src/include/pa_request.h [autoptr] 1.160.2.21:
8733: * src/include/pa_sapi.h [autoptr] 1.22.2.6:
8734: * src/main/pa_common.C [autoptr] 1.143.2.18:
8735: * src/main/pa_request.C [autoptr] 1.245.2.17:
8736: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.3:
8737: * src/targets/cgi/parser3.C [autoptr] 1.216.2.3:
8738: * src/targets/cgi/parser3.dsp [autoptr] 1.60.10.1:
8739: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.3:
8740: classes.lib - 0 error(s), 0 warning(s)
8741: parser.C compiled
8742:
8743: * src/classes/classes.dsp [autoptr] 1.25.10.3:
8744: * src/classes/response.C [autoptr] 1.23.2.4:
8745: * src/classes/string.C [autoptr] 1.125.2.7:
8746: * src/include/pa_dictionary.h [autoptr] 1.13.2.7:
8747: * src/include/pa_string.h [autoptr] 1.144.2.23:
8748: * src/main/pa_string.C [autoptr] 1.172.2.15:
8749: * src/main/untaint.C [autoptr] 1.115.2.9:
8750: * src/types/pa_vtable.h [autoptr] 1.48.2.7:
8751: string, response compiled
8752:
8753: * src/classes/file.C [autoptr] 1.107.2.10:
8754: * src/include/pa_request.h [autoptr] 1.160.2.22:
8755: * src/main/pa_request.C [autoptr] 1.245.2.18:
8756: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.12:
8757: * src/targets/cgi/parser3.C [autoptr] 1.216.2.4:
8758: * src/types/pa_vfile.C [autoptr] 1.36.2.9:
8759: * src/types/pa_vfile.h [autoptr] 1.52.2.14:
8760: * src/types/pa_vform.C [autoptr] 1.74.2.7:
8761: * src/types/pa_vimage.C [autoptr] 1.22.2.6:
8762: * src/types/pa_vtable.C [autoptr] 1.21.2.5:
8763: all compiled, only 14 link errors :)
8764:
8765: * src/types/pa_vhash.C 1.1:
8766: file pa_vhash.C was initially added on branch autoptr.
8767:
8768: * src/include/pa_common.h [autoptr] 1.89.2.13:
8769: * src/main/pa_common.C [autoptr] 1.143.2.19:
8770: * src/main/pa_request.C [autoptr] 1.245.2.19:
8771: 13 link errors
8772:
8773: 2003-02-07 paf
8774: * src/classes/table.C [autoptr] 1.172.2.6:
8775: * src/types/pa_vtable.h [autoptr] 1.48.2.6:
8776: table compiled
8777:
8778: 2003-02-06 paf
8779: * src/classes/image.C [autoptr] 1.90.2.7:
8780: * src/classes/string.C [autoptr] 1.125.2.6:
8781: * src/classes/xdoc.C [autoptr] 1.108.2.6:
8782: * src/include/pa_common.h [autoptr] 1.89.2.10:
8783: * src/include/pa_hash.h [autoptr] 1.58.2.15:
8784: * src/main/pa_common.C [autoptr] 1.143.2.17:
8785: * src/types/pa_vfile.h [autoptr] 1.52.2.13:
8786: * src/types/pa_vimage.h [autoptr] 1.34.2.6:
8787: image compiled
8788:
8789: * src/classes/mail.C [autoptr] 1.88.2.6:
8790: * src/include/pa_request.h [autoptr] 1.160.2.19:
8791: * src/main/pa_request.C [autoptr] 1.245.2.15:
8792: mail compiled
8793:
8794: * src/classes/hash.C [autoptr] 1.54.2.7:
8795: * src/include/pa_hash.h [autoptr] 1.58.2.14:
8796: * src/include/pa_table.h [autoptr] 1.48.2.11:
8797: * src/types/pa_vstring.h [autoptr] 1.54.2.9:
8798: hash compiled
8799:
8800: * src/classes/classes.dsp [autoptr] 1.25.10.2:
8801: * src/classes/file.C [autoptr] 1.107.2.7:
8802: * src/include/pa_common.h [autoptr] 1.89.2.9:
8803: * src/include/pa_exec.h [autoptr] 1.11.2.5:
8804: * src/main/pa_common.C [autoptr] 1.143.2.16:
8805: * src/main/pa_exec.C [autoptr] 1.48.2.12:
8806: * src/types/pa_vfile.C [autoptr] 1.36.2.8:
8807: * src/types/pa_vfile.h [autoptr] 1.52.2.12:
8808: file compiled
8809:
8810: * src/classes/file.C [autoptr] 1.107.2.8:
8811: * src/classes/form.C [autoptr] 1.34.2.4:
8812: form compiled
8813:
8814: * src/classes/hash.C [autoptr] 1.54.2.8:
8815: * src/classes/math.C [autoptr] 1.24.2.6:
8816: * src/types/pa_vmath.C [autoptr] 1.1.2.8:
8817: * src/types/pa_vmath.h [autoptr] 1.14.2.4:
8818: math compiled [win32]
8819:
8820: 2003-02-04 paf
8821: * src/classes/date.C [autoptr] 1.42.2.5:
8822: * src/classes/double.C [autoptr] 1.53.2.3:
8823: * src/classes/file.C [autoptr] 1.107.2.5:
8824: * src/classes/form.C [autoptr] 1.34.2.3:
8825: * src/classes/hash.C [autoptr] 1.54.2.4:
8826: * src/classes/image.C [autoptr] 1.90.2.5:
8827: * src/classes/int.C [autoptr] 1.49.2.3:
8828: * src/classes/mail.C [autoptr] 1.88.2.4:
8829: * src/classes/math.C [autoptr] 1.24.2.4:
8830: * src/classes/op.C [autoptr] 1.127.2.8:
8831: * src/classes/response.C [autoptr] 1.23.2.3:
8832: * src/classes/string.C [autoptr] 1.125.2.4:
8833: * src/classes/table.C [autoptr] 1.172.2.4:
8834: * src/classes/void.C [autoptr] 1.28.2.3:
8835: * src/classes/xdoc.C [autoptr] 1.108.2.4:
8836: * src/classes/xnode.C [autoptr] 1.54.2.3:
8837: * src/types/pa_vdouble.h [autoptr] 1.42.2.8:
8838: * src/types/pa_vhash.h [autoptr] 1.43.2.10:
8839: * src/types/pa_vint.h [autoptr] 1.38.2.8:
8840: * src/types/pa_vstring.h [autoptr] 1.54.2.8:
8841: * src/types/pa_vtable.h [autoptr] 1.48.2.5:
8842: * src/types/pa_vxdoc.h [autoptr] 1.31.2.2:
8843: * src/types/pa_vxnode.h [autoptr] 1.22.2.2:
8844: int compiled
8845:
8846: * src/types/pa_value.C [autoptr] 1.9.2.12:
8847: * src/types/pa_value_includes.h [autoptr] 1.1.2.4:
8848: * src/types/pa_vrequest.C [autoptr] 1.27.2.8:
8849: trying to remove stupid value_includes.h
8850:
8851: * src/classes/date.C [autoptr] 1.42.2.4:
8852: * src/classes/double.C [autoptr] 1.53.2.2:
8853: * src/classes/file.C [autoptr] 1.107.2.4:
8854: * src/classes/hash.C [autoptr] 1.54.2.3:
8855: * src/classes/image.C [autoptr] 1.90.2.4:
8856: * src/classes/int.C [autoptr] 1.49.2.2:
8857: * src/classes/mail.C [autoptr] 1.88.2.3:
8858: * src/classes/math.C [autoptr] 1.24.2.3:
8859: * src/classes/op.C [autoptr] 1.127.2.7:
8860: * src/classes/response.C [autoptr] 1.23.2.2:
8861: * src/classes/string.C [autoptr] 1.125.2.3:
8862: * src/classes/table.C [autoptr] 1.172.2.3:
8863: * src/classes/void.C [autoptr] 1.28.2.2:
8864: * src/classes/xdoc.C [autoptr] 1.108.2.3:
8865: * src/classes/xnode.C [autoptr] 1.54.2.2:
8866: * src/classes/xnode.h [autoptr] 1.18.2.3:
8867: * src/types/pa_vvoid.h [autoptr] 1.17.2.6:
8868: void compiled :)
8869:
8870: * src/classes/date.C [autoptr] 1.42.2.7:
8871: * src/classes/hash.C [autoptr] 1.54.2.6:
8872: * src/include/pa_exec.h [autoptr] 1.11.2.4:
8873: * src/include/pa_hash.h [autoptr] 1.58.2.13:
8874: * src/include/pa_request.h [autoptr] 1.160.2.18:
8875: * src/include/pa_string.h [autoptr] 1.144.2.22:
8876: * src/include/pa_table.h [autoptr] 1.48.2.10:
8877: * src/main/pa_common.C [autoptr] 1.143.2.15:
8878: * src/main/pa_exec.C [autoptr] 1.48.2.11:
8879: * src/main/pa_string.C [autoptr] 1.172.2.14:
8880: * src/types/pa_method.h [autoptr] 1.1.2.3:
8881: * src/types/pa_vform.C [autoptr] 1.74.2.6:
8882: * src/types/pa_vhash.h [autoptr] 1.43.2.11:
8883: hash 50% compiled
8884:
8885: * src/types/pa_method.h 1.1:
8886: file pa_method.h was initially added on branch autoptr.
8887:
8888: * src/include/pa_globals.h [autoptr] 1.101.2.13:
8889: * src/main/pa_cache_managers.C [autoptr] 1.7.2.5:
8890: * src/main/pa_charset.C [autoptr] 1.33.2.7:
8891: * src/main/pa_charsets.C [autoptr] 1.11.2.9:
8892: * src/main/pa_common.C [autoptr] 1.143.2.14:
8893: * src/main/pa_dir.C [autoptr] 1.14.2.3:
8894: * src/main/pa_exception.C [autoptr] 1.43.2.12:
8895: * src/main/pa_exec.C [autoptr] 1.48.2.10:
8896: * src/main/pa_globals.C [autoptr] 1.152.2.13:
8897: * src/main/pa_pool.C [autoptr] 1.59.2.4:
8898: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.11:
8899: * src/main/pa_string.C [autoptr] 1.172.2.12:
8900: * src/main/pa_uue.C [autoptr] 1.4.2.5:
8901: * src/main/untaint.C [autoptr] 1.115.2.8:
8902: * src/types/pa_value.C [autoptr] 1.9.2.13:
8903: * src/types/pa_vcookie.C [autoptr] 1.55.2.6:
8904: * src/types/pa_vfile.C [autoptr] 1.36.2.7:
8905: * src/types/pa_vimage.C [autoptr] 1.22.2.5:
8906: * src/types/pa_vmath.C [autoptr] 1.1.2.7:
8907: * src/types/pa_vrequest.C [autoptr] 1.27.2.9:
8908: * src/types/pa_vresponse.C [autoptr] 1.17.2.6:
8909: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.6:
8910: * src/types/pa_vstatus.C [autoptr] 1.15.2.5:
8911: * src/types/pa_vstring.C [autoptr] 1.22.2.3:
8912: * src/types/pa_vtable.C [autoptr] 1.21.2.4:
8913: * src/types/pa_wcontext.C [autoptr] 1.24.2.5:
8914: * src/types/types.dsp [autoptr] 1.35.10.6:
8915: removed stupid value_includes.h
8916:
8917: * src/main/pa_exec.C [autoptr] 1.48.2.8:
8918: libmain.a compiled on six [unix]
8919:
8920: * src/include/pa_config_includes.h [autoptr] 1.23.2.5:
8921: * src/include/pa_dictionary.h [autoptr] 1.13.2.6:
8922: * src/main/pa_common.C [autoptr] 1.143.2.13:
8923: * src/main/pa_dictionary.C [autoptr] 1.17.2.6:
8924: * src/main/pa_exec.C [autoptr] 1.48.2.7:
8925: * src/main/pa_socks.C [autoptr] 1.18.2.5:
8926: libmain.a gcc
8927: and
8928: mail.lib msvc++
8929: compiled
8930:
8931: * src/include/pa_globals.h [autoptr] 1.101.2.12:
8932: * src/include/pa_request.h [autoptr] 1.160.2.16:
8933: * src/types/pa_value.C [autoptr] 1.9.2.11:
8934: * src/types/pa_value.h [autoptr] 1.109.2.21:
8935: * src/types/pa_vclass.C [autoptr] 1.16.2.5:
8936: * src/types/pa_vcookie.C [autoptr] 1.55.2.5:
8937: * src/types/pa_vdate.h [autoptr] 1.24.2.4:
8938: * src/types/pa_vfile.C [autoptr] 1.36.2.6:
8939: * src/types/pa_vfile.h [autoptr] 1.52.2.11:
8940: * src/types/pa_vmail.C [autoptr] 1.40.2.6:
8941: * src/types/pa_vobject.C [autoptr] 1.12.2.6:
8942: * src/types/pa_vrequest.C [autoptr] 1.27.2.7:
8943: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.5:
8944: * src/types/pa_vstatus.C [autoptr] 1.15.2.4:
8945: * src/types/pa_vtable.C [autoptr] 1.21.2.3:
8946: libtypes.a compiled gcc
8947:
1.39 paf 8948: * src/include/pa_array.h [autoptr] 1.57.2.20:
8949: * src/include/pa_config_includes.h [autoptr] 1.23.2.4:
8950: * src/include/pa_dictionary.h [autoptr] 1.13.2.5:
8951: * src/main/pa_dictionary.C [autoptr] 1.17.2.5:
8952: * src/main/pa_exec.C [autoptr] 1.48.2.6:
8953: * src/main/pa_socks.C [autoptr] 1.18.2.4:
8954: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.10:
8955: gcc libmain.a compiled
8956:
1.22 paf 8957: * src/classes/classes.dsp [autoptr] 1.25.10.1:
8958: * src/classes/double.C [autoptr] 1.53.2.4:
8959: double compiled
8960:
8961: * src/main/pa_globals.C [release_3_0_0007] 1.148.2.1:
8962: merged changes from 1.149-1.150 (stupid name conflicts)
8963:
8964: * src/include/pa_array.h [autoptr] 1.57.2.19:
8965: * src/include/pa_pool.h [autoptr] 1.86.2.27:
8966: * src/main/Makefile.am [autoptr] 1.35.6.1:
8967: * src/main/Makefile.in [autoptr] 1.50.2.2:
8968: * src/main/compile.tab.C [autoptr] 1.81.2.7:
8969: * src/main/compile.y [autoptr] 1.204.2.6:
8970: * src/main/execute.C [autoptr] 1.295.2.10:
8971: * src/main/pa_request.C [autoptr] 1.245.2.14:
8972: * src/main/untaint.C [autoptr] 1.115.2.7:
8973: * src/types/pa_junction.h [autoptr] 1.1.2.2:
8974: * src/types/pa_method.h [autoptr] 1.1.2.2:
8975: * src/types/pa_value.h [autoptr] 1.109.2.20:
8976: * src/types/pa_value_includes.h [autoptr] 1.1.2.3:
8977: * src/types/pa_vimage.h [autoptr] 1.34.2.5:
8978: *** empty log message ***
8979:
8980: * src/main/pa_exec.C [autoptr] 1.48.2.9:
8981: pa_exec compiled on win32
8982:
8983: * src/classes/date.C [autoptr] 1.42.2.6:
8984: * src/classes/file.C [autoptr] 1.107.2.6:
8985: * src/classes/hash.C [autoptr] 1.54.2.5:
8986: * src/classes/image.C [autoptr] 1.90.2.6:
8987: * src/classes/mail.C [autoptr] 1.88.2.5:
8988: * src/classes/math.C [autoptr] 1.24.2.5:
8989: * src/classes/op.C [autoptr] 1.127.2.9:
8990: * src/classes/string.C [autoptr] 1.125.2.5:
8991: * src/classes/table.C [autoptr] 1.172.2.5:
8992: * src/classes/xdoc.C [autoptr] 1.108.2.5:
8993: * src/classes/xnode.C [autoptr] 1.54.2.4:
8994: * src/include/pa_request.h [autoptr] 1.160.2.17:
8995: * src/main/pa_globals.C [autoptr] 1.152.2.14:
8996: * src/main/pa_string.C [autoptr] 1.172.2.13:
8997: date compiled
8998:
8999: * src/types/pa_junction.h 1.1:
9000: file pa_junction.h was initially added on branch autoptr.
9001:
9002: * src/main/compile_tools.h [autoptr] 1.67.2.8:
9003: * src/main/execute.C [autoptr] 1.295.2.9:
9004: * src/main/pa_table.C [autoptr] 1.53.2.9:
9005: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.7:
9006: * src/types/pa_vvoid.h [autoptr] 1.17.2.5:
9007: yuk: gcc on cygwin yelds "virtual memory exhausted" while
9008: trying to compile execute.C [eating up to 127MB]
9009:
9010: 2003-02-03 paf
9011: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.4:
9012: vstateless_class compiled
9013:
9014: * src/include/pa_request.h [autoptr] 1.160.2.13:
9015: * src/main/execute.C [autoptr] 1.295.2.7:
9016: * src/main/pa_request.C [autoptr] 1.245.2.8:
9017: * src/types/pa_value.h [autoptr] 1.109.2.16:
9018: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.6:
9019: execute compiled
9020:
9021: * src/types/pa_vresponse.C [autoptr] 1.17.2.5:
9022: * src/types/pa_vresponse.h [autoptr] 1.32.2.6:
9023: vresponse compiled
9024:
9025: * src/types/pa_value.C [autoptr] 1.9.2.9:
9026: * src/types/pa_value.h [autoptr] 1.109.2.18:
9027: * src/types/pa_vclass.C [autoptr] 1.16.2.4:
9028: * src/types/pa_vclass.h [autoptr] 1.39.2.5:
9029: * src/types/pa_vobject.C [autoptr] 1.12.2.5:
9030: * src/types/pa_vobject.h [autoptr] 1.38.2.8:
9031: vobject compiled
9032:
9033: * src/types/pa_vtable.C [autoptr] 1.21.2.2:
9034: vtable compiled
9035:
9036: * src/types/pa_vmath.C [autoptr] 1.1.2.6:
9037: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.4:
9038: vmath compiled
9039:
9040: * src/include/pa_config_includes.h [autoptr] 1.23.2.2:
9041: * src/include/pa_hash.h [autoptr] 1.58.2.12:
9042: * src/include/pa_operation.h [autoptr] 1.1.2.6:
9043: * src/include/pa_pool.h [autoptr] 1.86.2.26:
9044: * src/include/pa_string.h [autoptr] 1.144.2.21:
9045: * src/main/pa_common.C [autoptr] 1.143.2.12:
9046: * src/types/pa_value.C [autoptr] 1.9.2.10:
9047: * src/types/pa_value.h [autoptr] 1.109.2.19:
9048: * src/types/pa_vdouble.h [autoptr] 1.42.2.7:
9049: * src/types/pa_vfile.h [autoptr] 1.52.2.10:
9050: * src/types/pa_vhash.h [autoptr] 1.43.2.9:
9051: * src/types/pa_vint.h [autoptr] 1.38.2.7:
9052: * src/types/pa_vjunction.h [autoptr] 1.19.2.5:
9053: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.11:
9054: * src/types/pa_vstring.h [autoptr] 1.54.2.7:
9055: * src/types/types.dsp [autoptr] 1.35.10.5:
9056: started gcc compiling
9057: pa_common compiled
9058:
9059: * src/include/pa_pool.h [autoptr] 1.86.2.23:
9060: * src/main/pa_request.C [autoptr] 1.245.2.10:
9061: * src/types/pa_value.C [autoptr] 1.9.2.8:
9062: * src/types/pa_vclass.C [autoptr] 1.16.2.3:
9063: * src/types/pa_vcookie.C [autoptr] 1.55.2.4:
9064: * src/types/pa_vcookie.h [autoptr] 1.23.2.5:
9065: * src/types/pa_vform.C [autoptr] 1.74.2.4:
9066: * src/types/pa_vform.h [autoptr] 1.45.2.7:
9067: * src/types/pa_vobject.h [autoptr] 1.38.2.7:
9068: vform compiled
9069:
9070: * src/include/Makefile.am [autoptr] 1.3.14.1:
9071: * src/include/Makefile.in [autoptr] 1.11.2.1:
9072: * src/include/pa_hash.h [autoptr] 1.58.2.11:
9073: * src/include/pa_pool.h [autoptr] 1.86.2.24:
9074: gcc refused to compile _P identifier. it replaced it to some
9075: strange 0x0000040
9076:
9077: * configure [autoptr] 1.66.2.2:
9078: * configure.in [autoptr] 1.62.2.2:
9079: * src/Makefile.in [autoptr] 1.55.2.1:
9080: * src/include/Makefile.in [autoptr] 1.11.2.2:
9081: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.1:
9082: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.2:
9083: * src/include/pa_string.h [autoptr] 1.144.2.20:
9084: * src/main/Makefile.in [autoptr] 1.50.2.1:
9085: *** empty log message ***
9086:
9087: * src/types/pa_vstring.C [autoptr] 1.22.2.2:
9088: * src/types/pa_vstring.h [autoptr] 1.54.2.6:
9089: vstring compiled
9090:
9091: * src/include/pa_request.h [autoptr] 1.160.2.14:
9092: * src/main/execute.C [autoptr] 1.295.2.8:
9093: * src/main/pa_request.C [autoptr] 1.245.2.9:
9094: main.lib - 0 error(s), 0 warning(s)
9095:
9096: * src/types/pa_vrequest.C [autoptr] 1.27.2.6:
9097: vrequest compiled
9098:
9099: * src/classes/form.C [autoptr] 1.34.2.2:
9100: * src/classes/mail.C [autoptr] 1.88.2.2:
9101: * src/include/pa_request.h [autoptr] 1.160.2.15:
9102: * src/main/pa_globals.C [autoptr] 1.152.2.12:
9103: * src/main/pa_request.C [autoptr] 1.245.2.11:
9104: * src/types/pa_value.h [autoptr] 1.109.2.17:
9105: * src/types/pa_vform.C [autoptr] 1.74.2.5:
9106: * src/types/pa_vmail.C [autoptr] 1.40.2.5:
9107: * src/types/pa_vmail.h [autoptr] 1.9.2.4:
9108: vmail compiled
9109:
9110: * src/types/pa_vimage.C [autoptr] 1.22.2.4:
9111: * src/types/pa_vimage.h [autoptr] 1.34.2.4:
9112: vimage compiled
9113:
9114: * src/include/pa_exception.h [autoptr] 1.38.2.14:
9115: * src/include/pa_pool.h [autoptr] 1.86.2.25:
9116: * src/main/pa_exception.C [autoptr] 1.43.2.11:
9117: exception gcc change #1
9118:
9119: * src/include/pa_cache_managers.h [autoptr] 1.9.2.6:
9120: * src/main/pa_request.C [autoptr] 1.245.2.12:
9121: * src/types/pa_vstatus.C [autoptr] 1.15.2.2:
9122: * src/types/pa_vstatus.h [autoptr] 1.15.2.6:
9123: vstatus compiled
9124:
9125: 2003-01-31 paf
9126: * src/classes/classes.C [autoptr] 1.18.2.2:
9127: * src/classes/classes.h [autoptr] 1.23.2.7:
9128: * src/classes/date.C [autoptr] 1.42.2.3:
9129: * src/classes/double.C [autoptr] 1.53.2.1:
9130: * src/classes/file.C [autoptr] 1.107.2.3:
9131: * src/classes/form.C [autoptr] 1.34.2.1:
9132: * src/classes/hash.C [autoptr] 1.54.2.2:
9133: * src/classes/image.C [autoptr] 1.90.2.3:
9134: * src/classes/int.C [autoptr] 1.49.2.1:
9135: * src/classes/mail.C [autoptr] 1.88.2.1:
9136: * src/classes/math.C [autoptr] 1.24.2.2:
9137: * src/classes/op.C [autoptr] 1.127.2.5:
9138: * src/classes/response.C [autoptr] 1.23.2.1:
9139: * src/classes/string.C [autoptr] 1.125.2.1:
9140: * src/classes/table.C [autoptr] 1.172.2.2:
9141: * src/classes/void.C [autoptr] 1.28.2.1:
9142: * src/classes/xdoc.C [autoptr] 1.108.2.2:
9143: * src/classes/xnode.C [autoptr] 1.54.2.1:
9144: * src/classes/xnode.h [autoptr] 1.18.2.2:
9145: * src/include/pa_array.h [autoptr] 1.57.2.16:
9146: * src/include/pa_cache_managers.h [autoptr] 1.9.2.5:
9147: * src/include/pa_charset.h [autoptr] 1.20.2.10:
9148: * src/include/pa_charsets.h [autoptr] 1.8.2.7:
9149: * src/include/pa_common.h [autoptr] 1.89.2.7:
9150: * src/include/pa_config_fixed.h [autoptr] 1.54.2.1:
9151: * src/include/pa_config_includes.h [autoptr] 1.23.2.1:
9152: * src/include/pa_dictionary.h [autoptr] 1.13.2.4:
9153: * src/include/pa_dir.h [autoptr] 1.13.2.1:
9154: * src/include/pa_exception.h [autoptr] 1.38.2.13:
9155: * src/include/pa_exec.h [autoptr] 1.11.2.3:
9156: * src/include/pa_globals.h [autoptr] 1.101.2.10:
9157: * src/include/pa_hash.h [autoptr] 1.58.2.10:
9158: * src/include/pa_opcode.h [autoptr] 1.24.2.2:
9159: * src/include/pa_operation.h [autoptr] 1.1.2.4:
9160: * src/include/pa_pool.h [autoptr] 1.86.2.22:
9161: * src/include/pa_request.h [autoptr] 1.160.2.9:
9162: * src/include/pa_request_charsets.h [autoptr] 1.1.2.3:
9163: * src/include/pa_request_info.h [autoptr] 1.1.2.4:
9164: * src/include/pa_sapi.h [autoptr] 1.22.2.4:
9165: * src/include/pa_socks.h [autoptr] 1.11.2.2:
9166: * src/include/pa_sql_connection.h [autoptr] 1.30.2.6:
9167: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.7:
9168: * src/include/pa_stack.h [autoptr] 1.17.2.3:
9169: * src/include/pa_string.h [autoptr] 1.144.2.18:
9170: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.1:
9171: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.1:
9172: * src/include/pa_table.h [autoptr] 1.48.2.9:
9173: * src/include/pa_threads.h [autoptr] 1.26.2.1:
9174: * src/include/pa_types.h [autoptr] 1.44.2.2:
9175: * src/include/pa_uue.h [autoptr] 1.4.2.3:
9176: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.2:
9177: * src/lib/ltdl/ltdl.c [autoptr] 1.3.2.1:
9178: * src/lib/ltdl/ltdl.h [autoptr] 1.2.2.1:
9179: * src/lib/md5/pa_md5.h [autoptr] 1.5.2.1:
9180: * src/lib/md5/pa_md5c.c [autoptr] 1.6.2.1:
9181: * src/lib/pcre/dftables.c [autoptr] 1.1.14.1:
9182: * src/lib/pcre/get.c [autoptr] 1.1.14.1:
9183: * src/lib/pcre/maketables.c [autoptr] 1.1.14.1:
9184: * src/lib/pcre/pcre.c [autoptr] 1.1.14.1:
9185: * src/lib/pcre/pcre.h [autoptr] 1.1.14.1:
9186: * src/lib/pcre/pcre_parser_ctype.c [autoptr] 1.3.2.1:
9187: * src/lib/pcre/study.c [autoptr] 1.1.14.1:
9188: * src/main/compile.C [autoptr] 1.69.2.4:
9189: * src/main/compile.tab.C [autoptr] 1.81.2.4:
9190: * src/main/compile.y [autoptr] 1.204.2.3:
9191: * src/main/compile_tools.C [autoptr] 1.54.2.4:
9192: * src/main/compile_tools.h [autoptr] 1.67.2.6:
9193: * src/main/execute.C [autoptr] 1.295.2.4:
9194: * src/main/main.dsp [autoptr] 1.161.6.8:
9195: * src/main/pa_cache_managers.C [autoptr] 1.7.2.4:
9196: * src/main/pa_charset.C [autoptr] 1.33.2.6:
9197: * src/main/pa_charsets.C [autoptr] 1.11.2.8:
9198: * src/main/pa_common.C [autoptr] 1.143.2.10:
9199: * src/main/pa_dictionary.C [autoptr] 1.17.2.4:
9200: * src/main/pa_dir.C [autoptr] 1.14.2.2:
9201: * src/main/pa_exception.C [autoptr] 1.43.2.10:
9202: * src/main/pa_exec.C [autoptr] 1.48.2.5:
9203: * src/main/pa_globals.C [autoptr] 1.152.2.10:
9204: * src/main/pa_pool.C [autoptr] 1.59.2.3:
9205: * src/main/pa_request.C [autoptr] 1.245.2.5:
9206: * src/main/pa_socks.C [autoptr] 1.18.2.3:
9207: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.9:
9208: * src/main/pa_string.C [autoptr] 1.172.2.11:
9209: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.1:
9210: * src/main/pa_table.C [autoptr] 1.53.2.8:
9211: * src/main/pa_uue.C [autoptr] 1.4.2.4:
9212: * src/main/untaint.C [autoptr] 1.115.2.6:
9213: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.2:
9214: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.1:
9215: * src/targets/apache13/pa_md5c.c [autoptr] 1.5.2.1:
9216: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.1:
9217: * src/targets/apache13/pa_threads.C [autoptr] 1.11.2.1:
9218: * src/targets/cgi/getopt.c [autoptr] 1.2.6.1:
9219: * src/targets/cgi/getopt.h [autoptr] 1.2.10.1:
9220: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.1:
9221: * src/targets/cgi/pa_threads.C [autoptr] 1.12.2.1:
9222: * src/targets/cgi/parser3.C [autoptr] 1.216.2.1:
9223: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.1:
9224: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.1:
9225: * src/targets/isapi/pa_threads.C [autoptr] 1.13.2.1:
9226: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.1:
9227: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.1:
9228: * src/types/pa_value.C [autoptr] 1.9.2.7:
9229: * src/types/pa_value.h [autoptr] 1.109.2.14:
9230: * src/types/pa_value_includes.h [autoptr] 1.1.2.2:
9231: * src/types/pa_vbool.h [autoptr] 1.21.2.3:
9232: * src/types/pa_vclass.C [autoptr] 1.16.2.2:
9233: * src/types/pa_vclass.h [autoptr] 1.39.2.4:
9234: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.1:
9235: * src/types/pa_vcookie.C [autoptr] 1.55.2.3:
9236: * src/types/pa_vcookie.h [autoptr] 1.23.2.3:
9237: * src/types/pa_vdate.h [autoptr] 1.24.2.3:
9238: * src/types/pa_vdouble.h [autoptr] 1.42.2.6:
9239: * src/types/pa_venv.h [autoptr] 1.28.2.3:
9240: * src/types/pa_vfile.C [autoptr] 1.36.2.4:
9241: * src/types/pa_vfile.h [autoptr] 1.52.2.8:
9242: * src/types/pa_vform.C [autoptr] 1.74.2.3:
9243: * src/types/pa_vform.h [autoptr] 1.45.2.5:
9244: * src/types/pa_vhash.h [autoptr] 1.43.2.7:
9245: * src/types/pa_vimage.C [autoptr] 1.22.2.3:
9246: * src/types/pa_vimage.h [autoptr] 1.34.2.3:
9247: * src/types/pa_vint.h [autoptr] 1.38.2.6:
9248: * src/types/pa_vjunction.h [autoptr] 1.19.2.3:
9249: * src/types/pa_vmail.C [autoptr] 1.40.2.3:
9250: * src/types/pa_vmail.h [autoptr] 1.9.2.2:
9251: * src/types/pa_vmath.C [autoptr] 1.1.2.5:
9252: * src/types/pa_vmath.h [autoptr] 1.14.2.3:
9253: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.3:
9254: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.5:
9255: * src/types/pa_vobject.C [autoptr] 1.12.2.4:
9256: * src/types/pa_vobject.h [autoptr] 1.38.2.6:
9257: * src/types/pa_vrequest.C [autoptr] 1.27.2.5:
9258: * src/types/pa_vrequest.h [autoptr] 1.25.2.3:
9259: * src/types/pa_vresponse.C [autoptr] 1.17.2.4:
9260: * src/types/pa_vresponse.h [autoptr] 1.32.2.4:
9261: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.3:
9262: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.10:
9263: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.4:
9264: * src/types/pa_vstatus.C [autoptr] 1.15.2.1:
9265: * src/types/pa_vstatus.h [autoptr] 1.15.2.5:
9266: * src/types/pa_vstring.C [autoptr] 1.22.2.1:
9267: * src/types/pa_vstring.h [autoptr] 1.54.2.5:
9268: * src/types/pa_vtable.C [autoptr] 1.21.2.1:
9269: * src/types/pa_vtable.h [autoptr] 1.48.2.3:
9270: * src/types/pa_vvoid.h [autoptr] 1.17.2.4:
9271: * src/types/pa_vxdoc.C [autoptr] 1.23.2.1:
9272: * src/types/pa_vxdoc.h [autoptr] 1.31.2.1:
9273: * src/types/pa_vxnode.C [autoptr] 1.30.2.1:
9274: * src/types/pa_vxnode.h [autoptr] 1.22.2.1:
9275: * src/types/pa_wcontext.C [autoptr] 1.24.2.3:
9276: * src/types/pa_wcontext.h [autoptr] 1.42.2.5:
9277: * src/types/pa_wwrapper.h [autoptr] 1.28.2.2:
9278: grammar compiled
9279:
9280: * src/classes/op.C [autoptr] 1.127.2.6:
9281: * src/classes/string.C [autoptr] 1.125.2.2:
9282: * src/include/pa_common.h [autoptr] 1.89.2.8:
9283: * src/include/pa_globals.h [autoptr] 1.101.2.11:
9284: * src/include/pa_request.h [autoptr] 1.160.2.10:
9285: * src/include/pa_sql_connection.h [autoptr] 1.30.2.7:
9286: * src/main/compile.tab.C [autoptr] 1.81.2.5:
9287: * src/main/compile.y [autoptr] 1.204.2.4:
9288: * src/main/execute.C [autoptr] 1.295.2.5:
9289: * src/main/main.dsp [autoptr] 1.161.6.9:
9290: * src/main/pa_common.C [autoptr] 1.143.2.11:
9291: * src/main/pa_globals.C [autoptr] 1.152.2.11:
9292: * src/main/pa_request.C [autoptr] 1.245.2.6:
9293: * src/types/pa_value.h [autoptr] 1.109.2.15:
9294: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.2:
9295: * src/types/pa_vcookie.h [autoptr] 1.23.2.4:
9296: * src/types/pa_vform.h [autoptr] 1.45.2.6:
9297: * src/types/pa_vmail.C [autoptr] 1.40.2.4:
9298: * src/types/pa_vmail.h [autoptr] 1.9.2.3:
9299: * src/types/pa_vresponse.h [autoptr] 1.32.2.5:
9300: * src/types/pa_vtable.h [autoptr] 1.48.2.4:
9301: * src/types/pa_wcontext.C [autoptr] 1.24.2.4:
9302: * src/types/pa_wcontext.h [autoptr] 1.42.2.6:
9303: * src/types/types.dsp [autoptr] 1.35.10.4:
9304: most pa_request compiled
9305:
9306: * src/include/pa_array.h [autoptr] 1.57.2.17:
9307: * src/include/pa_operation.h [autoptr] 1.1.2.5:
9308: * src/include/pa_request.h [autoptr] 1.160.2.12:
9309: * src/main/execute.C [autoptr] 1.295.2.6:
9310: * src/main/main.dsp [autoptr] 1.161.6.10:
9311: * src/types/pa_vjunction.h [autoptr] 1.19.2.4:
9312: started last file from main library: execute
9313:
9314: * src/include/pa_request.h [autoptr] 1.160.2.11:
9315: * src/include/pa_sapi.h [autoptr] 1.22.2.5:
9316: * src/main/compile.tab.C [autoptr] 1.81.2.6:
9317: * src/main/compile.y [autoptr] 1.204.2.5:
9318: * src/main/compile_tools.h [autoptr] 1.67.2.7:
9319: * src/main/pa_request.C [autoptr] 1.245.2.7:
9320: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.2:
9321: * src/targets/cgi/parser3.C [autoptr] 1.216.2.2:
9322: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.2:
9323: * src/types/pa_vfile.C [autoptr] 1.36.2.5:
9324: * src/types/pa_vfile.h [autoptr] 1.52.2.9:
9325: * src/types/pa_vhash.h [autoptr] 1.43.2.8:
9326: pa_request compiled
9327:
9328: * src/classes/classes.h [autoptr] 1.23.2.6:
9329: * src/classes/op.C [autoptr] 1.127.2.4:
9330: * src/include/pa_cache_managers.h [autoptr] 1.9.2.4:
9331: * src/include/pa_charset.h [autoptr] 1.20.2.9:
9332: * src/include/pa_charsets.h [autoptr] 1.8.2.6:
9333: * src/include/pa_common.h [autoptr] 1.89.2.6:
9334: * src/include/pa_dictionary.h [autoptr] 1.13.2.3:
9335: * src/include/pa_exception.h [autoptr] 1.38.2.12:
9336: * src/include/pa_exec.h [autoptr] 1.11.2.2:
9337: * src/include/pa_pool.h [autoptr] 1.86.2.21:
9338: * src/include/pa_request.h [autoptr] 1.160.2.8:
9339: * src/include/pa_sapi.h [autoptr] 1.22.2.3:
9340: * src/include/pa_sql_connection.h [autoptr] 1.30.2.5:
9341: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.6:
9342: * src/include/pa_string.h [autoptr] 1.144.2.17:
9343: * src/include/pa_table.h [autoptr] 1.48.2.8:
9344: * src/include/pa_uue.h [autoptr] 1.4.2.2:
9345: * src/main/compile.C [autoptr] 1.69.2.3:
9346: * src/main/compile.tab.C [autoptr] 1.81.2.3:
9347: * src/main/compile_tools.C [autoptr] 1.54.2.3:
9348: * src/main/compile_tools.h [autoptr] 1.67.2.5:
9349: * src/main/main.dsp [autoptr] 1.161.6.7:
9350: * src/main/pa_charset.C [autoptr] 1.33.2.5:
9351: * src/main/pa_charsets.C [autoptr] 1.11.2.7:
9352: * src/main/pa_common.C [autoptr] 1.143.2.9:
9353: * src/main/pa_dictionary.C [autoptr] 1.17.2.3:
9354: * src/main/pa_exception.C [autoptr] 1.43.2.9:
9355: * src/main/pa_exec.C [autoptr] 1.48.2.4:
9356: * src/main/pa_request.C [autoptr] 1.245.2.4:
9357: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.8:
9358: * src/main/pa_string.C [autoptr] 1.172.2.10:
9359: * src/main/pa_table.C [autoptr] 1.53.2.7:
9360: * src/main/pa_uue.C [autoptr] 1.4.2.3:
9361: * src/main/untaint.C [autoptr] 1.115.2.5:
9362: * src/types/pa_value.C [autoptr] 1.9.2.6:
9363: * src/types/pa_value.h [autoptr] 1.109.2.13:
9364: * src/types/pa_vclass.h [autoptr] 1.39.2.3:
9365: * src/types/pa_vcookie.C [autoptr] 1.55.2.2:
9366: * src/types/pa_vcookie.h [autoptr] 1.23.2.2:
9367: * src/types/pa_vdate.h [autoptr] 1.24.2.2:
9368: * src/types/pa_vdouble.h [autoptr] 1.42.2.5:
9369: * src/types/pa_venv.h [autoptr] 1.28.2.2:
9370: * src/types/pa_vfile.C [autoptr] 1.36.2.3:
9371: * src/types/pa_vfile.h [autoptr] 1.52.2.7:
9372: * src/types/pa_vform.h [autoptr] 1.45.2.4:
9373: * src/types/pa_vhash.h [autoptr] 1.43.2.6:
9374: * src/types/pa_vimage.C [autoptr] 1.22.2.2:
9375: * src/types/pa_vimage.h [autoptr] 1.34.2.2:
9376: * src/types/pa_vint.h [autoptr] 1.38.2.5:
9377: * src/types/pa_vmail.C [autoptr] 1.40.2.2:
9378: * src/types/pa_vmail.h [autoptr] 1.9.2.1:
9379: * src/types/pa_vmath.C [autoptr] 1.1.2.4:
9380: * src/types/pa_vmath.h [autoptr] 1.14.2.2:
9381: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.2:
9382: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.4:
9383: * src/types/pa_vobject.C [autoptr] 1.12.2.3:
9384: * src/types/pa_vobject.h [autoptr] 1.38.2.5:
9385: * src/types/pa_vrequest.C [autoptr] 1.27.2.4:
9386: * src/types/pa_vrequest.h [autoptr] 1.25.2.2:
9387: * src/types/pa_vresponse.C [autoptr] 1.17.2.3:
9388: * src/types/pa_vresponse.h [autoptr] 1.32.2.3:
9389: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.2:
9390: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.9:
9391: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.3:
9392: * src/types/pa_vstatus.h [autoptr] 1.15.2.4:
9393: * src/types/pa_vstring.h [autoptr] 1.54.2.4:
9394: * src/types/pa_vtable.h [autoptr] 1.48.2.2:
9395: * src/types/pa_vvoid.h [autoptr] 1.17.2.3:
9396: * src/types/pa_wcontext.C [autoptr] 1.24.2.2:
9397: * src/types/pa_wcontext.h [autoptr] 1.42.2.4:
9398: * src/types/pa_wwrapper.h [autoptr] 1.28.2.1:
9399: * www/htdocs/.htaccess [autoptr] 1.12.6.1:
9400: ConstStringPtr died, long live StringPtr
9401:
9402: 2003-01-30 paf
9403: * src/classes/classes.h [autoptr] 1.23.2.5:
9404: * src/include/pa_pool.h [autoptr] 1.86.2.20:
9405: * src/main/compile.C [autoptr] 1.69.2.2:
9406: * src/main/compile.tab.C [autoptr] 1.81.2.1:
9407: * src/types/pa_value.h [autoptr] 1.109.2.12:
9408: * src/types/pa_vfile.h [autoptr] 1.52.2.6:
9409: * src/types/pa_vhash.h [autoptr] 1.43.2.5:
9410: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.3:
9411: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.1:
9412: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.8:
9413: * src/types/types.dsp [autoptr] 1.35.10.3:
9414: vstateless_class compiled
9415:
9416: * src/include/pa_charset.h [autoptr] 1.20.2.8:
9417: * src/include/pa_request.h [autoptr] 1.160.2.7:
9418: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.5:
9419: * src/main/compile.tab.C [autoptr] 1.81.2.2:
9420: * src/main/compile.y [autoptr] 1.204.2.2:
9421: * src/main/compile_tools.h [autoptr] 1.67.2.4:
9422: * src/main/pa_request.C [autoptr] 1.245.2.3:
9423: * src/types/pa_vobject.h [autoptr] 1.38.2.4:
9424: * src/types/pa_vstatus.h [autoptr] 1.15.2.3:
9425: grammar compiled
9426:
9427: * src/include/pa_opcode.h [autoptr] 1.24.2.1:
9428: * src/main/compile_tools.h [autoptr] 1.67.2.1:
9429: * src/main/execute.C [autoptr] 1.295.2.3:
9430: * src/main/main.dsp [autoptr] 1.161.6.6:
9431: * src/types/pa_value.C [autoptr] 1.9.2.5:
9432: * src/types/pa_value.h [autoptr] 1.109.2.11:
9433: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.2:
9434: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.7:
9435: value compiled
9436:
9437: * src/types/pa_vmethod_frame.C 1.1:
9438: file pa_vmethod_frame.C was initially added on branch autoptr.
9439:
9440: * src/include/pa_array.h [autoptr] 1.57.2.15:
9441: * src/include/pa_operation.h [autoptr] 1.1.2.3:
9442: * src/include/pa_table.h [autoptr] 1.48.2.7:
9443: * src/main/compile_tools.C [autoptr] 1.54.2.2:
9444: * src/main/compile_tools.h [autoptr] 1.67.2.3:
9445: * src/main/pa_table.C [autoptr] 1.53.2.6:
9446: compile_tools compiled
9447:
9448: * src/main/compile.C [autoptr] 1.69.2.1:
9449: compile compiled
9450:
9451: * ltmain.sh 1.5:
9452: *** empty log message ***
9453:
9454: * src/include/pa_operation.h [autoptr] 1.1.2.2:
9455: * src/main/compile.y [autoptr] 1.204.2.1:
9456: * src/main/compile_tools.C [autoptr] 1.54.2.1:
9457: * src/main/compile_tools.h [autoptr] 1.67.2.2:
9458: started compile_tools. vagues ideas of how to free compiled code
9459:
9460: * src/include/pa_operation.h 1.1:
9461: file pa_operation.h was initially added on branch autoptr.
9462:
9463: 2003-01-29 paf
9464: * src/include/pa_request_charsets.h [autoptr] 1.1.2.2:
9465: * src/include/pa_request_info.h [autoptr] 1.1.2.3:
9466: * src/main/main.dsp [autoptr] 1.161.6.5:
9467: * src/main/untaint.C [autoptr] 1.115.2.4:
9468: more compiled
9469:
9470: * src/include/pa_globals.h [autoptr] 1.101.2.9:
9471: * src/include/pa_request.h [autoptr] 1.160.2.6:
9472: * src/main/pa_globals.C [autoptr] 1.152.2.9:
9473: * src/main/pa_request.C [autoptr] 1.245.2.2:
9474: * src/types/pa_value.h [autoptr] 1.109.2.10:
9475: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.1:
9476: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.6:
9477: * src/types/pa_wcontext.h [autoptr] 1.42.2.3:
9478: * src/types/types.dsp [autoptr] 1.35.10.2:
9479: vmethodframe, pa_request.h compiled
9480:
9481: * src/classes/file.C [autoptr] 1.107.2.2:
9482: * src/include/pa_globals.h [autoptr] 1.101.2.8:
9483: * src/main/pa_globals.C [autoptr] 1.152.2.8:
9484: * src/types/pa_value.C [autoptr] 1.9.2.4:
9485: * src/types/pa_value.h [autoptr] 1.109.2.9:
9486: * src/types/pa_vfile.C [autoptr] 1.36.2.1:
9487: * src/types/pa_vfile.h [autoptr] 1.52.2.4:
9488: vfile compiled
9489:
9490: * src/classes/classes.h [autoptr] 1.23.2.3:
9491: * src/classes/math.C [autoptr] 1.24.2.1:
9492: * src/include/pa_pool.h [autoptr] 1.86.2.17:
9493: * src/include/pa_request.h [autoptr] 1.160.2.3:
9494: * src/include/pa_sapi.h [autoptr] 1.22.2.2:
9495: * src/include/pa_string.h [autoptr] 1.144.2.13:
9496: * src/main/main.dsp [autoptr] 1.161.6.3:
9497: * src/types/pa_value.h [autoptr] 1.109.2.5:
9498: * src/types/pa_vbool.h [autoptr] 1.21.2.2:
9499: * src/types/pa_vclass.h [autoptr] 1.39.2.2:
9500: * src/types/pa_vdouble.h [autoptr] 1.42.2.3:
9501: * src/types/pa_venv.h [autoptr] 1.28.2.1:
9502: * src/types/pa_vfile.h [autoptr] 1.52.2.2:
9503: * src/types/pa_vform.C [autoptr] 1.74.2.1:
9504: * src/types/pa_vform.h [autoptr] 1.45.2.1:
9505: * src/types/pa_vjunction.h [autoptr] 1.19.2.2:
9506: * src/types/pa_vmath.C [autoptr] 1.1.2.2:
9507: * src/types/pa_vmath.h [autoptr] 1.14.2.1:
9508: * src/types/pa_vobject.h [autoptr] 1.38.2.2:
9509: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.4:
9510: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.2:
9511: * src/types/pa_vstatus.h [autoptr] 1.15.2.2:
9512: * src/types/pa_vstring.h [autoptr] 1.54.2.2:
9513: * src/types/types.dsp [autoptr] 1.35.10.1:
9514: vmath compiled
9515:
9516: * src/types/pa_vmath.C 1.1:
9517: file pa_vmath.C was initially added on branch autoptr.
9518:
9519: * src/include/pa_common.h [autoptr] 1.89.2.5:
9520: * src/include/pa_globals.h [autoptr] 1.101.2.7:
9521: * src/include/pa_string.h [autoptr] 1.144.2.16:
9522: * src/main/pa_globals.C [autoptr] 1.152.2.7:
9523: * src/types/pa_value.C [autoptr] 1.9.2.3:
9524: * src/types/pa_value.h [autoptr] 1.109.2.8:
9525: * src/types/pa_vcookie.C [autoptr] 1.55.2.1:
9526: * src/types/pa_vcookie.h [autoptr] 1.23.2.1:
9527: * src/types/pa_vform.C [autoptr] 1.74.2.2:
9528: * src/types/pa_vform.h [autoptr] 1.45.2.3:
9529: vcookie compiled
9530:
1.39 paf 9531: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.1:
9532: libltdl compiled without warnings now
9533:
1.22 paf 9534: * src/include/pa_request_info.h 1.1:
9535: file pa_request_info.h was initially added on branch autoptr.
9536:
9537: * src/include/pa_array.h [autoptr] 1.57.2.14:
9538: * src/include/pa_exception.h [autoptr] 1.38.2.11:
9539: * src/include/pa_pool.h [autoptr] 1.86.2.19:
9540: * src/main/pa_exception.C [autoptr] 1.43.2.8:
9541: * src/types/pa_vfile.C [autoptr] 1.36.2.2:
9542: * src/types/pa_vfile.h [autoptr] 1.52.2.5:
9543: * src/types/pa_vimage.C [autoptr] 1.22.2.1:
9544: * src/types/pa_vimage.h [autoptr] 1.34.2.1:
9545: gd compiled
9546:
9547: * src/include/pa_exception.h [autoptr] 1.38.2.10:
9548: * src/main/pa_cache_managers.C [autoptr] 1.7.2.3:
9549: * src/main/pa_charsets.C [autoptr] 1.11.2.6:
9550: * src/main/pa_common.C [autoptr] 1.143.2.8:
9551: * src/main/pa_dir.C [autoptr] 1.14.2.1:
9552: * src/main/pa_exception.C [autoptr] 1.43.2.7:
9553: * src/main/pa_exec.C [autoptr] 1.48.2.3:
9554: * src/main/pa_pool.C [autoptr] 1.59.2.2:
9555: * src/main/pa_socks.C [autoptr] 1.18.2.2:
9556: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.7:
9557: * src/main/pa_string.C [autoptr] 1.172.2.9:
9558: * src/main/pa_uue.C [autoptr] 1.4.2.2:
9559: #include "pa_value_includes.h"
9560: everywhere in main
9561:
9562: * src/include/pa_charsets.h [autoptr] 1.8.2.5:
9563: * src/include/pa_request.h [autoptr] 1.160.2.5:
9564: * src/include/pa_request_info.h [autoptr] 1.1.2.2:
9565: * src/include/pa_string.h [autoptr] 1.144.2.15:
9566: * src/main/pa_charsets.C [autoptr] 1.11.2.5:
9567: * src/types/pa_value.h [autoptr] 1.109.2.7:
9568: * src/types/pa_vdate.h [autoptr] 1.24.2.1:
9569: * src/types/pa_vform.h [autoptr] 1.45.2.2:
9570: * src/types/pa_vhash.h [autoptr] 1.43.2.4:
9571: * src/types/pa_vobject.C [autoptr] 1.12.2.2:
9572: * src/types/pa_vobject.h [autoptr] 1.38.2.3:
9573: * src/types/pa_vrequest.C [autoptr] 1.27.2.2:
9574: * src/types/pa_vrequest.C [autoptr] 1.27.2.3:
9575: * src/types/pa_vresponse.C [autoptr] 1.17.2.1:
9576: * src/types/pa_vresponse.C [autoptr] 1.17.2.2:
9577: * src/types/pa_vresponse.h [autoptr] 1.32.2.1:
9578: * src/types/pa_vresponse.h [autoptr] 1.32.2.2:
9579: * src/types/pa_wcontext.h [autoptr] 1.42.2.2:
9580: vrequest compiled
9581:
9582: * src/types/pa_value_includes.h 1.1:
9583: file pa_value_includes.h was initially added on branch autoptr.
9584:
9585: * src/classes/classes.h [autoptr] 1.23.2.4:
9586: * src/include/pa_charset.h [autoptr] 1.20.2.7:
9587: * src/include/pa_charsets.h [autoptr] 1.8.2.4:
9588: * src/include/pa_globals.h [autoptr] 1.101.2.6:
9589: * src/include/pa_pool.h [autoptr] 1.86.2.18:
9590: * src/include/pa_request.h [autoptr] 1.160.2.4:
9591: * src/include/pa_string.h [autoptr] 1.144.2.14:
9592: * src/main/main.dsp [autoptr] 1.161.6.4:
9593: * src/main/pa_charset.C [autoptr] 1.33.2.4:
9594: * src/main/pa_charsets.C [autoptr] 1.11.2.4:
9595: * src/main/pa_globals.C [autoptr] 1.152.2.6:
9596: * src/main/untaint.C [autoptr] 1.115.2.3:
9597: * src/types/pa_value.h [autoptr] 1.109.2.6:
9598: * src/types/pa_vdouble.h [autoptr] 1.42.2.4:
9599: * src/types/pa_vfile.h [autoptr] 1.52.2.3:
9600: * src/types/pa_vint.h [autoptr] 1.38.2.4:
9601: * src/types/pa_vmath.C [autoptr] 1.1.2.3:
9602: * src/types/pa_vrequest.C [autoptr] 1.27.2.1:
9603: * src/types/pa_vrequest.h [autoptr] 1.25.2.1:
9604: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.5:
9605: * src/types/pa_vstring.h [autoptr] 1.54.2.3:
9606: * src/types/pa_vvoid.h [autoptr] 1.17.2.2:
9607: vrequest,vdouble,vint compiled
9608:
9609: * src/include/pa_request_charsets.h 1.1:
9610: file pa_request_charsets.h was initially added on branch
9611: autoptr.
9612:
9613: 2003-01-28 paf
9614: * src/include/pa_charset.h [autoptr] 1.20.2.6:
9615: * src/include/pa_exception.h [autoptr] 1.38.2.9:
9616: * src/include/pa_request.h [autoptr] 1.160.2.2:
9617: * src/include/pa_string.h [autoptr] 1.144.2.12:
9618: * src/main/untaint.C [autoptr] 1.115.2.2:
9619: untaint compiled
9620:
9621: * src/include/pa_charset.h [autoptr] 1.20.2.5:
9622: * src/main/pa_charset.C [autoptr] 1.33.2.3:
9623: * src/main/pa_charsets.C [autoptr] 1.11.2.3:
9624: charset/s simplified [charset::pool_for_load introduced]
9625:
9626: * src/include/pa_cache_managers.h [autoptr] 1.9.2.3:
9627: * src/main/pa_cache_managers.C [autoptr] 1.7.2.2:
9628: * src/main/pa_globals.C [autoptr] 1.152.2.5:
9629: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.6:
9630: globals compiled
9631:
9632: * src/include/pa_array.h [autoptr] 1.57.2.11:
9633: * src/include/pa_charset.h [autoptr] 1.20.2.3:
9634: * src/include/pa_charsets.h [autoptr] 1.8.2.1:
9635: * src/include/pa_pool.h [autoptr] 1.86.2.13:
9636: * src/include/pa_sql_connection.h [autoptr] 1.30.2.4:
9637: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.4:
9638: * src/include/pa_stack.h [autoptr] 1.17.2.2:
9639: * src/include/pa_string.h [autoptr] 1.144.2.9:
9640: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.4:
9641: * src/types/pa_vhash.h [autoptr] 1.43.2.3:
9642: * src/types/pa_vint.h [autoptr] 1.38.2.3:
9643: sql_driver_manager compiled
9644:
9645: * src/classes/date.C [autoptr] 1.42.2.1:
9646: * src/include/pa_charset.h [autoptr] 1.20.2.4:
9647: * src/include/pa_charsets.h [autoptr] 1.8.2.2:
9648: * src/include/pa_charsets.h [autoptr] 1.8.2.3:
9649: * src/include/pa_globals.h [autoptr] 1.101.2.5:
9650: * src/main/pa_charset.C [autoptr] 1.33.2.2:
9651: * src/main/pa_charsets.C [autoptr] 1.11.2.1:
9652: * src/main/pa_charsets.C [autoptr] 1.11.2.2:
9653: * src/main/pa_globals.C [autoptr] 1.152.2.4:
9654: * src/main/pa_request.C [autoptr] 1.245.2.1:
9655: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.5:
9656: pa_charsets compiled
9657:
1.39 paf 9658: * src/include/pa_pool.h [autoptr] 1.86.2.14:
9659: * src/main/pa_common.C [autoptr] 1.143.2.7:
9660: * src/types/pa_vdouble.h [autoptr] 1.42.2.2:
9661: common compiled
9662:
1.22 paf 9663: * etc/parser3.charsets/koi8-r.cfg 1.3:
9664: * etc/parser3.charsets/windows-1251.cfg 1.7:
9665: ukranian letter i with two dots added to koi,
9666: all ukranian letters added to win1251.
9667:
9668: typographic simbol 0xb9 deleted from win1251 [strange one & were abscent from koi]
9669:
9670: * src/classes/classes.h [autoptr] 1.23.2.2:
9671: * src/classes/date.C [autoptr] 1.42.2.2:
9672: * src/classes/file.C [autoptr] 1.107.2.1:
9673: * src/classes/hash.C [autoptr] 1.54.2.1:
9674: * src/classes/image.C [autoptr] 1.90.2.2:
9675: * src/classes/table.C [autoptr] 1.172.2.1:
9676: * src/classes/xdoc.C [autoptr] 1.108.2.1:
9677: * src/classes/xnode.h [autoptr] 1.18.2.1:
9678: * src/main/execute.C [autoptr] 1.295.2.2:
9679: * src/main/main.dsp [autoptr] 1.161.6.2:
9680: * src/types/pa_value.h [autoptr] 1.109.2.4:
9681: * src/types/pa_vclass.C [autoptr] 1.16.2.1:
9682: * src/types/pa_vclass.h [autoptr] 1.39.2.1:
9683: * src/types/pa_vobject.C [autoptr] 1.12.2.1:
9684: * src/types/pa_vobject.h [autoptr] 1.38.2.1:
9685: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.3:
9686: started main: compile_tools
9687:
9688: * src/include/pa_array.h [autoptr] 1.57.2.13:
9689: * src/include/pa_string.h [autoptr] 1.144.2.11:
9690: * src/main/execute.C [autoptr] 1.295.2.1:
9691: * src/main/untaint.C [autoptr] 1.115.2.1:
9692: * src/types/pa_vmail.C [autoptr] 1.40.2.1:
9693: more compiled.
9694: struck with string::store_to needing to know source/client charsets
9695:
9696: * src/include/pa_exception.h [autoptr] 1.38.2.8:
9697: * src/include/pa_uue.h [autoptr] 1.4.2.1:
9698: * src/main/pa_uue.C [autoptr] 1.4.2.1:
9699: * src/types/pa_vfile.h [autoptr] 1.52.2.1:
9700: uue compiled
9701:
9702: * src/include/pa_table.h [autoptr] 1.48.2.6:
9703: * src/main/pa_string.C [autoptr] 1.172.2.8:
9704: * src/main/pa_table.C [autoptr] 1.53.2.5:
9705: table compiled
9706:
9707: * src/include/pa_array.h [autoptr] 1.57.2.12:
9708: * src/include/pa_exec.h [autoptr] 1.11.2.1:
9709: * src/include/pa_hash.h [autoptr] 1.58.2.9:
9710: * src/include/pa_pool.h [autoptr] 1.86.2.15:
9711: * src/main/pa_exec.C [autoptr] 1.48.2.2:
9712: pa_exec win32 compiled
9713:
9714: 2003-01-27 paf
9715: * src/include/pa_array.h [autoptr] 1.57.2.9:
9716: * src/include/pa_common.h [autoptr] 1.89.2.4:
9717: * src/include/pa_hash.h [autoptr] 1.58.2.7:
9718: * src/include/pa_pool.h [autoptr] 1.86.2.9:
9719: * src/include/pa_string.h [autoptr] 1.144.2.7:
9720: * src/main/pa_common.C [autoptr] 1.143.2.4:
9721: * src/main/pa_string.C [autoptr] 1.172.2.6:
9722: * src/types/pa_value.C [autoptr] 1.9.2.2:
9723: * src/types/pa_value.h [autoptr] 1.109.2.3:
9724: * src/types/pa_vhash.h [autoptr] 1.43.2.2:
9725: * src/types/pa_vint.h [autoptr] 1.38.2.2:
9726: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.2:
9727: * src/types/pa_wcontext.C [autoptr] 1.24.2.1:
9728: * src/types/pa_wcontext.h [autoptr] 1.42.2.1:
9729: wcontext compiled
9730:
9731: * src/include/pa_exception.h [autoptr] 1.38.2.6:
9732: * src/include/pa_sql_connection.h [autoptr] 1.30.2.3:
9733: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.3:
9734: * src/include/pa_string.h [autoptr] 1.144.2.8:
9735: * src/main/pa_common.C [autoptr] 1.143.2.6:
9736: * src/main/pa_exec.C [autoptr] 1.48.2.1:
9737: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.3:
9738: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.1:
9739: paused on sql_manager
9740:
9741: * src/classes/op.C [autoptr] 1.127.2.3:
9742: * src/include/pa_globals.h [autoptr] 1.101.2.4:
9743: * src/include/pa_hash.h [autoptr] 1.58.2.8:
9744: * src/include/pa_sql_connection.h [autoptr] 1.30.2.1:
9745: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.1:
9746: * src/include/pa_table.h [autoptr] 1.48.2.5:
9747: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.1:
9748: * src/main/pa_table.C [autoptr] 1.53.2.4:
9749: table compiled
9750:
9751: * src/include/pa_pool.h [autoptr] 1.86.2.10:
9752: * src/main/pa_common.C [autoptr] 1.143.2.5:
9753: common compiled
9754:
9755: * src/include/pa_cache_managers.h [autoptr] 1.9.2.1:
9756: * src/main/pa_cache_managers.C [autoptr] 1.7.2.1:
9757: cache_managers compiled
9758:
9759: * src/include/pa_cache_managers.h [autoptr] 1.9.2.2:
9760: * src/include/pa_pool.h [autoptr] 1.86.2.12:
9761: * src/include/pa_sql_connection.h [autoptr] 1.30.2.2:
9762: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.2:
9763: * src/include/pa_stack.h [autoptr] 1.17.2.1:
9764: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.2:
9765: * src/types/pa_vtable.h [autoptr] 1.48.2.1:
9766: * src/types/pa_vvoid.h [autoptr] 1.17.2.1:
9767: vtable compiled
9768:
9769: * src/include/pa_array.h [autoptr] 1.57.2.10:
9770: * src/include/pa_charset.h [autoptr] 1.20.2.2:
9771: * src/include/pa_pool.h [autoptr] 1.86.2.11:
9772: * src/main/pa_charset.C [autoptr] 1.33.2.1:
9773: charset compiled
9774:
9775: 2003-01-24 paf
9776: * src/classes/classes.C [autoptr] 1.18.2.1:
9777: * src/classes/classes.h [autoptr] 1.23.2.1:
9778: * src/include/pa_array.h [autoptr] 1.57.2.8:
9779: * src/include/pa_common.h [autoptr] 1.89.2.3:
9780: * src/include/pa_globals.h [autoptr] 1.101.2.3:
9781: * src/include/pa_hash.h [autoptr] 1.58.2.6:
9782: * src/include/pa_pool.h [autoptr] 1.86.2.8:
9783: * src/include/pa_string.h [autoptr] 1.144.2.6:
9784: * src/main/pa_common.C [autoptr] 1.143.2.3:
9785: * src/main/pa_globals.C [autoptr] 1.152.2.3:
9786: * src/main/pa_string.C [autoptr] 1.172.2.5:
9787: * src/types/pa_value.h [autoptr] 1.109.2.2:
9788: * src/types/pa_vbool.h [autoptr] 1.21.2.1:
9789: * src/types/pa_vdouble.h [autoptr] 1.42.2.1:
9790: * src/types/pa_vhash.h [autoptr] 1.43.2.1:
9791: * src/types/pa_vint.h [autoptr] 1.38.2.1:
9792: * src/types/pa_vjunction.h [autoptr] 1.19.2.1:
9793: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.1:
9794: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.1:
9795: * src/types/pa_vstatus.h [autoptr] 1.15.2.1:
9796: * src/types/pa_vstring.h [autoptr] 1.54.2.1:
9797: more patched
9798:
9799: * src/classes/op.C [autoptr] 1.127.2.2:
9800: * src/include/pa_array.h [autoptr] 1.57.2.7:
9801: * src/include/pa_exception.h [autoptr] 1.38.2.5:
9802: * src/include/pa_hash.h [autoptr] 1.58.2.5:
9803: * src/include/pa_pool.h [autoptr] 1.86.2.7:
9804: * src/include/pa_string.h [autoptr] 1.144.2.5:
9805: * src/include/pa_table.h [autoptr] 1.48.2.4:
9806: * src/main/pa_dictionary.C [autoptr] 1.17.2.2:
9807: * src/main/pa_exception.C [autoptr] 1.43.2.5:
9808: * src/main/pa_string.C [autoptr] 1.172.2.4:
9809: * src/main/pa_table.C [autoptr] 1.53.2.3:
9810: string compiled
9811:
9812: * src/include/pa_array.h [autoptr] 1.57.2.6:
9813: * src/include/pa_common.h [autoptr] 1.89.2.2:
9814: * src/include/pa_dictionary.h [autoptr] 1.13.2.2:
9815: * src/include/pa_exception.h [autoptr] 1.38.2.4:
9816: * src/include/pa_pool.h [autoptr] 1.86.2.6:
9817: * src/include/pa_string.h [autoptr] 1.144.2.4:
9818: * src/include/pa_table.h [autoptr] 1.48.2.3:
9819: * src/main/pa_common.C [autoptr] 1.143.2.2:
9820: * src/main/pa_dictionary.C [autoptr] 1.17.2.1:
9821: * src/main/pa_exception.C [autoptr] 1.43.2.4:
9822: * src/main/pa_string.C [autoptr] 1.172.2.3:
9823: dictionary compiled
9824:
9825: 2003-01-23 paf
9826: * src/include/pa_array.h [autoptr] 1.57.2.4:
9827: * src/include/pa_exception.h [autoptr] 1.38.2.2:
9828: * src/include/pa_hash.h [autoptr] 1.58.2.4:
9829: * src/include/pa_pool.h [autoptr] 1.86.2.4:
9830: * src/include/pa_table.h [autoptr] 1.48.2.2:
9831: * src/main/pa_exception.C [autoptr] 1.43.2.2:
9832: * src/main/pa_table.C [autoptr] 1.53.2.2:
9833: table compiled
9834:
9835: * src/include/pa_array.h [autoptr] 1.57.2.2:
9836: * src/include/pa_hash.h [autoptr] 1.58.2.2:
9837: * src/include/pa_pool.h [autoptr] 1.86.2.2:
9838: * src/main/main.dsp [autoptr] 1.161.6.1:
9839: continued with Hash
9840:
9841: * src/include/pa_array.h [autoptr] 1.57.2.5:
9842: * src/include/pa_common.h [autoptr] 1.89.2.1:
9843: * src/include/pa_exception.h [autoptr] 1.38.2.3:
9844: * src/include/pa_globals.h [autoptr] 1.101.2.2:
9845: * src/include/pa_pool.h [autoptr] 1.86.2.5:
9846: * src/include/pa_request.h [autoptr] 1.160.2.1:
9847: * src/include/pa_string.h [autoptr] 1.144.2.3:
9848: * src/main/pa_common.C [autoptr] 1.143.2.1:
9849: * src/main/pa_exception.C [autoptr] 1.43.2.3:
9850: * src/main/pa_globals.C [autoptr] 1.152.2.2:
9851: * src/types/pa_value.C [autoptr] 1.9.2.1:
9852: * src/types/pa_value.h [autoptr] 1.109.2.1:
9853: resurrected pool in new sense: now it's factory, producing
9854: accounting memory chunks for read[autofree] buffers
9855:
9856: * src/classes/image.C [autoptr] 1.90.2.1:
9857: * src/classes/op.C [autoptr] 1.127.2.1:
9858: * src/include/pa_array.h [autoptr] 1.57.2.3:
9859: * src/include/pa_exception.h [autoptr] 1.38.2.1:
9860: * src/include/pa_globals.h [autoptr] 1.101.2.1:
9861: * src/include/pa_hash.h [autoptr] 1.58.2.3:
9862: * src/include/pa_pool.h [autoptr] 1.86.2.3:
9863: * src/include/pa_pragma_pack_begin.h [autoptr] 1.6.2.1:
9864: * src/include/pa_pragma_pack_end.h [autoptr] 1.6.2.1:
9865: * src/include/pa_sapi.h [autoptr] 1.22.2.1:
9866: * src/include/pa_string.h [autoptr] 1.144.2.2:
9867: * src/include/pa_table.h [autoptr] 1.48.2.1:
9868: * src/include/pa_types.h [autoptr] 1.44.2.1:
9869: * src/main/pa_exception.C [autoptr] 1.43.2.1:
9870: * src/main/pa_globals.C [autoptr] 1.152.2.1:
9871: * src/main/pa_string.C [autoptr] 1.172.2.2:
9872: * src/main/pa_table.C [autoptr] 1.53.2.1:
9873: aint that easy
9874:
9875: * src/main/pa_common.C 1.144:
9876: connect_string allocated on heap[wes on stack] now. and exception can be reported OK now [can be reported outside of pro
9877: c with that stack]
9878:
9879: * src/lib/pcre/8859-1.ucm 1.1:
9880: file 8859-1.ucm was initially added on branch autoptr.
9881:
9882: 2003-01-22 paf
9883: * src/include/pa_array.h [autoptr] 1.57.2.1:
9884: * src/include/pa_charset.h [autoptr] 1.20.2.1:
9885: * src/include/pa_dictionary.h [autoptr] 1.13.2.1:
9886: * src/include/pa_hash.h [autoptr] 1.58.2.1:
9887: * src/include/pa_pool.h [autoptr] 1.86.2.1:
9888: * src/include/pa_string.h [autoptr] 1.144.2.1:
9889: * src/main/pa_array.C [autoptr] 1.54.2.1:
9890: * src/main/pa_hash.C [autoptr] 1.53.2.1:
9891: * src/main/pa_pool.C [autoptr] 1.59.2.1:
9892: * src/main/pa_string.C [autoptr] 1.172.2.1:
9893: started auto_ptr.
9894: PA_Object is base: contains references_count.
9895: auto_ptr template calls add_ref/release
9896:
9897: 2003-01-21 paf
9898: * src/classes/classes.C 1.18:
9899: * src/classes/classes.h 1.23:
9900: * src/classes/date.C 1.42:
9901: * src/classes/double.C 1.53:
9902: * src/classes/file.C 1.107:
9903: * src/classes/form.C 1.34:
9904: * src/classes/hash.C 1.54:
9905: * src/classes/image.C 1.90:
9906: * src/classes/int.C 1.49:
9907: * src/classes/mail.C 1.88:
9908: * src/classes/math.C 1.24:
9909: * src/classes/op.C 1.127:
9910: * src/classes/response.C 1.23:
9911: * src/classes/string.C 1.125:
9912: * src/classes/table.C 1.172:
9913: * src/classes/void.C 1.28:
9914: * src/classes/xdoc.C 1.108:
9915: * src/classes/xnode.C 1.54:
9916: * src/classes/xnode.h 1.18:
9917: * src/include/pa_array.h 1.57:
9918: * src/include/pa_cache_managers.h 1.9:
9919: * src/include/pa_charset.h 1.20:
9920: * src/include/pa_charsets.h 1.8:
9921: * src/include/pa_common.h 1.89:
9922: * src/include/pa_config_fixed.h 1.54:
9923: * src/include/pa_config_includes.h 1.23:
9924: * src/include/pa_dictionary.h 1.13:
9925: * src/include/pa_dir.h 1.13:
9926: * src/include/pa_exception.h 1.38:
9927: * src/include/pa_exec.h 1.11:
9928: * src/include/pa_globals.h 1.101:
9929: * src/include/pa_hash.h 1.58:
9930: * src/include/pa_opcode.h 1.24:
9931: * src/include/pa_pool.h 1.86:
9932: * src/include/pa_pragma_pack_begin.h 1.6:
9933: * src/include/pa_pragma_pack_end.h 1.6:
9934: * src/include/pa_request.h 1.160:
9935: * src/include/pa_sapi.h 1.22:
9936: * src/include/pa_socks.h 1.11:
9937: * src/include/pa_sql_connection.h 1.30:
9938: * src/include/pa_sql_driver_manager.h 1.26:
9939: * src/include/pa_stack.h 1.17:
9940: * src/include/pa_string.h 1.144:
9941: * src/include/pa_stylesheet_connection.h 1.32:
9942: * src/include/pa_stylesheet_manager.h 1.15:
9943: * src/include/pa_table.h 1.48:
9944: * src/include/pa_threads.h 1.26:
9945: * src/include/pa_types.h 1.44:
9946: * src/include/pa_uue.h 1.4:
9947: * src/lib/md5/pa_md5.h 1.5:
9948: * src/lib/md5/pa_md5c.c 1.6:
9949: * src/lib/pcre/pcre_parser_ctype.c 1.3:
9950: * src/main/compile.C 1.69:
9951: * src/main/compile.tab.C 1.80:
9952: * src/main/compile.y 1.204:
9953: * src/main/compile_tools.C 1.54:
9954: * src/main/compile_tools.h 1.67:
9955: * src/main/execute.C 1.295:
9956: * src/main/pa_array.C 1.54:
9957: * src/main/pa_cache_managers.C 1.7:
9958: * src/main/pa_charset.C 1.33:
9959: * src/main/pa_charsets.C 1.11:
9960: * src/main/pa_common.C 1.143:
9961: * src/main/pa_dictionary.C 1.17:
9962: * src/main/pa_dir.C 1.14:
9963: * src/main/pa_exception.C 1.43:
9964: * src/main/pa_exec.C 1.48:
9965: * src/main/pa_globals.C 1.152:
9966: * src/main/pa_hash.C 1.53:
9967: * src/main/pa_pool.C 1.59:
9968: * src/main/pa_request.C 1.245:
9969: * src/main/pa_socks.C 1.18:
9970: * src/main/pa_sql_driver_manager.C 1.69:
9971: * src/main/pa_string.C 1.172:
9972: * src/main/pa_stylesheet_manager.C 1.16:
9973: * src/main/pa_table.C 1.53:
9974: * src/main/pa_uue.C 1.4:
9975: * src/main/untaint.C 1.115:
9976: * src/sql/pa_sql_driver.h 1.34:
9977: * src/targets/apache13/mod_parser3.C 1.28:
9978: * src/targets/apache13/pa_md5c.c 1.5:
9979: * src/targets/apache13/pa_pool.C 1.8:
9980: * src/targets/apache13/pa_threads.C 1.11:
9981: * src/targets/cgi/pa_pool.C 1.41:
9982: * src/targets/cgi/pa_threads.C 1.12:
9983: * src/targets/cgi/parser3.C 1.216:
9984: * src/targets/cgi/pool_storage.h 1.13:
9985: * src/targets/isapi/pa_pool.C 1.16:
9986: * src/targets/isapi/pa_threads.C 1.13:
9987: * src/targets/isapi/parser3isapi.C 1.82:
9988: * src/targets/isapi/pool_storage.h 1.19:
9989: * src/types/pa_value.C 1.9:
9990: * src/types/pa_value.h 1.109:
9991: * src/types/pa_vbool.h 1.21:
9992: * src/types/pa_vclass.C 1.16:
9993: * src/types/pa_vclass.h 1.39:
9994: * src/types/pa_vcode_frame.h 1.24:
9995: * src/types/pa_vcookie.C 1.55:
9996: * src/types/pa_vcookie.h 1.23:
9997: * src/types/pa_vdate.h 1.24:
9998: * src/types/pa_vdouble.h 1.42:
9999: * src/types/pa_venv.h 1.28:
10000: * src/types/pa_vfile.C 1.36:
10001: * src/types/pa_vfile.h 1.52:
10002: * src/types/pa_vform.C 1.74:
10003: * src/types/pa_vform.h 1.45:
10004: * src/types/pa_vhash.h 1.43:
10005: * src/types/pa_vimage.C 1.22:
10006: * src/types/pa_vimage.h 1.34:
10007: * src/types/pa_vint.h 1.38:
10008: * src/types/pa_vjunction.h 1.19:
10009: * src/types/pa_vmail.C 1.40:
10010: * src/types/pa_vmail.h 1.9:
10011: * src/types/pa_vmath.h 1.14:
10012: * src/types/pa_vmethod_frame.h 1.45:
10013: * src/types/pa_vobject.C 1.12:
10014: * src/types/pa_vobject.h 1.38:
10015: * src/types/pa_vrequest.C 1.27:
10016: * src/types/pa_vrequest.h 1.25:
10017: * src/types/pa_vresponse.C 1.17:
10018: * src/types/pa_vresponse.h 1.32:
10019: * src/types/pa_vstateless_class.C 1.19:
10020: * src/types/pa_vstateless_class.h 1.42:
10021: * src/types/pa_vstateless_object.h 1.28:
10022: * src/types/pa_vstatus.C 1.15:
10023: * src/types/pa_vstatus.h 1.15:
10024: * src/types/pa_vstring.C 1.22:
10025: * src/types/pa_vstring.h 1.54:
10026: * src/types/pa_vtable.C 1.21:
10027: * src/types/pa_vtable.h 1.48:
10028: * src/types/pa_vvoid.h 1.17:
10029: * src/types/pa_vxdoc.C 1.23:
10030: * src/types/pa_vxdoc.h 1.31:
10031: * src/types/pa_vxnode.C 1.30:
10032: * src/types/pa_vxnode.h 1.22:
10033: * src/types/pa_wcontext.C 1.24:
10034: * src/types/pa_wcontext.h 1.42:
10035: * src/types/pa_wwrapper.h 1.28:
10036: 2002->2003
10037:
10038: 2003-01-16 paf
10039: * operators.txt 1.108:
10040: * src/include/pa_config_fixed.h 1.53:
10041: * src/main/pa_common.C 1.141:
10042: * www/htdocs/index.html 1.208:
10043: http request now return status. and not fail on status!=200
10044:
10045: * operators.txt 1.109:
10046: * src/include/pa_globals.h 1.100:
10047: * src/main/pa_common.C 1.142:
10048: * src/main/pa_globals.C 1.151:
10049: * www/htdocs/index.html 1.209:
10050: http://
10051: introducing
10052: $.any-status(1)
10053:
10054: * www/htdocs/index.html 1.210:
10055: image.copy fixed transparent resampling
10056:
10057: * bin/Makefile.in 1.9:
10058: * etc/Makefile.in 1.14:
10059: * etc/parser3.charsets/Makefile.in 1.17:
10060: * src/Makefile.in 1.55:
10061: * src/classes/Makefile.in 1.53:
10062: * src/include/Makefile.in 1.11:
10063: * src/lib/Makefile.in 1.8:
10064: * src/lib/md5/Makefile.in 1.6:
10065: * src/lib/patches/Makefile.in 1.10:
10066: * src/lib/pcre/Makefile.in 1.8:
10067: * src/main/Makefile.in 1.50:
10068: * src/sql/Makefile.in 1.11:
10069: * src/targets/Makefile.in 1.42:
10070: * src/targets/cgi/Makefile.in 1.62:
10071: * src/targets/isapi/Makefile.in 1.11:
10072: * src/types/Makefile.in 1.50:
10073: proper AC_LANG_ switching to fix qsort detection bug
10074:
10075: 2003-01-15 paf
10076: * src/main/pa_globals.C 1.150:
10077: localized pa_xmlFileRead/Close
10078:
10079: 2003-01-14 paf
10080: * src/lib/ltdl/config.guess 1.2:
10081: * src/lib/ltdl/config.sub 1.2:
10082: * src/lib/ltdl/install-sh 1.2:
10083: * src/lib/ltdl/missing 1.2:
10084: * src/lib/ltdl/mkinstalldirs 1.2:
10085: removed some ancient files [they in / really]
10086:
10087: * src/lib/ltdl/config_fixed.h 1.2:
10088: * src/lib/ltdl/libltdl.dsp 1.3:
10089: * src/lib/ltdl/ltdl.c 1.3:
10090: ltdl.c regretfully needed patch in two places.
10091: in config_fixed.h made stubs for lib to compile in MSVC
10092:
10093: * src/lib/ltdl/aclocal.m4 1.1:
10094: *** empty log message ***
10095:
10096: 2003-01-13 paf
10097: * config.guess 1.3:
10098: * config.sub 1.4:
10099: * ltmain.sh 1.4:
10100: * src/targets/apache13/Makefile.in 1.44:
10101: removed last piece of configure.in(libtool) hacks
10102:
10103: * src/lib/ltdl/COPYING.LIB 1.1:
10104: * src/lib/ltdl/Makefile.in 1.4:
10105: * src/lib/ltdl/acinclude.m4 1.2:
10106: * src/lib/ltdl/config.h 1.2:
10107: * src/lib/ltdl/config_auto.h.in 1.3:
10108: * src/lib/ltdl/configure 1.4:
10109: * src/lib/ltdl/configure.in 1.4:
10110: * src/lib/ltdl/libltdl.dsp 1.2:
10111: * src/lib/ltdl/ltdl.c 1.2:
10112: * src/lib/ltdl/ltdl.h 1.2:
10113: moved to latest libtool (1.4.3)
10114:
10115: 2003-01-10 paf
10116: * src/lib/patches/Makefile.am 1.3:
10117: * src/lib/patches/Makefile.in 1.9:
10118: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
10119: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
10120: * src/lib/patches/libgdome_morestatic.patch 1.2:
10121: * src/lib/patches/libxml_error_column_tab.patch 1.2:
10122: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
10123: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
10124: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
10125: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
10126: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
10127: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
10128: * src/main/pa_globals.C 1.149:
10129: moved to latest xml lib versions, changed patches.
10130: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
10131: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
10132: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
10133:
10134: * INSTALL 1.31:
10135: moved to latest versions of xml libs
10136: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
10137: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
10138: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
10139:
10140: * src/lib/patches/libxml2.patch 1.1:
10141: moved to libxml2 2.5.1, only these patches left:
10142: * fixing \t chars to spaces in error position reporting
10143: * adding context to conversion functions
10144:
10145: * src/lib/patches/gdome2.patch 1.1:
10146: moved to gdome 0.7.2, one extern const patch left; making some strings more static still needed.
10147: Paolo said that he would incorporate this patch in upcoming version of gdome.
10148:
10149: * src/lib/ltdl/configure 1.3:
10150: * src/lib/ltdl/configure.in 1.3:
10151: PROG_NM
10152:
10153: * src/lib/patches/libxslt.patch 1.1:
10154: moved to libxslt 1.0.23. still need a patch which suppresses
10155: htmlSetMetaEncoding calls
10156:
10157: 2003-01-09 paf
10158: * bin/Makefile.in 1.8:
10159: * config.guess 1.2:
10160: * config.sub 1.3:
10161: * etc/Makefile.in 1.13:
10162: * etc/parser3.charsets/Makefile.in 1.16:
10163: * missing 1.2:
10164: * mkinstalldirs 1.2:
10165: * src/Makefile.in 1.54:
10166: * src/classes/Makefile.in 1.52:
10167: * src/include/Makefile.in 1.10:
10168: * src/include/pa_config_auto.h.in 1.37:
10169: * src/lib/Makefile.in 1.7:
10170: * src/lib/ltdl/Makefile.in 1.3:
10171: * src/lib/ltdl/config_auto.h.in 1.2:
10172: * src/lib/ltdl/configure 1.2:
10173: * src/lib/ltdl/configure.in 1.2:
10174: * src/lib/md5/Makefile.in 1.5:
10175: * src/lib/patches/Makefile.in 1.8:
10176: * src/lib/pcre/Makefile.in 1.7:
10177: * src/main/Makefile.in 1.49:
10178: * src/sql/Makefile.in 1.10:
10179: * src/targets/Makefile.in 1.41:
10180: * src/targets/apache13/Makefile.in 1.43:
10181: * src/targets/cgi/Makefile.am 1.46:
10182: * src/targets/cgi/Makefile.in 1.61:
10183: * src/targets/isapi/Makefile.in 1.10:
10184: * src/types/Makefile.in 1.49:
10185: moved to autoconf 2.57 & automake 1.7.2
10186:
10187: * depcomp 1.1:
10188: moving to automake 1.7.2
10189:
10190: * INSTALL 1.30:
10191: xml,xslt,gdome lib urls updated
10192:
10193: * Makefile.am 1.30:
10194: * Makefile.in 1.44:
10195: * src/lib/ltdl/missing 1.1:
10196: * src/lib/ltdl/mkinstalldirs 1.1:
10197: *** empty log message ***
10198:
1.21 paf 10199: 2002-12-27 paf
10200: * src/doc/aliased.dox 1.5:
10201: * src/doc/index.dox 1.4:
10202: * src/doc/module.dox 1.4:
10203: * src/doc/pooled.dox 1.4:
10204: * www/htdocs/index.html 1.207:
10205: removed outdated parts, made links to language docs
10206:
10207: * src/include/pa_version.h [release_3_0_0007] 1.7.10.1:
10208: 0007
10209:
10210: * src/include/pa_config_auto.h.in 1.36:
10211: comment
10212:
10213: 2002-12-26 paf
10214: * INSTALL 1.29:
10215: * src/include/pa_config_auto.h.in 1.35:
10216: * src/main/pa_common.C 1.140:
10217: * src/main/pa_exec.C 1.47:
10218: changing SAFE_MODE politics
10219:
10220: * src/classes/file.C 1.106:
10221: file:fullpath[a.gif] when document root did not contain
10222: trailing / fixed.
10223:
10224: 2002-12-25 paf
10225: * src/main/pa_globals.C 1.147:
10226: optimized-as-is
10227:
10228: * src/main/pa_globals.C 1.148:
10229: optimized-xml
10230:
10231: 2002-12-24 paf
10232: * src/main/pa_common.C 1.139:
10233: * src/main/pa_pool.C 1.58:
10234: pool::copy on zero size|ptr fixed [were really called with zero
10235: size when .html?a=&b=]
10236:
10237: * src/main/pa_exec.C 1.46:
10238: * www/htdocs/index.html 1.206:
10239: fork/pipe error now [old always-pipe-error fixed]
10240:
10241: * src/classes/mail.C 1.86:
10242: $MAIL in @conf now invalid when configured with --with-sendmail
10243:
10244: 2002-12-23 paf
10245: * src/types/pa_vcookie.C 1.54:
10246: cookie:field[put value] fixed [were ignoring parameters & were
10247: storing only string with default expires
10248:
10249: * src/main/pa_charset.C 1.32:
10250: From: "Victor Fedoseev" <vvf_ru@mail.ru>
10251: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
10252: Sent: Monday, December 23, 2002 4:22 AM
1.39 paf 10253: Subject: bug ? Charset::transcode_buf2xchar
1.21 paf 10254:
10255: 2002-12-20 paf
10256: * src/targets/cgi/parser3.C 1.215:
10257: removed last \n appending in non-win32 non-cgi [script] runs
10258:
10259: 2002-12-19 paf
10260: * operators.txt 1.107:
10261: * src/include/pa_globals.h 1.99:
10262: * src/include/pa_request.h 1.159:
10263: * src/main/pa_globals.C 1.146:
10264: * src/main/pa_request.C 1.244:
10265: * www/htdocs/index.html 1.205:
10266: $response:download
10267:
10268: * src/classes/mail.C 1.85:
10269: 'to' check bugfix [now checked only on ms compiler [win32]].
10270:
10271: * INSTALL 1.28:
10272: --without-iconv recommended [it crashes on some systems [tested on elik]]
10273: moreover, it's not needed there [parser registers charsets itself]
10274:
10275: * INSTALL 1.27:
10276: -without-iconv recommended [it crashes on some systems [tested
10277: on elik]]
10278:
10279: 2002-12-18 paf
10280: * src/classes/xdoc.C 1.107:
10281: doc->URL on xdoc.load set correctly now
10282:
10283: 2002-12-17 paf
10284: * src/targets/cgi/parser3.C [release_3_0_0006] 1.213.2.1:
10285: 1. on win32 in die: abort() reverted to exit(1)
10286: 2. more flexible iilegal call check
10287:
10288: * src/targets/cgi/parser3.C 1.214:
10289: merged die&iis changes
10290:
10291: 2002-12-16 paf
10292: * src/main/untaint.C 1.114:
10293: filespec russian small 'r' changed to latin 'p' bug fix
10294:
10295: * Makefile.in 1.38:
10296: ltmain.sh silly required for stupid automake added
10297:
10298: * ltmain.sh 1.3:
10299: *** empty log message ***
10300:
10301: * ltmain.sh [release_3_0_0006] 1.2.2.1:
10302: some automakes silly insist on having this handy
10303:
1.20 paf 10304: 2002-12-15 paf
1.21 paf 10305: * src/main/untaint.C 1.113:
10306: filespec russian small 'r' changed to latin 'p'
10307:
10308: * src/main/pa_common.C [release_3_0_0006] 1.137.2.1:
10309: ftruncate having checked
10310:
10311: * src/main/compile.C [release_3_0_0006] 1.67.6.1:
10312: removed warning
10313:
1.20 paf 10314: * configure.in [release_3_0_0006] 1.52.2.1:
10315: * src/include/pa_version.h [release_3_0_0006] 1.7.8.1:
10316: new version
10317:
1.21 paf 10318: * configure.in [release_3_0_0006] 1.52.2.2:
10319: * src/include/pa_config_auto.h.in [release_3_0_0006] 1.33.2.1:
10320: *** empty log message ***
10321:
10322: * configure.in 1.53:
10323: * src/include/pa_config_auto.h.in 1.34:
10324: * src/main/compile.C 1.68:
10325: * src/main/pa_common.C 1.138:
10326: merged small changes from branch 6 to HEAD
10327:
1.20 paf 10328: 2002-12-14 paf
10329: * src/sql/pa_sql_driver.h 1.33:
10330: * www/htdocs/index.html 1.204:
10331: exception type fixed
10332:
10333: * src/classes/table.C 1.171:
10334: removed unnecessary code
10335:
10336: 2002-12-09 paf
10337: * src/classes/hash.C 1.53:
10338: * src/classes/string.C 1.124:
10339: * src/classes/table.C 1.170:
10340: * src/classes/void.C 1.27:
10341: * src/main/pa_sql_driver_manager.C 1.68:
10342: * src/sql/pa_sql_driver.h 1.32:
10343: changed exception handling mech in sql handlers #2
10344:
10345: * bin/Makefile.in 1.7:
10346: * configure.in 1.52:
10347: * etc/Makefile.in 1.12:
10348: * etc/parser3.charsets/Makefile.in 1.15:
10349: * src/Makefile.in 1.53:
10350: * src/classes/Makefile.in 1.51:
10351: * src/include/Makefile.in 1.9:
10352: * src/lib/Makefile.in 1.6:
10353: * src/lib/ltdl/Makefile.in 1.2:
10354: * src/lib/md5/Makefile.in 1.4:
10355: * src/lib/patches/Makefile.in 1.7:
10356: * src/lib/pcre/Makefile.in 1.6:
10357: * src/main/Makefile.in 1.48:
10358: * src/sql/Makefile.in 1.9:
10359: * src/targets/Makefile.in 1.40:
10360: * src/targets/apache13/Makefile.in 1.42:
10361: * src/targets/cgi/Makefile.in 1.60:
10362: * src/targets/isapi/Makefile.in 1.9:
10363: * src/types/Makefile.in 1.48:
10364: removed configure.in:AC_LIBTOOL, it caused automake to write
10365: makefile which used libtool to install things, which is not needed
10366:
10367: * src/targets/apache13/mod_parser3.C 1.27:
10368: * src/targets/cgi/parser3.C 1.211:
10369: * src/targets/cgi/parser3.C 1.212:
10370: * src/targets/cgi/parser3.C 1.213:
10371: * src/targets/isapi/parser3isapi.C 1.81:
10372: ::die now tries to write core dump
10373:
10374: * src/types/pa_vvoid.h 1.16:
10375: * www/htdocs/index.html 1.203:
10376: $void.store[now] error
10377:
10378: * src/classes/hash.C 1.52:
10379: * src/classes/string.C 1.123:
10380: * src/classes/table.C 1.169:
10381: * src/classes/void.C 1.26:
10382: * src/main/pa_sql_driver_manager.C 1.66:
10383: * src/main/pa_sql_driver_manager.C 1.67:
10384: * src/sql/pa_sql_driver.h 1.29:
10385: * src/sql/pa_sql_driver.h 1.30:
10386: * src/sql/pa_sql_driver.h 1.31:
10387: changed exception handling mech in sql handlers
10388:
10389: 2002-12-06 paf
10390: * operators.txt 1.106:
10391: * src/main/compile.tab.C 1.78:
10392: * src/types/pa_vhash.h 1.42:
10393: $hash.fields -- pseudo field to make 'hash' more like 'table'
10394:
10395: 2002-12-05 paf
10396: * src/main/pa_array.C 1.53:
10397: * src/main/pa_table.C 1.51:
10398: * www/htdocs/index.html 1.199:
10399: wow! found/fixed bug in lowlevel proc
10400:
10401: * src/main/pa_common.C 1.137:
10402: * src/main/untaint.C 1.111:
10403: * src/types/pa_vmail.C 1.38:
10404: * www/htdocs/index.html 1.200:
10405: mail header ',' allowed.
10406: still bugs in smtp [only one receiptient works, cc, bcc ignored now, and MAILED ;)]
10407:
10408: [strncpy killed, memnchr used]
10409:
10410: * src/main/pa_table.C 1.52:
10411: table-copy now current=0
10412:
10413: * src/targets/cgi/parser3.C 1.209:
10414: * src/targets/cgi/parser3.C 1.210:
10415: more checks on http://domain/parser.cgi start [maybe some
10416: getenv returns "", checked that now
10417:
10418: * src/targets/cgi/parser3.C 1.208:
10419: * www/htdocs/index.html 1.198:
10420: error logging made unbuffered [so that out-of-mem errors
10421: reached log]
10422:
10423: * src/main/main.dsp 1.161:
10424: pa_version included into main.dsp
10425:
10426: * www/htdocs/index.html 1.196:
10427: smtp line ends fixed. now \r\n [not \r]. some smtp servers [
10428: win32] leave \n intact, and some clients [bat] fail to show
10429: letter correctly
10430:
10431: * src/classes/mail.C 1.83:
10432: * src/targets/cgi/parser3.C 1.207:
10433: * src/types/pa_vmail.C 1.37:
10434: * www/htdocs/index.html 1.197:
10435: mail:send MIME-Version default
10436:
10437: * src/main/untaint.C 1.112:
10438: * www/htdocs/index.html 1.201:
10439: mail header closed properly
10440:
10441: * src/classes/mail.C 1.84:
10442: * src/types/pa_vmail.C 1.39:
10443: * src/types/pa_vmail.h 1.8:
10444: * www/htdocs/index.html 1.202:
10445: smtp cc/bcc OK now
10446:
10447: 2002-12-04 paf
10448: * gnu.dsp 1.3:
10449: restored
10450:
10451: * src/types/pa_vform.C 1.73:
10452: $form:field string value cut by premature 0
10453:
10454: * parser3.dsw 1.6:
10455: * src/main/compile.tab.C 1.77:
10456: * src/main/main.dsp 1.160:
10457: * www/htdocs/.htaccess 1.12:
10458: * www/htdocs/index.html 1.195:
10459: lib/libltdl -> lib/ltdl Win32 changes. s
10460:
10461: * bin/Makefile.in 1.6:
10462: * configure.in 1.51:
10463: * etc/Makefile.in 1.11:
10464: * etc/parser3.charsets/Makefile.in 1.14:
10465: * gnu.dsp 1.2:
10466: * src/Makefile.in 1.52:
10467: * src/classes/Makefile.in 1.50:
10468: * src/include/Makefile.in 1.8:
10469: * src/lib/Makefile.am 1.3:
10470: * src/lib/Makefile.in 1.5:
10471: * src/lib/ltdl/Makefile.am 1.1:
10472: * src/lib/ltdl/Makefile.in 1.1:
10473: * src/lib/ltdl/README 1.1:
10474: * src/lib/ltdl/acinclude.m4 1.1:
10475: * src/lib/ltdl/config.guess 1.1:
10476: * src/lib/ltdl/config.h 1.1:
10477: * src/lib/ltdl/config.sub 1.1:
10478: * src/lib/ltdl/config_auto.h.in 1.1:
10479: * src/lib/ltdl/config_fixed.h 1.1:
10480: * src/lib/ltdl/configure 1.1:
10481: * src/lib/ltdl/configure.in 1.1:
10482: * src/lib/ltdl/install-sh 1.1:
10483: * src/lib/ltdl/libltdl.dsp 1.1:
10484: * src/lib/ltdl/ltdl.c 1.1:
10485: * src/lib/ltdl/ltdl.h 1.1:
10486: * src/lib/md5/Makefile.in 1.3:
10487: * src/lib/patches/Makefile.in 1.6:
10488: * src/lib/pcre/Makefile.in 1.5:
10489: * src/main/Makefile.in 1.47:
10490: * src/sql/Makefile.in 1.8:
10491: * src/targets/Makefile.in 1.39:
10492: * src/targets/apache13/Makefile.in 1.41:
10493: * src/targets/cgi/Makefile.in 1.59:
10494: * src/targets/isapi/Makefile.in 1.8:
10495: * src/types/Makefile.in 1.47:
10496: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
10497: so it does have no problems with automake.
10498: ltdl/configure AC_OUTPUT(Makefile<<removed)
10499:
10500: * src/classes/classes.awk 1.6:
10501: more strict *.C$
10502:
10503: 2002-12-02 paf
10504: * operators.txt 1.105:
10505: removed outdated status:db
10506:
10507: * src/classes/mail.C 1.82:
10508: * src/include/pa_common.h 1.88:
10509: * src/main/pa_common.C 1.136:
10510: * src/main/pa_request.C 1.243:
10511: * src/types/pa_vcookie.C 1.53:
10512: * src/types/pa_vmail.C 1.36:
10513: * www/htdocs/index.html 1.194:
10514: http header lang of tainted parts becomes http-header
10515:
1.19 paf 10516: 2002-11-29 paf
10517: * src/include/pa_common.h 1.87:
10518: * src/main/pa_common.C 1.135:
10519: * src/types/pa_vresponse.C 1.16:
10520: * src/types/pa_vresponse.h 1.31:
10521: * www/htdocs/index.html 1.192:
10522: http:// param values now handled exactly like $response:header values.
10523: e.g. can be hash [can have subattributes] & contain date values.
10524:
10525: * operators.txt 1.104:
10526: * src/classes/date.C 1.41:
10527: * src/classes/image.C 1.89:
10528: * www/htdocs/index.html 1.193:
10529: exif dates now objects of type date
10530:
10531: * src/main/pa_common.C 1.133:
10532: * www/htdocs/index.html 1.190:
10533: http:// tainted partes now %xx
10534:
10535: * src/main/pa_common.C 1.134:
10536: * www/htdocs/index.html 1.191:
10537: http:// param values lang forced URI
10538:
10539: * src/classes/image.C 1.88:
10540: 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]
10541: now used image.format
10542:
10543: 2002-11-28 paf
10544: * src/classes/op.C 1.126:
10545: * www/htdocs/index.html 1.185:
10546: ^cache bug fixed.
10547: stupid compiler allowed 'false' to go into (Hash *) parameter
10548:
10549: * src/classes/image.C 1.85:
10550: * www/htdocs/index.html 1.186:
10551: image.text now outputs one pixel HIGHER chars [one top
10552: horizontal line of 1pixel height were missing]
10553:
10554: * www/htdocs/index.html 1.187:
10555: regexp syntax xxx$ speed-up experiments
10556:
10557: * operators.txt 1.102:
10558: http.timeout
10559:
10560: * www/htdocs/font.gif 1.1:
10561: *** empty log message ***
10562:
10563: * configure.in 1.50:
10564: stopped double libltdl/Makefile generation
10565:
10566: * src/classes/image.C 1.87:
10567: * www/htdocs/index.html 1.188:
10568: image.length now counts interchar space. plus space after last char
10569:
10570: * www/htdocs/index.html 1.189:
10571: doc samples
10572:
10573: * src/main/pa_string.C 1.171:
10574: PCRE_DOLLAR_ENDONLY
10575:
10576: * src/classes/image.C 1.86:
10577: ^image.font width measurer now scans full height [were -1]
10578:
10579: 2002-11-27 paf
10580: * src/classes/image.C 1.84:
10581: * www/htdocs/index.html 1.183:
10582: ^image.font << bad font file-size now properly reported
10583:
10584: * src/include/pa_globals.h 1.98:
10585: * src/main/pa_globals.C 1.145:
10586: * src/main/pa_request.C 1.242:
10587: * src/types/pa_vmail.C 1.35:
10588: * www/htdocs/index.html 1.184:
10589: response:body[file] if file nows it's name
10590: now returns content-disposition: >>attachment<<
10591:
1.18 paf 10592: 2002-11-26 paf
10593: * operators.txt 1.101:
10594: * src/main/pa_common.C 1.130:
10595: * www/htdocs/index.html 1.182:
10596: http:// response status!=200 made exception: http.status with
10597: source=bad status#
10598:
10599: * src/main/pa_common.C 1.131:
10600: * www/htdocs/.htaccess 1.11:
10601: utf8 prefix ignored @read text
10602:
10603: * src/main/pa_request.C 1.241:
10604: fixed lang in reponse header
10605:
10606: 2002-11-25 paf
10607: * operators.txt 1.99:
10608: * src/main/pa_common.C 1.128:
10609: * www/htdocs/index.html 1.181:
10610: http fields now UPPERCASE
10611:
10612: $file[^file::load[http://there]]
10613: $file.SERVER
10614:
10615: * configure.in 1.49:
10616: * src/classes/image.C 1.83:
10617: * src/include/pa_config_auto.h.in 1.33:
10618: * src/include/pa_config_includes.h 1.22:
10619: * src/main/Makefile.am 1.35:
10620: * src/main/Makefile.in 1.46:
10621: * src/main/pa_common.C 1.129:
10622: * src/main/pa_globals.C 1.142:
10623: http://
10624: and image const void related probs fixed
10625:
10626: * operators.txt 1.98:
10627: * src/classes/file.C 1.104:
10628: * src/classes/table.C 1.168:
10629: * src/classes/xdoc.C 1.105:
10630: * src/include/pa_common.h 1.85:
10631: * src/include/pa_globals.h 1.97:
10632: * src/main/pa_common.C 1.126:
10633: * src/main/pa_globals.C 1.141:
10634: * src/main/pa_request.C 1.239:
10635: * src/types/pa_vfile.C 1.35:
10636: * src/types/pa_vfile.h 1.51:
10637: * www/htdocs/index.html 1.179:
10638: table/xdoc/file::load now understand http:// prefix and additional params, sample:
10639: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
10640: $.USER-AGENT[parser3]
10641: ]]
10642:
10643: * src/classes/file.C 1.105:
10644: * src/classes/image.C 1.82:
10645: * src/classes/xdoc.C 1.106:
10646: * src/include/pa_common.h 1.86:
10647: * src/main/pa_common.C 1.127:
10648: * src/main/pa_request.C 1.240:
10649: * www/htdocs/index.html 1.180:
10650: checked http options [invalid onces now reported]
10651: made default
10652: user-agent: paf
10653:
10654: 2002-11-22 paf
10655: * operators.txt 1.97:
10656: * src/classes/image.C 1.80:
10657: * src/include/pa_globals.h 1.96:
10658: * src/main/execute.C 1.294:
10659: * src/main/pa_globals.C 1.140:
10660: * src/types/pa_vimage.C 1.21:
10661: * src/types/pa_vimage.h 1.33:
10662: * www/htdocs/.htaccess 1.10:
10663: * www/htdocs/index.html 1.178:
10664: $image.exif support
10665: $image.exif.DateTime & co
10666:
10667: 2002-11-21 paf
10668: * src/classes/image.C 1.78:
10669: jpeg size measure fixed: were badly skipping EXIF information [
10670: were big block and it's size were considered negative :(]
10671:
10672: * operators.txt 1.96:
10673: * src/classes/image.C 1.77:
10674: * src/include/pa_common.h 1.83:
10675: * src/main/pa_common.C 1.123:
10676: * src/types/pa_vmail.C 1.34:
10677: * www/htdocs/index.html 1.177:
10678: image.measure internals rewritten. no there's reader.seek, and all's ready for EXIF extraction
10679: [now we fail to measure files with EXIF info]
10680:
10681: * src/main/pa_common.C 1.122:
10682: O_TRUNCATE killed, ftruncate used instead:
10683: O_TRUNC truncates even exclusevely write-locked file [thanks to Igor Milyakov <virtan@rotabanner.com> for discovering]
10684:
10685: * src/main/pa_exec.C 1.44:
10686: * src/main/untaint.C 1.110:
10687: cstr(UL_UNSPECIFIED) [not _PASS_APPENDED)
10688:
10689: 2002-11-20 paf
10690: * src/main/pa_exec.C 1.41:
10691: pa_exec: data written only if size>0
10692:
10693: * src/targets/cgi/parser3.C 1.205:
10694: logging @signal += query_string
10695:
10696: * src/include/pa_config_fixed.h 1.52:
10697: * src/main/pa_common.C 1.121:
10698: * src/main/pa_exec.C 1.40:
10699: * src/targets/cgi/parser3.C 1.200:
10700: ^file:exec/cgi [pa_exec] pipe read errors now checked
10701:
10702: * src/main/pa_exec.C 1.43:
10703: *** empty log message ***
10704:
10705: * operators.txt 1.95:
10706: * src/classes/file.C 1.103:
10707: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
10708:
10709: * src/include/pa_request.h 1.158:
10710: * src/main/execute.C 1.293:
10711: * src/main/pa_request.C 1.238:
10712: * src/targets/cgi/parser3.C 1.201:
10713: SIGUSR1 >> writes to error_log uri of currently processed document
10714: SIGPIPE >> interrupts request processing [exception = DB rollback]
10715:
10716: * src/targets/cgi/parser3.C 1.203:
10717: SIGNALS overriden @ main top
10718:
10719: * configure.in 1.48:
10720: * src/include/pa_config_auto.h.in 1.32:
10721: * src/include/pa_config_includes.h 1.21:
10722: * src/main/pa_exec.C 1.42:
10723: * src/targets/cgi/parser3.C 1.204:
10724: comment
10725:
10726: 2002-11-19 paf
10727: * src/targets/cgi/parser3.C 1.199:
10728: removed #ifdef WIN32 around check of CGI: Illegal call
10729:
10730: 2002-11-01 paf
10731: * src/main/execute.C 1.292:
10732: comment
10733:
10734: 2002-10-31 paf
10735: * src/types/pa_vobject.C 1.11:
10736: * src/types/pa_vstateless_object.h 1.27:
10737: object put replaces static parent if any
10738:
10739: * src/main/execute.C 1.291:
10740: found out why, checked that for now.
10741: todo: find out a way for that user could do that
10742:
10743: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.2:
10744: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.2:
10745: realized that one can't remember derivates in base class: there's so many of them.
10746: also there can be no virtual method calls in static classes
10747:
10748: * src/classes/op.C 1.124:
10749: * src/types/pa_value.h 1.107:
10750: * src/types/pa_vobject.h 1.36:
10751: * www/htdocs/base.p 1.4:
10752: * www/htdocs/derived.p 1.22:
10753: * www/htdocs/index.html 1.174:
10754: * www/htdocs/operators.p 1.11:
10755: * www/htdocs/some.p 1.2:
10756: ^process[$caller.self]{...}
10757: now compiles to last derived object part of that 'self'
10758:
10759: * src/classes/form.C [global_static_self_fix] 1.32.4.1:
10760: * src/classes/mail.C [global_static_self_fix] 1.80.4.1:
10761: * src/classes/op.C [global_static_self_fix] 1.124.2.1:
10762: * src/classes/xnode.h [global_static_self_fix] 1.16.4.1:
10763: * src/main/execute.C [global_static_self_fix] 1.289.2.1:
10764: * src/main/pa_request.C [global_static_self_fix] 1.236.4.1:
10765: * src/types/pa_value.h [global_static_self_fix] 1.107.2.1:
10766: * src/types/pa_vclass.C [global_static_self_fix] 1.14.4.1:
10767: * src/types/pa_vclass.h [global_static_self_fix] 1.37.4.1:
10768: * src/types/pa_vcode_frame.h [global_static_self_fix] 1.22.4.1:
10769: * src/types/pa_vcookie.C [global_static_self_fix] 1.51.4.1:
10770: * src/types/pa_vcookie.h [global_static_self_fix] 1.21.4.1:
10771: * src/types/pa_vdate.h [global_static_self_fix] 1.22.4.1:
10772: * src/types/pa_venv.h [global_static_self_fix] 1.26.4.1:
10773: * src/types/pa_vfile.h [global_static_self_fix] 1.49.4.1:
10774: * src/types/pa_vform.C [global_static_self_fix] 1.70.4.1:
10775: * src/types/pa_vform.h [global_static_self_fix] 1.43.4.1:
10776: * src/types/pa_vhash.h [global_static_self_fix] 1.40.4.1:
10777: * src/types/pa_vimage.h [global_static_self_fix] 1.31.4.1:
10778: * src/types/pa_vmail.C [global_static_self_fix] 1.32.4.1:
10779: * src/types/pa_vmail.h [global_static_self_fix] 1.6.4.1:
10780: * src/types/pa_vmath.h [global_static_self_fix] 1.12.4.1:
10781: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.1:
10782: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.1:
10783: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.1:
10784: * src/types/pa_vrequest.C [global_static_self_fix] 1.25.4.1:
10785: * src/types/pa_vrequest.h [global_static_self_fix] 1.23.4.1:
10786: * src/types/pa_vresponse.C [global_static_self_fix] 1.14.2.1:
10787: * src/types/pa_vresponse.h [global_static_self_fix] 1.29.4.1:
10788: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.1:
10789: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.1:
10790: * src/types/pa_vstateless_object.h [global_static_self_fix] 1.25.4.1:
10791: * src/types/pa_vstatus.C [global_static_self_fix] 1.13.4.1:
10792: * src/types/pa_vstatus.h [global_static_self_fix] 1.13.4.1:
10793: * src/types/pa_vstring.h [global_static_self_fix] 1.52.4.1:
10794: * src/types/pa_vtable.C [global_static_self_fix] 1.19.4.1:
10795: * src/types/pa_vtable.h [global_static_self_fix] 1.46.4.1:
10796: * src/types/pa_vvoid.h [global_static_self_fix] 1.14.4.1:
10797: * src/types/pa_vxdoc.C [global_static_self_fix] 1.21.4.1:
10798: * src/types/pa_vxdoc.h [global_static_self_fix] 1.29.4.1:
10799: * src/types/pa_vxnode.C [global_static_self_fix] 1.28.4.1:
10800: * src/types/pa_vxnode.h [global_static_self_fix] 1.20.4.1:
10801: * src/types/pa_wwrapper.h [global_static_self_fix] 1.26.4.1:
10802: * www/htdocs/base.p [global_static_self_fix] 1.4.2.1:
10803: * www/htdocs/derived.p [global_static_self_fix] 1.22.2.1:
10804: * www/htdocs/index.html [global_static_self_fix] 1.174.2.1:
10805: static call $self fixed
10806:
10807: * www/htdocs/base.p 1.6:
10808: * www/htdocs/derived.p 1.24:
10809: * www/htdocs/index.html 1.176:
10810: this example creates base object, which is wrong, todo: find
10811: out why
10812:
10813: * src/main/compile.tab.C [global_static_self_fix] 1.75.4.1:
10814: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.4:
10815: killed $virtual_fields in dynamic, but one can reach derived
10816: static[class] variable from base
10817:
10818: * src/classes/form.C 1.33:
10819: * src/classes/mail.C 1.81:
10820: * src/classes/op.C 1.125:
10821: * src/classes/xnode.h 1.17:
10822: * src/main/compile.tab.C 1.76:
10823: * src/main/execute.C 1.290:
10824: * src/main/pa_request.C 1.237:
10825: * src/types/pa_value.h 1.108:
10826: * src/types/pa_vclass.C 1.15:
10827: * src/types/pa_vclass.h 1.38:
10828: * src/types/pa_vcode_frame.h 1.23:
10829: * src/types/pa_vcookie.C 1.52:
10830: * src/types/pa_vcookie.h 1.22:
10831: * src/types/pa_vdate.h 1.23:
10832: * src/types/pa_venv.h 1.27:
10833: * src/types/pa_vfile.h 1.50:
10834: * src/types/pa_vform.C 1.71:
10835: * src/types/pa_vform.h 1.44:
10836: * src/types/pa_vhash.h 1.41:
10837: * src/types/pa_vimage.h 1.32:
10838: * src/types/pa_vmail.C 1.33:
10839: * src/types/pa_vmail.h 1.7:
10840: * src/types/pa_vmath.h 1.13:
10841: * src/types/pa_vmethod_frame.h 1.44:
10842: * src/types/pa_vobject.C 1.10:
10843: * src/types/pa_vobject.h 1.37:
10844: * src/types/pa_vrequest.C 1.26:
10845: * src/types/pa_vrequest.h 1.24:
10846: * src/types/pa_vresponse.C 1.15:
10847: * src/types/pa_vresponse.h 1.30:
10848: * src/types/pa_vstateless_class.C 1.18:
10849: * src/types/pa_vstateless_class.h 1.41:
10850: * src/types/pa_vstateless_object.h 1.26:
10851: * src/types/pa_vstatus.C 1.14:
10852: * src/types/pa_vstatus.h 1.14:
10853: * src/types/pa_vstring.h 1.53:
10854: * src/types/pa_vtable.C 1.20:
10855: * src/types/pa_vtable.h 1.47:
10856: * src/types/pa_vvoid.h 1.15:
10857: * src/types/pa_vxdoc.C 1.22:
10858: * src/types/pa_vxdoc.h 1.30:
10859: * src/types/pa_vxnode.C 1.29:
10860: * src/types/pa_vxnode.h 1.21:
10861: * src/types/pa_wwrapper.h 1.27:
10862: * www/htdocs/base.p 1.5:
10863: * www/htdocs/derived.p 1.23:
10864: * www/htdocs/index.html 1.175:
10865: static fix merged
10866:
10867: * src/classes/op.C [global_static_self_fix] 1.124.2.2:
10868: * src/types/pa_value.h [global_static_self_fix] 1.107.2.2:
10869: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.2:
10870: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.3:
10871: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.2:
10872: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.3:
10873: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.2:
10874: fixed statics, left $virtual_fields in dynamic
10875:
10876: * src/main/execute.C 1.288:
10877: comment
10878:
10879: 2002-10-30 paf
10880: * www/htdocs/derived.p 1.21:
10881: * www/htdocs/some.p 1.1:
10882: include method overriding tested OK
10883:
10884: 2002-10-29 paf
10885: * src/targets/isapi/parser3isapi.C 1.80:
10886: comment on 404 bad status re-passing [iis to blame]
10887:
10888: * src/classes/string.C 1.122:
10889: changed string.save to pass current sql connection to cstr
10890: thus one can
10891: ^connect[some server]{
10892: $s[insert into table x (x) values (^taint[sql]{value})]
10893: ^s.save[some.sql]
10894: }
10895: and he'd get in some.sql file code with properly escaped.
10896: [tried in mssql->mysql export->import of binary data]
10897:
10898: 2002-10-28 paf
10899: * www/htdocs/index.html 1.172:
10900: * www/htdocs/index.html 1.173:
10901: bad email handling test
10902:
10903: 2002-10-25 paf
10904: * src/include/pa_hash.h [hash_insensitive_garbage] 1.57.4.1:
10905: * src/main/pa_hash.C [hash_insensitive_garbage] 1.52.4.1:
10906: * src/main/pa_request.C [hash_insensitive_garbage] 1.236.2.1:
10907: * src/types/pa_vresponse.C [hash_insensitive_garbage] 1.13.2.1:
10908: saving for maybe-future
10909:
10910: * src/types/pa_vresponse.C 1.14:
10911: case insensitive response user fields get/put
10912:
10913: 2002-10-23 paf
10914: * src/types/pa_vmail.C 1.32:
10915: * www/htdocs/index.html 1.171:
10916: email whitespace trimBoth-ed
10917:
10918: * operators.txt 1.94:
10919: * src/classes/table.C 1.166:
10920: ^table.hash{code}...
10921: ^table.hash(expr)...
10922:
10923: 2002-10-22 paf
10924: * src/types/pa_vform.C 1.70:
10925: * src/types/pa_vform.h 1.43:
10926: removed needless VForm::Append...(...Value)
10927:
10928: * src/main/execute.C 1.287:
10929: $.name outside of $name[...]
10930: checked
10931:
10932: * src/main/compile.tab.C 1.75:
10933: * src/main/compile.y 1.203:
10934: lexer changed to fix ^call[]^#HH bug [that situation yelded no
10935: EON, which whas wrong]
10936:
10937: 2002-10-21 paf
10938: * operators.txt 1.91:
10939: * src/types/pa_vform.C 1.67:
10940: $form:image-map
10941:
10942: * operators.txt 1.92:
10943: * src/types/pa_vform.C 1.68:
10944: $form:nameless = "?value&...", "...&value&...", "...&value"
10945:
10946: * operators.txt 1.93:
10947: * src/types/pa_vform.C 1.69:
10948: * src/types/pa_vform.h 1.42:
10949: $form:qtail
10950: $form:imap.x/y
10951:
10952: * operators.txt 1.90:
10953: * src/classes/file.C 1.102:
10954: * www/htdocs/index.html 1.170:
10955: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
10956:
10957: 2002-10-17 paf
10958: * src/classes/op.C 1.123:
10959: exception handling fixed [were bad with contexts]
10960:
10961: * src/main/compile.tab.C 1.74:
10962: * src/main/compile.y 1.202:
10963: operators precedence changed a little:
10964: logical not and bitwise negation precedence made highest,
10965: << and >> bitshits precedence made equal [were << higher than >>]
10966:
1.17 paf 10967: 2002-10-16 paf
10968: * src/classes/op.C 1.122:
10969: * src/include/pa_request.h 1.157:
10970: * src/main/execute.C 1.285:
10971: * src/main/execute.C 1.286:
10972: * src/main/pa_request.C 1.236:
10973: * www/htdocs/derived.p 1.20:
10974: * www/htdocs/index.html 1.167:
10975: * www/htdocs/index.html 1.168:
10976: Request::self considered equal to VMethodFrame::self, and removed,
10977: Request::get_self() mapped to VMethodFrame.self()
1.18 paf 10978:
10979: * www/htdocs/index.html 1.169:
10980: bad compile to system class test
1.17 paf 10981:
10982: * src/classes/op.C 1.121:
10983: * src/main/pa_request.C 1.235:
10984: VMainClass now has name = $hash in open field now gives old
10985: good error meesage
10986:
1.15 paf 10987: 2002-10-15 paf
1.17 paf 10988: * www/htdocs/derived.p 1.17:
10989: * www/htdocs/index.html 1.162:
10990: test of ^process from operator called from user class
10991:
10992: * src/types/pa_vjunction.h 1.18:
10993: * www/htdocs/index.html 1.166:
10994: ^if(def $junction){was true}{now false}
10995: use
10996: ^if($junction is junction){was and now true}
10997:
10998: * src/types/pa_vjunction.C 1.2:
10999: ident
11000:
11001: * src/classes/op.C 1.119:
11002: * src/main/compile.tab.C 1.72:
11003: * src/main/compile.y 1.200:
11004: * src/types/pa_vmethod_frame.h 1.42:
11005: process[self] objects also considered [were only classes]
11006:
1.15 paf 11007: * src/main/execute.C 1.283:
11008: * src/targets/cgi/parser3.C 1.198:
11009: * src/types/pa_vstateless_class.C 1.17:
11010: * src/types/pa_vstateless_class.h 1.40:
11011: * www/htdocs/operators.p 1.9:
11012: compiling to system classes disabled
11013:
1.17 paf 11014: * operators.txt 1.88:
11015: * src/classes/op.C 1.116:
11016: * www/htdocs/operators.p 1.8:
11017: ^process[$caller.CLASS]{code-string} added
11018:
11019: * src/types/Makefile.in 1.46:
11020: *** empty log message ***
1.15 paf 11021:
1.17 paf 11022: * src/classes/op.C 1.120:
11023: * src/include/pa_opcode.h 1.23:
11024: * src/include/pa_request.h 1.156:
11025: * src/main/compile.tab.C 1.73:
11026: * src/main/compile.y 1.201:
11027: * src/main/execute.C 1.284:
11028: * src/types/pa_vmethod_frame.h 1.43:
11029: * www/htdocs/derived.p 1.19:
11030: removed last pieces of old code allowing $junction.xxx at
11031: compile time
1.15 paf 11032:
11033: * operators.txt 1.87:
11034: * src/classes/op.C 1.115:
11035: * src/main/compile.tab.C 1.71:
11036: * src/main/compile.y 1.199:
11037: * src/main/execute.C 1.282:
11038: * src/main/pa_request.C 1.234:
11039: * src/types/Makefile.am 1.28:
11040: * src/types/pa_vjunction.C 1.3:
11041: * src/types/pa_vjunction.h 1.17:
11042: * src/types/pa_vmethod_frame.h 1.40:
11043: * src/types/types.dsp 1.35:
11044: * www/htdocs/operators.p 1.7:
11045: removed $junction.get $junction.set[]
11046: introducing $caller
11047:
11048: * src/classes/op.C 1.118:
11049: * src/include/pa_request.h 1.155:
11050: * src/types/pa_vmethod_frame.h 1.41:
11051: * www/htdocs/derived.p 1.18:
11052: * www/htdocs/index.html 1.164:
11053: ^process[CLASS]{body} now executed with CLASS self.
11054: [ (request&method_frame).self temporarily changed ]
11055:
1.17 paf 11056: * src/classes/xdoc.C 1.104:
11057: * src/classes/xnode.C 1.53:
11058: * src/include/pa_charset.h 1.19:
11059: * src/include/pa_pool.h 1.85:
11060: * src/main/pa_charset.C 1.31:
11061: * src/main/pa_pool.C 1.57:
11062: * src/types/pa_vxnode.C 1.28:
11063: * www/htdocs/index.html 1.165:
11064: xml->parser strings now have origin, which points to place
11065: where value left xml library and came to parser: place of dom
11066: field extraction/call
1.16 paf 11067:
1.39 paf 11068: * src/types/pa_value.h 1.106:
11069: removed outdated comments. doxygen would find them lower by
11070: inheritance tree
11071:
1.15 paf 11072: * src/classes/hash.C 1.51:
11073: * src/classes/op.C 1.117:
11074: * www/htdocs/index.html 1.163:
11075: * www/htdocs/operators.p 1.10:
11076: method_frame now always changed, with no exception to native calls.
11077: for&foreach changed to use method_frame.caller for their var's name context
11078:
11079: 2002-10-14 paf
11080: * src/classes/form.C 1.32:
11081: * src/classes/mail.C 1.80:
11082: * src/classes/op.C 1.113:
11083: * src/include/pa_request.h 1.154:
11084: * src/main/compile.C 1.67:
11085: * src/main/compile.tab.C 1.70:
11086: * src/main/compile.y 1.198:
11087: * src/main/execute.C 1.281:
11088: * src/main/pa_request.C 1.233:
11089: * src/types/pa_vstateless_class.h 1.39:
11090: * www/htdocs/index.html 1.161:
11091: operators now main-class-methods
11092:
11093: * src/include/pa_request.h 1.152:
11094: * src/main/execute.C 1.280:
11095: * src/main/pa_request.C 1.232:
11096: operators @auto now executed in MAIN context
11097:
11098: * src/types/pa_vclass.C 1.14:
11099: * src/types/pa_vobject.h 1.35:
11100: * src/types/pa_vstateless_class.C 1.16:
11101: * src/types/pa_vstateless_class.h 1.38:
11102: * www/htdocs/index.html 1.158:
11103: * www/htdocs/operators.p 1.5:
11104: $form:CLASS resurrected [wes killed in action]
11105:
11106: * configure 1.49:
11107: * configure.in 1.47:
11108: * operators.txt 1.86:
11109: * src/include/pa_config_auto.h.in 1.31:
11110: * src/types/pa_vstatus.C 1.13:
11111: * www/htdocs/index.html 1.157:
11112: $status:rusage.tv_secs/usecs introduced
11113:
11114: * src/types/pa_vxnode.C 1.27:
11115: misreplace fixed
11116:
11117: * src/classes/op.C 1.112:
11118: * src/include/pa_request.h 1.153:
11119: * www/htdocs/index.html 1.160:
11120: * www/htdocs/operators.p 1.6:
11121: ^try{^call{}} now has better stack trace [has "call" & co there]
11122:
11123: * src/main/execute.C 1.279:
11124: operator execution context now = MAIN, not closest stack frame
11125:
11126: @touchit[]
11127: $i[after]
11128:
11129: ----t.html
11130: $i[before] << local
11131: ^touchit[]
11132: $i << now 'before', were 'after'
11133:
11134: ---t.html
11135: $i[before] << notlocal [main]
11136: ^touchit[]
11137: $i << now 'after'
11138:
11139: * src/main/execute.C 1.278:
11140: comment
11141:
11142: * src/classes/op.C 1.114:
11143: process compiles to code's class class
11144:
11145: 2002-10-09 paf
11146: * src/classes/double.C 1.52:
11147: * src/classes/int.C 1.48:
11148: * src/classes/string.C 1.121:
11149: * www/htdocs/derived.p 1.16:
11150: * www/htdocs/index.html 1.156:
11151: ^string.int[] now failes on empty string [or uses (default)]
11152:
11153: 2002-10-08 paf
11154: * src/lib/patches/Makefile.am 1.2:
11155: * src/lib/patches/Makefile.in 1.5:
11156: forgot libgdome_morestatic.patch
11157:
11158: * src/types/pa_vxnode.C 1.26:
11159: misreplace
11160:
11161: * src/main/untaint.C 1.109:
11162: mail header quoted printable changed after RFC reread
11163:
11164: * operators.txt 1.85:
11165: plan on ^if(method
11166:
11167: 2002-09-24 paf
11168: * src/targets/cgi/Makefile.am 1.45:
11169: * src/targets/cgi/Makefile.in 1.58:
11170: LIBS were bad name in .am
11171:
11172: * acconfig.h 1.5:
11173: * configure 1.47:
11174: * configure.in 1.46:
11175: * src/include/pa_config_auto.h.in 1.30:
11176: * src/include/pa_config_fixed.h 1.51:
11177: * src/targets/cgi/Makefile.am 1.44:
11178: * src/targets/cgi/Makefile.in 1.57:
11179: * src/types/pa_vmail.C 1.30:
11180: * src/types/pa_vmail.C 1.31:
11181: HAVE_TIMEZONE & co now checked and mailreceive would compile on
11182: freebsd now
11183:
11184: * src/classes/file.C 1.101:
11185: * src/main/untaint.C 1.108:
11186: * www/htdocs/index.html 1.155:
11187: 1.
11188: file spec language changed:
11189: now there are only few chars are untainted:
11190: * ? ' " < > |
11191: and, on unix, : \ ~
11192: [russian letters and SPACES now enabled, one should use ^untaint[uri]{...} now]
11193:
11194: 2.
11195: $list[^file:list[dir]] now returns simply tainted names in $list.name, not tainted as filespec
11196:
11197: @russianindex[]
11198: #dir with files with russian-lang names
11199: $where[dir]
11200:
11201: $dir[^file:list[$where;\.txt^$]]
11202: ^dir.menu{
11203: <a href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br>
11204: }
11205:
11206: 2002-09-23 paf
11207: * src/classes/date.C 1.38:
11208: * src/classes/date.C 1.39:
11209: date bug fix, now round(floatDays*secondsPerDay)
11210:
11211: * src/targets/cgi/Makefile.in 1.56:
11212: *** empty log message ***
11213:
11214: * src/types/pa_vdouble.h 1.41:
11215: double->int round added
11216:
11217: 2002-09-20 paf
11218: * src/types/pa_vhash.h 1.40:
11219: * www/htdocs/operators.p 1.4:
11220: hash.foreach modification of existing keys allowed
11221:
11222: * src/main/compile.tab.C 1.69:
11223: * src/main/compile.y 1.197:
11224: * www/htdocs/index.html 1.153:
11225: changed grammer on junction expanding to include ^junction.method
11226:
11227: * src/classes/xdoc.C 1.102:
11228: empty transform result, being taken as file now returns empty
11229: file, not raises stupid error about "stat-ed file"
11230:
11231: * src/main/execute.C 1.276:
11232: * www/htdocs/index.html 1.154:
11233: code junction calls disabled [before: code was compiled in such a way, that there were no code-junctions in OP_CALL]
11234:
11235: this now error:
11236: @badjunctioncall[]
11237: ^badjunctioncallinside{code}
11238:
11239: @badjunctioncallinside[code]
11240: ^code[]
11241:
11242: * src/targets/apache13/Makefile.am 1.15:
11243: * src/targets/apache13/Makefile.in 1.40:
11244: * src/targets/cgi/Makefile.am 1.43:
11245: * src/targets/cgi/Makefile.in 1.55:
11246: binaries now depend on makefiles, thus taking linking options
11247: configure changes into account [were: ignoring]
11248:
11249: * src/classes/xdoc.C 1.103:
11250: * www/htdocs/index.html 1.152:
11251: xdoc::create[name] now sets $request:charset as internal xdoc
11252: encoding, and after decoding attributes set by dom functions
11253: now encoded OK, not as digital entities
11254:
11255: * src/types/Makefile.in 1.45:
11256: *** empty log message ***
11257:
11258: * src/include/pa_opcode.h 1.22:
11259: * src/include/pa_request.h 1.150:
11260: * src/main/compile.tab.C 1.68:
11261: * src/main/compile.y 1.196:
11262: * src/main/execute.C 1.275:
11263: * src/main/main.dsp 1.159:
11264: * src/targets/cgi/parser3.dsp 1.60:
11265: * src/types/Makefile.am 1.27:
11266: * src/types/pa_vjunction.C 1.1:
11267: * src/types/pa_vjunction.h 1.16:
11268: * src/types/types.dsp 1.34:
11269: * www/htdocs/.htaccess 1.8:
11270: * www/htdocs/index.html 1.151:
11271: introducing $junction.get/put(1)
11272: one can write iterators now:
11273:
11274: ^user-foreach[key;value]{$key=$value<br>}
11275:
11276: @user-foreach[key;value;code]
11277: ^for[i](1;10){
11278: $code.key($i)
11279: $code.value($i*2)
11280: $code
11281: }
11282:
11283: * src/main/pa_common.C 1.120:
11284: -d "DIR/" now true
11285:
11286: * src/main/compile_tools.h 1.66:
11287: mistype
11288:
11289: 2002-09-19 paf
11290: * Makefile.am 1.8:
11291: * Makefile.in 1.21:
11292: * aclocal.m4 1.5:
11293: *** empty log message ***
11294:
11295: * aclocal.m4 1.3:
11296: forced to be older
11297:
11298: * Makefile.am 1.12:
11299: * Makefile.in 1.25:
11300: new: make commit
11301:
11302: 2002-09-18 paf
11303: * parser3.dsw 1.4:
11304: * src/include/pa_opcode.h 1.21:
11305: * src/main/compile.tab.C 1.67:
11306: * src/main/compile.y 1.195:
11307: * src/main/execute.C 1.274:
11308: * www/htdocs/index.html 1.150:
11309: << >> int shifts
11310:
11311: * src/classes/file.C 1.100:
11312: * www/htdocs/index.html 1.149:
11313: * www/htdocs/mailreceive.eml 1.3:
11314: ^file::exec/cgi $.stdin[can be file now]
11315: so that one can pass binary data there
11316:
11317: * src/include/pa_common.h 1.82:
11318: * src/include/pa_request.h 1.149:
11319: * src/main/pa_common.C 1.119:
11320: * src/main/pa_request.C 1.230:
11321: auto.p exists but unreadable - now this - fatal error
11322:
11323: * src/classes/date.C 1.37:
11324: * src/classes/double.C 1.51:
11325: * src/classes/file.C 1.99:
11326: * src/classes/hash.C 1.50:
11327: * src/classes/image.C 1.76:
11328: * src/classes/int.C 1.47:
11329: * src/classes/mail.C 1.79:
11330: * src/classes/op.C 1.111:
11331: * src/classes/response.C 1.22:
11332: * src/classes/string.C 1.120:
11333: * src/classes/table.C 1.165:
11334: * src/classes/void.C 1.25:
11335: * src/classes/xdoc.C 1.101:
11336: * src/classes/xnode.C 1.52:
11337: * src/include/pa_request.h 1.148:
11338: * www/htdocs/index.html 1.148:
11339: pa_request contexts made privated, plus get_{self/method_frame} to read.
11340: Request_context_saver used in ^try to save flang too.
11341: [were not saved]
11342:
11343: * src/types/pa_vresponse.C 1.13:
11344: header value chains joined before output, this should help
11345: $.subject[$var $var]
11346: from being converted to
11347: subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
11348:
11349: 2002-09-17 paf
11350: * src/classes/op.C 1.109:
11351: * www/htdocs/index.html 1.147:
11352: * www/htdocs/operators.p 1.2:
11353: made place for ^process to compile it's code to in case of no self
11354:
11355: * src/classes/op.C 1.110:
11356: * src/main/execute.C 1.272:
11357: * src/main/pa_request.C 1.229:
11358: * src/types/pa_value.C 1.8:
11359: * src/types/pa_value.h 1.104:
11360: * src/types/pa_vmethod_frame.h 1.38:
11361: * src/types/pa_vstateless_class.h 1.37:
11362: * www/htdocs/operators.p 1.3:
11363: operators now executed with MAIN self.
11364: it's for ^include sake, too strong a change
11365:
11366: * src/classes/hash.C 1.47:
11367: foreach delims bug fixed [were ,2,3]
11368:
11369: * src/classes/hash.C 1.48:
11370: * src/classes/table.C 1.162:
11371: * src/include/pa_sql_connection.h 1.29:
11372: * www/htdocs/index.html 1.141:
11373: table.sql hash::sql duplicate keys now errors
11374:
11375: * src/main/execute.C 1.273:
11376: * src/types/pa_value.h 1.105:
11377: * src/types/pa_vmethod_frame.h 1.39:
11378: removed changes, operators executed with calling self.
11379: lots of code with ^include code relies on defined/defining self variables
11380:
11381: $a[1]
11382: ^include[print_a.p]
11383: print_a.p: $a
11384:
11385: ^include[set_a.p]
11386: a=$a
11387: set_a.p:
11388: $a[1]
11389:
11390: * operators.txt 1.83:
11391: * operators.txt 1.84:
11392: * src/classes/hash.C 1.49:
11393: * src/classes/table.C 1.163:
11394: * src/include/pa_globals.h 1.95:
11395: * src/main/pa_globals.C 1.139:
11396: * www/htdocs/index.html 1.142:
11397: table.sql hash::sql flag to allow duplicate keys [$.distinct(1/0)]
11398: first record taken [were last]
11399:
11400: * src/main/execute.C 1.270:
11401: * src/main/execute.C 1.271:
11402: * src/types/pa_value.C 1.7:
11403: * src/types/pa_value.h 1.103:
11404: * src/types/pa_vstateless_class.h 1.36:
11405: * www/htdocs/index.html 1.146:
11406: found ancient param to Junction, removed.
11407: allowed passing self to native_code_operators [for ^process to work, she needs self]
11408:
11409: * Makefile.in 1.20:
11410: * bin/Makefile.in 1.5:
11411: * bin/auto.p.dist.in 1.8:
11412: * configure 1.40:
11413: * configure 1.41:
11414: * configure.in 1.40:
11415: * configure.in 1.41:
11416: * etc/Makefile.in 1.10:
11417: * etc/parser3.charsets/Makefile.in 1.13:
11418: * src/Makefile.in 1.51:
11419: * src/classes/Makefile.in 1.49:
11420: * src/include/Makefile.in 1.7:
11421: * src/lib/Makefile.in 1.4:
11422: * src/lib/md5/Makefile.in 1.2:
11423: * src/lib/patches/Makefile.in 1.4:
11424: * src/lib/pcre/Makefile.in 1.4:
11425: * src/main/Makefile.in 1.45:
11426: * src/sql/Makefile.in 1.7:
11427: * src/targets/Makefile.in 1.38:
11428: * src/targets/apache13/Makefile.in 1.39:
11429: * src/targets/cgi/Makefile.in 1.54:
11430: * src/targets/isapi/Makefile.in 1.7:
11431: * src/types/Makefile.in 1.44:
11432: so now detected [can be .sl on hpux, .dll on cygwin, .so in
11433: other cases)
11434:
11435: * bin/auto.p.dist.in 1.9:
11436: strange \n
11437:
11438: * src/classes/table.C 1.164:
11439: * src/classes/xdoc.C 1.100:
11440: * www/htdocs/index.html 1.144:
11441: table::sql options
11442: table::create copy options
11443: options checked, wrong option now fatal error
11444:
11445: * src/main/pa_string.C 1.170:
11446: * www/htdocs/index.html 1.143:
11447: string.replace fixed [were missing words on pieces boundaries]
11448:
11449: * src/main/execute.C 1.269:
11450: * src/main/pa_request.C 1.228:
11451: * src/types/pa_value.C 1.6:
11452: * src/types/pa_value.h 1.102:
11453: * src/types/pa_vmethod_frame.h 1.37:
11454: * src/types/pa_vstateless_class.h 1.35:
11455: * www/htdocs/index.html 1.145:
11456: * www/htdocs/operators.p 1.1:
11457: allowed Request.self to be 0, checked that in VMethodFrame get
11458: put and $self.
11459:
11460: * src/classes/op.C 1.108:
11461: * src/classes/table.C 1.161:
11462: * www/htdocs/index.html 1.140:
11463: menu/for delims bug fixed [were ,2,3]
11464:
11465: 2002-09-16 paf
11466: * src/classes/file.C 1.98:
11467: * www/htdocs/index.html 1.139:
11468: 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.
11469: now detected closest header break.
11470:
11471: * src/main/untaint.C 1.107:
11472: * src/types/pa_vmail.C 1.29:
11473: mail:send closing ?= now closed right
11474:
11475: 2002-09-13 paf
11476: * operators.txt 1.81:
11477: * src/main/compile.tab.C 1.65:
11478: * src/main/compile.y 1.193:
11479: * www/htdocs/index.html 1.137:
11480: !| bitwise
11481: !|| numerical
11482: xor now
11483: [preparing for expression #comments]
11484:
11485: * src/main/compile.tab.C 1.63:
11486: * src/main/compile.y 1.191:
11487: * src/types/pa_vresponse.C 1.12:
11488: * www/htdocs/index.html 1.135:
11489: cookie date now clean [were mistakenly tainted & that worked
11490: bad with opera -- 'happily' that worked OK with msie]
11491:
11492: * src/main/compile.tab.C 1.64:
11493: * src/main/compile.y 1.192:
11494: * www/htdocs/index.html 1.136:
11495: @method[$name]
11496: now parse error
11497:
11498: * operators.txt 1.82:
11499: * src/main/compile.tab.C 1.66:
11500: * src/main/compile.y 1.194:
11501: * src/main/compile_tools.h 1.65:
11502: * www/htdocs/index.html 1.138:
11503: (expression #comment)
11504:
11505: (multiline expression #comment
11506: line2 #comment
11507: )
11508:
11509: (expression #comment with (brackets) comment) << OK
11510:
11511: * Makefile.in 1.19:
11512: * configure 1.39:
11513: * configure.in 1.39:
11514: * src/include/pa_config_auto.h.in 1.29:
11515: HAVE_WINSOCK_H created in configure.in
11516:
11517: * src/include/pa_config_fixed.h 1.50:
11518: * src/main/pa_socks.C 1.17:
11519: HAVE_WINSOCK_H cheched in pa_socks.C
11520:
11521: 2002-09-12 paf
11522: * src/main/untaint.C 1.105:
11523: * www/htdocs/index.html 1.134:
11524: quoted printable ' ' now =20
11525: and encoding stops before <...>$
11526:
11527: * src/types/pa_vclass.C 1.13:
11528: * src/types/pa_vmail.C 1.28:
11529: * src/types/pa_vobject.C 1.8:
11530: VObject & VClass
11531: get_element
11532: now first looks to fields, next to methods & co
11533: todo: the rest
11534: reason: more speed
11535:
11536: * src/main/untaint.C 1.106:
11537: quoted printable encoding stops before \s*<...>$
11538:
11539: 2002-09-11 paf
11540: * src/main/pa_charset.C 1.30:
11541: * src/targets/cgi/parser3.dsp 1.59:
11542: * www/htdocs/index.html 1.133:
11543: while fixing ( xmlCharEncodingInput/OutputFunc callbacks returned bad value )
11544: forgot to check users of those funcs. not all were using that return value convention
11545:
11546: * etc/parser3.charsets/windows-1254.cfg 1.1:
11547: * src/lib/pcre/ibm-1254.ucm 1.1:
11548: windows-1254 added
11549:
11550: 2002-09-10 paf
11551: * src/classes/op.C 1.106:
11552: * src/main/execute.C 1.265:
11553: * src/types/pa_value.C 1.5:
11554: * src/types/pa_value.h 1.100:
11555: * src/types/pa_vcode_frame.h 1.22:
11556: * src/types/pa_vmethod_frame.h 1.36:
11557: * src/types/pa_wcontext.C 1.23:
11558: * src/types/pa_wcontext.h 1.39:
11559: * src/types/pa_wwrapper.h 1.25:
11560: moved junction kill responsibility to wcontext
11561:
11562: * src/main/execute.C 1.267:
11563: * src/types/pa_value.h 1.101:
11564: * src/types/pa_wwrapper.h 1.26:
11565: WWrapper which used in constructing objects(second param to sql method) ^...sql{}[$.default{code}]
11566: now has parent, wich helps code in hash to survivi
11567:
11568: * src/include/pa_request.h 1.147:
11569: * src/main/execute.C 1.266:
11570: removed redundant param to execute [stack said 'thanks']
11571:
11572: * src/classes/file.C 1.97:
11573: decided not to log exec's with stderr, that could be warnings,
11574: and it's up to scritper to log/show them
11575:
11576: * src/main/pa_charset.C 1.29:
11577: * src/types/pa_vmail.C 1.27:
11578: * www/htdocs/index.html 1.131:
11579: 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]
11580: tfm readed & code updated
11581:
11582: * src/classes/op.C 1.107:
11583: * src/main/execute.C 1.268:
11584: * src/types/pa_wcontext.h 1.40:
11585: * src/types/pa_wcontext.h 1.41:
11586: VCodeFrame parent param were specified badly
11587:
11588: * src/classes/double.C 1.50:
11589: * src/main/execute.C 1.264:
11590: * www/htdocs/index.html 1.132:
11591: double:sql badly called write_assign_lang, not write_no_lang,
11592: thus doing unnecessary double/string converstion, which were loosing time&precesion
11593:
11594: 2002-09-04 paf
11595: * src/types/pa_vxnode.C 1.25:
11596: * www/htdocs/index.html 1.129:
11597: removed too strong checks of xnode.elements.
11598: now, for instance, if element does not have any attributes, $xnode.attributes is void, not error
11599:
11600: * configure 1.37:
11601: * configure.in 1.38:
11602: introducing --with-sjlj-exceptions
11603: [hpux can not work with longjump/throw pair, and one must switch that on there.
11604: todo: detect that automatically]
11605:
11606: * configure 1.38:
11607: makes with sjlj
11608:
11609: * src/include/pa_config_auto.h.in 1.28:
11610: sjlj define
11611:
11612: * INSTALL 1.26:
11613: * src/include/pa_config_fixed.h 1.49:
11614: * src/include/pa_sql_connection.h 1.28:
11615: * src/main/pa_sql_driver_manager.C 1.65:
11616: * www/htdocs/index.html 1.130:
11617: -with-sjlj-exceptions define checked.
11618: on win32 it made default
11619:
11620: 2002-09-02 paf
11621: * Makefile.am 1.7:
11622: * Makefile.in 1.18:
11623: * src/types/pa_vdate.h 1.20:
11624: happy now only install-exec
11625:
11626: * src/types/pa_vdate.h 1.21:
11627: removed debug
11628:
11629: * operators.txt 1.80:
11630: * src/main/execute.C 1.263:
11631: * src/targets/cgi/parser3.dsp 1.58:
11632: * www/htdocs/index.html 1.128:
11633: removed double_result, didn't help
11634:
11635: * src/types/pa_vdate.h 1.22:
11636: *** empty log message ***
11637:
11638: * src/main/execute.C 1.258:
11639: fixed numeric < & co so that thay now use c=a-b, c OPERATOR 0.
11640: this works fine on solaris/intel for still unknown reason.
11641:
11642: * src/main/execute.C 1.261:
11643: double_result made to move that var away from hungry g++ optimizer (-O2),
11644: before: it were optimized and comparison operators worked badly
11645:
11646: 2002-08-29 paf
11647: * parser3.dsw 1.3:
11648: * src/classes/classes.dsp 1.25:
11649: * src/classes/hash.C 1.46:
11650: * src/classes/op.C 1.105:
11651: * src/classes/string.C 1.119:
11652: * src/include/pa_request.h 1.146:
11653: * src/lib/md5/md5.dsp 1.2:
11654: * src/main/execute.C 1.257:
11655: * src/main/main.dsp 1.158:
11656: * src/main/pa_request.C 1.227:
11657: * src/targets/cgi/parser3.dsp 1.57:
11658: * src/types/pa_value.C 1.4:
11659: * src/types/pa_value.h 1.99:
11660: * src/types/pa_vmail.C 1.26:
11661: * src/types/pa_vmethod_frame.h 1.35:
11662: * src/types/pa_wcontext.h 1.38:
11663: * src/types/types.dsp 1.33:
11664: * www/htdocs/index.html 1.127:
11665: junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
11666: request.root renamed to method_frame [more easyreading]
11667: ancient {...PUSH/POPs...} changed to stack vars [speed up]
11668:
11669: 2002-08-28 paf
11670: * operators.txt 1.79:
11671: * src/classes/string.C 1.118:
11672: * www/htdocs/derived.p 1.15:
11673: * www/htdocs/index.html 1.124:
11674: ^string.split[delim[;options]]
11675:
11676: * src/types/pa_vcookie.C 1.50:
11677: * www/htdocs/index.html 1.125:
11678: fixed cookie delete when
11679: $cookie:name[$.value[]]
11680:
11681: * src/types/pa_vcookie.C 1.51:
11682: * www/htdocs/index.html 1.126:
11683: $cookie:name[&]
11684: $cookie:name << now tainted
11685:
11686: 2002-08-27 paf
11687: * etc/parser3.charsets/Makefile.am 1.4:
11688: * etc/parser3.charsets/Makefile.in 1.12:
11689: merged from 3.0.0005
11690:
11691: * INSTALL 1.25:
11692: recommended latest gmime 1.0.5
11693:
11694: * operators.txt 1.78:
11695: * src/main/compile.tab.C 1.62:
11696: * src/main/compile.y 1.190:
11697: * www/htdocs/index.html 1.123:
11698: * www/htdocs/mailreceive.eml 1.2:
11699: # now delimiter
11700:
11701: 2002-08-26 paf
11702: * configure 1.36:
11703: * configure.in 1.37:
11704: * src/targets/apache13/Makefile.am 1.14:
11705: * src/targets/apache13/Makefile.in 1.38:
11706: apache13/hook added to make dist.
11707:
11708: 2002-08-23 paf
11709: * src/include/pa_common.h 1.81:
11710: * src/main/pa_common.C 1.118:
11711: * src/targets/cgi/parser3.C 1.197:
11712: * src/targets/isapi/parser3isapi.C 1.79:
11713: * www/htdocs/index.html 1.122:
11714: when auto.p beside binary [cgi, isapi] not accessible [due to
11715: bad rights or whatever] it's error now
11716:
11717: 2002-08-21 paf
11718: * src/main/pa_string.C 1.169:
11719: * www/htdocs/index.html 1.121:
11720: fixed bad language bug, [were wrong string cloning constructor]
11721:
11722: * src/main/compile.tab.C 1.61:
11723: * src/main/compile.y 1.189:
11724: * src/main/compile_tools.C 1.53:
11725: * src/main/compile_tools.h 1.64:
11726: * www/htdocs/derived.p 1.13:
11727: * www/htdocs/derived.p 1.14:
11728: "BASE:"
11729: "BASE::"
11730: syntax allowed, means "base class".
11731: compiled as if here they named base class
11732:
11733: * bin/auto.p.dist.in 1.7:
11734: * src/targets/cgi/parser3.C 1.196:
11735: * src/types/pa_vfile.C 1.34:
11736: * src/types/pa_vmail.C 1.23:
11737: * www/htdocs/mailreceive.eml 1.1:
11738: * www/htdocs/mailreceive.html 1.1:
11739: $mail.received.file.value.content-type fixed
11740:
11741: * Makefile.am 1.6:
11742: * Makefile.in 1.17:
11743: can use:
11744: make happy
11745: equals to
11746: make update install
11747:
11748: * src/main/execute.C 1.256:
11749: * src/types/pa_vobject.h 1.34:
11750: * www/htdocs/base.p 1.3:
11751: * www/htdocs/derived.p 1.12:
11752: * www/htdocs/index.html 1.120:
11753: fixed virtual calls
11754:
11755: 2002-08-20 paf
11756: * operators.txt 1.76:
11757: * src/classes/void.C 1.23:
11758: * www/htdocs/index.html 1.117:
11759: ^void.length[] = 0 merged from 3.0.0005
11760:
11761: * operators.txt 1.77:
11762: * src/classes/void.C 1.24:
11763: * www/htdocs/index.html 1.118:
11764: ^void.pos[...] = -1 merged from 3.0.0005
11765:
11766: * operators.txt [release_3_0_0005] 1.59.2.3:
11767: * src/classes/void.C [release_3_0_0005] 1.21.2.1:
11768: ^void.length[] = 0
11769:
11770: * operators.txt [release_3_0_0005] 1.59.2.4:
11771: * src/classes/void.C [release_3_0_0005] 1.21.2.2:
11772: ^void.pos[...] = -1
11773:
11774: * src/classes/file.C 1.96:
11775: * www/htdocs/index.html 1.119:
11776: fixed language of file:file result
11777:
11778: 2002-08-19 paf
11779: * src/classes/xnode.C 1.49:
11780: * src/classes/xnode.C 1.50:
11781: * src/classes/xnode.C 1.51:
11782: * src/types/pa_vxdoc.C 1.21:
11783: xdoc.fields fixed [were error in xnode, which were not catched
11784: in xdoc]
11785:
11786: * src/classes/xdoc.C 1.99:
11787: xdoc getElementsByTagName, ...NS
11788: overriden, work now
11789:
11790: * src/include/pa_stylesheet_connection.h 1.31:
11791: * src/main/pa_globals.C 1.138:
11792: prepared:
11793: // validate each document after load/create (?)
11794: //xmlDoValidityCheckingDefaultValue = 1;
11795:
11796: 2002-08-15 paf
11797: * src/types/pa_vrequest.C 1.25:
11798: * www/htdocs/index.html 1.113:
11799: $request:body unprecessed POST request
11800:
11801: * operators.txt 1.71:
11802: * src/classes/form.C 1.31:
11803: * src/include/pa_pool.h 1.84:
11804: * src/include/pa_request.h 1.145:
11805: * src/main/pa_pool.C 1.56:
11806: * src/types/pa_vform.C 1.66:
11807: * src/types/pa_vform.h 1.41:
11808: * www/htdocs/.htaccess 1.7:
11809: planning/preparing_to $request:body
11810: r.post_data now const
11811:
11812: * src/classes/image.C 1.75:
11813: * src/classes/op.C 1.104:
11814: * src/classes/xdoc.C 1.98:
11815: * src/classes/xnode.C 1.48:
11816: * src/main/execute.C 1.255:
11817: * src/types/pa_value.h 1.97:
11818: * src/types/pa_vhash.h 1.39:
11819: * src/types/pa_vobject.C 1.7:
11820: * src/types/pa_vobject.h 1.33:
11821: * src/types/pa_vtable.h 1.46:
11822: * www/htdocs/index.html 1.111:
11823: instead of type() checking everywhere used Value.as
11824: now user descendants can be used in params.
11825:
11826: VObject::as_*, is_defined now taken from bases.
11827: xtable(table)
11828: ^if($xtable) now OK
11829:
11830: * operators.txt 1.73:
11831: * src/include/pa_common.h 1.80:
11832: * src/main/pa_common.C 1.117:
11833: * src/types/pa_vcookie.C 1.49:
11834: * src/types/pa_vdate.h 1.19:
11835: * src/types/pa_vresponse.C 1.11:
11836: * src/types/pa_vresponse.h 1.29:
11837: * www/htdocs/index.html 1.115:
11838: $response:field[date]
11839: $response:field[$.xxx[date]]
11840:
11841: * src/types/pa_value.h 1.98:
11842: * src/types/pa_vdate.h 1.18:
11843: * src/types/pa_vrequest.C 1.24:
11844: * src/types/pa_vxdoc.C 1.20:
11845: * src/types/pa_vxnode.C 1.24:
11846: * www/htdocs/index.html 1.112:
11847: few barks:
11848: bark("%s field not found", 0, &aname)
11849:
11850: * src/classes/hash.C 1.45:
11851: * src/classes/string.C 1.117:
11852: * src/classes/table.C 1.160:
11853: * src/classes/void.C 1.22:
11854: * src/include/pa_sql_connection.h 1.27:
11855: * www/htdocs/index.html 1.114:
11856: fixed source of ^hash::sql{bad}
11857:
11858: * src/classes/classes.h 1.22:
11859: * www/htdocs/index.html 1.116:
11860: write to static var caused useless Exception, introduced
11861: Methoded::put_element wich consumes those
11862:
11863: * src/main/execute.C 1.254:
11864: * src/types/pa_value.h 1.96:
11865: * src/types/pa_vclass.C 1.12:
11866: * src/types/pa_vclass.h 1.37:
11867: * src/types/pa_vobject.C 1.6:
11868: * src/types/pa_vobject.h 1.32:
11869: * src/types/pa_vxdoc.C 1.19:
11870: * src/types/pa_vxdoc.h 1.29:
11871: is->as
11872:
11873: * operators.txt 1.72:
11874: $request:body unprecessed POST request body
11875:
11876: 2002-08-14 paf
11877: * src/targets/cgi/Makefile.am 1.41:
11878: * src/targets/cgi/fixopt.C 1.1:
11879: * src/targets/cgi/fixopt.C 1.2:
11880: * src/targets/cgi/fixopt.h 1.1:
11881: * src/targets/cgi/parser3.C 1.194:
11882: * src/targets/cgi/parser3.dsp 1.55:
11883: fixopt now preprocesses command line params, splitting them by
11884: space, excluding argv[0], argv[argc-1]
11885:
11886: * src/classes/xnode.h 1.16:
11887: * src/main/execute.C 1.253:
11888: * src/targets/cgi/parser3.dsp 1.56:
11889: * src/types/pa_value.h 1.95:
11890: * src/types/pa_vclass.C 1.11:
11891: * src/types/pa_vclass.h 1.36:
11892: * src/types/pa_vcode_frame.h 1.21:
11893: * src/types/pa_vcookie.C 1.48:
11894: * src/types/pa_vcookie.h 1.21:
11895: * src/types/pa_vdate.h 1.17:
11896: * src/types/pa_venv.h 1.26:
11897: * src/types/pa_vfile.h 1.49:
11898: * src/types/pa_vform.C 1.65:
11899: * src/types/pa_vform.h 1.40:
11900: * src/types/pa_vhash.h 1.38:
11901: * src/types/pa_vimage.h 1.31:
11902: * src/types/pa_vmail.C 1.22:
11903: * src/types/pa_vmail.h 1.6:
11904: * src/types/pa_vmath.h 1.12:
11905: * src/types/pa_vmethod_frame.h 1.34:
11906: * src/types/pa_vobject.C 1.5:
11907: * src/types/pa_vobject.h 1.31:
11908: * src/types/pa_vrequest.C 1.23:
11909: * src/types/pa_vrequest.h 1.23:
11910: * src/types/pa_vresponse.C 1.10:
11911: * src/types/pa_vresponse.h 1.28:
11912: * src/types/pa_vstateless_class.h 1.34:
11913: * src/types/pa_vstateless_object.h 1.25:
11914: * src/types/pa_vstatus.C 1.12:
11915: * src/types/pa_vstatus.h 1.13:
11916: * src/types/pa_vstring.h 1.52:
11917: * src/types/pa_vtable.C 1.19:
11918: * src/types/pa_vtable.h 1.45:
11919: * src/types/pa_vvoid.h 1.14:
11920: * src/types/pa_vxdoc.C 1.18:
11921: * src/types/pa_vxdoc.h 1.28:
11922: * src/types/pa_vxnode.C 1.23:
11923: * src/types/pa_vxnode.h 1.20:
11924: * src/types/pa_wwrapper.h 1.24:
11925: * www/htdocs/index.html 1.110:
11926: is now works with VObject & VClass
11927:
11928: * src/types/pa_vmail.C 1.21:
11929: mail: turned off utf8 to source transcoding
11930:
11931: * src/targets/cgi/parser3.C 1.193:
11932: -f config file
11933:
11934: * src/targets/cgi/Makefile.am 1.42:
11935: * src/targets/cgi/fixopt.C 1.3:
11936: * src/targets/cgi/fixopt.h 1.2:
11937: * src/targets/cgi/parser3.C 1.195:
11938: removed fixopt stupidity. on stupid linux use
11939: cd /document/root
11940: ../cgi/parser3 script
11941:
11942: * src/targets/cgi/Makefile.in 1.52:
11943: * src/targets/cgi/Makefile.in 1.53:
11944: *** empty log message ***
11945:
11946: * src/targets/cgi/parser3.C 1.192:
11947: * www/htdocs/auto.p 1.17:
11948: * www/htdocs/derived.p 1.11:
11949: * www/htdocs/index.html 1.109:
11950: fixed .log file dir
11951:
11952: 2002-08-13 paf
11953: * www/htdocs/derived.p 1.7:
11954: sample: dont convinient that table fields can be overridden
11955:
11956: * src/types/Makefile.in 1.43:
11957: added vobject.c & vclass
11958:
11959: * src/types/Makefile.in 1.42:
11960: VAliased removed
11961:
11962: * src/types/pa_vclass.C 1.9:
11963: * www/htdocs/derived.p 1.9:
11964: checked: form[vclass]fields can be overwritten in derived(table)
11965:
11966: * src/types/Makefile.am 1.26:
11967: * src/types/pa_vclass.C 1.7:
11968: * src/types/pa_vclass.h 1.34:
11969: * src/types/pa_vobject.C 1.1:
11970: * src/types/pa_vobject.h 1.29:
11971: * src/types/types.dsp 1.32:
11972: reorganized modules
11973: todo: fix bug with put endless recoursion
11974: todo: check 'as'
11975:
11976: * src/types/pa_vclass.C 1.10:
11977: * www/htdocs/index.html 1.107:
11978: allow override parent variables, useful for form descendants
11979:
11980: * src/types/pa_vobject.C 1.4:
11981: * www/htdocs/derived.p 1.10:
11982: * www/htdocs/index.html 1.108:
11983: allow override parent variables, useful for form descendants [
11984: in vobject too, were in vclass]
11985:
11986: * src/classes/form.C 1.30:
11987: * src/classes/mail.C 1.78:
11988: * src/classes/op.C 1.103:
11989: * src/classes/xnode.h 1.15:
11990: * src/include/pa_request.h 1.144:
11991: * src/main/execute.C 1.252:
11992: * src/main/pa_request.C 1.226:
11993: * src/types/pa_value.h 1.94:
11994: * src/types/pa_vclass.C 1.8:
11995: * src/types/pa_vclass.h 1.35:
11996: * src/types/pa_vcode_frame.h 1.20:
11997: * src/types/pa_vcookie.C 1.47:
11998: * src/types/pa_vcookie.h 1.20:
11999: * src/types/pa_vdate.h 1.16:
12000: * src/types/pa_venv.h 1.25:
12001: * src/types/pa_vfile.h 1.48:
12002: * src/types/pa_vform.C 1.64:
12003: * src/types/pa_vform.h 1.39:
12004: * src/types/pa_vhash.h 1.37:
12005: * src/types/pa_vimage.h 1.30:
12006: * src/types/pa_vmail.C 1.20:
12007: * src/types/pa_vmail.h 1.5:
12008: * src/types/pa_vmath.h 1.11:
12009: * src/types/pa_vmethod_frame.h 1.33:
12010: * src/types/pa_vobject.C 1.3:
12011: * src/types/pa_vobject.h 1.30:
12012: * src/types/pa_vrequest.C 1.22:
12013: * src/types/pa_vrequest.h 1.22:
12014: * src/types/pa_vresponse.C 1.9:
12015: * src/types/pa_vresponse.h 1.27:
12016: * src/types/pa_vstateless_class.h 1.33:
12017: * src/types/pa_vstateless_object.h 1.24:
12018: * src/types/pa_vstatus.C 1.11:
12019: * src/types/pa_vstatus.h 1.12:
12020: * src/types/pa_vstring.h 1.51:
12021: * src/types/pa_vtable.C 1.18:
12022: * src/types/pa_vtable.h 1.44:
12023: * src/types/pa_vvoid.h 1.13:
12024: * src/types/pa_vxdoc.C 1.17:
12025: * src/types/pa_vxdoc.h 1.27:
12026: * src/types/pa_vxnode.C 1.22:
12027: * src/types/pa_vxnode.h 1.19:
12028: * src/types/pa_wwrapper.h 1.23:
12029: introduced Value::get_element(..., bool looking_down) [needed
12030: to exclude endless recoursion]
12031:
12032: * src/classes/table.C 1.159:
12033: * src/types/pa_vtable.C 1.17:
12034: * src/types/pa_vtable.h 1.43:
12035: * www/htdocs/derived.p 1.5:
12036: fixed error message on using non-created table
12037:
12038: * src/classes/form.C 1.29:
12039: * src/classes/hash.C 1.44:
12040: * src/classes/mail.C 1.77:
12041: * src/classes/op.C 1.102:
12042: * src/classes/xnode.h 1.14:
12043: * src/include/pa_request.h 1.143:
12044: * src/main/compile.C 1.66:
12045: * src/main/compile.tab.C 1.60:
12046: * src/main/execute.C 1.251:
12047: * src/main/pa_request.C 1.225:
12048: * src/types/pa_value.h 1.93:
12049: * src/types/pa_vclass.h 1.33:
12050: * src/types/pa_vcode_frame.h 1.19:
12051: * src/types/pa_vcookie.C 1.46:
12052: * src/types/pa_vcookie.h 1.19:
12053: * src/types/pa_vdate.h 1.15:
12054: * src/types/pa_venv.h 1.24:
12055: * src/types/pa_vfile.h 1.47:
12056: * src/types/pa_vform.C 1.63:
12057: * src/types/pa_vform.h 1.38:
12058: * src/types/pa_vhash.h 1.36:
12059: * src/types/pa_vimage.C 1.20:
12060: * src/types/pa_vimage.h 1.29:
12061: * src/types/pa_vmail.C 1.19:
12062: * src/types/pa_vmail.h 1.4:
12063: * src/types/pa_vmath.h 1.10:
12064: * src/types/pa_vmethod_frame.h 1.32:
12065: * src/types/pa_vobject.h 1.26:
12066: * src/types/pa_vrequest.C 1.20:
12067: * src/types/pa_vrequest.h 1.20:
12068: * src/types/pa_vresponse.C 1.8:
12069: * src/types/pa_vresponse.h 1.26:
12070: * src/types/pa_vstateless_class.h 1.32:
12071: * src/types/pa_vstateless_object.h 1.23:
12072: * src/types/pa_vstatus.C 1.10:
12073: * src/types/pa_vstatus.h 1.11:
12074: * src/types/pa_vstring.h 1.50:
12075: * src/types/pa_vtable.C 1.16:
12076: * src/types/pa_vtable.h 1.42:
12077: * src/types/pa_vvoid.h 1.12:
12078: * src/types/pa_vxdoc.C 1.16:
12079: * src/types/pa_vxdoc.h 1.26:
12080: * src/types/pa_vxnode.C 1.21:
12081: * src/types/pa_vxnode.h 1.18:
12082: * src/types/pa_wwrapper.h 1.22:
12083: * www/htdocs/derived.p 1.4:
12084: VObject.get/out now looking down/up tree
12085: todo: fix error message on non-constructed parents
12086:
12087: * src/types/pa_vobject.h 1.28:
12088: * www/htdocs/derived.p 1.8:
12089: checked: table fields can be overwritten in derived(table)
12090:
12091: * src/types/pa_vobject.h 1.27:
12092: * www/htdocs/derived.p 1.6:
12093: * www/htdocs/index.html 1.106:
12094: derived classes can have fields of their own now
12095:
12096: 2002-08-12 paf
12097: * src/main/compile.tab.C 1.59:
12098: * src/main/compile.y 1.188:
12099: * src/main/execute.C 1.249:
12100: * src/main/execute.C 1.250:
12101: * src/main/pa_request.C 1.224:
12102: * src/types/Makefile.am 1.25:
12103: * src/types/pa_valiased.C 1.17:
12104: * src/types/pa_valiased.h 1.23:
12105: * src/types/pa_value.h 1.92:
12106: * src/types/pa_vclass.h 1.32:
12107: * src/types/pa_vobject.h 1.25:
12108: * src/types/pa_vstateless_class.h 1.30:
12109: * src/types/pa_vstateless_object.h 1.21:
12110: * src/types/pa_wcontext.h 1.37:
12111: ^base:create[] dynamic call rewritten
12112: todo: thorough testing
12113:
12114: * src/types/pa_value.h 1.91:
12115: * src/types/pa_vclass.h 1.31:
12116: * src/types/pa_vobject.h 1.24:
12117: * www/htdocs/base.p 1.1:
12118: * www/htdocs/derived.p 1.1:
12119: VObject ctor now instantates base class, remembers it and saves child in parent
12120: VObject.get_class now returns last child = downward virtual calls OK
12121:
12122: * src/types/pa_vstateless_class.h 1.31:
12123: * src/types/pa_vstateless_object.h 1.22:
12124: * www/htdocs/derived.p 1.3:
12125: table derived OK
12126:
12127: * src/main/pa_request.C 1.223:
12128: response:body[file] content-type check fixed [were bad when
12129: content-type is hash]
12130:
12131: * bin/auto.p.dist.in 1.5:
12132: fixed sendmail default comment
12133:
12134: * src/main/execute.C 1.248:
12135: * src/types/pa_value.h 1.90:
12136: * src/types/pa_vclass.h 1.30:
12137: * src/types/pa_vdate.h 1.14:
12138: * src/types/pa_vdouble.h 1.40:
12139: * src/types/pa_vfile.h 1.46:
12140: * src/types/pa_vimage.h 1.28:
12141: * src/types/pa_vint.h 1.37:
12142: * src/types/pa_vmethod_frame.h 1.31:
12143: * src/types/pa_vobject.h 1.23:
12144: * src/types/pa_vresponse.h 1.25:
12145: * src/types/pa_vstateless_class.h 1.29:
12146: * src/types/pa_vstateless_object.h 1.20:
12147: * src/types/pa_vstring.h 1.49:
12148: * src/types/pa_vtable.h 1.41:
12149: * src/types/pa_vxdoc.h 1.25:
12150: * src/types/pa_vxnode.h 1.17:
12151: * src/types/pa_wcontext.h 1.36:
12152: * src/types/types.dsp 1.31:
12153: * www/htdocs/index.html 1.105:
12154: killed VAliased [redundant], moved $CLASS to VObject only [
12155: parser class instance]
12156:
12157: * bin/auto.p.dist.in 1.6:
12158: more like in dist on parser.ru
12159:
12160: * www/htdocs/base.p 1.2:
12161: * www/htdocs/derived.p 1.2:
12162: not good - along upward-virtual call self eq child
12163:
12164: 2002-08-09 paf
12165: * src/main/execute.C 1.247:
12166: * src/types/pa_value.h 1.89:
12167: * src/types/pa_vclass.h 1.29:
12168: * src/types/pa_vobject.h 1.22:
12169: * src/types/pa_vxdoc.h 1.24:
12170: * www/htdocs/index.html 1.104:
12171: started as()
12172:
12173: 2002-08-08 paf
12174: * src/classes/mail.C 1.76:
12175: * src/types/pa_vmail.C 1.18:
12176: * www/htdocs/auto.p 1.16:
12177: * www/htdocs/index.html 1.98:
12178: in letter texts one can use tainted data now. only she must specify the language.
12179:
12180: ^mail:send[
12181: $.from[paf@mail.design.ru]
12182: $.to[paf@mail.design.ru]
1.39 paf 12183: $.subject[^taint[uri][??????]=2]
12184: $.text[^taint[uri][??????]=]
1.15 paf 12185: ]
12186:
12187: * operators.txt 1.67:
12188: * src/include/pa_string.h 1.142:
12189: * src/include/pa_string.h 1.143:
12190: * src/main/pa_string.C 1.168:
12191: * www/htdocs/index.html 1.95:
12192: String::first_char now not fails on empty strings
12193: ^if(-f '') now ok and in 3 other places.
12194:
12195: * src/classes/file.C 1.95:
12196: * src/classes/op.C 1.101:
12197: * src/types/pa_vfile.C 1.33:
12198: * www/htdocs/index.html 1.96:
12199: * www/htdocs/index.html 1.97:
12200: ^process now prints more precise origin
12201:
12202: * operators.txt 1.68:
12203: * src/types/pa_vdate.h 1.13:
12204: * www/htdocs/index.html 1.99:
12205: $date.yearday
12206: $date.daylightsaving
12207:
12208: * src/main/execute.C 1.246:
12209: * www/htdocs/index.html 1.100:
12210: error reporting on object writes to MAIN improved [were ruind
12211: with fixing $obj[^if(1){$obj}] ]
12212:
12213: * operators.txt 1.69:
12214: * operators.txt 1.70:
12215: * src/classes/date.C 1.36:
12216: * src/include/pa_globals.h 1.94:
12217: * src/main/pa_globals.C 1.137:
12218: * www/htdocs/index.html 1.101:
12219: * www/htdocs/index.html 1.102:
12220: year column in month calendar [week year]
12221:
12222: 2002-08-07 paf
12223: * src/classes/classes.dsp 1.24:
12224: * src/classes/table.C 1.158:
12225: * src/lib/pcre/pcre_parser_ctype.dsp 1.2:
12226: * src/main/pa_array.C 1.52:
12227: * src/types/types.dsp 1.30:
12228: * www/htdocs/index.html 1.91:
12229: all Debug dirs in .dsp now named 'Debug'
12230:
12231: * src/classes/string.C 1.116:
12232: * src/main/pa_string.C 1.166:
12233: * src/main/pa_string.C 1.167:
12234: * www/htdocs/index.html 1.93:
12235: * www/htdocs/index.html 1.94:
12236: ^string.mid(0;bad) fixed
12237:
12238: * operators.txt 1.66:
12239: * src/classes/op.C 1.100:
12240: cache...{...^cache<<to past...} now erasing cache file [there
12241: were bad check on that]
12242:
12243: * operators.txt 1.65:
12244: * src/classes/mail.C 1.75:
12245: exception_type email.send
12246:
12247: * src/types/pa_vmail.C 1.16:
12248: * www/htdocs/global.xsl 1.8:
12249: * www/htdocs/index.html 1.89:
12250: mail:send empty email checked
12251:
12252: * src/main/execute.C 1.245:
12253: * src/types/pa_vcode_frame.h 1.17:
12254: * src/types/pa_vcode_frame.h 1.18:
12255: * src/types/pa_vmethod_frame.h 1.30:
12256: * src/types/pa_wcontext.C 1.22:
12257: * src/types/pa_wcontext.h 1.35:
12258: * src/types/pa_wwrapper.h 1.21:
12259: * www/htdocs/index.html 1.92:
12260: vcodeframe were mistakenly not completely transparent to object writes.
12261: $hash[^if(1){$hash}] now works
12262:
12263: * operators.txt 1.64:
12264: * src/types/pa_vmail.C 1.17:
12265: * www/htdocs/index.html 1.90:
12266: exception_type email.format
12267:
12268: * etc/parser3.charsets/Makefile.am [release_3_0_0005] 1.3.6.1:
12269: * etc/parser3.charsets/Makefile.in [release_3_0_0005] 1.11.4.1:
12270: all included into dist
12271:
12272: 2002-08-06 paf
12273: * src/classes/file.C 1.93:
12274: * src/include/pa_globals.h 1.93:
12275: * src/main/pa_globals.C 1.136:
12276: * src/main/pa_request.C 1.222:
12277: * src/types/pa_vfile.C 1.32:
12278: * src/types/pa_vfile.h 1.45:
12279: * www/htdocs/index.html 1.85:
12280: $file.content-type [instead of .mime-type]
12281: now works for file::stat also
12282:
12283: * src/main/pa_request.C 1.221:
12284: * www/htdocs/index.html 1.84:
12285: case insensitive mime_type_of
12286:
12287: * src/classes/file.C 1.94:
12288: * www/htdocs/index.html 1.86:
12289: $f[file::cgi]
12290: $f.UPPER case fields
12291:
12292: * operators.txt 1.62:
12293: * operators.txt 1.63:
12294: * src/classes/table.C 1.157:
12295: * src/include/pa_array.h 1.56:
12296: * src/include/pa_table.h 1.47:
12297: * src/main/pa_array.C 1.51:
12298: * src/main/pa_table.C 1.50:
12299: * www/htdocs/index.html 1.88:
12300: ^table::create[$source;$.options]
12301: ^table::join[$source;$.options]
12302:
12303: * bin/auto.p.dist.in 1.4:
12304: jpeg
12305:
12306: * operators.txt 1.61:
12307: * src/classes/hash.C 1.43:
12308: * src/classes/string.C 1.115:
12309: * src/classes/table.C 1.156:
12310: * www/htdocs/index.html 1.87:
12311: sql options can be string now
12312: ^xxx:sql{...}[
12313: # $.default()
12314: }
12315:
12316: 2002-08-05 paf
12317: * src/classes/date.C 1.34:
12318: * src/include/pa_globals.h 1.92:
12319: * src/main/pa_globals.C 1.135:
12320: month calendar week column [ISO 8601 Week Numbers]
12321:
12322: * operators.txt 1.60:
12323: comment on date:calendar week column
12324:
12325: * src/types/pa_vxnode.C 1.20:
12326: xnode.childNodes now 0... [were 1...]
12327:
12328: * src/main/pa_common.C 1.113:
12329: * src/main/pa_common.C 1.114:
12330: * src/main/pa_common.C 1.115:
12331: * src/main/pa_common.C 1.116:
12332: write checked
12333:
12334: * src/types/pa_vmail.C 1.15:
12335: file buffer relocated to parser heap
12336:
12337: * src/classes/date.C 1.35:
12338: +1 buf size for stupid snprintfs
12339:
12340: 2002-08-02 paf
12341: * operators.txt 1.59:
12342: * src/main/pa_request.C 1.220:
12343: * src/types/pa_vform.C 1.61:
12344: * www/htdocs/index.html 1.83:
12345: response transcoded source->client only when text/* or simple
12346: onoverridden $response:body
12347:
12348: * src/include/pa_config_fixed.h [release_3_0_0005] 1.48.2.1:
12349: * src/main/pa_string.C [release_3_0_0005] 1.165.2.1:
12350: * src/targets/cgi/getopt.c [release_3_0_0005] 1.1.4.1:
12351: * src/targets/cgi/parser3.C [release_3_0_0005] 1.190.2.1:
12352: removed #define DEBUG*
12353:
12354: * src/Makefile.in 1.50:
12355: * src/classes/Makefile.in 1.48:
12356: * src/main/Makefile.in 1.44:
12357: * src/targets/apache13/Makefile.in 1.37:
12358: * src/targets/cgi/Makefile.in 1.51:
12359: * src/types/Makefile.in 1.41:
12360: *** empty log message ***
12361:
12362: * src/types/pa_vclass.h 1.28:
12363: * src/types/pa_vform.C 1.62:
12364: * src/types/pa_vobject.h 1.21:
12365: opera multipart post fixed
12366:
12367: * configure [release_3_0_0005] 1.35.2.1:
12368: * configure.in [release_3_0_0005] 1.36.2.1:
12369: * src/include/pa_version.h [release_3_0_0005] 1.7.2.1:
12370: release 3_0_0005
12371:
12372: * bin/auto.p.dist.in [release_3_0_0005] 1.3.4.1:
12373: unhandled_exception comments
12374:
12375: 2002-08-01 paf
12376: * src/classes/classes.C 1.17:
12377: * src/classes/classes.h 1.21:
12378: * src/classes/date.C 1.33:
12379: * src/classes/double.C 1.49:
12380: * src/classes/file.C 1.92:
12381: * src/classes/form.C 1.28:
12382: * src/classes/hash.C 1.42:
12383: * src/classes/image.C 1.74:
12384: * src/classes/int.C 1.46:
12385: * src/classes/mail.C 1.74:
12386: * src/classes/math.C 1.23:
12387: * src/classes/op.C 1.99:
12388: * src/classes/response.C 1.21:
12389: * src/classes/string.C 1.114:
12390: * src/classes/table.C 1.155:
12391: * src/classes/void.C 1.21:
12392: * src/classes/xdoc.C 1.97:
12393: * src/classes/xnode.C 1.47:
12394: * src/classes/xnode.h 1.13:
12395: * src/include/pa_array.h 1.55:
12396: * src/include/pa_cache_managers.h 1.8:
12397: * src/include/pa_charset.h 1.18:
12398: * src/include/pa_charsets.h 1.7:
12399: * src/include/pa_common.h 1.79:
12400: * src/include/pa_config_fixed.h 1.48:
12401: * src/include/pa_dictionary.h 1.12:
12402: * src/include/pa_dir.h 1.12:
12403: * src/include/pa_exception.h 1.37:
12404: * src/include/pa_exec.h 1.10:
12405: * src/include/pa_globals.h 1.91:
12406: * src/include/pa_hash.h 1.57:
12407: * src/include/pa_opcode.h 1.20:
12408: * src/include/pa_pool.h 1.83:
12409: * src/include/pa_request.h 1.142:
12410: * src/include/pa_sapi.h 1.21:
12411: * src/include/pa_socks.h 1.10:
12412: * src/include/pa_sql_connection.h 1.26:
12413: * src/include/pa_sql_driver_manager.h 1.25:
12414: * src/include/pa_stack.h 1.16:
12415: * src/include/pa_string.h 1.141:
12416: * src/include/pa_stylesheet_connection.h 1.30:
12417: * src/include/pa_stylesheet_manager.h 1.14:
12418: * src/include/pa_table.h 1.46:
12419: * src/include/pa_threads.h 1.25:
12420: * src/include/pa_types.h 1.43:
12421: * src/include/pa_uue.h 1.3:
12422: * src/lib/md5/pa_md5.h 1.4:
12423: * src/lib/md5/pa_md5c.c 1.5:
12424: * src/lib/pcre/pcre_parser_ctype.c 1.2:
12425: * src/main/compile.C 1.65:
12426: * src/main/compile.tab.C 1.58:
12427: * src/main/compile_tools.C 1.52:
12428: * src/main/compile_tools.h 1.63:
12429: * src/main/execute.C 1.244:
12430: * src/main/pa_array.C 1.50:
12431: * src/main/pa_cache_managers.C 1.6:
12432: * src/main/pa_charset.C 1.28:
12433: * src/main/pa_charsets.C 1.10:
12434: * src/main/pa_common.C 1.112:
12435: * src/main/pa_dictionary.C 1.16:
12436: * src/main/pa_dir.C 1.13:
12437: * src/main/pa_exception.C 1.42:
12438: * src/main/pa_exec.C 1.39:
12439: * src/main/pa_globals.C 1.134:
12440: * src/main/pa_hash.C 1.52:
12441: * src/main/pa_pool.C 1.55:
12442: * src/main/pa_request.C 1.219:
12443: * src/main/pa_socks.C 1.16:
12444: * src/main/pa_sql_driver_manager.C 1.64:
12445: * src/main/pa_string.C 1.165:
12446: * src/main/pa_stylesheet_manager.C 1.15:
12447: * src/main/pa_table.C 1.49:
12448: * src/main/pa_uue.C 1.3:
12449: * src/main/untaint.C 1.104:
12450: * src/sql/pa_sql_driver.h 1.28:
12451: * src/targets/apache13/mod_parser3.C 1.26:
12452: * src/targets/apache13/pa_md5c.c 1.4:
12453: * src/targets/apache13/pa_pool.C 1.7:
12454: * src/targets/apache13/pa_threads.C 1.10:
12455: * src/targets/cgi/pa_pool.C 1.40:
12456: * src/targets/cgi/pa_threads.C 1.11:
12457: * src/targets/cgi/parser3.C 1.190:
12458: * src/targets/cgi/pool_storage.h 1.12:
12459: * src/targets/isapi/pa_pool.C 1.15:
12460: * src/targets/isapi/pa_threads.C 1.12:
12461: * src/targets/isapi/parser3isapi.C 1.78:
12462: * src/targets/isapi/pool_storage.h 1.18:
12463: * src/types/pa_valiased.C 1.16:
12464: * src/types/pa_valiased.h 1.22:
12465: * src/types/pa_value.C 1.3:
12466: * src/types/pa_value.h 1.88:
12467: * src/types/pa_vbool.h 1.20:
12468: * src/types/pa_vclass.h 1.27:
12469: * src/types/pa_vcode_frame.h 1.16:
12470: * src/types/pa_vcookie.C 1.45:
12471: * src/types/pa_vcookie.h 1.18:
12472: * src/types/pa_vdate.h 1.12:
12473: * src/types/pa_vdouble.h 1.39:
12474: * src/types/pa_venv.h 1.23:
12475: * src/types/pa_vfile.C 1.31:
12476: * src/types/pa_vfile.h 1.44:
12477: * src/types/pa_vform.C 1.60:
12478: * src/types/pa_vform.h 1.37:
12479: * src/types/pa_vhash.h 1.35:
12480: * src/types/pa_vimage.C 1.19:
12481: * src/types/pa_vimage.h 1.27:
12482: * src/types/pa_vint.h 1.36:
12483: * src/types/pa_vjunction.h 1.15:
12484: * src/types/pa_vmail.C 1.14:
12485: * src/types/pa_vmail.h 1.3:
12486: * src/types/pa_vmath.h 1.9:
12487: * src/types/pa_vmethod_frame.h 1.29:
12488: * src/types/pa_vobject.h 1.20:
12489: * src/types/pa_vrequest.C 1.19:
12490: * src/types/pa_vrequest.h 1.19:
12491: * src/types/pa_vresponse.C 1.7:
12492: * src/types/pa_vresponse.h 1.24:
12493: * src/types/pa_vstateless_class.C 1.15:
12494: * src/types/pa_vstateless_class.h 1.28:
12495: * src/types/pa_vstateless_object.h 1.19:
12496: * src/types/pa_vstatus.C 1.9:
12497: * src/types/pa_vstatus.h 1.10:
12498: * src/types/pa_vstring.C 1.21:
12499: * src/types/pa_vstring.h 1.48:
12500: * src/types/pa_vtable.C 1.15:
12501: * src/types/pa_vtable.h 1.40:
12502: * src/types/pa_vvoid.h 1.11:
12503: * src/types/pa_vxdoc.C 1.15:
12504: * src/types/pa_vxdoc.h 1.23:
12505: * src/types/pa_vxnode.C 1.19:
12506: * src/types/pa_vxnode.h 1.16:
12507: * src/types/pa_wcontext.C 1.21:
12508: * src/types/pa_wcontext.h 1.34:
12509: * src/types/pa_wwrapper.h 1.20:
1.40 ! paf 12510: $Date: 2004/09/06 11:06:36 $
1.15 paf 12511:
12512: * src/Makefile.am 1.17:
12513: * src/classes/Makefile.am 1.40:
12514: * src/classes/classes.C 1.16:
12515: * src/classes/classes.dsp 1.23:
12516: * src/classes/classes.h 1.20:
12517: * src/classes/date.C 1.32:
12518: * src/classes/double.C 1.48:
12519: * src/classes/file.C 1.91:
12520: * src/classes/form.C 1.27:
12521: * src/classes/hash.C 1.41:
12522: * src/classes/image.C 1.73:
12523: * src/classes/int.C 1.45:
12524: * src/classes/mail.C 1.73:
12525: * src/classes/math.C 1.22:
12526: * src/classes/op.C 1.98:
12527: * src/classes/response.C 1.20:
12528: * src/classes/string.C 1.113:
12529: * src/classes/table.C 1.154:
12530: * src/classes/void.C 1.20:
12531: * src/classes/xdoc.C 1.96:
12532: * src/classes/xnode.C 1.46:
12533: * src/classes/xnode.h 1.12:
12534: * src/include/pa_array.h 1.54:
12535: * src/include/pa_cache_managers.h 1.7:
12536: * src/include/pa_charset.h 1.17:
12537: * src/include/pa_charsets.h 1.6:
12538: * src/include/pa_common.h 1.78:
12539: * src/include/pa_config_fixed.h 1.47:
12540: * src/include/pa_config_includes.h 1.20:
12541: * src/include/pa_dictionary.h 1.11:
12542: * src/include/pa_dir.h 1.11:
12543: * src/include/pa_exception.h 1.36:
12544: * src/include/pa_exec.h 1.9:
12545: * src/include/pa_globals.h 1.90:
12546: * src/include/pa_hash.h 1.56:
12547: * src/include/pa_opcode.h 1.19:
12548: * src/include/pa_pool.h 1.82:
12549: * src/include/pa_pragma_pack_begin.h 1.5:
12550: * src/include/pa_pragma_pack_end.h 1.5:
12551: * src/include/pa_request.h 1.141:
12552: * src/include/pa_sapi.h 1.20:
12553: * src/include/pa_socks.h 1.9:
12554: * src/include/pa_sql_connection.h 1.25:
12555: * src/include/pa_sql_driver_manager.h 1.24:
12556: * src/include/pa_stack.h 1.15:
12557: * src/include/pa_string.h 1.140:
12558: * src/include/pa_stylesheet_connection.h 1.29:
12559: * src/include/pa_stylesheet_manager.h 1.13:
12560: * src/include/pa_table.h 1.45:
12561: * src/include/pa_threads.h 1.24:
12562: * src/include/pa_types.h 1.42:
12563: * src/include/pa_uue.h 1.2:
12564: * src/lib/md5/pa_md5.h 1.3:
12565: * src/lib/md5/pa_md5c.c 1.4:
12566: * src/main/Makefile.am 1.34:
12567: * src/main/compile.C 1.64:
12568: * src/main/compile_tools.C 1.51:
12569: * src/main/compile_tools.h 1.62:
12570: * src/main/execute.C 1.243:
12571: * src/main/main.dsp 1.157:
12572: * src/main/pa_array.C 1.49:
12573: * src/main/pa_cache_managers.C 1.5:
12574: * src/main/pa_charset.C 1.27:
12575: * src/main/pa_charsets.C 1.9:
12576: * src/main/pa_common.C 1.111:
12577: * src/main/pa_dictionary.C 1.15:
12578: * src/main/pa_dir.C 1.12:
12579: * src/main/pa_exception.C 1.41:
12580: * src/main/pa_exec.C 1.38:
12581: * src/main/pa_globals.C 1.133:
12582: * src/main/pa_hash.C 1.51:
12583: * src/main/pa_pool.C 1.54:
12584: * src/main/pa_request.C 1.218:
12585: * src/main/pa_socks.C 1.15:
12586: * src/main/pa_sql_driver_manager.C 1.63:
12587: * src/main/pa_string.C 1.164:
12588: * src/main/pa_stylesheet_manager.C 1.14:
12589: * src/main/pa_table.C 1.48:
12590: * src/main/pa_uue.C 1.2:
12591: * src/main/untaint.C 1.103:
12592: * src/sql/pa_sql_driver.h 1.27:
12593: * src/targets/apache13/ApacheModuleParser3.dsp 1.16:
12594: * src/targets/apache13/Makefile.am 1.13:
12595: * src/targets/apache13/mod_parser3.C 1.25:
12596: * src/targets/apache13/pa_md5c.c 1.3:
12597: * src/targets/apache13/pa_pool.C 1.6:
12598: * src/targets/apache13/pa_threads.C 1.9:
12599: * src/targets/cgi/Makefile.am 1.40:
12600: * src/targets/cgi/pa_pool.C 1.39:
12601: * src/targets/cgi/pa_threads.C 1.10:
12602: * src/targets/cgi/parser3.C 1.189:
12603: * src/targets/cgi/parser3.dsp 1.54:
12604: * src/targets/cgi/pool_storage.h 1.11:
12605: * src/targets/isapi/pa_pool.C 1.14:
12606: * src/targets/isapi/pa_threads.C 1.11:
12607: * src/targets/isapi/parser3isapi.C 1.77:
12608: * src/targets/isapi/parser3isapi.dsp 1.41:
12609: * src/targets/isapi/pool_storage.h 1.17:
12610: * src/types/Makefile.am 1.24:
12611: * src/types/pa_valiased.C 1.15:
12612: * src/types/pa_valiased.h 1.21:
12613: * src/types/pa_value.C 1.2:
12614: * src/types/pa_value.h 1.87:
12615: * src/types/pa_vbool.h 1.19:
12616: * src/types/pa_vclass.h 1.26:
12617: * src/types/pa_vcode_frame.h 1.15:
12618: * src/types/pa_vcookie.C 1.44:
12619: * src/types/pa_vcookie.h 1.17:
12620: * src/types/pa_vdate.h 1.11:
12621: * src/types/pa_vdouble.h 1.38:
12622: * src/types/pa_venv.h 1.22:
12623: * src/types/pa_vfile.C 1.30:
12624: * src/types/pa_vfile.h 1.43:
12625: * src/types/pa_vform.C 1.59:
12626: * src/types/pa_vform.h 1.36:
12627: * src/types/pa_vhash.h 1.34:
12628: * src/types/pa_vimage.C 1.18:
12629: * src/types/pa_vimage.h 1.26:
12630: * src/types/pa_vint.h 1.35:
12631: * src/types/pa_vjunction.h 1.14:
12632: * src/types/pa_vmail.C 1.13:
12633: * src/types/pa_vmail.h 1.2:
12634: * src/types/pa_vmath.h 1.8:
12635: * src/types/pa_vmethod_frame.h 1.28:
12636: * src/types/pa_vobject.h 1.19:
12637: * src/types/pa_vrequest.C 1.18:
12638: * src/types/pa_vrequest.h 1.18:
12639: * src/types/pa_vresponse.C 1.6:
12640: * src/types/pa_vresponse.h 1.23:
12641: * src/types/pa_vstateless_class.C 1.14:
12642: * src/types/pa_vstateless_class.h 1.27:
12643: * src/types/pa_vstateless_object.h 1.18:
12644: * src/types/pa_vstatus.C 1.8:
12645: * src/types/pa_vstatus.h 1.9:
12646: * src/types/pa_vstring.C 1.20:
12647: * src/types/pa_vstring.h 1.47:
12648: * src/types/pa_vtable.C 1.14:
12649: * src/types/pa_vtable.h 1.39:
12650: * src/types/pa_vvoid.h 1.10:
12651: * src/types/pa_vxdoc.C 1.14:
12652: * src/types/pa_vxdoc.h 1.22:
12653: * src/types/pa_vxnode.C 1.18:
12654: * src/types/pa_vxnode.h 1.15:
12655: * src/types/pa_wcontext.C 1.20:
12656: * src/types/pa_wcontext.h 1.33:
12657: * src/types/pa_wwrapper.h 1.19:
12658: * src/types/types.dsp 1.29:
12659: ident.C* removed
12660:
12661: * operators.txt 1.58:
12662: * src/classes/file.C 1.90:
12663: * src/main/pa_request.C 1.217:
1.24 paf 12664: * www/cgi-bin/parser3.log 1.78:
1.15 paf 12665: file:find[/can/do/this/now.txt]
12666:
12667: * src/targets/cgi/parser3.C 1.188:
12668: usage to stdout now
12669:
12670: 2002-07-31 paf
12671: * src/classes/mail.C 1.72:
12672: * src/types/pa_vmail.C 1.10:
12673: * src/types/pa_vmail.C 1.11:
12674: * src/types/pa_vmail.C 1.12:
12675: mail:
12676: errors-to: now default "postmaster"
12677:
12678: * src/classes/mail.C 1.70:
12679: * src/types/pa_vmail.C 1.9:
1.24 paf 12680: * www/cgi-bin/parser3.log 1.77:
1.15 paf 12681: mail from/to now must be.
12682: -f postmaster now default sendmail key
12683: word "postmaster" replaced to $.from
12684:
12685: * src/classes/mail.C 1.71:
12686: *** empty log message ***
12687:
12688: 2002-07-30 paf
12689: * src/main/pa_charset.C 1.25:
1.24 paf 12690: * www/cgi-bin/parser3.log 1.76:
1.15 paf 12691: * www/htdocs/auto.p 1.15:
12692: UTF-8 to 1byte charset convert, no char in table, &#decimal;
12693:
12694: * Makefile.in 1.16:
12695: * configure 1.35:
12696: * configure.in 1.36:
12697: * src/targets/cgi/Makefile.in 1.50:
12698: * src/targets/cgi/pa_config_paths.h.in 1.2:
12699: * src/targets/cgi/parser3.C 1.187:
12700: removed pa_config_paths.h
12701:
12702: * src/main/pa_charset.C 1.26:
12703: * src/main/pa_request.C 1.216:
12704: comment
12705:
12706: * etc/parser3.charsets/windows-1251.cfg 1.6:
12707: section sign [russian paragraf]
12708:
12709: 2002-07-11 paf
12710: * src/classes/mail.C 1.69:
12711: $MAIL[
12712: # xxx
12713: ]
12714:
12715: now ok
12716:
12717: * operators.txt 1.57:
12718: plan: sql detailed exception
12719:
12720: * src/main/pa_exec.C 1.36:
12721: invalid .exe caused error message with params wich parser did not provide = reported badly.
12722: fixed that.
12723:
12724: * src/main/pa_exec.C 1.37:
12725: build command line badly added params twice [and first time
12726: without ' ']. double wrong. fixed.
12727:
12728: 2002-07-01 paf
12729: * src/classes/form.C 1.26:
12730: * src/main/pa_request.C 1.215:
12731: conf bug fixed [MForm.configure_admin were called when request
12732: main_class ==0
12733:
12734: * src/classes/form.C 1.24:
12735: content_length type fix
12736:
12737: * src/classes/form.C 1.25:
12738: 10*0x400*400 bug fix [4M not 10M]
12739:
12740: 2002-06-30 paf
12741: * src/classes/mail.C 1.68:
12742: merged from 4
12743:
12744: * src/classes/mail.C [release_3_0_0004] 1.67.2.1:
12745: restored $MAIL
12746:
12747: 2002-06-28 paf
12748: * configure 1.32:
12749: * operators.txt 1.56:
12750: * src/classes/xdoc.C 1.95:
12751: * src/include/pa_charset.h 1.16:
12752: * src/include/pa_config_fixed.h 1.46:
12753: * src/include/pa_pool.h 1.81:
12754: * src/include/pa_version.h 1.6:
12755: * src/main/pa_charset.C 1.24:
12756: * src/main/pa_pool.C 1.53:
12757: * src/targets/apache13/ApacheModuleParser3.dsp 1.15:
12758: * src/targets/cgi/parser3.dsp 1.53:
12759: * src/targets/isapi/parser3isapi.dsp 1.40:
12760: * src/types/pa_vmail.C 1.8:
1.24 paf 12761: * www/cgi-bin/parser3.log 1.75:
1.15 paf 12762: * www/htdocs/index.html 1.82:
12763: merged latest updates to head
12764:
12765: * configure 1.34:
12766: * configure.in [release_3_0_0004] 1.35.2.2:
12767: removed paths.h
12768:
12769: * Makefile.in 1.15:
12770: * configure 1.33:
12771: * src/include/pa_version.h 1.7:
12772: * src/targets/cgi/pa_config_paths.h.in [release_3_0_0004] 1.1.8.1:
12773: lates changes from 4 build merged, makes updated
12774:
12775: 2002-06-27 paf
12776: * src/classes/xdoc.C 1.94:
12777: * www/htdocs/index.html 1.81:
12778: xsltParseStylesheetDoc bug workaround
12779:
12780: * operators.txt [release_3_0_0004] 1.55.2.1:
12781: * src/classes/xdoc.C [release_3_0_0004] 1.93.2.1:
12782: * src/include/pa_charset.h [release_3_0_0004] 1.15.2.1:
12783: * src/include/pa_config_fixed.h [release_3_0_0004] 1.45.2.2:
12784: * src/include/pa_pool.h [release_3_0_0004] 1.80.4.1:
12785: * src/main/pa_charset.C [release_3_0_0004] 1.23.8.1:
12786: * src/main/pa_pool.C [release_3_0_0004] 1.52.8.1:
1.24 paf 12787: * www/cgi-bin/parser3.log [release_3_0_0004] 1.74.2.1:
1.15 paf 12788: * www/htdocs/index.html [release_3_0_0004] 1.80.2.1:
12789: ^xdoc::create[[uri]]... base uri for document being created, imports and other relative file names would be relative to this uri
12790: default uri=path_translated
12791:
12792: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_0004] 1.14.2.1:
12793: * src/targets/cgi/parser3.dsp [release_3_0_0004] 1.52.2.1:
12794: * src/targets/isapi/parser3isapi.dsp [release_3_0_0004] 1.39.2.1:
12795: post-build not error now
12796:
12797: 2002-06-26 paf
12798: * configure [release_3_0_0004] 1.31.2.1:
12799: * configure.in [release_3_0_0004] 1.35.2.1:
12800: * src/include/pa_version.h [release_3_0_0004] 1.5.4.1:
12801: release_3_0_0004
12802:
12803: * src/main/pa_string.C 1.162:
12804: blank string '', ' <whitespace>' considered 0 now
12805:
12806: * src/lib/md5/Makefile.in 1.1:
12807: *** empty log message ***
12808:
12809: * src/targets/cgi/parser3.C 1.186:
1.24 paf 12810: * www/cgi-bin/parser3.log 1.74:
1.15 paf 12811: /cgi-bin/parser empty filename checked
12812:
12813: 2002-06-25 paf
12814: * operators.txt 1.55:
12815: * src/classes/xdoc.C 1.93:
1.24 paf 12816: * www/cgi-bin/parser3.log 1.71:
12817: * www/cgi-bin/parser3.log 1.72:
1.15 paf 12818: * www/htdocs/index.html 1.78:
12819: * www/htdocs/index.html 1.79:
12820: ^xdoc.transform[xdoc <<can be now
12821:
12822: * bin/auto.p.dist.in 1.3:
12823: * operators.txt 1.53:
12824: * src/classes/math.C 1.20:
12825: * src/types/pa_vmail.C 1.6:
1.24 paf 12826: * www/cgi-bin/parser3.log 1.70:
1.15 paf 12827: * www/htdocs/index.html 1.76:
12828: math:crypt updated to generate random salt when needed and to
12829: call system crypt() if not $apr1$ prefix
12830:
12831: * configure 1.31:
12832: * configure.in 1.35:
12833: * src/include/pa_config_auto.h.in 1.27:
12834: crypt library configured
12835:
12836: * operators.txt 1.54:
12837: * src/classes/string.C 1.112:
12838: * www/htdocs/index.html 1.77:
12839: ^string.normalize [old name: optimize
12840:
12841: * src/main/pa_string.C 1.161:
1.24 paf 12842: * www/cgi-bin/parser3.log 1.73:
1.15 paf 12843: * www/htdocs/index.html 1.80:
12844: emtpy string, or string of whitespaces considered bad number now
12845:
12846: * src/main/pa_request.C 1.214:
12847: configure_admin forced if no @conf
12848:
12849: 2002-06-24 paf
12850: * Makefile.in 1.14:
12851: * bin/Makefile.in 1.4:
12852: * configure 1.29:
12853: * configure.in 1.33:
12854: * etc/Makefile.in 1.9:
12855: * etc/parser3.charsets/Makefile.in 1.11:
12856: * src/Makefile.in 1.49:
12857: * src/classes/Makefile.in 1.47:
12858: * src/include/Makefile.in 1.6:
12859: * src/include/pa_config_auto.h.in 1.25:
12860: * src/lib/Makefile.in 1.3:
12861: * src/lib/patches/Makefile.in 1.3:
12862: * src/lib/pcre/Makefile.in 1.3:
12863: * src/main/Makefile.in 1.43:
12864: * src/sql/Makefile.in 1.6:
12865: * src/targets/Makefile.in 1.37:
12866: * src/targets/apache13/Makefile.in 1.36:
12867: * src/targets/apache13/p3runConfigure.in 1.11:
12868: * src/targets/cgi/Makefile.am 1.39:
12869: * src/targets/cgi/Makefile.in 1.49:
12870: * src/targets/isapi/Makefile.in 1.6:
12871: * src/types/Makefile.am 1.23:
12872: * src/types/Makefile.in 1.40:
12873: * src/types/pa_vmail.C 1.4:
12874: $mail:received makes update
12875:
12876: * src/targets/cgi/getopt.c 1.1:
12877: * src/targets/cgi/getopt.h 1.1:
12878: introducing parser -m option, for $mail:receive
12879:
12880: * src/include/pa_config_fixed.h 1.45:
12881: ssize_t fixed
12882:
12883: * INSTALL 1.24:
12884: --with-static/shared-mailreceive described
12885:
12886: * operators.txt 1.51:
12887: * src/classes/mail.C 1.67:
12888: * src/include/Makefile.am 1.3:
12889: * src/include/pa_charset.h 1.15:
12890: * src/include/pa_config_fixed.h 1.43:
12891: * src/include/pa_request.h 1.140:
12892: * src/include/pa_string.h 1.139:
12893: * src/include/pa_uue.h 1.1:
12894: * src/main/Makefile.am 1.33:
12895: * src/main/main.dsp 1.155:
12896: * src/main/pa_globals.C 1.131:
12897: * src/main/pa_request.C 1.213:
12898: * src/main/pa_string.C 1.160:
12899: * src/main/pa_uue.C 1.1:
12900: * src/targets/apache13/mod_parser3.C 1.24:
12901: * src/targets/cgi/Makefile.am 1.38:
12902: * src/targets/cgi/parser3.C 1.184:
12903: * src/targets/cgi/parser3.dsp 1.51:
12904: * src/targets/isapi/parser3isapi.C 1.76:
12905: * src/types/pa_vform.C 1.57:
12906: * src/types/pa_vform.h 1.35:
12907: * src/types/pa_vmail.C 1.1:
12908: * src/types/pa_vmail.h 1.1:
12909: * src/types/types.dsp 1.27:
1.24 paf 12910: * www/cgi-bin/parser3.log 1.68:
1.15 paf 12911: * www/htdocs/index.html 1.74:
12912: uue to separate file
12913: introducting $message:received
12914: ^mail:send rewritten with backward comp
12915:
12916: * src/classes/classes.dsp 1.22:
12917: * src/main/main.dsp 1.156:
12918: * src/main/pa_globals.C 1.132:
12919: * src/targets/apache13/ApacheModuleParser3.dsp 1.14:
12920: * src/targets/cgi/parser3.dsp 1.52:
12921: * src/targets/isapi/parser3isapi.dsp 1.39:
12922: * src/types/types.dsp 1.28:
12923: win32xml win32mailreceive pseudomodules paths now
12924:
12925: * src/include/pa_config_fixed.h 1.44:
12926: * src/targets/cgi/parser3.C 1.185:
12927: * src/types/pa_vmail.C 1.3:
12928: #ifdef WITH_MAILRECEIVE
12929:
12930: * acconfig.h 1.2:
12931: * configure 1.30:
12932: * configure.in 1.34:
12933: * src/include/pa_config_auto.h.in 1.26:
12934: *** empty log message ***
12935:
12936: 2002-06-21 paf
12937: * Makefile.in 1.13:
12938: * configure 1.28:
12939: * configure.in 1.32:
12940: * src/Makefile.in 1.48:
12941: * src/classes/Makefile.in 1.46:
12942: * src/lib/Makefile.in 1.1:
12943: * src/lib/md5/Makefile.am 1.2:
12944: * src/lib/md5/pa_md5c.c 1.2:
12945: * src/lib/patches/Makefile.in 1.2:
12946: * src/lib/pcre/Makefile.in 1.2:
12947: * src/main/Makefile.in 1.42:
12948: * src/targets/apache13/Makefile.in 1.35:
12949: * src/targets/cgi/Makefile.am 1.37:
12950: * src/targets/cgi/Makefile.in 1.48:
12951: * src/types/Makefile.in 1.39:
12952: lib restructure .in and .am files appropriate changes
12953:
12954: * src/lib/Makefile.am 1.2:
12955: * src/lib/Makefile.in 1.2:
12956: * src/lib/md5/pa_md5.h 1.2:
12957: * src/targets/apache13/p3runConfigure.in 1.10:
12958: * src/targets/apache13/pa_md5c.c 1.2:
12959: lib restructure apache .am & co changes
12960:
12961: * INSTALL 1.23:
12962: * configure.in 1.31:
12963: * operators.txt 1.50:
12964: * parser3.dsw 1.2:
12965: * src/Makefile.am 1.16:
12966: * src/classes/Makefile.am 1.39:
12967: * src/classes/classes.dsp 1.21:
12968: * src/classes/math.C 1.19:
12969: * src/lib/Makefile.am 1.1:
12970: * src/lib/md5/Makefile.am 1.1:
12971: * src/lib/md5/md5.dsp 1.1:
12972: * src/lib/md5/pa_md5.h 1.1:
12973: * src/lib/md5/pa_md5c.c 1.1:
12974: * src/lib/patches/Makefile.am 1.1:
12975: * src/lib/patches/Makefile.in 1.1:
12976: * src/lib/patches/libgdome_cpp_syntax1.patch 1.1:
12977: * src/lib/patches/libgdome_cpp_syntax2.patch 1.1:
12978: * src/lib/patches/libgdome_morestatic.patch 1.1:
12979: * src/lib/patches/libxml_error_column_tab.patch 1.1:
12980: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.1:
12981: * src/lib/patches/libxml_transcoder_context1.patch 1.1:
12982: * src/lib/patches/libxml_transcoder_context2.patch 1.1:
12983: * src/lib/patches/libxml_transcoder_context3.patch 1.1:
12984: * src/lib/patches/libxml_transcoder_context4.patch 1.1:
12985: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.1:
12986: * src/lib/pcre/LICENCE 1.1:
12987: * src/lib/pcre/Makefile.am 1.1:
12988: * src/lib/pcre/Makefile.in 1.1:
12989: * src/lib/pcre/README 1.1:
12990: * src/lib/pcre/Tech.Notes 1.1:
12991: * src/lib/pcre/dftables.c 1.1:
12992: * src/lib/pcre/get.c 1.1:
12993: * src/lib/pcre/ibm-1250.ucm 1.1:
12994: * src/lib/pcre/ibm-1251.ucm 1.1:
12995: * src/lib/pcre/ibm-1257.ucm 1.1:
12996: * src/lib/pcre/internal.h 1.1:
12997: * src/lib/pcre/maketables.c 1.1:
12998: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
12999: * src/lib/pcre/pcre.3 1.1:
13000: * src/lib/pcre/pcre.3.html 1.1:
13001: * src/lib/pcre/pcre.3.txt 1.1:
13002: * src/lib/pcre/pcre.c 1.1:
13003: * src/lib/pcre/pcre.dsp 1.1:
13004: * src/lib/pcre/pcre.h 1.1:
13005: * src/lib/pcre/pcre_dftables.dsp 1.1:
13006: * src/lib/pcre/pcre_parser_ctype.c 1.1:
13007: * src/lib/pcre/pcre_parser_ctype.dsp 1.1:
13008: * src/lib/pcre/ruspart_win2koi.pl 1.1:
13009: * src/lib/pcre/study.c 1.1:
13010: * src/lib/pcre/win-koi.tab 1.1:
13011: * src/main/Makefile.am 1.32:
13012: * src/main/compile.tab.C 1.57:
13013: * src/main/main.dsp 1.154:
13014: * src/targets/apache13/ApacheModuleParser3.dsp 1.13:
13015: * src/targets/apache13/Makefile.am 1.12:
13016: * src/targets/apache13/pa_md5c.c 1.1:
13017: * src/targets/cgi/Makefile.am 1.36:
13018: * src/targets/cgi/parser3.dsp 1.50:
13019: * src/targets/isapi/parser3isapi.dsp 1.38:
13020: * src/types/Makefile.am 1.22:
13021: * src/types/types.dsp 1.26:
1.24 paf 13022: * www/cgi-bin/parser3.log 1.67:
1.15 paf 13023: * www/htdocs/.htaccess 1.5:
13024: * www/htdocs/index.html 1.73:
13025: moved libltdl and pcre to libs/
13026: added libs/md5 which is linked to non-apache targets
13027: ^math:crypt[password;$apr1$salt]
13028:
13029: 2002-06-20 paf
13030: * INSTALL [release_3_0_0003] 1.21.2.1:
13031: * bin/Makefile.am [release_3_0_0003] 1.2.2.1:
13032: * bin/Makefile.in [release_3_0_0003] 1.2.2.1:
13033: * bin/auto.p.dist.in [release_3_0_0003] 1.2.2.1:
13034: * configure [release_3_0_0003] 1.26.2.2:
13035: * configure.in [release_3_0_0003] 1.29.2.2:
13036: * operators.txt [release_3_0_0003] 1.47.2.1:
13037: * src/classes/file.C [release_3_0_0003] 1.88.2.1:
13038: * src/classes/op.C [release_3_0_0003] 1.96.2.1:
13039: * src/doc/doxygen.cfg [release_3_0_0003] 1.22.4.1:
13040: * src/include/pa_globals.h [release_3_0_0003] 1.88.2.1:
13041: * src/include/pa_request.h [release_3_0_0003] 1.138.2.1:
13042: * src/main/execute.C [release_3_0_0003] 1.241.2.1:
13043: * src/main/pa_request.C [release_3_0_0003] 1.211.2.1:
13044: * src/targets/apache13/mod_parser3.C [release_3_0_0003] 1.22.2.1:
13045: * src/targets/cgi/parser3.C [release_3_0_0003] 1.182.2.1:
13046: * src/targets/isapi/parser3isapi.C [release_3_0_0003] 1.74.2.1:
13047: * src/types/pa_vmethod_frame.h [release_3_0_0003] 1.26.6.1:
13048: * www/htdocs/auto.p [release_3_0_0003] 1.11.2.1:
13049: * www/htdocs/index.html [release_3_0_0003] 1.69.2.1:
13050: marged latest HEAD updates, mainly file:justname&co & @auto
13051: conf[filespec
13052:
13053: * INSTALL 1.22:
13054: * bin/Makefile.am 1.3:
13055: * bin/auto.p.dist.in 1.1:
13056: * configure.in 1.30:
13057: * operators.txt 1.48:
13058: * src/doc/doxygen.cfg 1.23:
13059: * src/include/pa_globals.h 1.89:
13060: * src/targets/apache13/mod_parser3.C 1.23:
13061: * src/targets/cgi/parser3.C 1.183:
13062: * src/targets/isapi/parser3isapi.C 1.75:
13063: * www/htdocs/auto.p 1.12:
13064: * www/htdocs/index.html 1.70:
13065: parser3.conf renamed to auto.p
13066:
13067: * operators.txt 1.49:
13068: * src/classes/file.C 1.89:
1.24 paf 13069: * www/cgi-bin/parser3.log 1.66:
1.15 paf 13070: * www/htdocs/auto.p 1.14:
13071: * www/htdocs/index.html 1.72:
13072: !^file:dirname[/a/some.tar.gz]=/a
13073: !^file:dirname[/a/b/]=/a
13074: !^file:basename[/a/some.tar.gz]=some.tar.gz
13075: !^file:justname[/a/some.tar.gz]=some.tar
13076: !^file:justext[/a/some.tar.gz]=gz
13077:
13078: * bin/Makefile.in 1.3:
13079: * configure 1.27:
13080: parser3.conf renamed to auto.p autoconf changes
13081:
13082: * src/classes/op.C 1.97:
13083: * src/include/pa_request.h 1.139:
13084: * src/main/execute.C 1.242:
13085: * src/main/pa_request.C 1.212:
13086: * src/types/pa_vmethod_frame.h 1.27:
1.24 paf 13087: * www/cgi-bin/parser3.log 1.65:
1.15 paf 13088: * www/htdocs/auto.p 1.13:
13089: * www/htdocs/index.html 1.71:
13090: introducing @conf/auto[filespec]
13091:
13092: * bin/auto.p.dist.in 1.2:
13093: <noindex>
13094:
13095: 2002-06-18 paf
13096: * bin/Makefile.am 1.1:
13097: * bin/Makefile.in 1.1:
13098: * etc/Makefile.am 1.4:
13099: * www/htdocs/index.html 1.69:
13100: bin/parser3.conf.dist [moved from etc
13101:
1.24 paf 13102: * src/classes/file.C 1.86:
13103: * www/cgi-bin/parser3.log 1.64:
13104: ^file::exec[script;$.bad error case insensitive check now
13105:
1.15 paf 13106: * configure [release_3_0_0003] 1.26.2.1:
13107: * configure.in [release_3_0_0003] 1.29.2.1:
13108: * src/include/pa_version.h [release_3_0_0003] 1.5.2.1:
13109: version to configure.in
13110:
13111: * src/classes/file.C 1.85:
1.24 paf 13112: * www/cgi-bin/parser3.log 1.63:
1.15 paf 13113: * www/htdocs/index.html 1.68:
13114: ^file::exec[script;$.bad now error, not skip
13115:
13116: * Makefile.am 1.5:
13117: * Makefile.in 1.12:
13118: * bin/Makefile.am 1.2:
13119: * bin/Makefile.in 1.2:
13120: * configure 1.26:
13121: * configure.in 1.29:
13122: * etc/Makefile.in 1.8:
13123: * etc/parser3.charsets/Makefile.am 1.3:
13124: * etc/parser3.charsets/Makefile.in 1.10:
13125: * src/targets/apache13/Makefile.in 1.34:
13126: parser3.conf.dist moved to bin, .in & *.am updated
13127:
13128: * src/classes/file.C 1.87:
13129: strcasecmp
13130:
13131: * INSTALL 1.21:
13132: reflected .conf.dist dir change
13133:
13134: * configure 1.25:
13135: * configure.in 1.28:
13136: * src/include/pa_pool.h 1.80:
13137: * src/include/pa_types.h 1.41:
13138: pack configure.in detection simplified.
13139: figured out that gcc on sparc not that stupid as thought previously:
13140: 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]
13141: so packed must be all parts of packed class, i.e. it's parents&fields(classes).
13142: for now it's only String that packed and what was wrong is that it's parent - Pooled, were not packed. fixed that.
13143:
13144: * src/classes/file.C 1.88:
13145: strncasecmp
13146:
13147: 2002-06-14 paf
13148: * operators.txt 1.47:
13149: more precise xml-to-text options
13150:
13151: * operators.txt 1.46:
13152: * src/types/pa_vxnode.C 1.17:
13153: xnode attribute_node.name/value
13154: xnode pi.node.data
13155:
13156: 2002-06-12 paf
13157: * Makefile.in 1.11:
13158: * configure 1.24:
13159: * configure.in 1.27:
13160: * etc/Makefile.in 1.7:
13161: * etc/parser3.charsets/Makefile.in 1.9:
13162: * src/Makefile.in 1.47:
13163: * src/classes/Makefile.in 1.45:
13164: * src/include/Makefile.in 1.5:
13165: * src/main/Makefile.in 1.41:
13166: * src/sql/Makefile.in 1.5:
13167: * src/targets/Makefile.in 1.36:
13168: * src/targets/cgi/Makefile.am 1.35:
13169: * src/targets/cgi/Makefile.in 1.47:
13170: * src/targets/cgi/parser3.C 1.182:
13171: * src/targets/isapi/Makefile.in 1.5:
13172: * src/types/Makefile.in 1.38:
13173: removed root conf define creation
13174:
13175: * src/classes/mail.C 1.66:
13176: sendmail -ti [default now]
13177:
13178: * src/include/pa_globals.h 1.86:
13179: * src/include/pa_request.h 1.136:
13180: * src/main/main.dsp 1.153:
13181: * src/main/pa_globals.C 1.128:
13182: * src/main/pa_request.C 1.208:
1.24 paf 13183: * www/cgi-bin/parser3.log 1.60:
1.15 paf 13184: @conf
13185:
1.24 paf 13186: * src/include/pa_globals.h 1.87:
13187: * src/include/pa_request.h 1.137:
13188: * src/main/execute.C 1.241:
13189: * src/main/pa_globals.C 1.129:
13190: * src/main/pa_request.C 1.209:
13191: * www/cgi-bin/parser3.log 1.61:
13192: @rootconf [were @conf]
13193:
1.15 paf 13194: * INSTALL 1.20:
13195: * configure.in 1.26:
13196: * etc/Makefile.am 1.3:
13197: * operators.txt 1.43:
13198: * src/include/pa_globals.h 1.88:
13199: * src/include/pa_request.h 1.138:
13200: * src/main/compile.tab.C 1.56:
13201: * src/main/pa_globals.C 1.130:
13202: * src/main/pa_request.C 1.211:
13203: * src/targets/apache13/mod_parser3.C 1.22:
13204: * src/targets/cgi/parser3.C 1.181:
13205: * src/targets/isapi/parser3isapi.C 1.74:
1.24 paf 13206: * www/cgi-bin/parser3.log 1.62:
1.15 paf 13207: parser3.conf now one and only
13208:
13209: * src/classes/mail.C 1.65:
13210: * src/main/pa_request.C 1.210:
13211: $MAIL $CHARSETS allowed to be strings. for convinient #ing
13212:
13213: 2002-06-11 paf
13214: * src/classes/file.C 1.83:
13215: * src/targets/cgi/parser3.dsp 1.49:
13216: * src/targets/isapi/parser3isapi.C 1.73:
1.24 paf 13217: * www/cgi-bin/parser3.log 1.59:
1.15 paf 13218: * www/htdocs/.htaccess 1.4:
13219: * www/htdocs/index.html 1.66:
13220: suexec env keys filter plus CGI_ as valid prefix
13221:
13222: * src/classes/file.C 1.84:
13223: check simplified
13224:
13225: * src/classes/file.C 1.82:
13226: * src/include/pa_request.h 1.135:
13227: * src/include/pa_sapi.h 1.19:
13228: * src/targets/apache13/mod_parser3.C 1.21:
13229: * src/targets/cgi/parser3.C 1.180:
13230: * src/targets/isapi/parser3isapi.C 1.72:
1.24 paf 13231: * www/cgi-bin/parser3.log 1.58:
1.15 paf 13232: * www/htdocs/index.html 1.65:
13233: file::exec/cgi to pass HTTP_ vars
13234: introducing SAPI::environment
13235:
13236: 2002-06-10 paf
13237: * src/main/pa_common.C [release_1_0_0001] 1.108.2.1:
13238: fixed -d (bug)
13239:
13240: * configure 1.20:
13241: * configure [release_3_0_0002] 1.19.2.1:
13242: * configure.in [release_3_0_0002] 1.21.2.1:
13243: * src/include/pa_version.h 1.5:
13244: * src/include/pa_version.h [release_3_0_0002] 1.4.2.1:
13245: makes
13246:
13247: * operators.txt 1.41:
13248: old merge conflict removed
13249:
13250: * src/types/pa_vform.C 1.56:
13251: * src/types/pa_vform.h 1.34:
13252: * www/htdocs/index.html 1.62:
13253: $form: not determined yet check
13254:
13255: * src/main/pa_common.C 1.109:
13256: merged fixed -d (bug)
13257:
13258: * src/main/compile.tab.C 1.55:
13259: * src/main/pa_string.C 1.159:
1.24 paf 13260: * www/cgi-bin/parser3.log 1.56:
1.15 paf 13261: * www/htdocs/index.html 1.63:
13262: whitespace after number in autoconvert now ignored
13263:
13264: * operators.txt 1.42:
13265: * src/classes/op.C 1.96:
13266: * src/include/pa_common.h 1.77:
13267: * src/main/pa_common.C 1.110:
13268: lock failures reported now
13269:
13270: * configure 1.21:
13271: * configure.in 1.23:
13272: pack even address access on sparc&co arch checked in configure
13273:
13274: * configure 1.23:
13275: * configure.in 1.25:
13276: *** empty log message ***
13277:
13278: * src/main/compile_tools.C 1.50:
1.24 paf 13279: * www/cgi-bin/parser3.log 1.57:
1.15 paf 13280: * www/htdocs/index.html 1.64:
13281: ^if(" 1 "){y} bug fixed
13282: optimization string->double @ compile time were not-enough-checking...
13283:
13284: * configure 1.22:
13285: * configure.in 1.24:
13286: hpux check, nsl link, no socket
13287:
13288: * src/classes/mail.C 1.64:
13289: mail netscape attachment name fixed. todo: $response:body
13290: content-type:name
13291:
13292: * src/main/untaint.C 1.102:
13293: bug#2) mail subject got always prepended with charset even when
13294: all letters were 7bit one
13295:
13296: 2002-06-04 paf
13297: * src/targets/apache13/mod_parser3.C 1.20:
13298: * src/targets/apache13/mod_parser3.C [release_1_0_0001] 1.19.2.1:
13299: fixed .dsp-s along with reorganized cvs modules dirs structure
13300:
13301: 2002-06-03 paf
13302: * etc/parser3.charsets/windows-1251.cfg 1.5:
13303: * operators.txt 1.40:
13304: * src/classes/classes.dsp 1.20:
13305: * src/main/compile.tab.C 1.54:
13306: * src/main/main.dsp 1.152:
13307: * src/main/pa_globals.C 1.127:
13308: * src/targets/apache13/ApacheModuleParser3.dsp 1.12:
13309: * src/targets/cgi/parser3.C 1.179:
13310: * src/targets/cgi/parser3.dsp 1.48:
13311: * src/targets/isapi/parser3isapi.dsp 1.37:
13312: * src/types/types.dsp 1.25:
13313: * www/htdocs/index.html 1.60:
13314: fixed .dsp-s along with reorganized cvs modules dirs structure
13315:
13316: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.2:
13317: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.2:
13318: * src/main/main.dsp [release_1_0_0001] 1.150.2.2:
13319: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.3:
13320: * src/targets/apache13/ApacheModuleParser3.dsp [release_1_0_0001] 1.11.2.1:
13321: * src/targets/cgi/parser3.dsp [release_1_0_0001] 1.46.2.1:
13322: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.2:
13323: * src/types/types.dsp [release_1_0_0001] 1.23.2.2:
13324: reorganized cvs modules
13325:
13326: 2002-05-28 paf
13327: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.3:
13328: info.uri now ""
13329:
13330: 2002-05-17 paf
13331: * src/classes/table.C 1.153:
13332: * src/classes/table.C [release_1_0_0001] 1.151.2.1:
13333: ^table.save << checked empty pre/match/post columns
13334:
13335: 2002-05-16 paf
13336: * src/classes/image.C 1.72:
1.24 paf 13337: * www/cgi-bin/parser3.log 1.55:
1.15 paf 13338: * www/htdocs/index.html 1.59:
13339: image::measure can png now
13340:
13341: 2002-05-15 paf
13342: * operators.txt 1.38:
13343: * src/classes/date.C 1.31:
1.24 paf 13344: * www/cgi-bin/parser3.log 1.54:
1.15 paf 13345: * www/htdocs/index.html 1.58:
13346: ^date::create[%H:%M[:%S]] added
13347:
13348: * etc/parser3.charsets/windows-1251.cfg 1.4:
13349: 0x forgot, fixed
13350:
13351: * operators.txt 1.37:
13352: * src/classes/date.C 1.30:
1.24 paf 13353: * www/cgi-bin/parser3.log 1.53:
1.15 paf 13354: * www/htdocs/.htaccess 1.3:
13355: * www/htdocs/auto.p 1.10:
13356: * www/htdocs/index.html 1.57:
13357: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]]
13358: [-%m now
13359:
13360: 2002-05-14 paf
13361: * etc/parser3.charsets/windows-1251.cfg 1.3:
13362: * etc/parser3.charsets/windows-1251.cfg [release_1_0_0001] 1.2.2.1:
13363: added 3 quotes
13364:
13365: 2002-05-07 paf
13366: * src/classes/classes.dsp 1.19:
13367: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.1:
13368: * src/classes/op.C 1.95:
13369: * src/classes/op.C [release_1_0_0001] 1.93.2.1:
13370: * src/include/pa_globals.h 1.85:
13371: * src/include/pa_globals.h [release_1_0_0001] 1.84.2.1:
13372: * src/include/pa_request.h 1.134:
13373: * src/include/pa_request.h [release_1_0_0001] 1.133.2.1:
13374: * src/include/pa_table.h 1.44:
13375: * src/include/pa_table.h [release_1_0_0001] 1.43.2.1:
13376: * src/main/compile.tab.C 1.53:
13377: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.1:
13378: * src/main/compile.y 1.187:
13379: * src/main/compile.y [release_1_0_0001] 1.186.2.1:
13380: * src/main/main.dsp 1.151:
13381: * src/main/main.dsp [release_1_0_0001] 1.150.2.1:
13382: * src/main/pa_globals.C 1.126:
13383: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.2:
13384: * src/main/pa_request.C 1.207:
13385: * src/main/pa_request.C [release_1_0_0001] 1.204.2.1:
13386: * src/main/pa_table.C 1.47:
13387: * src/main/pa_table.C [release_1_0_0001] 1.46.2.1:
13388: * src/targets/isapi/pa_pool.C 1.13:
13389: * src/targets/isapi/pa_pool.C [release_1_0_0001] 1.12.2.1:
13390: * src/targets/isapi/parser3isapi.C 1.71:
13391: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.2:
13392: * src/targets/isapi/parser3isapi.dsp 1.36:
13393: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.1:
13394: * src/targets/isapi/pool_storage.h 1.16:
13395: * src/targets/isapi/pool_storage.h [release_1_0_0001] 1.15.2.1:
13396: * src/types/types.dsp 1.24:
13397: * src/types/types.dsp [release_1_0_0001] 1.23.2.1:
13398: * www/htdocs/parser-status.html 1.2:
13399: * www/htdocs/parser-status.html [release_1_0_0001] 1.1.2.1:
13400: Table name2number field now &.
13401: 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]
13402:
13403: 2002-05-06 paf
13404: * src/main/pa_globals.C 1.125:
13405: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.1:
13406: * src/targets/cgi/parser3.C 1.178:
13407: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.2:
13408: * src/targets/cgi/pool_storage.h 1.10:
13409: * src/targets/cgi/pool_storage.h [release_1_0_0001] 1.9.2.1:
13410: * src/targets/isapi/parser3isapi.C 1.70:
13411: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.1:
13412: removed 100*40 bytes per request memory leak [nonpool malloc in
13413: globals]
13414:
13415: 2002-04-30 paf
13416: * configure 1.19:
13417: * src/include/pa_version.h 1.4:
13418: version now not b
13419:
13420: * src/targets/cgi/parser3.C 1.177:
1.24 paf 13421: * www/cgi-bin/parser3.log 1.52:
1.15 paf 13422: * www/htdocs/global.xsl 1.7:
13423: * www/htdocs/index.html 1.56:
13424: request.uri now never 0
13425:
13426: 2002-04-29 paf
13427: * configure.in 1.21:
13428: removed b
13429:
13430: * src/doc/ClassExample1.dox 1.4:
13431: * src/doc/ClassExample3.dox 1.4:
13432: * src/doc/aliased.dox 1.4:
13433: * src/doc/methoded.dox 1.3:
13434: * src/doc/string.dox 1.4:
13435: * src/doc/value.dox 1.3:
13436: * src/include/pa_exception.h 1.34:
13437: * src/main/pa_request.C 1.205:
13438: * src/targets/cgi/parser3.C 1.176:
13439: merged from 0001
13440:
13441: * src/classes/op.C 1.94:
13442: * src/include/pa_exception.h 1.35:
13443: * src/main/pa_request.C 1.206:
13444: Exception::comment/type checked in (), no there's no empty type
13445: comment by default
13446:
13447: 2002-04-26 paf
13448: * src/doc/doxygen.cfg 1.22:
13449: * src/doc/doxygen.cfg [release_1_0_0001] 1.21.2.1:
13450: * src/targets/cgi/parser3.dsp 1.47:
1.24 paf 13451: * www/cgi-bin/parser3.log 1.51:
1.15 paf 13452: * www/htdocs/index.html 1.55:
13453: doxygen dot image size reduced
13454:
13455: 2002-04-25 paf
13456: * src/classes/table.C 1.152:
1.24 paf 13457: * www/cgi-bin/parser3.log 1.47:
1.15 paf 13458: * www/htdocs/.htaccess 1.1:
13459: * www/htdocs/index.html 1.51:
13460: removed restriction on column count to ^table.hash to work, now
13461: must be >0 [were >1]
13462:
13463: * src/targets/cgi/parser3.C 1.175:
13464: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.1:
13465: setenv in .htaccess when cgi is not under that dir got
13466: REDIRECT_ prefix before HTTP_PARSER_x_CONFIG, now that took
13467: into account
13468:
1.24 paf 13469: * www/cgi-bin/parser3.log 1.48:
1.15 paf 13470: * www/htdocs/index.html 1.52:
13471: sample of 'using junction out of context'
13472:
13473: * operators.txt 1.35:
13474: * operators.txt 1.36:
13475: * src/classes/date.C 1.28:
13476: * src/classes/date.C 1.29:
1.24 paf 13477: * www/cgi-bin/parser3.log 1.49:
1.15 paf 13478: * www/htdocs/index.html 1.53:
13479: ^date::create[2002-12-33 01:03:04]
13480:
13481: 2002-04-24 paf
13482: * src/classes/classes.dsp 1.18:
13483: * src/main/compile.tab.C 1.52:
13484: * src/main/main.dsp 1.150:
13485: * src/targets/apache13/ApacheModuleParser3.dsp 1.11:
13486: * src/targets/cgi/parser3.C 1.174:
13487: * src/targets/cgi/parser3.dsp 1.46:
13488: * src/targets/isapi/parser3isapi.dsp 1.34:
13489: * src/types/types.dsp 1.23:
13490: MSVC profile targets
13491:
13492: 2002-04-23 paf
13493: * operators.txt 1.34:
13494: * src/classes/string.C 1.110:
1.24 paf 13495: * www/cgi-bin/parser3.log 1.46:
1.15 paf 13496: * www/htdocs/index.html 1.50:
13497: int/double/string:sql{}[$.default{code}]
13498: fixed [were barking: "junction used outside of context"]
13499:
13500: 2002-04-22 paf
13501: * src/classes/string.C 1.109:
13502: * src/include/pa_string.h 1.138:
13503: * src/main/pa_string.C 1.158:
13504: * src/types/pa_vstring.C 1.19:
13505: * src/types/pa_vstring.h 1.46:
13506: * types.txt 1.2:
13507: ^string.optimize[]
13508:
13509: * src/main/execute.C 1.238:
1.24 paf 13510: * www/cgi-bin/parser3.log 1.43:
1.15 paf 13511: * www/htdocs/index.html 1.48:
13512: junctions to local contexts got cleanized&checked later
13513:
1.24 paf 13514: * src/main/execute.C 1.240:
13515: * www/cgi-bin/parser3.log 1.45:
13516: rolled back to before_killing_userjunction_contexts
13517:
1.15 paf 13518: * src/include/pa_globals.h 1.84:
13519: * src/include/pa_table.h 1.43:
13520: * src/main/pa_globals.C 1.124:
13521: * src/main/pa_string.C 1.157:
13522: * src/main/pa_table.C 1.46:
13523: fixed match table template
13524:
13525: * src/classes/string.C 1.107:
13526: * src/classes/string.C 1.108:
13527: optimize removed from string .left/right/pos
13528:
13529: * src/main/execute.C 1.239:
1.24 paf 13530: * www/cgi-bin/parser3.log 1.44:
1.15 paf 13531: * www/htdocs/index.html 1.49:
13532: user junctions context killed
13533:
13534: 2002-04-19 paf
13535: * src/classes/string.C 1.106:
13536: * src/include/pa_request.h 1.133:
13537: * src/include/pa_string.h 1.137:
13538: * src/main/pa_request.C 1.204:
13539: * src/main/pa_string.C 1.156:
13540: * src/types/pa_vstring.C 1.18:
13541: * src/types/pa_vstring.h 1.45:
1.24 paf 13542: * www/cgi-bin/parser3.log 1.42:
1.15 paf 13543: * www/htdocs/index.html 1.47:
13544: string now optimized prior to .left .right .mid .pos .match when that is profitable,
13545: and always before .replace
13546: when $ORIGINS(1) optimization disabled
13547: 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
13548:
13549: * src/classes/op.C 1.93:
13550: * src/classes/string.C 1.105:
13551: * src/types/pa_value.h 1.86:
13552: VTable removed from each String::match replace iteration, and made stacked
13553: sizeof(VTable)=12bytes economy on each replace code
13554:
13555: * src/include/pa_globals.h 1.83:
13556: * src/include/pa_table.h 1.42:
13557: * src/main/pa_globals.C 1.123:
13558: * src/main/pa_string.C 1.155:
13559: String::match table columns globalized, not created @ each ^match anymore
13560: economy: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
13561:
13562: * src/classes/file.C 1.81:
13563: ovector now local
13564: economy: 16 bytes per ^file:list
13565:
13566: * src/classes/string.C 1.104:
13567: * src/include/pa_string.h 1.136:
13568: * src/main/pa_string.C 1.154:
13569: * www/htdocs/index.html 1.46:
13570: string.match[]['] option enables generation of $match.prematch
13571: .match .postmatch columns
13572:
13573: * src/main/pa_string.C 1.153:
13574: String::match options analized without cstr-ing them now
13575:
13576: * src/doc/chmhelper.pl 1.1:
13577: * src/doc/doxygen.cfg 1.21:
13578: * src/doc/footer.htm 1.1:
13579: * src/doc/html2chm.cmd 1.6:
13580: * src/doc/postbuild.txt 1.3:
13581: * src/doc/sources2html.cmd 1.5:
13582: * src/doc/view_chm.cmd 1.2:
13583: * src/doc/view_html.cmd 1.2:
13584: config updated to doxygen 1.2.15,
13585: created helper which fixes minor bugs in chm project files & htm tree.
13586: changed extension to .htm
13587:
13588: * src/doc/footer.htm 1.2:
13589: 2001,
13590:
13591: 2002-04-18 paf
13592: * src/classes/classes.h 1.18:
13593: * src/classes/hash.C 1.40:
13594: * src/types/pa_value.h 1.85:
13595: * src/types/pa_vbool.h 1.18:
13596: * src/types/pa_vcookie.h 1.16:
13597: * src/types/pa_vdate.h 1.10:
13598: * src/types/pa_vdouble.h 1.37:
13599: * src/types/pa_venv.h 1.21:
13600: * src/types/pa_vfile.h 1.42:
13601: * src/types/pa_vhash.h 1.33:
13602: * src/types/pa_vimage.h 1.25:
13603: * src/types/pa_vint.h 1.34:
13604: * src/types/pa_vjunction.h 1.13:
13605: * src/types/pa_vobject.h 1.18:
13606: * src/types/pa_vrequest.h 1.17:
13607: * src/types/pa_vresponse.h 1.22:
13608: * src/types/pa_vstateless_class.h 1.26:
13609: * src/types/pa_vstateless_object.h 1.17:
13610: * src/types/pa_vstatus.h 1.8:
13611: * src/types/pa_vstring.h 1.44:
13612: * src/types/pa_vtable.h 1.38:
13613: * src/types/pa_vvoid.h 1.9:
13614: * src/types/pa_vxdoc.h 1.21:
13615: * src/types/pa_vxnode.h 1.14:
13616: fclass_real lowered from VStateless_class to VObject
13617:
13618: * src/types/pa_value.C 1.1:
13619: forced to cut that from .h because of VStateless_class usage [
13620: undefined in .h]
13621:
13622: * src/classes/classes.h 1.17:
13623: * src/classes/date.C 1.27:
13624: * src/classes/double.C 1.47:
13625: * src/classes/file.C 1.80:
13626: * src/classes/form.C 1.23:
13627: * src/classes/hash.C 1.39:
13628: * src/classes/image.C 1.71:
13629: * src/classes/int.C 1.44:
13630: * src/classes/mail.C 1.63:
13631: * src/classes/math.C 1.18:
13632: * src/classes/op.C 1.91:
13633: * src/classes/response.C 1.19:
13634: * src/classes/string.C 1.103:
13635: * src/classes/table.C 1.151:
13636: * src/classes/void.C 1.19:
13637: * src/classes/xnode.C 1.44:
13638: * src/include/pa_globals.h 1.82:
13639: * src/include/pa_request.h 1.132:
13640: * src/main/execute.C 1.236:
13641: * src/main/pa_globals.C 1.122:
13642: * src/main/pa_request.C 1.201:
13643: * src/types/Makefile.am 1.21:
13644: * src/types/pa_value.h 1.84:
13645: * src/types/pa_vdouble.h 1.36:
13646: * src/types/pa_vform.C 1.55:
13647: * src/types/pa_vhash.h 1.32:
13648: * src/types/pa_vint.h 1.33:
13649: * src/types/pa_vmath.h 1.7:
13650: * src/types/pa_vmethod_frame.h 1.25:
13651: * src/types/pa_vstateless_class.h 1.24:
13652: * src/types/pa_wcontext.C 1.18:
13653: * src/types/pa_wcontext.h 1.32:
13654: * src/types/pa_wwrapper.h 1.18:
13655: * src/types/types.dsp 1.22:
1.24 paf 13656: * www/cgi-bin/parser3.log 1.36:
1.15 paf 13657: * www/htdocs/index.html 1.40:
13658: removed Value::fname
13659:
13660: * src/include/pa_opcode.h 1.18:
13661: * src/main/compile.tab.C 1.51:
13662: * src/main/compile.y 1.186:
13663: * src/main/compile_tools.C 1.49:
13664: * src/main/compile_tools.h 1.61:
13665: * src/main/execute.C 1.237:
13666: * src/main/pa_request.C 1.202:
13667: * src/types/pa_vmethod_frame.h 1.26:
1.24 paf 13668: * www/cgi-bin/parser3.log 1.37:
1.15 paf 13669: * www/htdocs/index.html 1.41:
13670: OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to
13671: stack [no more heap waste on each CALL]
13672:
13673: * src/types/pa_valiased.C 1.14:
13674: * src/types/pa_valiased.h 1.19:
13675: * src/types/pa_vclass.h 1.25:
13676: * src/types/pa_vobject.h 1.17:
13677: * src/types/pa_wcontext.C 1.19:
1.24 paf 13678: * www/cgi-bin/parser3.log 1.38:
1.15 paf 13679: * www/htdocs/index.html 1.42:
13680: VAliased get/set alias now virtual and implemented down in
13681: VClass, fclass_alias removed,
13682:
13683: * src/main/pa_request.C 1.203:
13684: * src/types/pa_valiased.h 1.20:
13685: * src/types/pa_vstateless_class.h 1.25:
13686: * src/types/pa_vstateless_object.h 1.16:
13687: * src/types/pa_vstring.h 1.43:
1.24 paf 13688: * www/cgi-bin/parser3.log 1.39:
1.15 paf 13689: * www/htdocs/index.html 1.43:
13690: VStateless_string_object speicalized light version of VStateless_object
13691:
13692: * src/types/Makefile.in 1.37:
13693: *** empty log message ***
13694:
13695: * src/doc/doxygen.cfg 1.20:
13696: .chi generation disabled
13697:
13698: * src/classes/classes.h 1.19:
13699: * src/classes/xdoc.C 1.92:
13700: * src/classes/xnode.C 1.45:
13701: * src/classes/xnode.h 1.11:
13702: * src/types/pa_vxdoc.C 1.13:
1.24 paf 13703: * www/cgi-bin/parser3.log 1.40:
13704: * www/cgi-bin/parser3.log 1.41:
1.15 paf 13705: * www/htdocs/index.html 1.44:
13706: * www/htdocs/index.html 1.45:
13707: xdoc(xnode) now fully - fields&methods
13708:
13709: * src/classes/op.C 1.92:
13710: ^throw comment param made optional
13711:
13712: 2002-04-17 paf
13713: * src/types/pa_vhash.h 1.31:
13714: vstring wrong parent fixed
13715:
13716: * src/classes/op.C 1.90:
13717: taint local result var bug fixed
13718:
13719: * src/doc/ClassExample1.dox 1.3:
13720: * src/doc/ClassExample2.dox 1.4:
13721: * src/doc/ClassExample3.dox 1.3:
13722: * src/doc/compiler.dox 1.3:
13723: * src/doc/module.dox 1.3:
13724: * src/doc/pooled.dox 1.3:
13725: * src/doc/string.dox 1.3:
13726: * src/doc/targets.dox 1.3:
13727: * src/include/pa_pool.h 1.79:
13728: * src/include/pa_types.h 1.40:
13729: dox updated to current state, PTHROW freshen to throw & co
13730:
13731: 2002-04-16 paf
13732: * src/classes/op.C 1.89:
13733: exception2vhash file now tainted
13734:
13735: * src/include/pa_opcode.h 1.17:
13736: * src/main/compile.tab.C 1.49:
13737: * src/main/compile.y 1.185:
13738: * src/main/execute.C 1.232:
13739: * src/targets/cgi/parser3.C 1.172:
1.24 paf 13740: * www/cgi-bin/parser3.log 1.30:
1.15 paf 13741: OP_CALL -> OP_CALL__WRITE and used that for removing VString wrapper
13742:
13743: * src/doc/postbuild.txt 1.2:
13744: * src/main/execute.C 1.234:
1.24 paf 13745: * www/cgi-bin/parser3.log 1.34:
1.15 paf 13746: * www/htdocs/index.html 1.37:
13747: result in @postprocess & @unhandled_exception now taken into
13748: account as in usual functions
13749:
13750: * src/doc/postbuild.txt 1.1:
13751: instructions on post .html build
13752:
13753: * asm.txt 1.2:
13754: * form.txt 1.2:
13755: * lang.txt 1.2:
13756: * sql.txt 1.2:
1.24 paf 13757: * www/cgi-bin/parser3.log 1.35:
1.15 paf 13758: removed outdated. see in Attic asm.txt as most interesting
13759:
13760: * src/classes/op.C 1.87:
1.24 paf 13761: * www/cgi-bin/parser3.log 1.28:
1.15 paf 13762: * www/htdocs/auto.p 1.8:
13763: extra check on empty file in origin in _execute
13764:
13765: * src/classes/date.C 1.26:
13766: * src/main/compile.tab.C 1.50:
13767: * src/targets/cgi/parser3.C 1.173:
1.24 paf 13768: * www/cgi-bin/parser3.log 1.31:
13769: * www/cgi-bin/parser3.log 1.32:
1.15 paf 13770: cheched date:create(days) param for validity [later were
13771: assumed valid and crashed on invalid onces]
13772:
13773: * src/classes/file.C 1.79:
13774: * src/main/pa_exec.C 1.35:
1.24 paf 13775: * www/cgi-bin/parser3.log 1.33:
1.15 paf 13776: * www/htdocs/index.html 1.36:
13777: stderr of execs mark as tainted
13778:
13779: * src/main/execute.C 1.235:
13780: * www/htdocs/index.html 1.38:
13781: $result in @main now taken into account as in usual functions
13782:
1.24 paf 13783: * src/classes/op.C 1.88:
13784: * www/cgi-bin/parser3.log 1.29:
13785: _process pseudo origin copied from local var to heap
13786:
1.23 paf 13787: * src/main/pa_request.C 1.199:
13788: uri in error log
13789:
1.15 paf 13790: * src/main/pa_request.C 1.200:
13791: * src/targets/isapi/parser3isapi.C 1.69:
13792: * www/htdocs/index.html 1.39:
13793: removed check, preventing content-length: 0 from appearing
13794:
13795: * src/doc/doxygen.cfg 1.19:
13796: * src/doc/html2chm.cmd 1.5:
13797: .chm file only now, no .chi
13798:
13799: 2002-04-15 paf
13800: * src/classes/image.C 1.70:
13801: * src/classes/op.C 1.83:
13802: * src/classes/op.C 1.84:
13803: * src/classes/string.C 1.101:
13804: * src/classes/table.C 1.149:
13805: * src/include/pa_request.h 1.129:
13806: * src/main/execute.C 1.228:
13807: * src/types/pa_value.h 1.81:
13808: * src/types/pa_vmethod_frame.h 1.24:
13809: * src/types/pa_wcontext.h 1.29:
1.24 paf 13810: * www/cgi-bin/parser3.log 1.25:
1.15 paf 13811: StringOrValue wcontext result, now ready for dual writes
13812:
1.24 paf 13813: * src/classes/file.C 1.78:
13814: * src/classes/op.C 1.86:
13815: * src/classes/table.C 1.150:
13816: * www/cgi-bin/parser3.log 1.26:
13817: finished dual write_xxx_lang functions
13818:
1.15 paf 13819: * src/main/execute.C 1.231:
13820: * src/types/pa_value.h 1.83:
1.24 paf 13821: * www/cgi-bin/parser3.log 1.27:
1.15 paf 13822: fixed name update
13823:
13824: * src/main/execute.C 1.229:
13825: CodeFrame soul fixed [mistakenly killed by prev changes]
13826:
13827: * src/classes/date.C 1.25:
13828: * src/classes/file.C 1.76:
13829: * src/classes/mail.C 1.62:
13830: * src/classes/string.C 1.102:
13831: * src/classes/xnode.C 1.43:
13832: * src/include/pa_request.h 1.130:
13833: * src/types/pa_value.h 1.82:
13834: * src/types/pa_wcontext.h 1.30:
13835: removed absolutely unnecessary VString shells
13836:
13837: * src/classes/op.C 1.82:
13838: * src/include/pa_globals.h 1.81:
13839: * src/include/pa_opcode.h 1.16:
13840: * src/include/pa_request.h 1.128:
13841: * src/main/compile.tab.C 1.47:
13842: * src/main/compile.y 1.183:
13843: * src/main/compile_tools.C 1.47:
13844: * src/main/compile_tools.h 1.59:
13845: * src/main/execute.C 1.226:
13846: * src/main/pa_globals.C 1.121:
13847: * src/main/pa_request.C 1.198:
13848: * src/targets/cgi/parser3.C 1.170:
1.24 paf 13849: * www/cgi-bin/parser3.log 1.24:
1.15 paf 13850: * www/htdocs/index.html 1.35:
13851: switch in hash constructor fixed [were problems with using of
13852: stacked wwrapper after it's death]
13853:
13854: * src/classes/file.C 1.77:
13855: * src/classes/hash.C 1.38:
13856: * src/classes/op.C 1.85:
13857: * src/include/pa_request.h 1.131:
13858: * src/main/execute.C 1.230:
13859: * src/types/pa_wcontext.h 1.31:
13860: started dual write_xxx_lang functions, if checked & works
13861:
13862: * src/targets/cgi/parser3.C 1.171:
13863: ctime sometimes can be just "", checked that
13864:
13865: * src/main/compile.tab.C 1.48:
13866: * src/main/compile.y 1.184:
13867: * src/main/compile_tools.C 1.48:
13868: * src/main/compile_tools.h 1.60:
13869: * src/main/execute.C 1.227:
13870: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
13871: changed to OP_WRITE_VALUE
13872: in var get cases
13873:
13874: 2002-04-12 paf
13875: * operators.txt 1.33:
13876: * src/classes/table.C 1.148:
1.24 paf 13877: * www/cgi-bin/parser3.log 1.23:
1.15 paf 13878: * www/htdocs/index.html 1.34:
13879: table.select(expression) 0
13880:
13881: 2002-04-11 paf
13882: * src/classes/string.C 1.100:
13883: * src/include/pa_request.h 1.127:
13884: * src/main/execute.C 1.225:
13885: Request::process_internal codeFrame & wwrapper stacked [not
13886: wasting heap anymore]
13887:
13888: 2002-04-10 paf
13889: * src/include/pa_string.h 1.135:
13890: * src/main/pa_string.C 1.151:
13891: * src/main/untaint.C 1.101:
1.24 paf 13892: * www/cgi-bin/parser3.log 1.22:
1.15 paf 13893: * www/htdocs/index.html 1.33:
13894: killed 8 bytes from String.head
13895:
13896: * src/classes/double.C 1.46:
13897: * src/classes/file.C 1.75:
13898: * src/classes/hash.C 1.37:
13899: * src/classes/image.C 1.69:
13900: * src/classes/int.C 1.43:
13901: * src/classes/math.C 1.17:
13902: * src/classes/op.C 1.81:
13903: * src/classes/string.C 1.99:
13904: * src/classes/table.C 1.147:
13905: * src/classes/void.C 1.18:
13906: * src/classes/xdoc.C 1.91:
13907: * src/include/pa_request.h 1.126:
13908: * src/main/execute.C 1.224:
13909: * src/main/pa_string.C 1.152:
13910: killed Request::process() wrapping VString(String) in case we
13911: need only String
13912:
13913: 2002-04-09 paf
13914: * src/main/pa_common.C 1.108:
13915: * src/targets/cgi/parser3.C 1.168:
13916: * src/types/pa_vdouble.h 1.35:
13917: * src/types/pa_vint.h 1.32:
13918: int/double get_string now not pool.malloc(MAX_NUMBER) but
13919: really neaded
13920:
13921: * etc/Makefile.in 1.6:
13922: * etc/parser3.charsets/Makefile.in 1.8:
13923: * src/classes/Makefile.in 1.44:
13924: * src/sql/Makefile.in 1.4:
13925: * src/targets/Makefile.in 1.35:
13926: * src/targets/apache13/Makefile.in 1.33:
13927: * src/targets/cgi/Makefile.in 1.46:
13928: * src/targets/isapi/Makefile.in 1.4:
13929: * src/types/Makefile.in 1.36:
13930: makse
13931:
13932: * operators.txt 1.31:
13933: * src/classes/double.C 1.45:
13934: * src/classes/int.C 1.42:
13935: * www/htdocs/global.xsl 1.5:
13936: int/double.int/double(default)
13937:
13938: * src/main/compile.tab.C 1.46:
13939: * src/targets/cgi/parser3.C 1.169:
13940: * src/targets/isapi/parser3isapi.C 1.68:
1.24 paf 13941: * www/cgi-bin/parser3.log 1.21:
1.15 paf 13942: removed
13943: {
13944: char *a;
13945: {
13946: /*sub local*/char b[...];
13947: a=b;
13948: situations
13949:
13950: * src/classes/xdoc.C 1.89:
1.24 paf 13951: * www/cgi-bin/parser3.log 1.19:
1.15 paf 13952: * www/htdocs/global.xsl 1.6:
13953: * www/htdocs/index.html 1.32:
13954: xslt params fixed
13955:
13956: * operators.txt 1.32:
13957: * src/classes/xdoc.C 1.90:
1.24 paf 13958: * www/cgi-bin/parser3.log 1.20:
1.15 paf 13959: xslt params made literal
13960:
13961: 2002-04-04 paf
13962: * src/include/pa_string.h 1.134:
13963: * src/main/pa_string.C 1.150:
1.24 paf 13964: * www/cgi-bin/parser3.log 1.18:
1.15 paf 13965: * www/htdocs/index.html 1.31:
13966: fixed string.replace [when reconstructing pieces were split by
13967: max_integral(piece.size), thus some strings to replace happen
13968: to be split into two = not replaced)
13969:
13970: * src/targets/cgi/parser3.C 1.166:
13971: * src/targets/cgi/parser3.C 1.167:
13972: * src/targets/cgi/parser3.dsp 1.44:
13973: * src/targets/cgi/parser3.dsp 1.45:
13974: document root in standalone version = current dir
13975:
13976: 2002-04-03 paf
13977: * INSTALL 1.18:
13978: * Makefile.in 1.10:
13979: * configure 1.17:
13980: * configure.in 1.19:
13981: * etc/Makefile.in 1.5:
13982: * etc/parser3.charsets/Makefile.in 1.7:
13983: * src/Makefile.in 1.46:
13984: * src/include/Makefile.in 1.4:
13985: * src/main/Makefile.in 1.40:
13986: root config configure options
13987:
13988: * configure 1.18:
13989: * configure.in 1.20:
13990: more checks on nonexistent charset
13991:
13992: 2002-04-02 paf
13993: * src/main/compile.C 1.63:
13994: parser.compile [exception name more like in doc]
13995:
13996: 2002-04-01 paf
13997: * src/classes/mail.C 1.61:
13998: * src/include/pa_string.h 1.133:
13999: * src/main/untaint.C 1.100:
14000: * src/targets/isapi/parser3isapi.dsp 1.33:
1.24 paf 14001: * www/cgi-bin/parser3.log 1.17:
1.15 paf 14002: mail subject encoding taken from .content-type.charset, not .charset
14003:
14004: 2002-03-29 paf
14005: * operators.txt 1.30:
14006: * src/classes/date.C 1.24:
1.24 paf 14007: * www/cgi-bin/parser3.log 1.16:
1.15 paf 14008: * www/htdocs/index.html 1.30:
14009: ^date::create now may not supply day, default 1.
14010: checked 29.03 -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
14011:
14012: * etc/parser3.charsets/koi8-r.cfg 1.2:
14013: koi8-r += ukranian letters
14014:
14015: 2002-03-28 paf
14016: * operators.txt 1.29:
14017: * src/classes/date.C 1.23:
14018: * src/classes/op.C 1.79:
14019: * src/include/pa_globals.h 1.80:
14020: * src/include/pa_hash.h 1.55:
14021: * src/main/pa_globals.C 1.120:
14022: * src/types/pa_vdate.h 1.9:
14023: * www/htdocs/index.html 1.29:
14024: ^cache[file][date]{
14025: ^cache(seconds)
14026: ^cache[date]
14027: }
14028:
14029: * src/classes/xdoc.C 1.88:
14030: * src/classes/xnode.C 1.42:
14031: * src/classes/xnode.h 1.10:
14032: removed redundant pool param
14033:
14034: 2002-03-27 paf
14035: * operators.txt 1.27:
14036: * src/classes/op.C 1.77:
14037: * src/include/pa_config_fixed.h 1.42:
14038: * src/include/pa_request.h 1.124:
14039: * src/main/execute.C 1.222:
14040: * src/main/pa_request.C 1.196:
1.24 paf 14041: * www/cgi-bin/parser3.log 1.14:
1.15 paf 14042: decided agains resetting exception_trace, just changed name
14043:
14044: * operators.txt 1.28:
14045: * src/classes/date.C 1.22:
14046: * src/classes/double.C 1.44:
14047: * src/classes/file.C 1.74:
14048: * src/classes/form.C 1.22:
14049: * src/classes/hash.C 1.36:
14050: * src/classes/image.C 1.68:
14051: * src/classes/int.C 1.41:
14052: * src/classes/mail.C 1.60:
14053: * src/classes/math.C 1.16:
14054: * src/classes/op.C 1.78:
14055: * src/classes/string.C 1.98:
14056: * src/classes/table.C 1.146:
14057: * src/classes/void.C 1.17:
14058: * src/classes/xdoc.C 1.87:
14059: * src/classes/xnode.C 1.41:
14060: * src/include/pa_exception.h 1.33:
14061: * src/include/pa_request.h 1.125:
14062: * src/include/pa_stylesheet_connection.h 1.28:
14063: * src/main/compile.C 1.62:
14064: * src/main/compile_tools.C 1.46:
14065: * src/main/execute.C 1.223:
14066: * src/main/pa_array.C 1.48:
14067: * src/main/pa_charset.C 1.23:
14068: * src/main/pa_charsets.C 1.8:
14069: * src/main/pa_common.C 1.106:
14070: * src/main/pa_dictionary.C 1.14:
14071: * src/main/pa_exception.C 1.40:
14072: * src/main/pa_exec.C 1.34:
14073: * src/main/pa_pool.C 1.52:
14074: * src/main/pa_request.C 1.197:
14075: * src/main/pa_socks.C 1.14:
14076: * src/main/pa_sql_driver_manager.C 1.62:
14077: * src/main/pa_string.C 1.149:
14078: * src/main/pa_table.C 1.45:
14079: * src/main/untaint.C 1.99:
14080: * src/targets/apache13/mod_parser3.C 1.19:
14081: * src/targets/cgi/parser3.C 1.165:
14082: * src/targets/isapi/parser3isapi.C 1.67:
14083: * src/types/pa_value.h 1.80:
14084: * src/types/pa_vcookie.C 1.43:
14085: * src/types/pa_vfile.h 1.41:
14086: * src/types/pa_vform.C 1.54:
14087: * src/types/pa_vhash.h 1.30:
14088: * src/types/pa_vmethod_frame.h 1.23:
14089: * src/types/pa_vstatus.C 1.7:
14090: * src/types/pa_vtable.C 1.13:
14091: * src/types/pa_vxdoc.h 1.20:
14092: * src/types/pa_vxnode.h 1.13:
14093: * src/types/pa_wcontext.C 1.17:
14094: * src/types/pa_wwrapper.h 1.17:
1.24 paf 14095: * www/cgi-bin/parser3.log 1.15:
1.15 paf 14096: * www/htdocs/index.html 1.28:
14097: assigned exception types
14098:
14099: 2002-03-26 paf
14100: * operators.txt 1.24:
14101: * src/classes/date.C 1.20:
14102: * www/htdocs/index.html 1.25:
14103: fixed date roll on daylightsaving days
14104: mktime took into account tm_isdst flag, which remained from BEFORE roll, but should have been reset
14105:
14106: * src/classes/op.C 1.76:
14107: * www/htdocs/index.html 1.27:
14108: forced language of $source field of exception to 'tainted',
14109: so that sql-langed-frags could be outputed outside of connect
14110:
14111: * src/include/pa_common.h 1.76:
14112: * src/main/pa_exec.C 1.33:
14113: windows exec chdir fixed
14114:
14115: * operators.txt 1.25:
14116: * src/classes/date.C 1.21:
14117: * www/htdocs/index.html 1.26:
14118: removed date.roll limit of +-1 offset
14119:
14120: 2002-03-25 paf
14121: * INSTALL 1.13:
14122: comment on --disable-link-stdcpp
14123:
14124: * INSTALL 1.12:
14125: * configure 1.15:
14126: * configure.in 1.17:
14127: * src/targets/cgi/Makefile.am 1.33:
14128: * src/targets/cgi/Makefile.in 1.44:
14129: libstdc++ link skipping configure option
14130:
14131: * src/classes/file.C 1.73:
14132: * src/classes/mail.C 1.56:
14133: * src/include/pa_exec.h 1.8:
14134: * src/main/pa_exec.C 1.32:
14135: f(!forced_allow)
14136: to allow
14137: --with-sendmail to work with any/both
14138: --disable-foreign-group-files --disable-execs
14139:
14140: * src/classes/op.C 1.75:
14141: * src/include/pa_sql_connection.h 1.24:
14142: sql connection with error were put to cache with '
14143: marked_to_rollback' flag, all consequent even OK requests
14144: rolled back
14145:
14146: * INSTALL 1.16:
14147: "--with=sendmail=COMMAND"
14148: comment
14149:
14150: * INSTALL 1.15:
14151: * configure 1.16:
14152: * configure.in 1.18:
14153: * src/classes/mail.C 1.55:
14154: * src/include/pa_config_auto.h.in 1.24:
14155: * src/main/pa_exec.C 1.31:
14156: * src/targets/cgi/Makefile.am 1.34:
14157: * src/targets/cgi/Makefile.in 1.45:
14158: --disable-foreign-group-files now disables execs also.
14159: introducing --sendmail
14160:
14161: * INSTALL 1.14:
14162: * INSTALL 1.17:
14163: * src/classes/mail.C 1.57:
14164: * src/classes/mail.C 1.58:
14165: *** empty log message ***
14166:
14167: * operators.txt 1.22:
14168: pgsql options comment
14169:
14170: * operators.txt 1.23:
14171: * src/targets/cgi/parser3.C 1.164:
14172: http_site_config_filespec
14173:
14174: 2002-03-22 paf
14175: * operators.txt 1.21:
14176: few comments on sets
14177:
14178: * src/main/pa_exec.C 1.30:
14179: createprocess nowindow flag
14180: check on readfile false return
14181:
14182: 2002-03-18 paf
14183: * src/main/pa_charset.C 1.22:
14184: * src/targets/isapi/pa_threads.C 1.10:
14185: * src/types/pa_vdouble.h 1.34:
14186: removed some tested @tests
14187:
14188: * operators.txt 1.20:
14189: * src/classes/op.C 1.74:
14190: * src/include/pa_exception.h 1.32:
14191: * src/include/pa_globals.h 1.79:
14192: * src/include/pa_request.h 1.123:
14193: * src/include/pa_stack.h 1.14:
14194: * src/main/pa_globals.C 1.119:
14195: * src/main/pa_request.C 1.195:
1.24 paf 14196: * www/cgi-bin/parser3.log 1.12:
14197: * www/cgi-bin/parser3.log 1.13:
1.15 paf 14198: * www/htdocs/index.html 1.22:
14199: * www/htdocs/index.html 1.23:
14200: introducing ^try
14201:
14202: 2002-03-15 paf
14203: * operators.txt 1.19:
14204: * src/classes/table.C 1.145:
14205: * www/htdocs/index.html 1.21:
14206: ^table.locate(logical expr)
14207:
14208: 2002-03-13 paf
14209: * src/main/pa_exception.C 1.39:
14210: checked not-pooled malloc
14211:
14212: 2002-03-11 paf
14213: * src/types/pa_vfile.C 1.29:
14214: $file.text now 0A linebreaks,
14215: file::exec/cgi linebreaks "0D0A" changed to 0A onces
14216:
14217: * INSTALL 1.10:
14218: * configure 1.13:
14219: * configure.in 1.15:
14220: * src/include/pa_config_auto.h.in 1.22:
14221: * src/include/pa_config_fixed.h 1.40:
14222: * src/main/pa_exec.C 1.28:
14223: * src/main/pa_exec.C 1.29:
14224: * www/htdocs/index.html 1.18:
14225: * www/htdocs/index.html 1.19:
14226: * www/htdocs/index.html 1.20:
14227: --disable-execs
14228:
14229: * INSTALL 1.11:
14230: * configure 1.14:
14231: * configure.in 1.16:
14232: * src/include/pa_config_auto.h.in 1.23:
14233: * src/main/pa_common.C 1.105:
14234: --disable-foreign-group-files
14235:
14236: 2002-03-05 paf
14237: * src/targets/isapi/parser3isapi.C 1.66:
14238: * src/targets/isapi/parser3isapi.dsp 1.32:
14239: iis5 now requires headers to be terminated with \r\n manually [
14240: refuses to separate header/body itself]
14241:
14242: * operators.txt 1.17:
14243: * operators.txt 1.18:
14244: * src/classes/date.C 1.18:
14245: * src/classes/date.C 1.19:
14246: date week calendar columns named
14247:
14248: * src/main/pa_globals.C 1.118:
14249: * src/targets/cgi/parser3.C 1.163:
14250: * src/targets/isapi/parser3isapi.C 1.65:
14251: * www/htdocs/index.html 1.17:
14252: isapi site config beside .dll
14253:
14254: 2002-03-04 paf
14255: * src/targets/isapi/pa_threads.C 1.9:
14256: * src/targets/isapi/parser3isapi.C 1.64:
14257: * src/targets/isapi/parser3isapi.dsp 1.31:
14258: isapi updated
14259:
14260: * src/classes/op.C 1.73:
14261: * src/types/pa_vfile.C 1.28:
1.24 paf 14262: * www/cgi-bin/parser3.log 1.11:
1.15 paf 14263: * www/htdocs/index.html 1.16:
14264: process body now evaluated in PASS language
14265:
14266: * src/classes/op.C 1.72:
14267: * src/include/pa_string.h 1.132:
14268: * src/main/pa_string.C 1.148:
14269: string deserialize checks on broken file
14270:
14271: 2002-03-01 paf
14272: * src/main/pa_exec.C 1.27:
14273: execle -> execve, now argc OK
14274:
14275: 2002-02-28 paf
14276: * src/main/pa_string.C 1.147:
14277: origin by first piece preferred before last piece
14278:
14279: * src/main/pa_charsets.C 1.7:
14280: when placing charset to cache using global name now [were
14281: request]
14282:
14283: * configure 1.12:
14284: * configure.in 1.14:
14285: * src/targets/apache13/ApacheModuleParser3.dsp 1.10:
14286: * src/targets/apache13/mod_parser3.C 1.18:
14287: * src/targets/apache13/p3runConfigure.in 1.9:
14288: * src/targets/apache13/pa_threads.C 1.8:
1.24 paf 14289: * www/cgi-bin/parser3.log 1.10:
1.15 paf 14290: * www/htdocs/auto.p 1.7:
14291: apache module updated
14292:
14293: * src/main/untaint.C 1.98:
14294: removed some debug comments
14295:
14296: 2002-02-27 paf
14297: * src/main/pa_charset.C 1.21:
14298: size_t
14299:
14300: * INSTALL 1.9:
14301: shared/static-xml
14302: with-pathlink
14303:
14304: * operators.txt 1.15:
14305: * operators.txt 1.16:
14306: SMTP comment
14307:
14308: 2002-02-26 paf
14309: * src/classes/xnode.C 1.40:
1.24 paf 14310: * www/cgi-bin/parser3.log 1.9:
1.15 paf 14311: * www/htdocs/auto.p 1.6:
14312: * www/htdocs/global.xsl 1.4:
14313: * www/htdocs/index.html 1.15:
14314: in some situation, xpath query returned result with type NODESET, but empty nodeset member field,
14315: checked that
14316:
14317: * src/main/pa_exec.C 1.26:
14318: more precise names for vars, cosmetic
14319:
14320: 2002-02-22 paf
14321: * operators.txt 1.14:
14322: * src/types/pa_vcookie.C 1.41:
14323: * src/types/pa_vcookie.C 1.42:
1.24 paf 14324: * www/cgi-bin/parser3.log 1.5:
1.15 paf 14325: cookie "expires=0" = "session"
14326:
14327: * src/include/pa_string.h 1.131:
14328: * src/main/pa_string.C 1.144:
14329: * src/main/pa_string.C 1.145:
14330: * src/main/pa_string.C 1.146:
1.24 paf 14331: * www/cgi-bin/parser3.log 1.6:
14332: * www/cgi-bin/parser3.log 1.7:
14333: * www/cgi-bin/parser3.log 1.8:
1.15 paf 14334: * www/htdocs/auto.p 1.5:
14335: * www/htdocs/index.html 1.14:
14336: string iterators fixed again, so were String::join_chain
14337:
14338: * configure 1.11:
14339: * configure.in 1.13:
14340: glib###.a detection fixed
14341:
14342: * Makefile.in 1.7:
14343: * configure 1.9:
14344: * configure.in 1.11:
14345: * etc/Makefile.in 1.4:
14346: * etc/parser3.charsets/Makefile.in 1.6:
14347: * src/Makefile.in 1.45:
14348: * src/classes/Makefile.am 1.38:
14349: * src/classes/Makefile.in 1.43:
14350: * src/classes/hashfile.C 1.23:
14351: * src/include/Makefile.am 1.2:
14352: * src/include/Makefile.in 1.3:
14353: * src/include/pa_config_auto.h.in 1.20:
14354: * src/include/pa_db_connection.h 1.22:
14355: * src/include/pa_db_manager.h 1.15:
14356: * src/include/pa_db_table.h 1.16:
14357: * src/main/Makefile.am 1.31:
14358: * src/main/Makefile.in 1.39:
14359: * src/main/pa_db_connection.C 1.38:
14360: * src/main/pa_db_manager.C 1.23:
14361: * src/main/pa_db_table.C 1.21:
14362: * src/main/pa_globals.C 1.117:
14363: * src/sql/Makefile.in 1.3:
14364: * src/targets/Makefile.in 1.34:
14365: * src/targets/apache13/Makefile.in 1.32:
14366: * src/targets/apache13/p3runConfigure.in 1.8:
14367: * src/targets/cgi/Makefile.am 1.32:
14368: * src/targets/cgi/Makefile.in 1.43:
14369: * src/targets/isapi/Makefile.in 1.3:
14370: * src/types/Makefile.am 1.20:
14371: * src/types/Makefile.in 1.35:
14372: * src/types/pa_vhashfile.C 1.21:
14373: * src/types/pa_vhashfile.h 1.16:
14374: removed hashfile support for now
14375:
14376: * acconfig.h 1.1:
14377: acconfig move in cvs[from src/libltdl to /]
14378:
14379: * etc/parser3.charsets/windows-1251.cfg 1.2:
14380: °
14381:
14382: * Makefile.am 1.4:
14383: * Makefile.in 1.9:
14384: make update
14385:
14386: * INSTALL 1.7:
14387: hashfile removed from INSTALL
14388:
14389: * Makefile.in 1.8:
14390: * configure 1.10:
14391: * configure.in 1.12:
14392: * src/include/pa_config_auto.h.in 1.21:
14393: --with-shared-xml
14394: --with-static-xml
14395:
14396: * INSTALL 1.8:
14397: without-zlib comment
14398:
14399: * operators.txt 1.13:
14400: * src/classes/classes.dsp 1.16:
14401: * src/main/main.dsp 1.148:
14402: * src/types/types.dsp 1.20:
14403: removed hashfile support from sources for now
14404:
14405: * src/classes/classes.dsp 1.17:
14406: * src/main/compile.tab.C 1.45:
14407: * src/main/main.dsp 1.149:
14408: * src/targets/apache13/ApacheModuleParser3.dsp 1.9:
14409: * src/targets/cgi/parser3.dsp 1.43:
14410: * src/targets/isapi/parser3isapi.dsp 1.30:
14411: * src/types/types.dsp 1.21:
14412: *.dsp: removed refereces to win32db & ancient xalan&xml
14413:
14414: 2002-02-21 paf
14415: * Makefile.am 1.3:
14416: * Makefile.in 1.6:
14417: make cvsupdate
14418:
14419: * src/main/untaint.C 1.97:
1.24 paf 14420: * www/cgi-bin/parser3.log 1.4:
1.15 paf 14421: removed debug code, activated commented-for debug parts
14422:
14423: * src/include/pa_string.h 1.130:
14424: * src/include/pa_types.h 1.39:
14425: * src/main/pa_string.C 1.143:
14426: * src/main/untaint.C 1.96:
1.24 paf 14427: * www/cgi-bin/parser3.log 1.3:
1.15 paf 14428: STRING_*FOREACH_ROW
14429: changed to stop at append_row, not at link zero
14430: now string to string appending works
14431:
14432: 2002-02-20 paf
14433: * src/include/pa_string.h 1.129:
14434: * src/main/execute.C 1.221:
14435: * src/main/untaint.C 1.95:
14436: * src/targets/cgi/pa_pool.C 1.38:
14437: * src/targets/cgi/parser3.C 1.162:
14438: * www/htdocs/index.html 1.13:
14439: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
14440:
14441: * src/include/pa_string.h 1.128:
14442: * src/main/pa_string.C 1.142:
14443: * src/main/untaint.C 1.94:
1.24 paf 14444: * www/cgi-bin/parser3.log 1.2:
1.15 paf 14445: economy: 22%
14446:
14447: * operators.txt 1.12:
14448: * src/include/pa_common.h 1.75:
14449: * src/include/pa_config_fixed.h 1.39:
14450: * src/include/pa_string.h 1.125:
14451: * src/include/pa_types.h 1.38:
14452: * src/main/compile.tab.C 1.44:
14453: * src/main/execute.C 1.220:
14454: * src/main/pa_string.C 1.139:
14455: * src/main/untaint.C 1.91:
14456: * src/targets/cgi/pa_pool.C 1.37:
14457: * src/targets/cgi/parser3.C 1.160:
14458: * www/htdocs/auto.p 1.4:
14459: * www/htdocs/global.xsl 1.3:
14460: * www/htdocs/index.html 1.11:
14461: strign to string append optimiziation idea and estimates
14462:
14463: * src/include/pa_string.h 1.126:
14464: * src/include/pa_stylesheet_connection.h 1.27:
14465: * src/main/pa_db_manager.C 1.22:
14466: * src/main/pa_dictionary.C 1.13:
14467: * src/main/pa_string.C 1.140:
14468: * src/main/untaint.C 1.92:
14469: * src/targets/cgi/parser3.C 1.161:
14470: * src/types/pa_vcookie.C 1.40:
14471: * src/types/pa_vstring.h 1.42:
14472: * www/htdocs/index.html 1.12:
14473: speed uptimized: string::is_empty
14474:
14475: * src/include/pa_string.h 1.127:
14476: * src/main/pa_string.C 1.141:
14477: * src/main/untaint.C 1.93:
1.24 paf 14478: * www/cgi-bin/parser3.log 1.1:
1.15 paf 14479: space uptimized: string::link_row removed
14480:
14481: 2002-02-19 paf
14482: * src/classes/xdoc.C 1.86:
14483: * src/classes/xnode.C 1.39:
14484: getElementsByTagName and *NS moved to node [element]
14485:
14486: * src/classes/math.C 1.15:
14487: not used directly [but erroreously reported that 'is', thus
14488: registering twice&other probs]
14489:
14490: * src/main/compile.C 1.59:
14491: * src/main/compile.C 1.60:
14492: without string_origins not worked
14493:
14494: * src/main/compile.C 1.61:
14495: without string_origins parse error file+line+col possible
14496:
14497: 2002-02-18 paf
14498: * src/types/pa_vdouble.h 1.33:
14499: since we have in_expression
14500: removed that trick i've installed into double::as_string
14501:
14502: * INSTALL 1.6:
14503: local install comment
14504:
14505: * src/main/compile.tab.C 1.41:
14506: * src/main/compile.y 1.181:
14507: * www/htdocs/global.xsl 1.2:
14508: * www/htdocs/index.html 1.7:
14509: integer division stops name
14510:
14511: * Makefile.in 1.4:
14512: * acinclude.m4 1.2:
14513: * aclocal.m4 1.2:
14514: * configure 1.8:
14515: * configure.in 1.10:
14516: * etc/Makefile.in 1.3:
14517: * etc/parser3.charsets/Makefile.in 1.5:
14518: * src/Makefile.in 1.44:
14519: * src/classes/Makefile.in 1.42:
14520: * src/include/Makefile.in 1.2:
14521: * src/include/pa_config_auto.h.in 1.19:
14522: * src/include/pa_config_includes.h 1.19:
14523: * src/main/Makefile.in 1.38:
14524: * src/sql/Makefile.in 1.2:
14525: * src/targets/Makefile.in 1.33:
14526: * src/targets/apache13/Makefile.in 1.31:
14527: * src/targets/apache13/p3runConfigure.in 1.7:
14528: * src/targets/cgi/Makefile.am 1.30:
14529: * src/targets/cgi/Makefile.in 1.41:
14530: * src/targets/cgi/parser3.C 1.157:
14531: * src/targets/isapi/Makefile.in 1.2:
14532: * src/types/Makefile.in 1.34:
14533: removed libtool usage from build mech
14534:
1.39 paf 14535: * src/classes/math.C 1.14:
14536: * www/htdocs/index.html 1.8:
14537: math:random range check fixed
14538:
1.38 paf 14539: * operators.txt 1.10:
14540: * src/classes/date.C 1.17:
14541: date::create [were date::set, with backward comp
14542:
1.15 paf 14543: * src/main/compile.tab.C 1.42:
14544: bison env set so one could compile without cygwin installed
14545:
14546: * src/targets/cgi/Makefile.am 1.31:
14547: * src/targets/cgi/Makefile.in 1.42:
14548: * src/targets/cgi/parser3.C 1.158:
14549: *** empty log message ***
14550:
14551: * src/main/pa_globals.C 1.116:
14552: extern "C" was removed too fast
14553:
14554: * Makefile.in 1.5:
14555: * ltconfig 1.2:
14556: * ltmain.sh 1.2:
14557: removed libtool subpart files
14558:
14559: * src/main/main.dsp 1.147:
14560: * src/main/pa_globals.C 1.115:
14561: removed unneded
14562: #ifdef __cplusplus
14563: }
14564: #endif
14565:
14566: * src/include/pa_opcode.h 1.15:
14567: * src/include/pa_request.h 1.122:
14568: * src/main/compile.tab.C 1.43:
14569: * src/main/compile.y 1.182:
14570: * src/main/execute.C 1.219:
14571: * src/types/pa_wcontext.h 1.28:
14572: * www/htdocs/index.html 1.10:
14573: * www/htdocs/index.html 1.9:
14574: in_expression
14575: aimed to solve old problem with string/nonstring values,
14576: now in expressions double/int values are passed as-is, without stupid tostring/fromstring conversions
14577:
14578: * operators.txt 1.11:
14579: * src/targets/cgi/parser3.C 1.159:
14580: PARSER_ROOT_CONFIG
14581:
14582: * src/classes/classes.dsp 1.15:
14583: * src/main/main.dsp 1.146:
14584: * src/main/pa_globals.C 1.114:
14585: * src/targets/cgi/parser3.dsp 1.42:
14586: * src/types/types.dsp 1.19:
14587: win32xml now contains gnome xml libs
14588: parser .dsp-s changed accordingly
14589:
14590: * operators.txt 1.9:
14591: \ comment
14592:
14593: 2002-02-13 paf
14594: * INSTALL 1.5:
14595: * configure 1.7:
14596: * configure.in 1.9:
14597: * src/targets/cgi/Makefile.am 1.29:
14598: * src/targets/cgi/Makefile.in 1.40:
14599: --with-glib-config
14600: CXXLINK=$(CC) for targets/cgi/parser3
14601:
14602: * src/include/pa_config_includes.h 1.18:
14603: sys/time time both included now.
14604: vaguely remember confilicts on this on some system [not on six|ablv]
14605: so when would see them again would think up proper check
14606:
14607: * etc/parser3.charsets/windows-1257.cfg 1.1:
14608: * src/targets/cgi/parser3.C 1.156:
14609: baltic charset file generated, in generation script ispunct
14610: check added
14611:
14612: * src/main/pa_common.C 1.103:
14613: strnchr: sanity check added
14614:
14615: * src/main/pa_common.C 1.104:
14616: truncation never occured when writing files on unix [since i've changed cache mech]
14617: fix
14618:
14619: * etc/parser3.charsets/windows-1257.cfg 1.2:
14620: id added
14621:
14622: 2002-02-08 paf
14623: * src/classes/classes.C 1.14:
14624: * src/classes/classes.h 1.15:
14625: * src/classes/date.C 1.15:
14626: * src/classes/double.C 1.42:
14627: * src/classes/file.C 1.71:
14628: * src/classes/form.C 1.20:
14629: * src/classes/hash.C 1.34:
14630: * src/classes/hashfile.C 1.21:
14631: * src/classes/image.C 1.65:
14632: * src/classes/int.C 1.39:
14633: * src/classes/mail.C 1.53:
14634: * src/classes/math.C 1.12:
14635: * src/classes/op.C 1.70:
14636: * src/classes/response.C 1.17:
14637: * src/classes/string.C 1.96:
14638: * src/classes/table.C 1.143:
14639: * src/classes/void.C 1.15:
14640: * src/classes/xdoc.C 1.84:
14641: * src/classes/xnode.C 1.37:
14642: * src/classes/xnode.h 1.8:
14643: * src/include/pa_array.h 1.52:
14644: * src/include/pa_cache_managers.h 1.5:
14645: * src/include/pa_charset.h 1.13:
14646: * src/include/pa_charsets.h 1.4:
14647: * src/include/pa_common.h 1.73:
14648: * src/include/pa_config_fixed.h 1.37:
14649: * src/include/pa_config_includes.h 1.16:
14650: * src/include/pa_db_connection.h 1.20:
14651: * src/include/pa_db_manager.h 1.13:
14652: * src/include/pa_db_table.h 1.14:
14653: * src/include/pa_dictionary.h 1.9:
14654: * src/include/pa_dir.h 1.9:
14655: * src/include/pa_exception.h 1.30:
14656: * src/include/pa_exec.h 1.6:
14657: * src/include/pa_globals.h 1.77:
14658: * src/include/pa_hash.h 1.53:
14659: * src/include/pa_opcode.h 1.13:
14660: * src/include/pa_pool.h 1.77:
14661: * src/include/pa_pragma_pack_begin.h 1.3:
14662: * src/include/pa_pragma_pack_end.h 1.3:
14663: * src/include/pa_request.h 1.120:
14664: * src/include/pa_sapi.h 1.17:
14665: * src/include/pa_socks.h 1.7:
14666: * src/include/pa_sql_connection.h 1.22:
14667: * src/include/pa_sql_driver_manager.h 1.22:
14668: * src/include/pa_stack.h 1.12:
14669: * src/include/pa_string.h 1.123:
14670: * src/include/pa_stylesheet_connection.h 1.25:
14671: * src/include/pa_stylesheet_manager.h 1.11:
14672: * src/include/pa_table.h 1.40:
14673: * src/include/pa_threads.h 1.22:
14674: * src/include/pa_types.h 1.36:
14675: * src/main/compile.C 1.57:
14676: * src/main/compile.tab.C 1.40:
14677: * src/main/compile_tools.C 1.44:
14678: * src/main/compile_tools.h 1.57:
14679: * src/main/execute.C 1.217:
14680: * src/main/pa_array.C 1.46:
14681: * src/main/pa_cache_managers.C 1.3:
14682: * src/main/pa_charset.C 1.19:
14683: * src/main/pa_charsets.C 1.5:
14684: * src/main/pa_common.C 1.100:
14685: * src/main/pa_db_connection.C 1.36:
14686: * src/main/pa_db_manager.C 1.20:
14687: * src/main/pa_db_table.C 1.19:
14688: * src/main/pa_dictionary.C 1.11:
14689: * src/main/pa_dir.C 1.10:
14690: * src/main/pa_exception.C 1.37:
14691: * src/main/pa_exec.C 1.24:
14692: * src/main/pa_globals.C 1.112:
14693: * src/main/pa_hash.C 1.49:
14694: * src/main/pa_pool.C 1.50:
14695: * src/main/pa_request.C 1.193:
14696: * src/main/pa_socks.C 1.12:
14697: * src/main/pa_sql_driver_manager.C 1.60:
14698: * src/main/pa_status_provider.C 1.3:
14699: * src/main/pa_string.C 1.137:
14700: * src/main/pa_stylesheet_manager.C 1.12:
14701: * src/main/pa_table.C 1.43:
14702: * src/main/untaint.C 1.88:
14703: * src/sql/pa_sql_driver.h 1.25:
14704: * src/targets/apache13/mod_parser3.C 1.16:
14705: * src/targets/apache13/pa_pool.C 1.4:
14706: * src/targets/apache13/pa_threads.C 1.6:
14707: * src/targets/cgi/pa_pool.C 1.35:
14708: * src/targets/cgi/pa_threads.C 1.8:
14709: * src/targets/cgi/parser3.C 1.153:
14710: * src/targets/cgi/pool_storage.h 1.8:
14711: * src/targets/isapi/pa_pool.C 1.11:
14712: * src/targets/isapi/pa_threads.C 1.7:
14713: * src/targets/isapi/parser3isapi.C 1.62:
14714: * src/targets/isapi/pool_storage.h 1.14:
14715: * src/types/pa_valiased.C 1.12:
14716: * src/types/pa_valiased.h 1.17:
14717: * src/types/pa_value.h 1.78:
14718: * src/types/pa_vbool.h 1.16:
14719: * src/types/pa_vclass.h 1.23:
14720: * src/types/pa_vcode_frame.h 1.13:
14721: * src/types/pa_vcookie.C 1.33:
14722: * src/types/pa_vcookie.h 1.14:
14723: * src/types/pa_vdate.h 1.7:
14724: * src/types/pa_vdouble.h 1.31:
14725: * src/types/pa_venv.h 1.19:
14726: * src/types/pa_vfile.C 1.25:
14727: * src/types/pa_vfile.h 1.39:
14728: * src/types/pa_vform.C 1.51:
14729: * src/types/pa_vform.h 1.32:
14730: * src/types/pa_vhash.h 1.28:
14731: * src/types/pa_vhashfile.C 1.18:
14732: * src/types/pa_vhashfile.h 1.14:
14733: * src/types/pa_vimage.C 1.15:
14734: * src/types/pa_vimage.h 1.23:
14735: * src/types/pa_vint.h 1.30:
14736: * src/types/pa_vjunction.h 1.11:
14737: * src/types/pa_vmath.h 1.5:
14738: * src/types/pa_vmethod_frame.h 1.21:
14739: * src/types/pa_vobject.h 1.15:
14740: * src/types/pa_vrequest.C 1.15:
14741: * src/types/pa_vrequest.h 1.15:
14742: * src/types/pa_vresponse.C 1.3:
14743: * src/types/pa_vresponse.h 1.20:
14744: * src/types/pa_vstateless_class.C 1.12:
14745: * src/types/pa_vstateless_class.h 1.22:
14746: * src/types/pa_vstateless_object.h 1.14:
14747: * src/types/pa_vstatus.C 1.5:
14748: * src/types/pa_vstatus.h 1.6:
14749: * src/types/pa_vstring.C 1.15:
14750: * src/types/pa_vstring.h 1.40:
14751: * src/types/pa_vtable.C 1.10:
14752: * src/types/pa_vtable.h 1.36:
14753: * src/types/pa_vvoid.h 1.7:
14754: * src/types/pa_vxdoc.C 1.10:
14755: * src/types/pa_vxdoc.h 1.18:
14756: * src/types/pa_vxnode.C 1.14:
14757: * src/types/pa_vxnode.h 1.11:
14758: * src/types/pa_wcontext.C 1.14:
14759: * src/types/pa_wcontext.h 1.26:
14760: * src/types/pa_wwrapper.h 1.15:
14761: 2002
14762:
14763: * src/types/pa_vcookie.C 1.36:
14764: * src/types/pa_vcookie.C 1.37:
14765: * src/types/pa_vcookie.C 1.38:
14766: * src/types/pa_vcookie.C 1.39:
14767: VCookie::fill_fields one check forgotten
14768:
14769: * src/include/Makefile.am 1.1:
14770: * src/include/Makefile.in 1.1:
14771: * src/sql/Makefile.am 1.3:
14772: * src/sql/Makefile.in 1.1:
14773: * src/targets/isapi/Makefile.am 1.1:
14774: * src/targets/isapi/Makefile.in 1.1:
14775: forgotten makes
14776:
14777: * AUTHORS 1.2:
14778: * COPYING 1.2:
14779: * INSTALL 1.3:
14780: * INSTALL 1.4:
14781: * README 1.2:
14782: install&others updated
14783:
14784: * Makefile.am 1.2:
14785: * Makefile.in 1.3:
14786: * configure 1.6:
14787: * configure.in 1.8:
14788: * etc/parser3.charsets/Makefile.am 1.2:
14789: * etc/parser3.charsets/Makefile.in 1.4:
14790: * src/Makefile.am 1.15:
14791: * src/Makefile.in 1.43:
14792: * src/classes/Makefile.am 1.37:
14793: * src/classes/Makefile.in 1.41:
14794: * src/main/Makefile.am 1.30:
14795: * src/main/Makefile.in 1.37:
14796: * src/main/pa_status_provider.C 1.5:
14797: * src/targets/Makefile.am 1.9:
14798: * src/targets/Makefile.in 1.32:
14799: * src/targets/apache13/Makefile.am 1.11:
14800: * src/targets/apache13/Makefile.in 1.30:
14801: * src/targets/cgi/Makefile.am 1.28:
14802: * src/targets/cgi/Makefile.in 1.39:
14803: * src/types/Makefile.am 1.19:
14804: * src/types/Makefile.in 1.33:
14805: 'make dist' works
14806:
14807: * src/classes/classes.C 1.15:
14808: * src/classes/classes.h 1.16:
14809: * src/classes/date.C 1.16:
14810: * src/classes/double.C 1.43:
14811: * src/classes/file.C 1.72:
14812: * src/classes/form.C 1.21:
14813: * src/classes/hash.C 1.35:
14814: * src/classes/hashfile.C 1.22:
14815: * src/classes/image.C 1.66:
14816: * src/classes/image.C 1.67:
14817: * src/classes/int.C 1.40:
14818: * src/classes/mail.C 1.54:
14819: * src/classes/math.C 1.13:
14820: * src/classes/op.C 1.71:
14821: * src/classes/response.C 1.18:
14822: * src/classes/string.C 1.97:
14823: * src/classes/table.C 1.144:
14824: * src/classes/void.C 1.16:
14825: * src/classes/xdoc.C 1.85:
14826: * src/classes/xnode.C 1.38:
14827: * src/classes/xnode.h 1.9:
14828: * src/include/pa_array.h 1.53:
14829: * src/include/pa_cache_managers.h 1.6:
14830: * src/include/pa_charset.h 1.14:
14831: * src/include/pa_charsets.h 1.5:
14832: * src/include/pa_common.h 1.74:
14833: * src/include/pa_config_fixed.h 1.38:
14834: * src/include/pa_config_includes.h 1.17:
14835: * src/include/pa_db_connection.h 1.21:
14836: * src/include/pa_db_manager.h 1.14:
14837: * src/include/pa_db_table.h 1.15:
14838: * src/include/pa_dictionary.h 1.10:
14839: * src/include/pa_dir.h 1.10:
14840: * src/include/pa_exception.h 1.31:
14841: * src/include/pa_exec.h 1.7:
14842: * src/include/pa_globals.h 1.78:
14843: * src/include/pa_hash.h 1.54:
14844: * src/include/pa_opcode.h 1.14:
14845: * src/include/pa_pool.h 1.78:
14846: * src/include/pa_pragma_pack_begin.h 1.4:
14847: * src/include/pa_pragma_pack_end.h 1.4:
14848: * src/include/pa_request.h 1.121:
14849: * src/include/pa_sapi.h 1.18:
14850: * src/include/pa_socks.h 1.8:
14851: * src/include/pa_sql_connection.h 1.23:
14852: * src/include/pa_sql_driver_manager.h 1.23:
14853: * src/include/pa_stack.h 1.13:
14854: * src/include/pa_string.h 1.124:
14855: * src/include/pa_stylesheet_connection.h 1.26:
14856: * src/include/pa_stylesheet_manager.h 1.12:
14857: * src/include/pa_table.h 1.41:
14858: * src/include/pa_threads.h 1.23:
14859: * src/include/pa_types.h 1.37:
14860: * src/main/compile.C 1.58:
14861: * src/main/compile_tools.C 1.45:
14862: * src/main/compile_tools.h 1.58:
14863: * src/main/execute.C 1.218:
14864: * src/main/pa_array.C 1.47:
14865: * src/main/pa_cache_managers.C 1.4:
14866: * src/main/pa_charset.C 1.20:
14867: * src/main/pa_charsets.C 1.6:
14868: * src/main/pa_common.C 1.101:
14869: * src/main/pa_common.C 1.102:
14870: * src/main/pa_db_connection.C 1.37:
14871: * src/main/pa_db_manager.C 1.21:
14872: * src/main/pa_db_table.C 1.20:
14873: * src/main/pa_dictionary.C 1.12:
14874: * src/main/pa_dir.C 1.11:
14875: * src/main/pa_exception.C 1.38:
14876: * src/main/pa_exec.C 1.25:
14877: * src/main/pa_globals.C 1.113:
14878: * src/main/pa_hash.C 1.50:
14879: * src/main/pa_pool.C 1.51:
14880: * src/main/pa_request.C 1.194:
14881: * src/main/pa_socks.C 1.13:
14882: * src/main/pa_sql_driver_manager.C 1.61:
14883: * src/main/pa_status_provider.C 1.4:
14884: * src/main/pa_string.C 1.138:
14885: * src/main/pa_stylesheet_manager.C 1.13:
14886: * src/main/pa_table.C 1.44:
14887: * src/main/untaint.C 1.89:
14888: * src/main/untaint.C 1.90:
14889: * src/sql/pa_sql_driver.h 1.26:
14890: * src/targets/apache13/mod_parser3.C 1.17:
14891: * src/targets/apache13/pa_pool.C 1.5:
14892: * src/targets/apache13/pa_threads.C 1.7:
14893: * src/targets/cgi/pa_pool.C 1.36:
14894: * src/targets/cgi/pa_threads.C 1.9:
14895: * src/targets/cgi/parser3.C 1.154:
14896: * src/targets/cgi/parser3.C 1.155:
14897: * src/targets/cgi/pool_storage.h 1.9:
14898: * src/targets/isapi/pa_pool.C 1.12:
14899: * src/targets/isapi/pa_threads.C 1.8:
14900: * src/targets/isapi/parser3isapi.C 1.63:
14901: * src/targets/isapi/pool_storage.h 1.15:
14902: * src/types/pa_valiased.C 1.13:
14903: * src/types/pa_valiased.h 1.18:
14904: * src/types/pa_value.h 1.79:
14905: * src/types/pa_vbool.h 1.17:
14906: * src/types/pa_vclass.h 1.24:
14907: * src/types/pa_vcode_frame.h 1.14:
14908: * src/types/pa_vcookie.C 1.34:
14909: * src/types/pa_vcookie.C 1.35:
14910: * src/types/pa_vcookie.h 1.15:
14911: * src/types/pa_vdate.h 1.8:
14912: * src/types/pa_vdouble.h 1.32:
14913: * src/types/pa_venv.h 1.20:
14914: * src/types/pa_vfile.C 1.26:
14915: * src/types/pa_vfile.C 1.27:
14916: * src/types/pa_vfile.h 1.40:
14917: * src/types/pa_vform.C 1.52:
14918: * src/types/pa_vform.C 1.53:
14919: * src/types/pa_vform.h 1.33:
14920: * src/types/pa_vhash.h 1.29:
14921: * src/types/pa_vhashfile.C 1.19:
14922: * src/types/pa_vhashfile.C 1.20:
14923: * src/types/pa_vhashfile.h 1.15:
14924: * src/types/pa_vimage.C 1.16:
14925: * src/types/pa_vimage.C 1.17:
14926: * src/types/pa_vimage.h 1.24:
14927: * src/types/pa_vint.h 1.31:
14928: * src/types/pa_vjunction.h 1.12:
14929: * src/types/pa_vmath.h 1.6:
14930: * src/types/pa_vmethod_frame.h 1.22:
14931: * src/types/pa_vobject.h 1.16:
14932: * src/types/pa_vrequest.C 1.16:
14933: * src/types/pa_vrequest.C 1.17:
14934: * src/types/pa_vrequest.h 1.16:
14935: * src/types/pa_vresponse.C 1.4:
14936: * src/types/pa_vresponse.C 1.5:
14937: * src/types/pa_vresponse.h 1.21:
14938: * src/types/pa_vstateless_class.C 1.13:
14939: * src/types/pa_vstateless_class.h 1.23:
14940: * src/types/pa_vstateless_object.h 1.15:
14941: * src/types/pa_vstatus.C 1.6:
14942: * src/types/pa_vstatus.h 1.7:
14943: * src/types/pa_vstring.C 1.16:
14944: * src/types/pa_vstring.C 1.17:
14945: * src/types/pa_vstring.h 1.41:
14946: * src/types/pa_vtable.C 1.11:
14947: * src/types/pa_vtable.C 1.12:
14948: * src/types/pa_vtable.h 1.37:
14949: * src/types/pa_vvoid.h 1.8:
14950: * src/types/pa_vxdoc.C 1.11:
14951: * src/types/pa_vxdoc.C 1.12:
14952: * src/types/pa_vxdoc.h 1.19:
14953: * src/types/pa_vxnode.C 1.15:
14954: * src/types/pa_vxnode.C 1.16:
14955: * src/types/pa_vxnode.h 1.12:
14956: * src/types/pa_wcontext.C 1.15:
14957: * src/types/pa_wcontext.h 1.27:
14958: * src/types/pa_wwrapper.h 1.16:
14959: name spelling
14960:
14961: 2002-02-07 paf
14962: * src/main/compile.C 1.56:
14963: * src/main/compile.tab.C 1.39:
14964: * src/main/compile.y 1.180:
14965: * src/main/compile_tools.h 1.56:
14966: disabled $if reference due to conflicts with local variables
14967:
14968: * configure 1.5:
14969: * configure.in 1.7:
14970: * src/classes/Makefile.in 1.39:
14971: * src/include/pa_config_auto.h.in 1.18:
14972: * src/main/Makefile.in 1.35:
14973: * src/main/pa_common.C 1.99:
14974: * src/main/pa_socks.C 1.10:
14975: * src/targets/Makefile.in 1.30:
14976: * src/targets/cgi/Makefile.in 1.37:
14977: * src/types/Makefile.in 1.31:
14978: compiled under cygwin
14979: added yet another locking function: fcntl
14980:
14981: * src/classes/Makefile.in 1.40:
14982: * src/main/Makefile.in 1.36:
14983: * src/targets/Makefile.in 1.31:
14984: * src/targets/apache13/Makefile.in 1.29:
14985: * src/targets/cgi/Makefile.in 1.38:
14986: * src/types/Makefile.in 1.32:
14987: makes
14988:
14989: * src/include/pa_array.h 1.50:
14990: * src/main/compile.C 1.55:
14991: * src/main/compile.tab.C 1.37:
14992: * src/main/compile.y 1.179:
14993: * src/main/compile_tools.C 1.43:
14994: * src/main/compile_tools.h 1.55:
14995: operators now detected by check at name_without_curly_rdive_read rule whether diving code constists only of
14996: OP_VALUE+string+OP_GET_ELEMENT.
14997: and last op code substituted with OP_GET_ELEMENT_OR_OPERATOR
14998: to form
14999: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.
15000: code
15001:
15002: * operators.txt 1.6:
15003: * src/classes/string.C 1.95:
15004: * src/include/pa_config_fixed.h 1.35:
15005: * src/main/compile.tab.C 1.38:
15006: ^int/double/string.format
15007: now can be called with normal [] brackets, not stupid {} as it were implemented for some strange reason.
15008: retaining backward compatibility due to some already-implemented servers
15009:
15010: * config.sub 1.2:
15011: on cygwin configure passes it with strange i1586 const, hacked
15012: it to mean i586
15013:
15014: * src/main/pa_socks.C 1.11:
15015: swapped headers to avoid compiler warnings
15016:
15017: * operators.txt 1.7:
15018: * src/classes/table.C 1.142:
15019: * src/include/pa_array.h 1.51:
15020: * src/include/pa_table.h 1.39:
15021: * src/main/pa_array.C 1.45:
15022: * src/main/pa_table.C 1.42:
15023: * www/htdocs/auto.p 1.3:
15024: * www/htdocs/index.html 1.6:
15025: table::create now // 'set' name obsolete now
15026: table clone.
15027:
15028: * operators.txt 1.8:
15029: * src/classes/xdoc.C 1.83:
15030: * src/include/pa_config_fixed.h 1.36:
15031: xdoc::set obsolete now, now xdoc::create, with both sences
15032:
15033: 2002-02-06 paf
15034: * src/classes/mail.C 1.52:
15035: *** empty log message ***
15036:
15037: * configure 1.4:
15038: * configure.in 1.6:
15039: prefix expanded, grr
15040:
15041: * operators.txt 1.5:
15042: * src/classes/mail.C 1.51:
15043: mail:send config changed
15044:
15045: 2002-02-05 paf
15046: * configure.in 1.3:
15047: * operators.txt 1.2:
15048: * src/classes/file.C 1.70:
15049: * src/classes/op.C 1.69:
15050: * src/include/pa_common.h 1.72:
15051: * src/include/pa_config_includes.h 1.15:
15052: * src/main/compile.tab.C 1.36:
15053: * src/main/pa_common.C 1.98:
15054: * www/htdocs/index.html 1.5:
15055: rewritten ^cache to use non-blocking-exclusive-caches
15056:
15057: * src/types/pa_vstatus.C 1.4:
15058: status:rusage 3
15059:
15060: * src/main/pa_common.C 1.97:
15061: text file read mode on win32 adjusted [speed impact. was off
15062: for debugging purpose, but forgotten afterwards]
15063:
15064: * operators.txt 1.3:
15065: status:rusage described int operators
15066:
15067: * configure.in 1.4:
15068: * src/types/Makefile.am 1.18:
15069: * src/types/pa_vstatus.h 1.5:
15070: * src/types/types.dsp 1.18:
15071: status:rusage
15072:
15073: * src/types/pa_vstatus.C 1.1:
15074: status:rusage 1
15075:
15076: * configure 1.3:
15077: * configure.in 1.5:
15078: * src/include/pa_config_auto.h.in 1.17:
15079: * src/types/Makefile.in 1.30:
15080: * src/types/pa_vstatus.C 1.2:
15081: *** empty log message ***
15082:
15083: * src/main/pa_exec.C 1.22.14.1:
15084: * src/main/pa_exec.C 1.23:
15085: argv0 now correct
15086:
15087: * src/types/pa_vstatus.C 1.3:
15088: status:rusage 2
15089:
15090: * operators.txt 1.4:
15091: regex options commented
15092:
15093: 2002-02-01 paf
15094: * src/classes/op.C 1.62.2.1.2.3:
15095: file_write does EX lock after create,
15096: while file_read does SH after open,
15097: 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,
15098: added a check for that in ^cache...read
15099:
15100: 2002-01-31 paf
15101: * src/main/execute.C 1.210:
15102: * www/htdocs/index.html 1.3:
15103: operators check, thay mistakenly seen in
15104: $class:operator
15105: $object.operators
15106: contexts
15107:
15108: * INSTALL 1.2:
15109: * Makefile.in 1.2:
15110: * configure 1.2:
15111: * configure.in 1.2:
15112: * etc/Makefile.am 1.2:
15113: * etc/Makefile.in 1.2:
15114: * etc/parser3.charsets/Makefile.in 1.3:
15115: * ident.awk 1.2:
15116: * src/Makefile.in 1.42:
15117: * src/classes/Makefile.am 1.36:
15118: * src/classes/Makefile.in 1.38:
15119: * src/main/Makefile.am 1.29:
15120: * src/main/Makefile.in 1.34:
15121: * src/targets/Makefile.in 1.29:
15122: * src/targets/apache13/Makefile.am 1.10:
15123: * src/targets/cgi/Makefile.am 1.27:
15124: * src/targets/cgi/Makefile.in 1.36:
15125: * src/targets/cgi/pa_config_paths.h.in 1.1:
15126: * src/targets/cgi/parser3.C 1.152:
15127: * src/types/Makefile.am 1.17:
15128: * src/types/Makefile.in 1.29:
15129: lowered indent.awk back to src/
15130:
15131: * src/classes/xdoc.C 1.82:
15132: * src/targets/cgi/parser3.dsp 1.41:
15133: * www/htdocs/index.html 1.2:
15134: now compiles under win32
15135:
15136: * src/main/compile.tab.C 1.35:
15137: * src/main/compile.y 1.178:
15138: disabled operator call after ^xxx:
15139:
15140: * AUTHORS 1.1:
15141: * COPYING 1.1:
15142: * INSTALL 1.1:
15143: * Makefile.am 1.1:
15144: * Makefile.in 1.1:
15145: * NEWS 1.1:
15146: * README 1.1:
15147: * acinclude.m4 1.1:
15148: * aclocal.m4 1.1:
15149: * asm.txt 1.1:
15150: * config.guess 1.1:
15151: * config.sub 1.1:
15152: * configure 1.1:
15153: * configure.in 1.1:
15154: * etc/Makefile.am 1.1:
15155: * etc/Makefile.in 1.1:
15156: * etc/parser3.charsets/Makefile.am 1.1:
15157: * etc/parser3.charsets/Makefile.in 1.1:
15158: * etc/parser3.charsets/koi8-r.cfg 1.1:
15159: * etc/parser3.charsets/windows-1250.cfg 1.1:
15160: * etc/parser3.charsets/windows-1251.cfg 1.1:
15161: * form.txt 1.1:
15162: * ident.awk 1.1:
15163: * install-sh 1.1:
15164: * lang.txt 1.1:
15165: * ltconfig 1.1:
15166: * ltmain.sh 1.1:
15167: * missing 1.1:
15168: * mkinstalldirs 1.1:
15169: * operators.txt 1.1:
15170: * parser3.dsw 1.1:
15171: * sql.txt 1.1:
15172: * src/Makefile.am 1.14:
15173: * src/Makefile.in 1.41:
15174: * src/classes/Makefile.am 1.35:
15175: * src/classes/Makefile.in 1.37:
15176: * src/include/pa_config_auto.h.in 1.16:
15177: * src/main/Makefile.am 1.28:
15178: * src/main/Makefile.in 1.33:
15179: * src/targets/Makefile.in 1.28:
15180: * src/targets/apache13/Makefile.am 1.9:
15181: * src/targets/apache13/Makefile.in 1.28:
15182: * src/targets/cgi/Makefile.am 1.26:
15183: * src/targets/cgi/Makefile.in 1.35:
15184: * src/targets/cgi/parser3.C 1.151:
15185: * src/types/Makefile.am 1.16:
15186: * src/types/Makefile.in 1.28:
15187: * types.txt 1.1:
15188: * www/Makefile.am 1.1:
15189: * www/Makefile.in 1.1:
15190: * www/htdocs/auto.p 1.1:
15191: * www/htdocs/global.xsl 1.1:
15192: * www/htdocs/index.html 1.1:
15193: * www/htdocs/parser-status.html 1.1:
15194: * www/htdocs/people.dtd 1.1:
15195: moved etc&www out of src, moved configure&co out of src
15196: added windows-1250.cfg
15197: straightened installation scripts procedure
15198: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
15199:
15200: * src/include/pa_opcode.h 1.12:
15201: * src/include/pa_request.h 1.119:
15202: * src/main/compile.C 1.54:
15203: * src/main/compile.tab.C 1.33:
15204: * src/main/compile.y 1.177:
15205: * src/main/compile_tools.C 1.42:
15206: * src/main/compile_tools.h 1.54:
15207: * src/main/execute.C 1.215:
15208: * src/types/pa_wcontext.h 1.25:
15209: operators check 6.1
15210: rewritten. now check is done at compile time
15211:
15212: * src/main/execute.C 1.214:
15213: operators check 5
15214: floated up old error of staying in 'entered class/object' state after $a($a..)
15215: it prevented operators from being called thereafter
15216:
15217: * src/main/compile.tab.C 1.34:
15218: * src/main/execute.C 1.216:
15219: made operators lookup first in ^xxx situation.
15220: so that one could not do
15221: $if[1]
15222: ^if[xxx]
15223:
1.39 paf 15224: * etc/parser3.charsets/Makefile.in 1.2:
15225: *** empty log message ***
15226:
1.15 paf 15227: * src/main/execute.C 1.211:
15228: * src/types/pa_wcontext.h 1.24:
15229: * www/htdocs/auto.p 1.2:
15230: * www/htdocs/index.html 1.4:
15231: operators check 2
15232: floated up old error of staying in 'entered class' state after $a:a[a]
15233: it prevented operators from being called thereafter
15234:
15235: * src/main/execute.C 1.212:
15236: operators check 3
15237: floated up old error of staying in 'entered class' state after $a:a(a)
15238: it prevented operators from being called thereafter
15239:
15240: * src/include/pa_opcode.h 1.11:
15241: * src/main/compile.tab.C 1.32:
15242: * src/main/compile.y 1.176:
15243: * src/main/execute.C 1.213:
15244: operators check 4
15245: floated up old error of staying in 'entered object' state after ^a.a(a)
15246: it prevented operators from being called thereafter
15247:
15248: 2002-01-30 paf
15249: * src/classes/xdoc.C 1.81:
15250: acconfig.h changed [comments before #undefs removed]
15251: those comments were a mistake, and prevented libltdl from function properly
15252:
15253: 2002-01-29 paf
15254: * src/Makefile.am 1.13:
15255: * src/Makefile.in 1.40:
15256: * src/classes/Makefile.am 1.34:
15257: * src/classes/Makefile.in 1.36:
15258: * src/main/Makefile.in 1.32:
15259: * src/targets/Makefile.in 1.27:
15260: * src/targets/apache13/Makefile.in 1.27:
15261: * src/targets/cgi/Makefile.in 1.34:
15262: * src/types/Makefile.in 1.27:
15263: removed libltdl/libtool creation [modified acinclude.m4 which were creating int into just assignment LIBTOOL=../libtool]
15264: added default system config&charsetts
15265: prepared 'make install', now it installs
15266: targets/cgi/parser3 into bin directory
15267: etc/parser3.conf & etc/parser3.charsets/* into $sysconfdir and $sysconfdir/parser3.charsets respectively
15268:
15269: * src/classes/xdoc.C 1.80:
15270: * src/include/pa_charset.h 1.12:
15271: * src/include/pa_globals.h 1.76:
15272: * src/main/pa_globals.C 1.111:
15273: few forgotten ifdef XML added
15274:
15275: 2002-01-28 paf
15276: * src/classes/xdoc.C 1.79:
15277: * src/classes/xnode.h 1.7:
15278: * src/main/pa_exception.C 1.35:
15279: xdoc.importNode 0
15280:
15281: * src/classes/xdoc.C 1.78:
15282: xdoc::set now untaints OK
15283:
15284: * src/Makefile.in 1.39:
15285: stupid make runs automake on ths
15286:
15287: * src/classes/xnode.C 1.34:
15288: * src/types/pa_vxdoc.h 1.17:
15289: xdoc.importNode 1 [fixed as_node helper func to accept docs]
15290:
15291: * src/classes/Makefile.am 1.33:
15292: * src/classes/Makefile.in 1.35:
15293: * src/targets/cgi/Makefile.am 1.25:
15294: * src/targets/cgi/Makefile.in 1.33:
15295: xalan-patch removed
15296:
15297: * src/main/pa_exception.C 1.36:
15298: dom|generic error output fix
15299:
15300: * src/classes/xnode.C 1.35:
15301: xdoc.importNode 2 [mistype err]
15302:
15303: * src/classes/xnode.C 1.36:
15304: xdoc.importNode 3 [check err]
15305:
15306: 2002-01-25 paf
15307: * src/include/pa_charset.h 1.11:
15308: * src/main/pa_globals.C 1.110:
15309: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
15310:
15311: * src/classes/hash.C 1.33:
15312: unified hash::sql, now
15313: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
15314:
15315: * src/classes/file.C 1.68:
15316: * src/classes/op.C 1.68:
15317: * src/classes/string.C 1.94:
15318: * src/classes/table.C 1.141:
15319: * src/classes/xdoc.C 1.77:
15320: * src/include/pa_common.h 1.70:
15321: * src/main/pa_common.C 1.95:
15322: * src/types/pa_vfile.h 1.38:
15323: removed redundant pool param to some pa_common funcs
15324:
15325: * src/classes/file.C 1.69:
15326: * src/include/pa_common.h 1.71:
15327: * src/main/pa_common.C 1.96:
15328: ^file:lock[filename]{code}
15329:
15330: * src/include/pa_charset.h 1.10:
15331: * src/include/pa_charset.h 1.2.2.1:
15332: * src/include/pa_config_fixed.h 1.34.6.1:
15333: * src/main/compile.tab.C 1.27.6.3:
15334: * src/main/pa_charset.C 1.18:
15335: typedef XMLCh... not stupid illegal define
15336:
15337: * src/main/compile.tab.C 1.31:
15338: * src/main/compile.y 1.175:
15339: #comment before @ after @SPECIAL
15340: now works OK
15341:
15342: * src/main/pa_exec.C 1.20:
15343: max arg count now 10, and proper message on violation that added
15344:
15345: * src/main/pa_exec.C 1.21:
15346: * src/main/pa_exec.C 1.22:
15347: unix: exec now does chdir to script dir
15348:
15349: 2002-01-24 paf
15350: * src/classes/hashfile.C 1.20:
15351: * src/include/pa_db_table.h 1.13:
15352: * src/include/pa_opcode.h 1.10:
15353: * src/main/compile.tab.C 1.30:
15354: * src/main/compile.y 1.174:
15355: * src/main/compile_tools.C 1.41:
15356: * src/main/compile_tools.h 1.53:
15357: * src/main/execute.C 1.209:
15358: * src/main/pa_db_connection.C 1.35:
15359: * src/main/pa_db_table.C 1.18:
15360: * src/types/pa_vhashfile.C 1.17:
15361: * src/types/pa_vhashfile.h 1.13:
15362: merged from r17 - hashfile without logfiles
15363:
15364: * src/classes/xnode.C 1.31:
15365: xnode.select returns array always now, in case 'nothing found'
15366: returns empty array
15367:
15368: * src/include/pa_version.h 1.3:
15369: changed version number
15370:
15371: * src/classes/xdoc.C 1.74:
15372: checked empty response
15373:
15374: * src/classes/hashfile.C 1.19.2.1:
15375: * src/include/pa_db_table.h 1.12.6.1:
15376: * src/main/compile.tab.C 1.27.6.2:
15377: * src/main/pa_db_connection.C 1.34.6.1:
15378: * src/main/pa_db_table.C 1.17.2.1:
15379: * src/types/pa_vhashfile.C 1.16.6.1:
15380: * src/types/pa_vhashfile.h 1.12.14.1:
15381: hashfile:
15382: removed use of transactions
15383: [libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits,
15384: thus got rid of huge log files, which cluttered disk without huge need]
15385:
15386: * src/classes/xdoc.C 1.76:
15387: * src/classes/xnode.C 1.33:
15388: * src/classes/xnode.h 1.6:
15389: gdome_xml_doc_get_xmlDoc handy macro, which is strangly abscent
15390: in dome lib
15391:
15392: * src/classes/xnode.C 1.30:
15393: xpath nodes select bug [0] instead of [i], be more tender with
15394: ctrl/c/v
15395:
15396: * src/classes/xdoc.C 1.75:
15397: xsltSaveResultTo checked <0 response
15398:
15399: * src/classes/xnode.C 1.32:
15400: xdoc.select fixed context node [were always /, not self node]
15401:
15402: 2002-01-23 paf
15403: * src/classes/xdoc.C 1.72:
15404: * src/main/pa_globals.C 1.108:
15405: * src/types/pa_vdouble.h 1.29:
15406: %.20E now default float format
15407: this is for regretful twice-converting here:
15408: $a(double value) when they write double falue they convert it to string first,
15409: thus %g were losing precesion.
15410:
15411: todo: think up some way to remove double->string string->double twice-converting
15412:
15413: * src/main/pa_globals.C 1.105:
15414: removed debug xslt messages
15415:
15416: * src/main/pa_globals.C 1.106:
15417: xslt linked dynamically. [mistekenly were statically linked]
15418:
15419: * src/include/pa_exception.h 1.29:
15420: * src/main/compile.tab.C 1.29:
15421: * src/main/pa_exception.C 1.34:
15422: removed exception va_list constructor.
15423: 1. not needed anymore
15424: 2. there were a conflict[causing errors] between
15425: ctor(, va_list)
15426: ctor(, ...)
15427: compiler[both msvc and gcc] never detected an ambiguilty here, compiling
15428: ctor(, "hello") into ctor(, va_list) which, of course, caused gpf
15429:
15430: * src/types/pa_vdouble.h 1.30:
15431: %.20E now float format when %g produced 'e' in output
15432: this is for regretful twice-converting here:
15433: $a(double value) when they write double falue they convert it to string first,
15434: thus %g were losing precesion.
15435:
15436: todo: think up some way to remove double->string string->double twice-converting
15437:
15438: * src/types/pa_vdouble.h 1.28.14.1:
15439: double prec. todo: get rid of twice-converting
15440:
15441: * src/classes/xdoc.C 1.71:
15442: * src/include/pa_stylesheet_connection.h 1.24:
15443: * src/main/pa_globals.C 1.107:
15444: xmlSubstituteEntitiesDefault(1) now global, reasons in comment inside
15445:
15446: * src/classes/xdoc.C 1.73:
15447: * src/main/pa_globals.C 1.109:
15448: xdoc::load/set entities substituted.
15449: // 2. when dom tree with entites goes under transform text nodes
15450: // got [erroreosly] cut on first entity occurance
15451:
15452: 2002-01-22 paf
15453: * src/classes/table.C 1.140:
15454: join behaived badly in case named tables structure mismatched: 0 strings sneaked into dest failing afterwards.
15455: replaced them with empty strings
15456:
15457: * src/classes/xdoc.C 1.70:
15458: * src/include/pa_stylesheet_connection.h 1.23:
15459: * src/main/pa_globals.C 1.104:
15460: xsl stylesheet load: parsed entities, this helps compiling stylesheet properly.
15461: example:
15462: this refused to work,
15463: <b>«<xsl:value-of select="@title" />»</b>
15464: stranly worked only this way:
15465: <b>«<xsl:value-of select="@title" />»</b>
15466:
15467: docs says "set it to 1", never going into details, so I decided to try NOT to do that
15468:
15469: 2002-01-21 paf
15470: * src/include/pa_stylesheet_connection.h 1.20:
15471: * src/main/pa_exception.C 1.32:
15472: xml generic message 1
15473:
15474: * src/main/pa_charset.C 1.17:
15475: checked empty transcoders in transcode_cstr|buf
15476:
15477: * src/classes/Makefile.in 1.34:
15478: * src/classes/xdoc.C 1.67:
15479: * src/classes/xnode.C 1.29:
15480: * src/include/pa_stylesheet_connection.h 1.22:
15481: * src/main/pa_charset.C 1.16:
15482: * src/main/pa_globals.C 1.103:
15483: * src/main/pa_sql_driver_manager.C 1.59:
15484: * src/main/pa_stylesheet_manager.C 1.11:
15485: * src/targets/cgi/Makefile.am 1.24:
15486: * src/targets/cgi/Makefile.in 1.32:
15487: autoconf gnome
15488:
15489: * src/classes/xdoc.C 1.69:
15490: xdoc::load error source = filespec
15491:
15492: * src/classes/table.C 1.139:
15493: ^table::load
15494: empty lines or #comments before headline
15495:
15496: * src/include/pa_array.h 1.49:
15497: * src/include/pa_globals.h 1.74:
15498: * src/include/pa_request.h 1.118:
15499: * src/include/pa_threads.h 1.21:
15500: * src/main/pa_array.C 1.44:
15501: * src/main/pa_exception.C 1.31:
15502: * src/main/pa_globals.C 1.101:
15503: * src/main/pa_request.C 1.192:
15504: * src/targets/apache13/pa_threads.C 1.4:
15505: * src/targets/cgi/pa_threads.C 1.6:
15506: * src/targets/isapi/pa_threads.C 1.6:
15507: xml generic errors 0
15508:
15509: * src/classes/xdoc.C 1.66:
15510: * src/classes/xnode.C 1.28:
15511: * src/include/pa_exception.h 1.28:
15512: * src/include/pa_globals.h 1.75:
15513: * src/include/pa_stylesheet_connection.h 1.21:
15514: * src/main/pa_exception.C 1.33:
15515: * src/main/pa_globals.C 1.102:
15516: * src/targets/apache13/pa_threads.C 1.5:
15517: * src/targets/cgi/pa_threads.C 1.7:
15518: xslt generic error 1
15519:
15520: * src/classes/xdoc.C 1.68:
15521: transform error source now stylesheet_filespec
15522:
15523: 2002-01-16 paf
15524: * src/classes/xdoc.C 1.64:
15525: few comments
15526:
15527: * src/classes/hash.C 1.32:
15528: * src/classes/op.C 1.67:
15529: * src/classes/string.C 1.93:
15530: * src/classes/table.C 1.138:
15531: * src/classes/void.C 1.14:
15532: * src/classes/xdoc.C 1.65:
15533: * src/include/pa_db_connection.h 1.19:
15534: * src/include/pa_request.h 1.117:
15535: * src/include/pa_sql_connection.h 1.21:
15536: * src/include/pa_sql_driver_manager.h 1.21:
15537: * src/include/pa_stylesheet_connection.h 1.19:
15538: * src/include/pa_stylesheet_manager.h 1.10:
15539: * src/main/pa_request.C 1.191:
15540: * src/main/pa_sql_driver_manager.C 1.58:
15541: * src/main/pa_stylesheet_manager.C 1.10:
15542: * src/targets/cgi/pool_storage.h 1.7:
15543: auto closers to sql_connection, stylesheet_connection
15544: auto destroyers to remaining gnome objects
15545:
15546: 2002-01-15 paf
15547: * src/classes/xdoc.C 1.61:
15548: * src/include/pa_charset.h 1.9:
15549: * src/main/pa_charset.C 1.15:
15550: started output options parsing
15551:
15552: * src/classes/xdoc.C 1.63:
15553: xdoc
15554: file
15555: save
15556: string
15557:
15558: ready.
15559: todo: error handling
15560:
15561: * src/classes/xdoc.C 1.62:
15562: xdoc save rewritten using xmlAllocOutputBuffer
15563: less mallocs, more reallocs. less fragmented result
15564:
15565: 2002-01-14 paf
15566: * src/classes/xdoc.C 1.60:
15567: method
15568:
15569: * src/classes/xdoc.C 1.59:
15570: * src/classes/xnode.C 1.27:
15571: * src/include/pa_charset.h 1.8:
15572: * src/include/pa_pool.h 1.76:
15573: * src/include/pa_stylesheet_connection.h 1.18:
15574: * src/main/main.dsp 1.145:
15575: * src/main/pa_charset.C 1.14:
15576: * src/main/pa_globals.C 1.100:
15577: * src/main/pa_pool.C 1.49:
15578: * src/main/pa_stylesheet_manager.C 1.9:
15579: * src/types/pa_vxdoc.h 1.16:
15580: xslt transform0.
15581: TODO:
15582: use output options
15583: handle errors
15584:
15585: * src/classes/xdoc.C 1.58:
15586: * src/classes/xnode.C 1.26:
15587: ^xdoc.file
15588:
15589: 2002-01-11 paf
15590: * src/classes/xnode.C 1.22:
15591: * src/include/pa_charset.h 1.6:
15592: * src/main/pa_charset.C 1.13:
15593: xpath selectNode 1
15594:
15595: * src/include/pa_opcode.h 1.9.6.1:
15596: * src/main/compile.tab.C 1.27.6.1:
15597: * src/main/compile.y 1.173.14.1:
15598: * src/main/compile_tools.C 1.40.14.1:
15599: * src/main/compile_tools.h 1.52.6.1:
15600: * src/main/execute.C 1.208.2.1:
15601: partial logical && || evaluation
15602:
15603: * src/classes/xnode.C 1.23:
15604: xpath selectNode 2
15605:
15606: * src/classes/xnode.C 1.24:
15607: * src/include/pa_charset.h 1.7:
15608: xpath selectNode 3: string/number/bool
15609:
15610: * src/classes/xnode.C 1.25:
15611: xpath selectNodes
15612:
15613: 2002-01-10 paf
15614: * src/classes/xnode.C 1.21:
15615: xpath selectNode -100 [just written]
15616:
15617: * src/classes/xdoc.C 1.57:
15618: * src/classes/xnode.C 1.20:
15619: * src/include/pa_charset.h 1.5:
15620: * src/include/pa_exception.h 1.27:
15621: * src/include/pa_pool.h 1.75:
15622: * src/main/pa_charset.C 1.12:
15623: * src/main/pa_pool.C 1.48:
15624: GdomeDOMString_auto_ptr c++ wrapper [calls refcounter]
15625:
15626: 2001-12-29 paf
15627: * src/classes/xdoc.C 1.56:
15628: * src/include/pa_exception.h 1.26:
15629: * src/main/pa_charset.C 1.11:
15630: * src/main/pa_exception.C 1.30:
15631: * src/main/pa_globals.C 1.99:
15632: xdoc
15633: ^set
15634: ^string with glib works 0
15635:
15636: 2001-12-28 paf
15637: * src/main/pa_globals.C 1.98:
15638: renamed gdome to libgdome.dll
15639:
15640: * src/classes/classes.dsp 1.14:
15641: * src/classes/mail.C 1.50:
15642: * src/classes/xdoc.C 1.54:
15643: * src/classes/xnode.C 1.19:
15644: * src/classes/xnode.h 1.5:
15645: * src/include/pa_exception.h 1.25:
15646: * src/include/pa_globals.h 1.73:
15647: * src/main/compile.tab.C 1.28:
15648: * src/main/main.dsp 1.144:
15649: * src/main/pa_charset.C 1.9:
15650: * src/main/pa_dir.C 1.9:
15651: * src/main/pa_exception.C 1.28:
15652: * src/main/pa_exec.C 1.19:
15653: * src/main/pa_globals.C 1.97:
15654: * src/main/pa_socks.C 1.9:
15655: * src/targets/cgi/parser3.C 1.150:
15656: * src/targets/cgi/parser3.dsp 1.40:
15657: * src/types/pa_vxdoc.C 1.9:
15658: * src/types/pa_vxdoc.h 1.15:
15659: * src/types/pa_vxnode.C 1.13:
15660: * src/types/pa_vxnode.h 1.10:
15661: gnome libs just compiled in.
15662: no refcounting
15663: no xpath
15664: no xslt
15665: yet
15666:
15667: * src/classes/xdoc.C 1.55:
15668: * src/include/pa_charset.h 1.4:
15669: * src/main/pa_charset.C 1.10:
15670: * src/main/pa_exception.C 1.29:
15671: started glib transcoders
15672:
15673: 2001-12-27 paf
15674: * src/include/pa_charset.h 1.3:
15675: * src/include/pa_common.h 1.69:
15676: * src/include/pa_exception.h 1.24:
15677: * src/include/pa_globals.h 1.72:
15678: * src/include/pa_pool.h 1.74:
15679: * src/main/main.dsp 1.143:
15680: * src/main/pa_charset.C 1.8:
15681: * src/main/pa_charsets.C 1.4:
15682: * src/main/pa_globals.C 1.96:
15683: * src/main/pa_pool.C 1.47:
15684: * src/targets/cgi/parser3.C 1.149:
15685: * src/targets/cgi/parser3.dsp 1.39:
15686: * src/types/pa_vxdoc.C 1.8:
15687: * src/types/pa_vxdoc.h 1.14:
15688: * src/types/pa_vxnode.C 1.12:
15689: * src/types/pa_vxnode.h 1.9:
15690: * src/types/types.dsp 1.17:
15691: going away from xalan&xerces, started the process.
15692: globals [initialization
15693: pool [charset update
15694: charset [transcodings
15695: vxnode vxdoc [DOM calls
15696:
15697: * src/classes/Makefile.am 1.32:
15698: going away from xalan&xerces, not needed anymore
15699:
15700: 2001-12-26 paf
15701: * src/include/pa_charset.h 1.2:
15702: * src/include/pa_charsets.h 1.3:
15703: * src/main/pa_charset.C 1.7:
15704: * src/main/pa_charsets.C 1.3:
15705: * src/main/pa_request.C 1.190:
15706: charset key globalized [bug]
15707:
15708: 2001-12-25 paf
15709: * src/classes/mail.C 1.49:
15710: * src/classes/table.C 1.137:
15711: * src/include/pa_string.h 1.122:
15712: * src/main/pa_string.C 1.136:
15713: table set & append changed splitting languages, separators now can be clean AND as-is
15714: same to mail command line $MAIN:MAIL.progX arguments
15715:
15716: 2001-12-24 paf
15717: * src/classes/hashfile.C 1.19:
15718: * src/classes/op.C 1.66:
15719: * src/main/pa_db_table.C 1.17:
15720: * src/main/pa_string.C 1.135:
15721: read from cache size check updated
15722:
15723: * src/main/pa_string.C 1.133:
15724: * src/main/pa_string.C 1.134:
15725: String::join_chain another ugly bug :(
15726:
15727: * src/classes/mail.C 1.48:
15728: one parted text messages - no multipart mime-type anymore.
15729: for convinient if $.attach-ments
15730:
15731: 2001-12-21 paf
15732: * src/main/pa_request.C 1.189:
15733: $result in @main actually not working, to hell with it for now
15734:
15735: * src/main/execute.C 1.207:
15736: junction evaluation canceled - endless recursion detected
15737:
15738: * src/classes/date.C 1.14:
15739: date:sql-string now returns localtime
15740:
15741: * src/include/pa_request.h 1.116:
15742: * src/main/execute.C 1.208:
15743: * src/main/pa_request.C 1.188:
15744: * src/types/pa_vmethod_frame.h 1.20:
15745: * src/types/pa_wcontext.h 1.23:
15746: $result in @main @postprocess @exception
15747:
15748: 2001-12-19 paf
15749: * src/main/pa_request.C 1.187:
15750: CLASS_PATH now / = DOCUMENT_ROOT
15751:
15752: * src/classes/op.C 1.65:
15753: ^cache keypath now relative
15754:
15755: * src/classes/hashfile.C 1.18:
15756: ^hashfile.open DB_HOME now relative
15757:
15758: * src/main/pa_charset.C 1.6:
15759: charset->charset transcoding via unicode intermediate
15760:
15761: * src/classes/mail.C 1.46:
15762: * src/include/pa_config_fixed.h 1.34:
15763: to/from 0 check were missing
15764:
15765: * src/classes/mail.C 1.47:
15766: changed weighting prior to sort
15767:
15768: 2001-12-17 paf
15769: * src/classes/mail.C 1.45:
15770: * src/include/pa_charsets.h 1.2:
15771: * src/include/pa_string.h 1.121:
15772: * src/main/pa_charsets.C 1.2:
15773: * src/main/untaint.C 1.87:
15774: * src/types/pa_vrequest.C 1.14:
15775: * src/types/pa_vresponse.C 1.2:
15776: ^mail:send[
15777: $.charset[zzz]
15778: addded
15779:
15780: * src/include/pa_db_table.h 1.12:
15781: * src/main/pa_db_table.C 1.16:
15782: db_table used outdated unset services_pool
15783:
15784: * src/main/pa_charset.C 1.5:
15785: ifndef XML were bad type
15786:
15787: * src/classes/image.C 1.63:
15788: govno
15789:
15790: * src/main/untaint.C 1.86:
15791: allowed space in filespec
15792:
15793: * src/classes/image.C 1.64:
15794: no govno
15795:
15796: * src/targets/apache13/mod_parser3.C 1.15:
15797: test r->finfo.st_mode check seems to work only on win32
15798:
15799: * src/main/pa_charset.C 1.4:
15800: empty bufs transcode [forgot check :(]
15801:
15802: 2001-12-15 paf
15803: * src/classes/file.C 1.67:
15804: * src/classes/math.C 1.11:
15805: * src/classes/op.C 1.64:
15806: * src/classes/string.C 1.92:
15807: * src/classes/table.C 1.136:
15808: * src/classes/xdoc.C 1.53:
15809: * src/include/pa_array.h 1.48:
15810: * src/include/pa_cache_managers.h 1.4:
15811: * src/include/pa_charset_connection.h 1.6:
15812: * src/include/pa_charset_manager.h 1.8:
15813: * src/include/pa_common.h 1.68:
15814: * src/include/pa_db_connection.h 1.18:
15815: * src/include/pa_db_manager.h 1.12:
15816: * src/include/pa_db_table.h 1.11:
15817: * src/include/pa_dictionary.h 1.8:
15818: * src/include/pa_exception.h 1.23:
15819: * src/include/pa_exec.h 1.5:
15820: * src/include/pa_globals.h 1.71:
15821: * src/include/pa_hash.h 1.52:
15822: * src/include/pa_opcode.h 1.9:
15823: * src/include/pa_pool.h 1.73:
15824: * src/include/pa_request.h 1.115:
15825: * src/include/pa_sapi.h 1.16:
15826: * src/include/pa_socks.h 1.6:
15827: * src/include/pa_sql_connection.h 1.20:
15828: * src/include/pa_sql_driver_manager.h 1.20:
15829: * src/include/pa_string.h 1.120:
15830: * src/include/pa_stylesheet_connection.h 1.17:
15831: * src/include/pa_stylesheet_manager.h 1.9:
15832: * src/include/pa_table.h 1.38:
15833: * src/include/pa_transcoder.h 1.3:
15834: * src/main/compile_tools.h 1.52:
15835: * src/main/main.dsp 1.142:
15836: * src/main/pa_charset.C 1.1:
15837: * src/main/pa_charset_connection.C 1.13:
15838: * src/main/pa_charset_manager.C 1.10:
15839: * src/main/pa_charsets.C 1.1:
15840: * src/main/pa_globals.C 1.95:
15841: * src/main/pa_pool.C 1.46:
15842: * src/main/pa_request.C 1.186:
15843: * src/main/pa_string.C 1.132:
15844: * src/main/pa_transcoder.C 1.4:
15845: * src/main/untaint.C 1.84:
15846: * src/types/pa_vfile.C 1.24:
15847: * src/types/pa_vform.C 1.50:
15848: * src/types/pa_vform.h 1.31:
15849: * src/types/pa_vrequest.C 1.13:
15850: * src/types/pa_vrequest.h 1.14:
15851: * src/types/pa_vresponse.C 1.1:
15852: * src/types/pa_vresponse.h 1.19:
15853: * src/types/types.dsp 1.16:
15854: introducing Charset
15855:
15856: * src/main/pa_charset.C 1.2:
15857: name_cstr 0
15858:
15859: * src/main/Makefile.in 1.31:
15860: * src/targets/apache13/Makefile.in 1.26:
15861: * src/targets/cgi/Makefile.in 1.31:
15862: * src/types/Makefile.in 1.26:
15863: makes
15864:
15865: * src/include/pa_charset.h 1.1:
15866: * src/include/pa_charsets.h 1.1:
15867: forgot to add
15868:
15869: * src/main/Makefile.am 1.27:
15870: * src/main/pa_charset.C 1.3:
15871: * src/types/Makefile.am 1.15:
15872: charset_connection&manager replaced by charset&charsets
15873:
15874: * src/main/untaint.C 1.85:
15875: uri lang now knows about client/source charsets
15876:
15877: 2001-12-14 paf
15878: * src/include/pa_request.h 1.114:
15879: * src/include/pa_transcoder.h 1.2:
15880: * src/main/pa_request.C 1.185:
15881: * src/main/pa_transcoder.C 1.3:
15882: * src/types/pa_vform.C 1.49:
15883: * src/types/pa_vform.h 1.30:
15884: transcodeToUTF8[were FromUTF8] for forms
15885: todo: uri lang
15886:
15887: * src/targets/apache13/Makefile.am 1.8:
15888: * src/targets/cgi/Makefile.am 1.23:
15889: -I../../pcre to .am
15890:
15891: * src/include/pa_charset_connection.h 1.5:
15892: * src/include/pa_pool.h 1.72:
15893: * src/include/pa_request.h 1.113:
15894: * src/include/pa_transcoder.h 1.1:
15895: * src/main/Makefile.am 1.26:
15896: * src/main/main.dsp 1.141:
15897: * src/main/pa_charset_connection.C 1.12:
15898: * src/main/pa_charset_manager.C 1.9:
15899: * src/main/pa_request.C 1.184:
15900: * src/main/pa_transcoder.C 1.1:
15901: * src/types/Makefile.am 1.14:
15902: * src/types/pa_vrequest.C 1.12:
15903: * src/types/pa_vrequest.h 1.13:
15904: * src/types/pa_vresponse.h 1.18:
15905: * src/types/types.dsp 1.15:
15906: changed charset model.
15907: now important:
15908: $request:charset
15909: $response:charset
15910: while
15911: $response:content-type.charset
15912: become unimportant [informational]
15913:
15914: * src/include/pa_globals.h 1.70:
15915: * src/main/pa_globals.C 1.94:
15916: removed unused defalts_name global
15917:
15918: * src/main/pa_transcoder.C 1.2:
15919: transcodeToUTF8,
15920: now form&uri lang
15921:
15922: 2001-12-13 paf
15923: * src/include/pa_types.h 1.35:
15924: msvc head debugging flag
15925:
15926: * src/classes/xdoc.C 1.49:
15927: freed up listener
15928:
15929: * src/classes/xdoc.C 1.51:
15930: * src/main/pa_sql_driver_manager.C 1.57:
15931: rewritten auto_ptr part other way, because of stupid gcc 2.96
15932: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
15933: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
15934: FormatterListener]
15935: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
15936: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
15937: FormatterListener, _Tp = FormatterListener]
15938:
15939: * src/include/pa_config_fixed.h 1.32:
15940: * src/main/pa_common.C 1.94:
15941: * src/main/pa_string.C 1.131:
15942: removed signed mismatch warnings
15943:
15944: * src/classes/xdoc.C 1.52:
15945: rewritten auto_ptr part other way2, because of stupid gcc 2.96
15946: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
15947: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
15948: FormatterListener]
15949: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
15950: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
15951: FormatterListener, _Tp = FormatterListener]
15952:
15953: * src/main/pa_string.C 1.130:
15954: string::recustruct erroreusly used outdated row ptr
15955:
15956: * src/include/pa_cache_managers.h 1.3:
15957: * src/include/pa_charset_manager.h 1.7:
15958: * src/include/pa_config_fixed.h 1.33:
15959: * src/include/pa_db_manager.h 1.11:
15960: * src/include/pa_sql_driver_manager.h 1.19:
15961: * src/include/pa_stylesheet_manager.h 1.8:
15962: * src/main/pa_cache_managers.C 1.2:
15963: * src/main/pa_globals.C 1.93:
15964: ~Cache_managers
15965:
15966: * src/classes/string.C 1.91:
15967: change msg '... code is not code'
15968:
15969: * src/classes/xdoc.C 1.50:
15970: removed extra inc
15971:
15972: * src/targets/apache13/mod_parser3.C 1.14:
15973: * src/targets/cgi/parser3.C 1.147:
15974: * src/targets/isapi/parser3isapi.C 1.61:
15975: removed 'expires' from header outputs
15976:
15977: * src/targets/cgi/pa_pool.C 1.34:
15978: * src/targets/isapi/pa_pool.C 1.10:
15979: EOL@EOF
15980:
15981: * src/main/pa_db_connection.C 1.34:
15982: * src/main/pa_db_manager.C 1.19:
15983: * src/main/pa_sql_driver_manager.C 1.56:
15984: * src/main/pa_stylesheet_manager.C 1.8:
15985: * src/targets/cgi/pool_storage.h 1.6:
15986: couple cache expiratiors were wrong [past/future prob]
15987:
15988: * src/classes/xdoc.C 1.48:
15989: lang list updated
15990:
15991: * src/targets/cgi/pa_pool.C 1.33:
15992: * src/targets/cgi/parser3.C 1.148:
15993: msvc heap debugging flag
15994:
15995: * src/classes/file.C 1.66:
15996: file::cgi bug, request_method were passed to SERVER_PROTOCOL
15997: but SERVER_PROTOCOL were forgotten
15998:
15999: 2001-12-10 paf
16000: * src/main/untaint.C 1.83:
16001: FILE_SPEC untainting changed so that one can erase files like that, knowing their full name
16002: introducing
16003: // theoretical problem with, for instance, "_2B" and "." fragments,
16004: // they would yield the same
16005: // because need_file_encode('_')=false
16006: // but we need to delete such files somehow, getting names from ^index
16007:
16008: * src/main/pa_string.C 1.129:
16009: ^string.replace bug fixed [bad string::join_chank break]
16010:
16011: * src/classes/math.C 1.10:
16012: ^math:random(n) now yields[0;n) not [0;n]
16013:
16014: 2001-12-07 paf
16015: * src/main/pa_string.C 1.125.2.1.2.2:
16016: stupid sparc architecture failed to access short at odd address
16017: 0x311f0 <deserialize__6StringUiPvUiPCc+16>: lduh [ %i2 + 1 ], %l0
16018:
16019: bus error,
16020: fixed that
16021:
16022: * src/include/pa_config_auto.h.in 1.14.6.1:
16023: makes
16024:
16025: * src/main/pa_string.C 1.125.2.1.2.1:
16026: strange string deserialize bug on client[pmts], a bit shortened,
16027:
16028: * src/include/pa_common.h 1.66.6.2:
16029: * src/include/pa_config_fixed.h 1.30.8.2:
16030: * src/include/pa_config_includes.h 1.13.6.1:
16031: * src/main/pa_common.C 1.91.4.1.2.2:
16032: exclusive lock file write
16033: shared lock file read
16034:
16035: * src/classes/hashfile.C 1.17:
16036: * src/classes/op.C 1.63:
16037: * src/classes/table.C 1.135:
16038: * src/include/pa_common.h 1.67:
16039: * src/include/pa_config_auto.h.in 1.15:
16040: * src/include/pa_config_fixed.h 1.31:
16041: * src/include/pa_config_includes.h 1.14:
16042: * src/include/pa_db_table.h 1.10:
16043: * src/include/pa_request.h 1.112:
16044: * src/main/pa_common.C 1.93:
16045: * src/main/pa_db_table.C 1.15:
16046: * src/main/pa_request.C 1.183:
16047: * src/main/pa_string.C 1.128:
16048: * src/types/pa_vhashfile.C 1.16:
16049: merged from r14_simple_cache
16050:
16051: 2001-12-06 paf
16052: * src/main/compile.tab.C 1.27:
16053: * src/targets/cgi/parser3.C 1.146:
16054: removed debug info
16055:
16056: * src/classes/op.C 1.62.2.1.2.1:
16057: * src/classes/table.C 1.133.2.2.2.1:
16058: * src/include/pa_request.h 1.111.2.1.2.1:
16059: * src/main/pa_request.C 1.182.2.1.2.1:
16060: #ifdef RESOURCES_DEBUG
16061:
16062: * src/classes/op.C 1.62.2.1.2.2:
16063: * src/include/pa_common.h 1.66.6.1:
16064: * src/include/pa_config_fixed.h 1.30.8.1:
16065: * src/main/pa_common.C 1.91.4.1.2.1:
16066: ^cache operator
16067:
16068: * src/classes/hashfile.C 1.15.6.2:
16069: removed transaction from ^cache
16070:
16071: 2001-12-05 paf
16072: * src/targets/cgi/parser3.C 1.144:
16073: * src/targets/cgi/parser3.C 1.145:
16074: fatal error reporting fixed.
16075: in IIS5 there were a prob with illegal call check
16076:
16077: 2001-12-04 paf
16078: * src/classes/op.C 1.62.2.1:
16079: * src/classes/table.C 1.133.2.2:
16080: * src/include/pa_request.h 1.111.2.1:
16081: * src/main/pa_request.C 1.182.2.1:
16082: measures to log
16083:
16084: 2001-11-26 paf
16085: * src/targets/apache13/mod_parser3.C 1.13:
16086: merge dir config now works OK with parser_root_config_filespec
16087:
16088: 20011126 paf: noticed, that this is called even on virtual root merge with something "parent", while thought that that is part of merge_server...
16089:
16090: 2001-11-23 paf
16091: * src/classes/hashfile.C 1.16:
16092: * src/classes/table.C 1.134:
16093: * src/include/pa_db_table.h 1.9:
16094: * src/main/pa_common.C 1.92:
16095: * src/main/pa_db_table.C 1.14:
16096: * src/main/pa_string.C 1.127:
16097: * src/types/pa_vhashfile.C 1.15:
16098: merged from _0014, 1
16099:
16100: * src/classes/hashfile.C 1.15.6.1:
16101: * src/classes/table.C 1.133.2.1:
16102: * src/include/pa_db_table.h 1.8.6.1:
16103: * src/main/pa_common.C 1.91.4.1:
16104: * src/main/pa_db_table.C 1.12.6.2:
16105: * src/types/pa_vhashfile.C 1.14.6.1:
16106: hashfile bugfix2 more wrong sizes.
16107: ^cache behaviour changed: if ^cache(33) would change
16108:
16109: 0660 bits in file_write & hashfile create
16110:
16111: * src/main/pa_db_table.C 1.12.6.1:
16112: * src/main/pa_db_table.C 1.13:
16113: * src/main/pa_string.C 1.125.2.1:
16114: * src/main/pa_string.C 1.126:
16115: cache bugfix [wrong types after pa_string optimization]
16116:
16117: 2001-11-22 paf
16118: * src/main/untaint.C 1.82:
16119: ORIGINS mode removed UHTML
16120:
16121: * src/classes/op.C 1.62:
16122: process cstr(,connection)
16123:
16124: * src/Makefile.in 1.38:
16125: * src/classes/xdoc.C 1.47:
16126: * src/targets/Makefile.in 1.26:
16127: * src/targets/apache13/Makefile.in 1.25:
16128: * src/targets/cgi/Makefile.in 1.30:
16129: cached xslt [removed nocache forcing]
16130:
16131: * src/classes/op.C 1.61:
16132: process now gets its body on current language, not as-is
16133:
16134: * src/main/untaint.C 1.81:
16135: ORIGINS mode was bad - forgot about optimize bit
16136:
16137: * src/classes/table.C 1.133:
16138: * src/include/pa_table.h 1.37:
16139: * src/main/pa_table.C 1.41:
16140: table.offset[whence]
16141:
16142: 2001-11-21 paf
16143: * src/classes/table.C 1.132:
16144: * src/main/pa_string.C 1.124:
16145: * src/main/untaint.C 1.78:
16146: * src/targets/cgi/parser3.C 1.141:
16147: table.append bug fixed: forgot to switch default language for {
16148: code}, it happen to change it's language from CLEAN, so later
16149: refused to split by CLEAN \t
16150:
16151: * src/classes/xdoc.C 1.46:
16152: * src/types/pa_vxdoc.C 1.7:
16153: * src/types/pa_vxdoc.h 1.13:
16154: <xsl:output
16155: output options made identical to xsl:output attributes
16156: exclusion:
16157: cdata-section-elements
16158: what xalan can do but that not used now:
16159: it can escape and remove CDATA sections
16160:
16161: * src/targets/cgi/parser3.C 1.142:
16162: removed debug cgi||1
16163:
16164: * src/main/untaint.C 1.80:
16165: * src/targets/cgi/parser3.C 1.143:
16166: optimized \r produced by xslt
16167:
16168: * src/main/pa_string.C 1.125:
16169: * src/main/untaint.C 1.79:
16170: cached some string::size() es
16171:
16172: 2001-11-20 paf
16173: * src/classes/Makefile.am 1.31:
16174: * src/classes/Makefile.in 1.33:
16175: * src/classes/table.C 1.131:
16176: * src/main/Makefile.am 1.25:
16177: * src/main/Makefile.in 1.30:
16178: * src/main/pa_exception.C 1.27:
16179: * src/types/Makefile.am 1.13:
16180: * src/types/Makefile.in 1.25:
16181: moved ident.C & co to bottom of dependeces, so that errors
16182: would popup quicklier, fixed line numbering in table::sql
16183:
16184: 2001-11-19 paf
16185: * src/classes/op.C 1.60:
16186: * src/include/pa_request.h 1.111:
16187: * src/include/pa_string.h 1.119:
16188: * src/include/pa_types.h 1.34:
16189: * src/main/pa_globals.C 1.92:
16190: * src/main/pa_request.C 1.182:
16191: * src/main/pa_string.C 1.123:
16192: * src/main/untaint.C 1.77:
16193: * src/targets/apache13/mod_parser3.C 1.12:
16194: * src/targets/cgi/parser3.C 1.140:
16195: * src/targets/isapi/parser3isapi.C 1.60:
16196: * src/types/pa_wcontext.C 1.13:
16197: * src/types/pa_wcontext.h 1.22:
16198: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
16199:
16200: * src/classes/Makefile.in 1.32:
16201: * src/main/Makefile.in 1.29:
16202: * src/targets/Makefile.am 1.8:
16203: * src/targets/Makefile.in 1.25:
16204: * src/targets/apache13/Makefile.in 1.24:
16205: * src/targets/apache13/mod_parser3.C 1.11:
16206: * src/targets/cgi/Makefile.in 1.29:
16207: * src/targets/cgi/parser3.C 1.139:
16208: * src/types/Makefile.in 1.24:
16209: #if _MSC_VER _set_new_handler
16210:
16211: * src/Makefile.in 1.37:
16212: * src/targets/apache13/mod_parser3.C 1.10:
16213: * src/targets/cgi/parser3.C 1.138:
16214: * src/targets/isapi/parser3isapi.C 1.59:
16215: set_new_handler in apache&isapi
16216:
16217: 2001-11-16 paf
16218: * src/include/pa_string.h 1.117:
16219: * src/main/pa_string.C 1.120:
16220: * src/main/pa_string.C 1.121:
16221: * src/main/untaint.C 1.76:
16222: * src/types/pa_vstring.C 1.14:
16223: removed 1+4 bytes from String
16224:
16225: * src/include/pa_string.h 1.118:
16226: * src/include/pa_types.h 1.33:
16227: * src/main/pa_string.C 1.122:
16228: removed 8 bytes from String, 2 bytes from string::chunk::row::item
16229:
16230: * src/include/pa_globals.h 1.69:
16231: * src/include/pa_string.h 1.116:
16232: * src/include/pa_types.h 1.32:
16233: * src/main/pa_globals.C 1.91:
16234: * src/main/pa_pool.C 1.44:
16235: * src/main/pa_pool.C 1.45:
16236: * src/main/pa_request.C 1.181:
16237: * src/main/untaint.C 1.75:
16238: * src/sql/pa_sql_driver.h 1.24:
16239: * src/targets/cgi/parser3.C 1.136:
16240: introducing estimating String::cstr_bufsize, 0
16241:
16242: * src/include/pa_pool.h 1.70:
16243: * src/include/pa_pool.h 1.71:
16244: * src/main/execute.C 1.206:
16245: * src/main/pa_pool.C 1.41:
16246: * src/main/pa_pool.C 1.42:
16247: * src/main/pa_pool.C 1.43:
16248: * src/targets/cgi/parser3.C 1.134:
16249: * src/targets/cgi/parser3.C 1.135:
16250: die in pool::fail
16251:
16252: * src/targets/cgi/parser3.C 1.137:
16253: pool debug @ die
16254:
16255: 2001-11-15 paf
16256: * src/Makefile.in 1.36:
16257: configure set_new_handler check added
16258:
16259: * src/targets/cgi/parser3.C 1.131:
16260: set_new_handler started
16261:
16262: * src/include/pa_exception.h 1.22:
16263: * src/main/execute.C 1.205:
16264: * src/main/main.dsp 1.140:
16265: * src/main/pa_exception.C 1.26:
16266: * src/targets/cgi/parser3.C 1.133:
16267: exception with dynamic buffer re-back
16268: now with counter
16269:
16270: * src/include/pa_config_auto.h.in 1.13:
16271: * src/main/Makefile.in 1.28:
16272: makes
16273:
16274: * src/include/pa_exception.h 1.21:
16275: * src/main/pa_exception.C 1.25:
16276: exception with static buffer back
16277:
16278: * src/classes/classes.awk 1.5:
16279: * src/include/pa_config_auto.h.in 1.14:
16280: * src/include/pa_config_includes.h 1.13:
16281: setnewhandler check
16282:
16283: * src/targets/cgi/parser3.C 1.132:
16284: std::
16285:
16286: 2001-11-14 paf
16287: * src/main/execute.C [no_bad_constructors_try] 1.203.2.1:
16288: * src/types/pa_vclass.h [no_bad_constructors_try] 1.21.2.1:
16289: * src/types/pa_vobject.h [no_bad_constructors_try] 1.13.2.1:
16290: * src/types/pa_vstateless_class.h [no_bad_constructors_try] 1.20.2.1:
16291: * src/types/pa_vstateless_object.h [no_bad_constructors_try] 1.12.2.1:
16292: fixed this:
16293: $bred[^string::length[]]
16294: $bred[^response::clear[]]
16295: $bred[^int::int[]]
16296:
16297: now VObject creation moved into overriden VClass::create_new_value, thus 0 from create_new_value means that class has no ctors
16298:
16299: * src/include/pa_common.h 1.64:
16300: * src/include/pa_common.h 1.65:
16301: * src/include/pa_common.h 1.66:
16302: * src/main/pa_common.C 1.90:
16303: * src/main/pa_common.C 1.91:
16304: snprintf replacement was wrong
16305:
16306: * src/main/execute.C 1.204:
16307: * src/types/pa_vclass.h 1.22:
16308: * src/types/pa_vobject.h 1.14:
16309: * src/types/pa_vstateless_class.h 1.21:
16310: * src/types/pa_vstateless_object.h 1.13:
16311: merged with no_bad_constructors_try
16312:
16313: * src/classes/op.C 1.59:
16314: ^untaint{body} as-is default now
16315:
16316: * src/main/pa_request.C 1.180:
16317: z
16318:
16319: * src/include/pa_common.h 1.63:
16320: * src/main/pa_common.C 1.88:
16321: * src/main/pa_common.C 1.89:
16322: snprintf on buffer full returns
16323: win32 -1
16324: solaris >buffer_size
16325:
16326: checked all that
16327:
16328: 2001-11-13 paf
16329: * src/classes/classes.C 1.13:
16330: returned accedently removed if in foreach callbacks [when hash
16331: no-0-restructure]
16332:
16333: 2001-11-12 paf
16334: * src/classes/classes.C 1.12:
16335: * src/classes/hash.C 1.31:
16336: * src/classes/xdoc.C 1.45:
16337: * src/include/pa_hash.h 1.51:
16338: * src/main/pa_db_connection.C 1.33:
16339: * src/main/pa_db_manager.C 1.18:
16340: * src/main/pa_dictionary.C 1.10:
16341: * src/main/pa_hash.C 1.48:
16342: * src/main/pa_sql_driver_manager.C 1.55:
16343: * src/main/pa_stylesheet_manager.C 1.7:
16344: hash now does not containt 0 values. put 0 actullay removes.
16345: no check on 0 value in foreach now required
16346:
16347: * src/classes/date.C 1.13:
16348: date.roll parser2 alg used
16349:
16350: * src/main/pa_pool.C 1.40:
16351: changed xdoc createXXX politics, now string passed as-is to
16352: method, xalan makes & into & itself
16353:
16354: 2001-11-11 paf
16355: * src/main/pa_sql_driver_manager.C 1.53:
16356: * src/sql/pa_sql_driver.h 1.21:
16357: sql driver initialize not const
16358:
16359: * src/sql/pa_sql_driver.h 1.23:
16360: removed extra constructor, doc
16361:
16362: * src/main/pa_sql_driver_manager.C 1.54:
16363: * src/sql/pa_sql_driver.h 1.22:
16364: CRLF
16365:
16366: 2001-11-10 paf
16367: * src/main/pa_exec.C 1.18:
16368: doc
16369:
16370: 2001-11-09 paf
16371: * src/main/pa_common.C 1.87:
16372: line endings fixing fixed last piece[was still cstr oriented]
16373:
16374: * src/include/pa_common.h 1.62:
16375: * src/main/pa_common.C 1.86:
16376: * src/types/pa_vform.C 1.48:
16377: line endings fixing got rid of cstr, now must work ok with post multipart
16378:
16379: * src/classes/string.C 1.90:
16380: * src/classes/xdoc.C 1.44:
16381: xdoc::set{code} now untaints param properly
16382:
16383: * src/types/pa_vform.C 1.47:
16384: line endings fixed at post / multipart / not file also now
16385:
16386: * src/classes/string.C 1.89:
16387: string.save now does untainting before saving
16388:
16389: 2001-11-08 paf
16390: * src/include/pa_request.h 1.110:
16391: * src/main/pa_request.C 1.179:
16392: * src/targets/apache13/mod_parser3.C 1.9:
16393: * src/targets/cgi/parser3.C 1.130:
16394: * src/targets/isapi/parser3isapi.C 1.58:
16395: apache 'status' class enabler
16396:
16397: <Location /parser-status.html>
16398: ParserStatusAllowed
16399: </Location>
16400:
16401: * src/Makefile.in 1.35:
16402: * src/include/pa_common.h 1.61:
16403: * src/main/Makefile.am 1.24:
16404: * src/main/Makefile.in 1.27:
16405: * src/targets/cgi/pa_pool.C 1.32:
16406: makes
16407:
16408: * src/include/pa_cache_managers.h 1.2:
16409: * src/include/pa_charset_manager.h 1.6:
16410: * src/include/pa_db_manager.h 1.10:
16411: * src/include/pa_sql_driver_manager.h 1.18:
16412: * src/include/pa_stylesheet_manager.h 1.7:
16413: * src/main/pa_charset_manager.C 1.8:
16414: * src/main/pa_db_manager.C 1.17:
16415: * src/main/pa_sql_driver_manager.C 1.52:
16416: * src/main/pa_stylesheet_manager.C 1.6:
16417: restructured Cache manager to be simple parent, not second
16418: parent [gcc 2.96 strangly refused to call virtual from second
16419: parent]
16420:
16421: * src/include/pa_cache_managers.h 1.1:
16422: * src/include/pa_charset_manager.h 1.5:
16423: * src/include/pa_db_manager.h 1.9:
16424: * src/include/pa_sql_driver_manager.h 1.17:
16425: * src/include/pa_stylesheet_manager.h 1.6:
16426: * src/main/main.dsp 1.139:
16427: * src/main/pa_cache_managers.C 1.1:
16428: * src/main/pa_charset_manager.C 1.7:
16429: * src/main/pa_db_manager.C 1.16:
16430: * src/main/pa_globals.C 1.90:
16431: * src/main/pa_request.C 1.178:
16432: * src/main/pa_sql_driver_manager.C 1.51:
16433: * src/main/pa_stylesheet_manager.C 1.5:
16434: * src/types/pa_vstatus.h 1.4:
16435: cache_managers, maybe-expiring every request
16436: todo: apache 'status' class enabler
16437:
16438: 2001-11-05 paf
16439: * src/classes/xdoc.C 1.42:
16440: * src/include/pa_db_connection.h 1.16:
16441: * src/include/pa_stylesheet_connection.h 1.15:
16442: * src/include/pa_stylesheet_manager.h 1.4:
16443: * src/main/pa_stylesheet_manager.C 1.3:
16444: * src/types/pa_vstatus.h 1.2:
16445: $status:stylesheet
16446:
16447: * src/targets/cgi/parser3.C 1.129:
16448: read can return 0, that means sort of sig_pipe on freebsd [moko's experiments].
16449: checked that in cgi, on apache already done :)
16450:
16451: * src/main/pa_db_connection.C 1.31:
16452: * src/main/pa_db_manager.C 1.14:
16453: * src/main/pa_request.C 1.177:
16454: hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.
16455:
16456: expiring to 0 time was wrong, changed to 'now' time
16457:
16458: * src/main/pa_db_connection.C 1.30:
16459: * src/main/pa_db_manager.C 1.13:
16460: hence i removed skipping 0 values in hash::for_each-es we need
16461: to check cleaned cache items manually
16462:
16463: * src/include/pa_charset_connection.h 1.3:
16464: * src/main/pa_charset_manager.C 1.5:
16465: $status:charset
16466:
16467: * src/classes/classes.C 1.11:
16468: * src/classes/classes.h 1.14:
16469: * src/classes/date.C 1.12:
16470: * src/classes/double.C 1.41:
16471: * src/classes/file.C 1.65:
16472: * src/classes/form.C 1.19:
16473: * src/classes/hash.C 1.30:
16474: * src/classes/hashfile.C 1.15:
16475: * src/classes/image.C 1.62:
16476: * src/classes/int.C 1.38:
16477: * src/classes/mail.C 1.44:
16478: * src/classes/math.C 1.9:
16479: * src/classes/op.C 1.58:
16480: * src/classes/response.C 1.16:
16481: * src/classes/string.C 1.88:
16482: * src/classes/table.C 1.130:
16483: * src/classes/void.C 1.13:
16484: * src/classes/xdoc.C 1.43:
16485: * src/classes/xnode.C 1.18:
16486: * src/classes/xnode.h 1.4:
16487: * src/include/pa_array.h 1.47:
16488: * src/include/pa_charset_connection.h 1.4:
16489: * src/include/pa_charset_manager.h 1.4:
16490: * src/include/pa_common.h 1.60:
16491: * src/include/pa_config_fixed.h 1.30:
16492: * src/include/pa_config_includes.h 1.12:
16493: * src/include/pa_db_connection.h 1.17:
16494: * src/include/pa_db_manager.h 1.8:
16495: * src/include/pa_db_table.h 1.8:
16496: * src/include/pa_dictionary.h 1.7:
16497: * src/include/pa_dir.h 1.8:
16498: * src/include/pa_exception.h 1.20:
16499: * src/include/pa_exec.h 1.4:
16500: * src/include/pa_globals.h 1.68:
16501: * src/include/pa_hash.h 1.50:
16502: * src/include/pa_opcode.h 1.8:
16503: * src/include/pa_pool.h 1.69:
16504: * src/include/pa_pragma_pack_begin.h 1.2:
16505: * src/include/pa_pragma_pack_end.h 1.2:
16506: * src/include/pa_request.h 1.109:
16507: * src/include/pa_sapi.h 1.15:
16508: * src/include/pa_socks.h 1.5:
16509: * src/include/pa_sql_connection.h 1.19:
16510: * src/include/pa_sql_driver_manager.h 1.16:
16511: * src/include/pa_stack.h 1.11:
16512: * src/include/pa_string.h 1.115:
16513: * src/include/pa_stylesheet_connection.h 1.16:
16514: * src/include/pa_stylesheet_manager.h 1.5:
16515: * src/include/pa_table.h 1.36:
16516: * src/include/pa_threads.h 1.20:
16517: * src/include/pa_types.h 1.31:
16518: * src/main/compile.C 1.53:
16519: * src/main/compile.tab.C 1.26:
16520: * src/main/compile_tools.C 1.40:
16521: * src/main/compile_tools.h 1.51:
16522: * src/main/execute.C 1.203:
16523: * src/main/pa_array.C 1.43:
16524: * src/main/pa_charset_connection.C 1.11:
16525: * src/main/pa_charset_manager.C 1.6:
16526: * src/main/pa_common.C 1.85:
16527: * src/main/pa_db_connection.C 1.28:
16528: * src/main/pa_db_manager.C 1.12:
16529: * src/main/pa_db_table.C 1.11:
16530: * src/main/pa_dictionary.C 1.9:
16531: * src/main/pa_dir.C 1.8:
16532: * src/main/pa_exception.C 1.24:
16533: * src/main/pa_exec.C 1.17:
16534: * src/main/pa_globals.C 1.89:
16535: * src/main/pa_hash.C 1.47:
16536: * src/main/pa_pool.C 1.39:
16537: * src/main/pa_request.C 1.176:
16538: * src/main/pa_socks.C 1.8:
16539: * src/main/pa_sql_driver_manager.C 1.50:
16540: * src/main/pa_status_provider.C 1.2:
16541: * src/main/pa_string.C 1.119:
16542: * src/main/pa_stylesheet_manager.C 1.4:
16543: * src/main/pa_table.C 1.40:
16544: * src/main/untaint.C 1.74:
16545: * src/sql/pa_sql_driver.h 1.20:
16546: * src/targets/apache13/mod_parser3.C 1.8:
16547: * src/targets/apache13/pa_pool.C 1.3:
16548: * src/targets/apache13/pa_threads.C 1.3:
16549: * src/targets/cgi/pa_pool.C 1.31:
16550: * src/targets/cgi/pa_threads.C 1.5:
16551: * src/targets/cgi/parser3.C 1.128:
16552: * src/targets/cgi/pool_storage.h 1.5:
16553: * src/targets/isapi/pa_pool.C 1.9:
16554: * src/targets/isapi/pa_threads.C 1.5:
16555: * src/targets/isapi/parser3isapi.C 1.57:
16556: * src/targets/isapi/pool_storage.h 1.13:
16557: * src/types/pa_valiased.C 1.11:
16558: * src/types/pa_valiased.h 1.16:
16559: * src/types/pa_value.h 1.77:
16560: * src/types/pa_vbool.h 1.15:
16561: * src/types/pa_vclass.h 1.21:
16562: * src/types/pa_vcode_frame.h 1.12:
16563: * src/types/pa_vcookie.C 1.32:
16564: * src/types/pa_vcookie.h 1.13:
16565: * src/types/pa_vdate.h 1.6:
16566: * src/types/pa_vdouble.h 1.28:
16567: * src/types/pa_venv.h 1.18:
16568: * src/types/pa_vfile.C 1.23:
16569: * src/types/pa_vfile.h 1.37:
16570: * src/types/pa_vform.C 1.46:
16571: * src/types/pa_vform.h 1.29:
16572: * src/types/pa_vhash.h 1.27:
16573: * src/types/pa_vhashfile.C 1.14:
16574: * src/types/pa_vhashfile.h 1.12:
16575: * src/types/pa_vimage.C 1.14:
16576: * src/types/pa_vimage.h 1.22:
16577: * src/types/pa_vint.h 1.29:
16578: * src/types/pa_vjunction.h 1.10:
16579: * src/types/pa_vmath.h 1.4:
16580: * src/types/pa_vmethod_frame.h 1.19:
16581: * src/types/pa_vobject.h 1.13:
16582: * src/types/pa_vrequest.C 1.11:
16583: * src/types/pa_vrequest.h 1.12:
16584: * src/types/pa_vresponse.h 1.17:
16585: * src/types/pa_vstateless_class.C 1.11:
16586: * src/types/pa_vstateless_class.h 1.20:
16587: * src/types/pa_vstateless_object.h 1.12:
16588: * src/types/pa_vstatus.h 1.3:
16589: * src/types/pa_vstring.C 1.13:
16590: * src/types/pa_vstring.h 1.39:
16591: * src/types/pa_vtable.C 1.9:
16592: * src/types/pa_vtable.h 1.35:
16593: * src/types/pa_vvoid.h 1.6:
16594: * src/types/pa_vxdoc.C 1.6:
16595: * src/types/pa_vxdoc.h 1.12:
16596: * src/types/pa_vxnode.C 1.11:
16597: * src/types/pa_vxnode.h 1.8:
16598: * src/types/pa_wcontext.C 1.12:
16599: * src/types/pa_wcontext.h 1.21:
16600: * src/types/pa_wwrapper.h 1.14:
16601: $status:db
16602: fixed used not initialized in db_connection & db_table
16603:
16604: * src/include/pa_charset_manager.h 1.3:
16605: * src/include/pa_db_manager.h 1.7:
16606: * src/include/pa_request.h 1.108:
16607: * src/include/pa_sql_connection.h 1.18:
16608: * src/include/pa_sql_driver_manager.h 1.15:
16609: * src/include/pa_stylesheet_manager.h 1.3:
16610: * src/main/main.dsp 1.138:
16611: * src/main/pa_charset_manager.C 1.4:
16612: * src/main/pa_common.C 1.84:
16613: * src/main/pa_db_manager.C 1.11:
16614: * src/main/pa_globals.C 1.88:
16615: * src/main/pa_request.C 1.175:
16616: * src/main/pa_sql_driver_manager.C 1.49:
16617: * src/main/pa_status_provider.C 1.1:
16618: * src/main/pa_stylesheet_manager.C 1.2:
16619: * src/types/pa_vstatus.h 1.1:
16620: * src/types/pa_vxnode.C 1.10:
16621: * src/types/types.dsp 1.14:
16622: started status parser class
16623:
16624: * src/main/pa_db_connection.C 1.29:
16625: * src/main/pa_db_table.C 1.12:
16626: parser_multithreaded check was wrong
16627:
16628: * src/main/pa_db_connection.C 1.32:
16629: * src/main/pa_db_manager.C 1.15:
16630: expiration from debug to normal
16631:
16632: 2001-11-01 paf
16633: * src/classes/hash.C 1.26:
16634: * src/classes/op.C 1.54:
16635: * src/types/pa_vmethod_frame.h 1.18:
16636: * src/types/pa_vstring.C 1.12:
16637: * src/types/pa_vstring.h 1.38:
16638: ^foreach[key|value]{body}[[separator]|{separator}]
16639:
16640: * src/classes/hash.C 1.25:
16641: * src/include/pa_hash.h 1.48:
16642: * src/main/pa_hash.C 1.44:
16643: * src/types/pa_vcookie.C 1.31:
16644: ^hash.delete[key]
16645:
16646: * src/classes/math.C 1.8:
16647: * src/include/pa_common.h 1.59:
16648: HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]
16649:
16650: * src/classes/op.C 1.57:
16651: ^for endless loop check strightened
16652:
16653: * src/Makefile.in 1.34:
16654: * src/classes/Makefile.in 1.31:
16655: * src/include/pa_config_auto.h.in 1.12:
16656: * src/main/Makefile.in 1.26:
16657: * src/targets/Makefile.in 1.24:
16658: * src/targets/apache13/Makefile.in 1.23:
16659: * src/targets/cgi/Makefile.in 1.28:
16660: * src/types/Makefile.in 1.23:
16661: makes
16662:
16663: * src/main/pa_hash.C 1.46:
16664: removed old extra include
16665:
16666: * src/classes/hash.C 1.28:
16667: * src/classes/xdoc.C 1.41:
16668: * src/classes/xnode.C 1.17:
16669: * src/include/pa_hash.h 1.49:
16670: * src/main/pa_hash.C 1.45:
16671: * src/main/pa_request.C 1.174:
16672: * src/types/pa_vhash.h 1.26:
16673: * src/types/pa_vxnode.C 1.9:
16674: hash locking
16675: disabled changing of hash inside of foreach
16676:
16677: * src/classes/hash.C 1.27:
16678: * src/classes/hashfile.C 1.14:
16679: * src/types/pa_vhashfile.C 1.13:
16680: ^hashfile.foreach[key|value]{body}[[separator]|{separator}]
16681: prev were hash.foreach
16682:
16683: * src/classes/hash.C 1.29:
16684: * src/classes/op.C 1.56:
16685: * src/main/execute.C 1.202:
16686: changed root behavior in native calls.
16687: it left unchanged, so ^for ^foreach & co can use r.root to write their i & key,value there
16688:
16689: * src/classes/op.C 1.55:
16690: detected for var storage bug, fixed. todo:foreach
16691:
16692: 2001-10-31 paf
16693: * src/main/pa_sql_driver_manager.C 1.47:
16694: hiding passwords and addresses from accidental show [imagine
16695: user forgot @exception]
16696:
16697: * src/main/pa_db_connection.C 1.26:
16698: * src/main/pa_sql_driver_manager.C 1.48:
16699: // lockdetector flags
16700: dbenv.lk_detect=DB_LOCK_RANDOM;
16701:
16702: * src/include/pa_opcode.h 1.7:
16703: * src/main/compile.tab.C 1.25:
16704: * src/main/compile.y 1.173:
16705: * src/main/execute.C 1.201:
16706: \ in expression: int divide 10/3=3
16707:
16708: * src/main/pa_common.C 1.81:
16709: typing bug in common - bad ifdeff
16710:
16711: * src/types/pa_vhashfile.h 1.11:
16712: hashfile ^delete to do something only inside of ^cache
16713:
16714: * src/include/pa_threads.h 1.19:
16715: * src/main/pa_db_connection.C 1.25:
16716: * src/main/pa_db_table.C 1.10:
16717: * src/targets/apache13/pa_threads.C 1.2:
16718: * src/targets/cgi/pa_threads.C 1.4:
16719: * src/targets/isapi/pa_threads.C 1.4:
16720: libdb DB_THREAD flag only when really needed
16721:
16722: * src/main/pa_db_connection.C 1.27:
16723: z
16724:
16725: * src/classes/file.C 1.64:
16726: * src/classes/image.C 1.61:
16727: * src/classes/mail.C 1.43:
16728: * src/classes/string.C 1.87:
16729: * src/classes/xnode.C 1.16:
16730: * src/include/pa_common.h 1.58:
16731: * src/main/pa_common.C 1.80:
16732: ^string.save[[append;]path]
16733:
16734: * src/main/compile.C 1.52:
16735: * src/main/pa_common.C 1.83:
16736: completely empty file now considered "read", not ignored [not
16737: perfect trick used]
16738:
16739: * src/classes/table.C 1.129:
16740: ^table.save[[nameless|+append;]path]
16741:
16742: * src/main/pa_common.C 1.82:
16743: simplier common ifdefs
16744:
16745: 2001-10-30 paf
16746: * src/include/pa_common.h 1.57:
16747: * src/main/pa_common.C 1.79:
16748: * src/types/pa_vform.C 1.45:
16749: form post data line endings not reformatted now.
16750:
16751: * src/classes/xdoc.C 1.40:
16752: rolled back {} in xdoc.createTextNode for now
16753:
16754: * src/classes/classes.dsp 1.13:
16755: * src/main/main.dsp 1.137:
16756: * src/targets/apache13/ApacheModuleParser3.dsp 1.8:
16757: * src/targets/cgi/parser3.dsp 1.38:
16758: * src/targets/isapi/parser3isapi.dsp 1.29:
16759: * src/types/types.dsp 1.13:
16760: enabled debug incremental compile
16761:
16762: * src/main/pa_db_connection.C 1.24:
16763: * src/main/pa_db_manager.C 1.10:
16764: * src/main/pa_db_table.C 1.9:
16765: * src/main/pa_exec.C 1.16:
16766: * src/main/pa_request.C 1.173:
16767: * src/main/pa_sql_driver_manager.C 1.46:
16768: * src/main/pa_string.C 1.118:
16769: cstr(asis) default param removed
16770:
16771: * src/types/pa_vform.C 1.44:
16772: * src/types/pa_vform.h 1.28:
16773: AppendFormEntry length param now required [had bug when file=
16774: has no value]
16775:
16776: * src/types/pa_vform.C 1.43:
16777: VForm::AppendFormEntry {length convention was broken} fix_line_breaks
16778:
16779: * src/include/pa_dir.h 1.7:
16780: LOAD_DIR fixed
16781:
16782: * src/include/pa_config_fixed.h 1.29:
16783: * src/include/pa_pragma_pack_begin.h 1.1:
16784: * src/include/pa_pragma_pack_end.h 1.1:
16785: * src/include/pa_string.h 1.114:
16786: * src/include/pa_types.h 1.30:
16787: String & Origin packed with #pragma pack
16788:
16789: * src/Makefile.in 1.33:
16790: * src/include/pa_config_auto.h.in 1.11:
16791: pragma detection
16792:
16793: * src/classes/xdoc.C 1.39:
16794: rolled back {} in xdoc.createElement for now
16795:
16796: 2001-10-29 paf
16797: * src/types/pa_wcontext.h 1.20:
16798: bitfield syntax stricter
16799:
16800: * src/include/pa_string.h 1.111:
16801: * src/main/pa_string.C 1.115:
16802: * src/targets/cgi/pa_pool.C 1.27:
16803: debugging memory
16804: String::fused_rows func now
16805:
16806: [Mon Oct 29 17:55:45 2001] total 5917436/158731
16807: [Mon Oct 29 18:11:53 2001] total 5796092/158731
16808:
16809: * src/classes/file.C 1.61:
16810: * src/classes/image.C 1.60:
16811: * src/classes/string.C 1.86:
16812: * src/classes/xdoc.C 1.38:
16813: * src/include/pa_pool.h 1.68:
16814: * src/include/pa_string.h 1.109:
16815: * src/main/execute.C 1.199:
16816: * src/main/pa_array.C 1.41:
16817: * src/main/pa_common.C 1.78:
16818: * src/main/pa_hash.C 1.43:
16819: * src/main/pa_sql_driver_manager.C 1.45:
16820: * src/main/pa_string.C 1.114:
16821: * src/main/untaint.C 1.70:
16822: * src/targets/cgi/pa_pool.C 1.25:
16823: * src/targets/cgi/parser3.C 1.126:
16824: * src/types/pa_vcookie.C 1.30:
16825: * src/types/pa_vstring.h 1.37:
16826: debuggging memory.
16827: string::as_int/double now usually uses stack, not heap [200K out of 17M :)]
16828: VString(String&) not copies reference [29M -> 17M]
16829:
16830: * src/include/pa_sql_connection.h 1.17:
16831: SQL_CONNECTION_FUNC_GUARDED name
16832:
16833: * src/targets/isapi/pa_pool.C 1.8:
16834: added isapi&apache real_malloc debug param.someday either ifdef
16835: or remove it
16836:
16837: * src/targets/apache13/pa_pool.C 1.2:
16838: * src/targets/cgi/pa_pool.C 1.30:
16839: * src/targets/cgi/parser3.C 1.127:
16840: removed debug defines
16841:
16842: * src/Makefile.am 1.12:
16843: .am order
16844:
16845: * src/main/pa_sql_driver_manager.C 1.44:
16846: ping to have services [old hiding bug]
16847:
16848: * src/main/untaint.C 1.73:
16849: optimizing returned after debugging
16850:
16851: * src/include/pa_array.h 1.45:
16852: * src/include/pa_charset_manager.h 1.2:
16853: * src/include/pa_db_connection.h 1.15:
16854: * src/include/pa_db_manager.h 1.6:
16855: * src/include/pa_db_table.h 1.7:
16856: * src/include/pa_hash.h 1.46:
16857: * src/include/pa_request.h 1.107:
16858: * src/include/pa_sql_driver_manager.h 1.14:
16859: * src/include/pa_stylesheet_manager.h 1.2:
16860: * src/include/pa_threads.h 1.18:
16861: * src/types/pa_valiased.h 1.15:
16862: * src/types/pa_vhashfile.h 1.10:
16863: * src/types/pa_vstateless_class.h 1.19:
16864: * src/types/pa_wcontext.h 1.18:
16865: gcc 3.0.1 required "friend class"
16866:
16867: ../include/pa_request.h:51: friend declaration requires class-key, i.e. `friend
16868: class Temp_lang'
16869:
16870: * src/include/pa_string.h 1.112:
16871: * src/main/pa_string.C 1.116:
16872: * src/main/untaint.C 1.71:
16873: * src/targets/cgi/pa_pool.C 1.29:
16874: String size_t replace to uint in proper places [todo:Array]
16875:
16876: * src/classes/file.C 1.62:
16877: * src/include/pa_hash.h 1.47:
16878: * src/include/pa_string.h 1.110:
16879: * src/main/pa_globals.C 1.87:
16880: * src/targets/cgi/pa_pool.C 1.26:
16881: debugging memory
16882: hash key ref now
16883:
16884: [Mon Oct 29 16:01:17 2001] total 17050496/202647
16885: [Mon Oct 29 17:11:17 2001] total 16867948/202658
16886:
16887: * src/classes/file.C 1.63:
16888: * src/types/pa_vimage.C 1.13:
16889: image&file couple stack string hash.puts
16890:
16891: * src/main/execute.C 1.200:
16892: * src/targets/cgi/pa_pool.C 1.28:
16893: * src/targets/cgi/parser3.dsp 1.37:
16894: * src/types/pa_wcontext.h 1.19:
16895: * src/types/pa_wwrapper.h 1.13:
16896: debugging memory
16897: WContext
16898: flags to bits
16899:
16900: total 5 652 652/158731
16901: total 5 469 332/158731
16902:
16903: * src/include/pa_sql_connection.h 1.16:
16904: there were one wrong SQL_CONNECTION_FUNC_GUARDED [failed]
16905:
16906: * src/include/pa_exception.h 1.19:
16907: * src/include/pa_sql_connection.h 1.15:
16908: * src/main/pa_exception.C 1.23:
16909: * src/main/pa_sql_driver_manager.C 1.43:
16910: * src/sql/pa_sql_driver.h 1.19:
16911: sql driver impl changed in _throw part.
16912:
16913: the idea is to #1 jump to C++ some function to main body, where
16914: every function stack frame has exception unwind information
16915: and from there... #2 propagate_exception()
16916:
16917: * src/include/pa_array.h 1.46:
16918: * src/main/pa_array.C 1.42:
16919: debugging memory
16920: Array:: without cache in get/put now
16921:
16922: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731
16923: [Mon Oct 29 18:25:27 2001] total 5 652 652/158731
16924:
16925: * src/include/pa_string.h 1.113:
16926: * src/include/pa_types.h 1.29:
16927: * src/main/pa_string.C 1.117:
16928: * src/main/untaint.C 1.72:
16929: memory hunging
16930: #pragma pack(1)
16931:
16932: 16 419 844
16933: 13 169 394
16934:
16935: 2001-10-28 paf
16936: * src/include/pa_config_auto.h.in 1.10:
16937: * src/include/pa_config_fixed.h 1.28:
16938: * src/include/pa_db_connection.h 1.14:
16939: * src/include/pa_db_manager.h 1.5:
16940: * src/include/pa_db_table.h 1.6:
16941: * src/main/pa_db_connection.C 1.20:
16942: * src/main/pa_db_table.C 1.6:
16943: db2 on linux with DB 2.4.14: (6/2/98)
16944:
16945: * src/main/pa_db_connection.C 1.21:
16946: * src/main/pa_db_table.C 1.8:
16947: exception translation
16948:
16949: * src/main/pa_db_connection.C 1.22:
16950: expire table [was accidently pasted with wrong type/cast]
16951:
16952: * src/classes/Makefile.am 1.30:
16953: * src/classes/Makefile.in 1.30:
16954: * src/targets/apache13/p3runConfigure.in 1.6:
16955: * src/targets/cgi/Makefile.am 1.22:
16956: * src/targets/cgi/Makefile.in 1.27:
16957: db makes. remember to build DB2 with -fexceptions!!!
16958:
16959: * src/main/pa_db_table.C 1.7:
16960: DB_RMW defed
16961:
16962: * src/main/pa_db_connection.C 1.23:
16963: removed old consts
16964:
16965: 2001-10-27 paf
16966: * src/classes/hashfile.C 1.13:
16967: * src/include/pa_db_connection.h 1.13:
16968: * src/include/pa_db_table.h 1.5:
16969: * src/main/pa_db_connection.C 1.19:
16970: * src/main/pa_db_manager.C 1.9:
16971: * src/main/pa_db_table.C 1.5:
16972: * src/main/pa_globals.C 1.86:
16973: * src/types/pa_vhashfile.C 1.12:
16974: DB2 ifdefs
16975:
16976: * src/Makefile.in 1.32:
16977: * src/classes/Makefile.am 1.29:
16978: * src/classes/Makefile.in 1.29:
16979: * src/include/pa_config_fixed.h 1.27:
16980: * src/main/Makefile.am 1.23:
16981: * src/main/Makefile.in 1.25:
16982: * src/targets/Makefile.in 1.23:
16983: * src/targets/apache13/Makefile.in 1.22:
16984: * src/targets/apache13/p3runConfigure.in 1.5:
16985: * src/targets/cgi/Makefile.am 1.21:
16986: * src/targets/cgi/Makefile.in 1.26:
16987: * src/types/Makefile.am 1.12:
16988: * src/types/Makefile.in 1.22:
16989: makes with DB2
16990:
16991: * src/classes/classes.awk 1.4:
16992: no $ in var names
16993:
16994: * src/main/pa_globals.C 1.85:
16995: * src/targets/apache13/ApacheModuleParser3.dsp 1.7:
16996: * src/targets/cgi/parser3.dsp 1.36:
16997: * src/targets/isapi/parser3isapi.dsp 1.28:
16998: vc projects libdb ifdefed into globals.C
16999:
17000: * src/main/pa_db_connection.C 1.17:
17001: * src/main/pa_db_manager.C 1.8:
17002: db expiration connection&table [forgotten calls]
17003:
17004: * src/Makefile.in 1.31:
17005: * src/classes/Makefile.in 1.28:
17006: * src/include/pa_config_auto.h.in 1.9:
17007: * src/main/Makefile.am 1.22:
17008: * src/main/Makefile.in 1.24:
17009: * src/targets/Makefile.in 1.22:
17010: * src/targets/apache13/p3runConfigure.in 1.4:
17011: * src/targets/cgi/Makefile.in 1.25:
17012: * src/types/Makefile.am 1.11:
17013: * src/types/Makefile.in 1.21:
17014: makes db
17015:
17016: * src/classes/hashfile.C 1.12:
17017: * src/include/pa_db_connection.h 1.12:
17018: * src/include/pa_db_table.h 1.4:
17019: * src/main/pa_db_connection.C 1.18:
17020: * src/main/pa_db_table.C 1.4:
17021: ^hashfile.clear[]
17022:
17023: 2001-10-26 paf
17024: * src/classes/xdoc.C 1.35:
17025: * src/classes/xdoc.C 1.36:
17026: * src/types/pa_vxdoc.h 1.11:
17027: transform2 for parsed_source
17028:
17029: * src/classes/hashfile.C 1.11:
17030: * src/include/pa_db_connection.h 1.10:
17031: * src/include/pa_db_manager.h 1.4:
17032: * src/include/pa_db_table.h 1.3:
17033: * src/include/pa_hash.h 1.45:
17034: * src/main/pa_db_connection.C 1.13:
17035: * src/main/pa_db_manager.C 1.7:
17036: * src/main/pa_db_table.C 1.3:
17037: * src/main/pa_hash.C 1.42:
17038: * src/types/pa_vhashfile.C 1.11:
17039: * src/types/pa_vhashfile.h 1.9:
17040: db connections & tables now cached at create time & multithreaded
17041:
17042: * src/classes/xdoc.C 1.37:
17043: xdoc createTextNode createElement UL_XML default. but entities
17044: still reparsed. todo: tothink
17045:
17046: * src/classes/hashfile.C 1.10:
17047: * src/include/pa_db_table.h 1.2:
17048: * src/main/pa_db_table.C 1.2:
17049: db: child transaction commit/rollback responsibility left to
17050: parent [as it sould - else there were a bug with double free]
17051:
17052: * src/include/pa_db_connection.h 1.11:
17053: * src/main/pa_db_connection.C 1.15:
17054: * src/main/pa_db_connection.C 1.16:
17055: db checkpoints
17056:
17057: * src/main/pa_db_connection.C 1.12:
17058: about to remove connection from vhashfile
17059:
17060: * src/main/pa_db_connection.C 1.14:
17061: db recover mech 2
17062:
17063: 2001-10-25 paf
17064: * src/classes/hashfile.C 1.9:
17065: * src/include/pa_common.h 1.56:
17066: * src/include/pa_db_connection.h 1.9:
17067: * src/include/pa_db_manager.h 1.3:
17068: * src/include/pa_db_table.h 1.1:
17069: * src/main/main.dsp 1.136:
17070: * src/main/pa_db_connection.C 1.11:
17071: * src/main/pa_db_manager.C 1.6:
17072: * src/main/pa_db_table.C 1.1:
17073: * src/types/pa_vhashfile.C 1.10:
17074: * src/types/pa_vhashfile.h 1.8:
17075: started db_home [multiple, cached]
17076: todo: autorecover [tried, but not succeded, yet]
17077:
17078: * src/include/pa_db_connection.h 1.8:
17079: * src/main/pa_db_manager.C 1.5:
17080: transaction parent passed
17081:
17082: * src/include/pa_dir.h 1.6:
17083: ancient gpf on dir not found fixed
17084:
17085: 2001-10-24 parser
17086: * src/classes/Makefile.am 1.26:
17087: * src/classes/Makefile.am 1.27:
17088: * src/classes/Makefile.am 1.28:
17089: * src/classes/Makefile.in 1.26:
17090: * src/classes/Makefile.in 1.27:
17091: * src/main/Makefile.in 1.23:
17092: * src/targets/cgi/Makefile.am 1.20:
17093: * src/targets/cgi/Makefile.in 1.24:
17094: * src/targets/cgi/pool_storage.h 1.2:
17095: * src/targets/cgi/pool_storage.h 1.3:
17096: makes
17097:
17098: * src/include/pa_db_connection.h 1.6:
17099: * src/main/pa_db_connection.C 1.6:
17100: * src/types/pa_vhashfile.C 1.6:
17101: db_cursor constructor public now
17102:
17103: * src/include/pa_common.h 1.54:
17104: * src/main/Makefile.am 1.21:
17105: * src/main/pa_common.C 1.76:
17106: * src/types/pa_vform.C 1.41:
17107: * src/types/pa_vform.h 1.26:
17108: .am
17109:
17110: * src/classes/hashfile.C 1.7:
17111: * src/include/pa_request.h 1.106:
17112: hashfile.cache 0
17113:
17114: * src/main/pa_db_connection.C 1.7:
17115: * src/types/pa_vhashfile.C 1.7:
17116: db_connection not bothers with key when not returning expired data
17117:
17118: * src/targets/cgi/pool_storage.h 1.4:
17119: * src/targets/isapi/parser3isapi.C 1.56:
17120: * src/targets/isapi/pool_storage.h 1.12:
17121: pool_storage fixed
17122:
17123: * src/include/pa_common.h 1.55:
17124: * src/main/pa_common.C 1.77:
17125: * src/types/pa_vform.C 1.42:
17126: * src/types/pa_vform.h 1.27:
17127: form fix_line_breaks
17128:
17129: * src/types/pa_vhashfile.C 1.8:
17130: * src/types/pa_vhashfile.h 1.6:
17131: hashfile expiring 0
17132:
17133: * src/main/pa_db_connection.C 1.8:
17134: * src/types/pa_vhashfile.C 1.9:
17135: hashfile expiring 1
17136:
17137: * src/classes/hashfile.C 1.6:
17138: * src/include/pa_db_connection.h 1.7:
17139: * src/main/pa_db_connection.C 1.9:
17140: hashfile expired deleted from db when get & iterate
17141:
17142: * src/classes/hashfile.C 1.8:
17143: * src/types/pa_vhashfile.h 1.7:
17144: hashfile 1
17145:
1.39 paf 17146: * src/sql/pa_sql_driver.h 1.18:
17147: version
17148:
1.15 paf 17149: * src/targets/apache13/ApacheModuleParser3.dsp 1.6:
17150: * src/targets/isapi/parser3isapi.dsp 1.27:
17151: doc
17152:
17153: * src/include/pa_db_connection.h 1.5:
17154: * src/main/pa_db_connection.C 1.5:
17155: * src/types/pa_vhashfile.C 1.5:
17156: * src/types/pa_vhashfile.h 1.5:
17157: hashfile data stamped, todo: put_element analize
17158:
17159: * src/include/pa_db_connection.h 1.4:
17160: * src/include/pa_string.h 1.108:
17161: * src/main/pa_db_connection.C 1.4:
17162: * src/main/pa_string.C 1.113:
17163: hashfile pieced serialize. todo stamp
17164:
17165: * src/main/pa_db_connection.C 1.10:
17166: * src/main/pa_db_manager.C 1.4:
17167: hashfile setted this:
17168: DB_RMW
17169: 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
17170:
17171: 2001-10-23 parser
17172: * src/classes/file.C 1.60:
17173: * src/classes/hash.C 1.24:
17174: * src/classes/hashfile.C 1.5:
17175: * src/classes/image.C 1.59:
17176: * src/classes/mail.C 1.42:
17177: * src/classes/response.C 1.15:
17178: * src/classes/string.C 1.85:
17179: * src/classes/table.C 1.128:
17180: * src/classes/xdoc.C 1.34:
17181: * src/include/pa_config_fixed.h 1.26:
17182: * src/include/pa_db_connection.h 1.3:
17183: * src/main/pa_common.C 1.75:
17184: * src/main/pa_db_connection.C 1.3:
17185: * src/main/pa_request.C 1.172:
17186: * src/types/pa_value.h 1.76:
17187: * src/types/pa_vcookie.C 1.29:
17188: * src/types/pa_vhash.h 1.25:
17189: * src/types/pa_vhashfile.C 1.4:
17190: * src/types/pa_vhashfile.h 1.4:
17191: * src/types/pa_vresponse.h 1.16:
17192: * src/types/pa_vtable.C 1.8:
17193: ^hashfile.hash[]
17194:
17195: * src/classes/hashfile.C 1.3:
17196: * src/include/pa_db_connection.h 1.2:
17197: * src/include/pa_db_manager.h 1.2:
17198: * src/main/pa_db_connection.C 1.2:
17199: * src/main/pa_db_manager.C 1.2:
17200: * src/types/pa_vhashfile.h 1.3:
17201: ^hashfile.transaction{code}
17202: ^hashfile:clear[filename]
17203: ^hashfile.delete[key]
17204:
17205: * src/classes/hashfile.C 1.4:
17206: * src/classes/xdoc.C 1.33:
17207: * src/include/pa_config_fixed.h 1.25:
17208: * src/main/pa_db_manager.C 1.3:
17209: * src/main/pa_globals.C 1.84:
17210: ifdefs so it compiled without db
17211:
17212: 2001-10-22 parser
17213: * src/classes/classes.dsp 1.12:
17214: * src/classes/hashfile.C 1.2:
17215: * src/classes/xdoc.C 1.32:
17216: * src/classes/xnode.C 1.15:
17217: * src/include/pa_charset_connection.h 1.2:
17218: * src/include/pa_db_connection.h 1.1:
17219: * src/include/pa_db_manager.h 1.1:
17220: * src/include/pa_exception.h 1.18:
17221: * src/include/pa_sapi.h 1.14:
17222: * src/include/pa_sql_connection.h 1.14:
17223: * src/include/pa_sql_driver_manager.h 1.13:
17224: * src/include/pa_stylesheet_connection.h 1.14:
17225: * src/include/pa_stylesheet_manager.h 1.1:
17226: * src/include/pa_xslt_stylesheet_manager.h 1.5:
17227: * src/main/main.dsp 1.135:
17228: * src/main/pa_db_connection.C 1.1:
17229: * src/main/pa_db_manager.C 1.1:
17230: * src/main/pa_exception.C 1.22:
17231: * src/main/pa_globals.C 1.83:
17232: * src/main/pa_pool.C 1.38:
17233: * src/main/pa_sql_driver_manager.C 1.42:
17234: * src/main/pa_stylesheet_manager.C 1.1:
17235: * src/main/pa_xslt_stylesheet_manager.C 1.5:
17236: * src/targets/apache13/mod_parser3.C 1.7:
17237: * src/targets/cgi/parser3.C 1.124:
17238: * src/targets/isapi/parser3isapi.C 1.55:
17239: * src/types/pa_vhashfile.C 1.3:
17240: * src/types/pa_vhashfile.h 1.2:
17241: * src/types/pa_vxdoc.C 1.5:
17242: * src/types/pa_vxnode.C 1.8:
17243: * src/types/types.dsp 1.12:
17244: hashfile 0
17245:
17246: * src/targets/cgi/pa_pool.C 1.24:
17247: * src/targets/cgi/parser3.C 1.125:
17248: * src/targets/cgi/parser3.dsp 1.35:
17249: * src/targets/cgi/pool_storage.h 1.1:
17250: * src/targets/isapi/pool_storage.h 1.11:
17251: cgi += pool cleanups
17252:
17253: * src/targets/apache13/mod_parser3.C 1.5:
17254: * src/targets/isapi/parser3isapi.C 1.54:
17255: SEH minor ifdef changes
17256:
17257: * src/targets/apache13/mod_parser3.C 1.6:
17258: html
17259:
17260: * src/classes/classes.dsp 1.11:
17261: * src/classes/hashfile.C 1.1:
17262: * src/include/pa_config_fixed.h 1.24:
17263: * src/main/execute.C 1.198:
17264: * src/targets/cgi/parser3.dsp 1.34:
17265: * src/types/pa_vhashfile.C 1.1:
17266: * src/types/pa_vhashfile.h 1.1:
17267: * src/types/types.dsp 1.11:
17268: hashfile -100
17269:
17270: * src/include/pa_exception.h 1.17:
17271: * src/include/pa_request.h 1.105:
17272: * src/main/execute.C 1.197:
17273: * src/main/pa_exception.C 1.21:
17274: * src/main/pa_request.C 1.171:
17275: * src/targets/cgi/parser3.C 1.123:
17276: * src/targets/cgi/parser3.dsp 1.33:
17277: * src/types/pa_vclass.h 1.20:
17278: * src/types/pa_vobject.h 1.12:
17279: stack backtrace
17280:
17281: * src/types/pa_vhashfile.C 1.2:
17282: z
17283:
17284: 2001-10-19 parser
17285: * src/main/pa_request.C 1.170:
17286: * src/targets/apache13/mod_parser3.C 1.4:
17287: pool:: context - get_context
17288:
17289: * src/main/pa_pool.C 1.37:
17290: auto compiled on gcc
17291:
17292: * src/classes/classes.h 1.13:
17293: * src/classes/date.C 1.11:
17294: * src/classes/double.C 1.40:
17295: * src/classes/file.C 1.59:
17296: * src/classes/form.C 1.18:
17297: * src/classes/hash.C 1.23:
17298: * src/classes/image.C 1.57:
17299: * src/classes/int.C 1.37:
17300: * src/classes/mail.C 1.41:
17301: * src/classes/math.C 1.7:
17302: * src/classes/op.C 1.53:
17303: * src/classes/string.C 1.84:
17304: * src/classes/table.C 1.127:
17305: * src/classes/void.C 1.12:
17306: * src/include/pa_config_fixed.h 1.22:
17307: * src/include/pa_exception.h 1.15:
17308: * src/include/pa_pool.h 1.64:
17309: * src/include/pa_request.h 1.104:
17310: * src/include/pa_types.h 1.27:
17311: * src/main/compile.C 1.51:
17312: * src/main/compile_tools.C 1.39:
17313: * src/main/execute.C 1.196:
17314: * src/main/pa_array.C 1.40:
17315: * src/main/pa_common.C 1.73:
17316: * src/main/pa_dictionary.C 1.8:
17317: * src/main/pa_exception.C 1.19:
17318: * src/main/pa_exec.C 1.15:
17319: * src/main/pa_pool.C 1.34:
17320: * src/main/pa_request.C 1.169:
17321: * src/main/pa_socks.C 1.7:
17322: * src/main/pa_sql_driver_manager.C 1.41:
17323: * src/main/pa_string.C 1.112:
17324: * src/main/pa_table.C 1.39:
17325: * src/main/untaint.C 1.69:
17326: * src/targets/apache13/ApacheModuleParser3.dsp 1.5:
17327: * src/targets/apache13/mod_parser3.C 1.3:
17328: * src/targets/cgi/parser3.C 1.122:
17329: * src/targets/isapi/parser3isapi.C 1.53:
17330: * src/types/pa_value.h 1.75:
17331: * src/types/pa_vbool.h 1.14:
17332: * src/types/pa_vdouble.h 1.27:
17333: * src/types/pa_vfile.h 1.36:
17334: * src/types/pa_vform.C 1.40:
17335: * src/types/pa_vhash.h 1.24:
17336: * src/types/pa_vint.h 1.28:
17337: * src/types/pa_vjunction.h 1.9:
17338: * src/types/pa_vmethod_frame.h 1.17:
17339: * src/types/pa_vstateless_class.h 1.18:
17340: * src/types/pa_vtable.C 1.7:
17341: * src/types/pa_wcontext.C 1.11:
17342: * src/types/pa_wwrapper.h 1.12:
17343: switched to c++ exceptions 0
17344:
17345: * src/Makefile.in 1.30:
17346: * src/classes/Makefile.in 1.25:
17347: * src/include/pa_pool.h 1.66:
17348: * src/main/Makefile.in 1.22:
17349: * src/main/pa_common.C 1.74:
17350: * src/targets/Makefile.in 1.21:
17351: * src/targets/apache13/Makefile.in 1.21:
17352: * src/targets/cgi/Makefile.in 1.23:
17353: * src/types/Makefile.in 1.20:
17354: makes
17355:
17356: * src/include/pa_pool.h 1.67:
17357: header
17358:
17359: * src/classes/xdoc.C 1.30:
17360: * src/classes/xnode.C 1.13:
17361: * src/include/pa_pool.h 1.65:
17362: * src/include/pa_types.h 1.28:
17363: * src/main/pa_pool.C 1.36:
17364: first c++ exceptions result: can free up xalandomstring
17365: resulting from pool::transcode
17366:
17367: * src/classes/classes.awk 1.3.6.1:
17368: $ removed
17369:
17370: * src/classes/Makefile.am 1.25:
17371: * src/classes/xdoc.C 1.29:
17372: * src/classes/xnode.C 1.12:
17373: * src/include/pa_config_fixed.h 1.23:
17374: * src/include/pa_exception.h 1.16:
17375: * src/include/pa_stylesheet_connection.h 1.13:
17376: * src/main/pa_charset_connection.C 1.10:
17377: * src/main/pa_exception.C 1.20:
17378: * src/main/pa_pool.C 1.35:
17379: * src/types/pa_vxdoc.C 1.3:
17380: * src/types/pa_vxdoc.h 1.9:
17381: * src/types/pa_vxnode.C 1.6:
17382: * src/types/pa_vxnode.h 1.6:
17383: switched to c++ exceptions 1xml
17384: configure fixed to exclude xalan-patch from non-xml compile
17385:
17386: * src/classes/xdoc.C 1.31:
17387: * src/classes/xnode.C 1.14:
17388: * src/classes/xnode.h 1.3:
17389: * src/types/pa_vxdoc.C 1.4:
17390: * src/types/pa_vxdoc.h 1.10:
17391: * src/types/pa_vxnode.C 1.7:
17392: * src/types/pa_vxnode.h 1.7:
17393: xnode clone got freed
17394:
17395: * src/classes/image.C 1.58:
17396: comment
17397:
17398: 2001-10-18 parser
17399: * src/classes/xdoc.C 1.28:
17400: * src/types/pa_vxdoc.h 1.8:
17401: * src/types/pa_vxnode.C 1.5:
17402: vxdoc set_document & ctor question "who owns document" solved
17403:
17404: * src/classes/xdoc.C 1.26:
17405: * src/classes/xnode.C 1.11:
17406: * src/include/pa_pool.h 1.63:
17407: * src/main/pa_pool.C 1.32:
17408: encoding in dom creating funcs
17409:
17410: * src/include/pa_stylesheet_connection.h 1.12:
17411: prev stylesheet destroyed @ recompile
17412:
17413: * src/classes/xdoc.C 1.22:
17414: comment
17415:
17416: * src/classes/xdoc.C 1.21:
17417: * src/classes/xnode.C 1.10:
17418: * src/main/compile.tab.C 1.24:
17419: xdoc create now uses XercesDocumentBridge, appendChild&co now works
17420:
17421: * src/classes/xdoc.C 1.27:
17422: * src/main/pa_pool.C 1.33:
17423: extra free removed
17424:
17425: * src/classes/xdoc.C 1.24:
17426: * src/classes/xdoc.C 1.25:
17427: * src/types/pa_vxdoc.h 1.7:
17428: dom created by create can be transformed now
17429:
17430: * src/classes/xdoc.C 1.23:
17431: z
17432:
17433: * src/types/pa_vcookie.C 1.28:
17434: cookie:CLASS
17435:
17436: * src/classes/classes.dsp 1.10:
17437: * src/classes/xdoc.C 1.19:
17438: * src/types/types.dsp 1.10:
17439: fiew leechy-found bugs in code&doc fixed
17440:
17441: * src/classes/xdoc.C 1.20:
17442: * src/classes/xnode.C 1.9:
17443: xdoc::create[] now. and all dom tag names forced to XML lang
17444:
17445: * src/main/main.dsp 1.134:
17446: project
17447:
17448: * src/main/compile.tab.C 1.23:
17449: * src/main/compile.y 1.172:
17450: * src/main/pa_request.C 1.168:
17451: ^:
17452: no colon in $origin @exception[
17453:
17454: 2001-10-17 parser
17455: * src/types/pa_vimage.h 1.21:
17456: removed unused vimage::save
17457:
17458: * src/classes/classes.dsp 1.9:
17459: * src/classes/string.C 1.83:
17460: * src/main/pa_string.C 1.111:
17461: * src/types/pa_vxnode.h 1.5:
17462: * src/types/types.dsp 1.9:
17463: string::mid fixed, string.mid n functionality preserved
17464:
17465: 2001-10-16 parser
17466: * src/classes/classes.dsp 1.8:
17467: * src/main/main.dsp 1.133:
17468: * src/targets/apache13/ApacheModuleParser3.dsp 1.4:
17469: * src/targets/cgi/parser3.dsp 1.32:
17470: * src/targets/isapi/parser3isapi.dsp 1.26:
17471: * src/types/types.dsp 1.8:
17472: ident >nul 2>&1
17473:
1.28 paf 17474: * src/classes/xnode.C 1.7:
17475: * src/classes/xnode.C 1.8:
17476: removed few dom returns & changed op.txt
17477:
17478: * src/classes/image.C 1.54:
17479: gd size/resize bugfix
1.15 paf 17480:
1.28 paf 17481: * src/classes/image.C 1.55:
17482: :CopyResampled made gd2beta+my hands, very ineffective, but
17483: works for small paleted image
1.15 paf 17484:
17485: * src/classes/string.C 1.82:
17486: * src/main/pa_string.C 1.110:
17487: $string.mid(p[;n])
17488:
1.28 paf 17489: * src/classes/image.C 1.56:
17490: image.copy tolerance
17491:
17492: * src/types/pa_vhash.h 1.23:
17493: * src/types/pa_vtable.h 1.34:
17494: hash can be used as boolean
17495:
1.15 paf 17496: * src/main/pa_common.C 1.72:
17497: \r\n -> \n DOS
17498: \r -> \n Macintosh
17499: on all systems
17500:
17501: * src/classes/image.C 1.53:
17502: * src/types/pa_vimage.h 1.20:
17503: image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest w
17504: ;dest h]])
17505:
1.28 paf 17506: * src/types/pa_vimage.C 1.12:
17507: comment
17508:
1.15 paf 17509: 2001-10-15 parser
17510: * src/Makefile.in 1.29:
17511: * src/types/pa_vcode_frame.h 1.11:
17512: * src/types/pa_wcontext.C 1.10:
17513: code_frame fixed - ::write badly passed string too
17514: transparently [failed to intercept it]
17515:
17516: * src/types/pa_vxnode.C 1.4:
17517: document_type_node.
17518: !readonly attribute DOMString name
17519: !notation_node.
17520: !readonly attribute DOMString publicId
17521: !readonly attribute DOMString systemId
17522:
17523: * src/classes/xdoc.C 1.16:
17524: * src/classes/xnode.C 1.6:
17525: * src/include/pa_config_fixed.h 1.21:
17526: * src/include/pa_request.h 1.103:
17527: * src/main/pa_sql_driver_manager.C 1.40:
17528: * src/types/pa_vxdoc.C 1.2:
17529: * src/types/pa_vxdoc.h 1.6:
17530: * src/types/pa_vxnode.C 1.3:
17531: * src/types/pa_vxnode.h 1.4:
17532: DOM1 major addtion, only few attributes/methods left
17533:
17534: * src/main/execute.C 1.195:
17535: z
17536:
17537: * src/classes/xdoc.C 1.17:
17538: * src/classes/xdoc.C 1.18:
17539: !::create{qualifiedName}
17540:
17541: 2001-10-13 parser
17542: * src/main/execute.C 1.194:
17543: * src/types/pa_vcode_frame.h 1.9:
17544: vcodeframe made transparent enough to handle hash if creation&passing
17545:
17546: * src/include/pa_config_fixed.h 1.20:
17547: * src/main/execute.C 1.193:
17548: * src/main/pa_exception.C 1.18:
17549: noticed that vcodeframe not transparent enough, would change now
17550:
17551: * src/types/pa_vcode_frame.h 1.10:
17552: couple comments
17553:
17554: * src/targets/isapi/pool_storage.h 1.10:
17555: isapi pool storage reverse cleanups & frees order
17556:
17557: * src/main/pa_sql_driver_manager.C 1.39:
17558: * src/targets/cgi/parser3.C 1.121:
17559: * src/targets/isapi/parser3isapi.C 1.52:
17560: isapi&cgi couple non-pooled mallocs in main handler
17561:
17562: 2001-10-12 parser
17563: * src/classes/double.C 1.39:
17564: * src/classes/int.C 1.36:
17565: * src/classes/string.C 1.81:
17566: sql{}[$.default[({})]] handling changed:
17567: now type of default param analized always, not only at problem time,
17568: thus helping early problem spotting
17569:
17570: * src/classes/classes.dsp 1.7:
17571: * src/classes/xdoc.C 1.15:
17572: * src/main/compile.tab.C 1.22:
17573: * src/main/main.dsp 1.132:
17574: * src/main/pa_globals.C 1.82:
17575: * src/targets/apache13/ApacheModuleParser3.dsp 1.3:
17576: * src/targets/apache13/mod_parser3.C 1.2:
17577: * src/targets/cgi/parser3.C 1.120:
17578: * src/targets/cgi/parser3.dsp 1.31:
17579: * src/targets/isapi/parser3isapi.C 1.50:
17580: * src/targets/isapi/parser3isapi.C 1.51:
17581: * src/targets/isapi/parser3isapi.dsp 1.25:
17582: * src/types/types.dsp 1.7:
17583: xalan&xerces multithread bug fixed. initialization&free on each
17584: thread!
17585:
17586: 2001-10-11 parser
17587: * src/targets/apache13/Makefile.am 1.6:
17588: started restructuring
17589:
17590: * src/Makefile.in 1.25:
17591: * src/Makefile.in 1.26:
17592: * src/Makefile.in 1.28:
17593: * src/classes/Makefile.in 1.22:
17594: * src/classes/Makefile.in 1.23:
17595: * src/include/pa_config_auto.h.in 1.8:
17596: * src/main/Makefile.in 1.20:
17597: * src/main/Makefile.in 1.21:
17598: * src/targets/Makefile.in 1.19:
17599: * src/targets/Makefile.in 1.20:
17600: * src/targets/apache13/Makefile.in 1.19:
17601: * src/targets/apache13/Makefile.in 1.20:
17602: * src/targets/apache13/p3runConfigure.in 1.3:
17603: * src/targets/cgi/Makefile.in 1.21:
17604: * src/targets/cgi/Makefile.in 1.22:
17605: * src/types/Makefile.in 1.18:
17606: * src/types/Makefile.in 1.19:
17607: makes
17608:
17609: * src/classes/xnode.C 1.5:
17610: xnode.selectSingle now
17611:
17612: * src/targets/apache13/ApacheModuleParser3.dsp 1.2:
17613: .dsp fixed due to relocate
17614:
17615: * src/classes/xdoc.C 1.14:
17616: * src/classes/xnode.C 1.4:
17617: * src/include/pa_exception.h 1.14:
17618: * src/include/pa_pool.h 1.62:
17619: * src/include/pa_stylesheet_connection.h 1.11:
17620: * src/main/pa_exception.C 1.17:
17621: * src/main/pa_pool.C 1.31:
17622: moved xslt exceptions convertors out of Pool into Exception
17623:
17624: * src/Makefile.in 1.27:
17625: * src/classes/Makefile.in 1.24:
17626: makes. stdc++ lib added to apache libraries
17627:
17628: * src/classes/hash.C 1.22:
17629: !^hash.add[addme]
17630: !^hash.sub[subme]
17631: !^a.union[b] = new
17632: !^a.intersection[b] = new
17633: !^a.intersects[b] = bool
17634:
17635: * src/main/pa_string.C 1.109:
17636: const
17637:
17638: * src/classes/hash.C 1.20:
17639: * src/types/pa_vhash.h 1.22:
17640: !^hash::create[[copy_from]]
17641:
17642: * src/targets/apache13/Makefile.am 1.7:
17643: * src/targets/apache13/p3runConfigure.in 1.2:
17644: added
17645:
1.39 paf 17646: * src/classes/hash.C 1.21:
17647: !^hash::append[append_from]
17648:
1.15 paf 17649: * src/include/pa_string.h 1.107:
17650: * src/main/pa_string.C 1.108:
17651: restructured string: linked pieces of same language together
17652: prior to String::replace
17653:
17654: * src/targets/apache13/ApacheModuleParser3.dsp 1.1:
17655: * src/targets/apache13/mod_parser3.C 1.1:
17656: * src/targets/apache13/p3runConfigure.in 1.1:
17657: * src/targets/apache13/pa_pool.C 1.1:
17658: * src/targets/apache13/pa_threads.C 1.1:
17659: restructured
17660:
17661: * src/classes/string.C 1.80:
17662: * src/classes/table.C 1.126:
17663: * src/include/pa_globals.h 1.67:
17664: * src/include/pa_string.h 1.106:
17665: * src/main/pa_globals.C 1.81:
17666: * src/main/pa_string.C 1.107:
17667: * src/main/untaint.C 1.68:
17668: * src/types/pa_vvoid.h 1.5:
17669: untaint lang origins table fixed.
17670: got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool
17671:
17672: 2001-10-10 parser
17673: * src/main/compile.tab.C 1.19:
17674: * src/main/compile.y 1.170:
17675: ^a[^b] more informative compile error
17676:
17677: * src/main/compile.tab.C 1.20:
17678: * src/main/compile.y 1.171:
17679: ^a[
17680:
17681: @next_method << now unclosed ] would be reported here
17682:
17683: * src/classes/op.C 1.52:
17684: * src/main/compile.tab.C 1.21:
17685: ^error[msg]
17686:
17687: 2001-10-09 parser
17688: * src/classes/classes.dsp 1.6:
17689: * src/classes/xdoc.C 1.13:
17690: * src/include/pa_stylesheet_connection.h 1.10:
17691: * src/main/main.dsp 1.131:
17692: * src/targets/cgi/parser3.C 1.118:
17693: * src/targets/isapi/parser3isapi.C 1.48:
17694: * src/types/pa_vxdoc.h 1.5:
17695: * src/types/pa_vxnode.h 1.3:
17696: * src/types/types.dsp 1.6:
17697: xalan patches starting
17698:
17699: * src/classes/op.C 1.49:
17700: * src/classes/table.C 1.121:
17701: * src/types/pa_vfile.h 1.35:
17702: * src/types/pa_vimage.h 1.19:
17703: * src/types/pa_vjunction.h 1.8:
17704: * src/types/pa_vxdoc.h 1.4:
17705: * src/types/pa_vxnode.h 1.2:
17706: table:menu & op for delims made allowed not to be code [be
17707: string..]
17708:
17709: * src/Makefile.in 1.23:
17710: * src/Makefile.in 1.24:
17711: * src/classes/Makefile.am 1.23:
17712: * src/classes/Makefile.am 1.24:
17713: * src/classes/Makefile.in 1.20:
17714: * src/classes/Makefile.in 1.21:
17715: * src/main/Makefile.am 1.20:
17716: * src/main/Makefile.in 1.18:
17717: * src/main/Makefile.in 1.19:
17718: * src/targets/Makefile.in 1.17:
17719: * src/targets/Makefile.in 1.18:
17720: * src/targets/apache13/Makefile.in 1.17:
17721: * src/targets/apache13/Makefile.in 1.18:
17722: * src/targets/cgi/Makefile.am 1.19:
17723: * src/targets/cgi/Makefile.in 1.19:
17724: * src/targets/cgi/Makefile.in 1.20:
17725: * src/types/Makefile.am 1.10:
17726: * src/types/Makefile.in 1.16:
17727: * src/types/Makefile.in 1.17:
17728: makes
17729:
17730: * src/targets/cgi/parser3.C 1.119:
17731: * src/targets/isapi/parser3isapi.C 1.49:
17732: xml transform win32 errors intercepted [xalan transformer
17733: patched and incorporated]
17734:
17735: * src/classes/double.C 1.38:
17736: * src/classes/file.C 1.58:
17737: * src/classes/image.C 1.52:
17738: * src/classes/int.C 1.35:
17739: * src/classes/op.C 1.48:
17740: * src/classes/string.C 1.78:
17741: * src/classes/table.C 1.120:
17742: lots of params->as_int/double/as_string/as_junction
17743: as_no_junction messages added
17744:
17745: * src/classes/op.C 1.51:
17746: * src/classes/table.C 1.123:
17747: table.hash[key field;value field(s) string/table] now
17748:
17749: * src/classes/op.C 1.50:
17750: * src/classes/table.C 1.122:
17751: z
17752:
17753: * src/classes/date.C 1.10:
17754: * src/classes/table.C 1.124:
17755: calendar moved to date
17756:
17757: * src/classes/string.C 1.79:
17758: * src/classes/table.C 1.125:
17759: ^string.save[file]
17760:
17761: 2001-10-08 parser
17762: * src/classes/image.C 1.49:
17763: * src/types/pa_vcookie.C 1.27:
17764: * src/types/pa_vimage.C 1.11:
17765: image:sector
17766: removed image:html internal "line-*" attribs
17767:
1.28 paf 17768: * src/types/pa_vcookie.C 1.25:
17769: removing cookie made more netscape-like way
17770:
1.15 paf 17771: * src/classes/file.C 1.57:
17772: * src/classes/form.C 1.17:
17773: * src/main/pa_common.C 1.70:
17774: * src/main/untaint.C 1.67:
17775: header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made
17776: nonforced [only tainted pieces]
17777:
1.28 paf 17778: * src/classes/xdoc.C 1.12:
17779: xdoc:load exceptions intercepted [like in set]
17780:
1.15 paf 17781: * src/classes/image.C 1.50:
17782: image:circle [and round arc] uses Bresenham
17783:
17784: * src/main/untaint.C 1.65:
17785: \r to ' ' in origins mode
17786:
17787: * src/classes/date.C 1.9:
17788: * src/classes/image.C 1.51:
17789: * src/classes/string.C 1.77:
17790: * src/classes/table.C 1.119:
17791: * src/classes/void.C 1.11:
17792: * src/include/pa_request.h 1.102:
17793: params->as_int/double message added
17794:
17795: * src/classes/xdoc.C 1.11:
17796: * src/include/pa_config_fixed.h 1.19:
17797: * src/main/compile.tab.C 1.18:
17798: * src/types/pa_vxdoc.h 1.3:
17799: parsedSource produced by nonstandard liaison freed up
17800:
1.28 paf 17801: * src/classes/image.C 1.48:
17802: * src/include/pa_common.h 1.53:
17803: * src/main/pa_common.C 1.71:
17804: * src/types/pa_vcookie.C 1.26:
17805: cookie urlencoded [netscape doc reread]
17806:
1.15 paf 17807: * src/include/pa_common.h 1.52:
17808: * src/main/pa_common.C 1.69:
17809: * src/main/untaint.C 1.66:
17810: * src/targets/cgi/parser3.C 1.117:
17811: * src/targets/isapi/parser3isapi.C 1.47:
17812: remove_crlf @ SAPI::log
17813:
17814: 2001-10-07 parser
17815: * src/include/pa_config_fixed.h 1.18:
17816: * src/main/compile.tab.C 1.17:
17817: restored project
17818:
17819: 2001-10-05 parser
17820: * src/classes/xdoc.C 1.9:
17821: * src/include/pa_dictionary.h 1.6:
17822: * src/main/main.dsp 1.129:
17823: * src/main/pa_dictionary.C 1.7:
17824: * src/main/pa_string.C 1.106:
17825: * src/types/pa_vxdoc.h 1.2:
17826: started xml errorhandler.
17827: fixed string.replace a little, read @test
17828:
17829: * src/main/pa_charset_connection.C 1.7:
17830: unicode zero pair at the beging of totable appered to be vital
17831:
17832: * src/classes/xdoc.C 1.8:
17833: * src/main/compile.tab.C 1.16:
17834: xdoc.transform now
17835:
17836: * src/doc/doxygen.cfg 1.18:
17837: * src/doc/html2chm.cmd 1.4:
17838: * src/doc/sources2html.cmd 1.4:
17839: paths
17840:
17841: * src/classes/xdoc.C 1.10:
17842: * src/include/pa_pool.h 1.61:
17843: * src/main/main.dsp 1.130:
17844: * src/main/pa_pool.C 1.30:
17845: changed xdoc:set to prevent SAXParseException from outputing to cerr.
17846: lots of "todos"
17847:
17848: * src/main/pa_charset_connection.C 1.8:
17849: * src/main/pa_charset_connection.C 1.9:
17850: ctype another mem clear bugfix
17851:
17852: * src/main/untaint.C 1.64:
17853: http_header tainting more gentle with enquoting now
17854:
17855: * src/main/pa_string.C 1.105:
17856: found replace bug - first_that_starts(char *) does not have
17857: limit, and looks further eos, fixing....
17858:
17859: * src/include/pa_hash.h 1.44:
17860: * src/main/pa_hash.C 1.41:
17861: Hash::size() calculated wrong. fixed it
17862:
17863: * src/Makefile.in 1.22:
17864: * src/main/compile.tab.C 1.15:
17865: * src/main/compile.y 1.169:
17866: disabled ^literals in names
17867: $result[^[$p^]z]
17868: now works fine
17869:
17870: 2001-10-04 parser
17871: * src/classes/image.C 1.47:
17872: ^image.length[text]
17873:
17874: 2001-10-03 parser
17875: * src/main/pa_request.C 1.166:
17876: restored pcre defaulting in request [mindlessly "optimized" yesterday]
17877: comment left
17878:
17879: * src/main/pa_request.C 1.167:
17880: DEFAULT...charset was ignored when !XML
17881:
17882: 2001-10-02 parser
17883: * src/include/pa_request.h 1.101:
17884: * src/main/pa_charset_connection.C 1.4:
17885: * src/main/pa_charset_connection.C 1.5:
17886: * src/main/pa_request.C 1.165:
17887: * src/types/pa_vstring.h 1.36:
17888: pcre tables now const inside
17889: removed default - pcre handles that internally
17890: fixed bug on not-cleaning tables [previously was calloced, now member]
17891:
17892: * src/Makefile.in 1.21:
17893: * src/classes/Makefile.in 1.19:
17894: * src/main/Makefile.in 1.17:
17895: * src/targets/Makefile.in 1.16:
17896: * src/targets/apache13/Makefile.in 1.16:
17897: * src/targets/cgi/Makefile.in 1.18:
17898: * src/types/Makefile.in 1.15:
17899: makes
17900:
17901: * src/include/pa_config_fixed.h 1.17:
17902: * src/main/pa_charset_connection.C 1.3:
17903: tested charset reload on file change @ apache version = OK
17904: tested freeing up prev encoding on adding new = OK
17905:
17906: * src/classes/table.C 1.117:
17907: * src/main/pa_charset_connection.C 1.6:
17908: table:load & charset_connection
17909: #comment now
17910:
17911: * src/classes/classes.dsp 1.5:
17912: * src/types/types.dsp 1.5:
17913: release projects options fixed to use release msvcrt lib
17914:
17915: * src/include/pa_pool.h 1.60:
17916: * src/include/pa_stylesheet_connection.h 1.8:
17917: * src/include/pa_stylesheet_connection.h 1.9:
17918: * src/main/pa_charset_manager.C 1.2:
17919: * src/main/pa_charset_manager.C 1.3:
17920: * src/main/pa_pool.C 1.29:
17921: * src/types/pa_vresponse.h 1.15:
17922: forgot non-xml pool.*charset needed
17923:
17924: * src/classes/table.C 1.118:
17925: # config comments fixed
17926:
17927: 2001-10-01 parser
17928: * src/include/pa_charset_connection.h 1.1:
17929: * src/include/pa_charset_manager.h 1.1:
17930: * src/include/pa_xslt_stylesheet_manager.h 1.4:
17931: * src/main/main.dsp 1.128:
17932: * src/main/pa_charset_connection.C 1.1:
17933: * src/main/pa_charset_manager.C 1.1:
17934: * src/main/pa_request.C 1.164:
17935: charset loading & caching mech 0
17936:
17937: * src/include/pa_stylesheet_connection.h 1.7:
17938: * src/include/pa_xslt_stylesheet_manager.h 1.3:
17939: * src/main/main.dsp 1.127:
17940: * src/main/pa_globals.C 1.80:
17941: * src/main/pa_request.C 1.163:
17942: would make charset loading & caching mech now
17943:
17944: * src/main/pa_charset_connection.C 1.2:
17945: removed entitify external hack [internal installed]
17946:
17947: * src/main/Makefile.am 1.19:
17948: * src/main/Makefile.in 1.16:
17949: makes+removed dtd
17950:
17951: 2001-09-30 parser
17952: * src/classes/xdoc.C 1.7:
17953: * src/include/pa_request.h 1.100:
17954: * src/main/pa_request.C 1.159:
17955: ctype with unicode 1. todo: no П entities on output somehow
17956:
17957: * src/include/pa_globals.h 1.66:
17958: * src/main/pa_globals.C 1.79:
17959: * src/main/pa_request.C 1.160:
17960: now charsets table configuration variable is: CHARSETS
17961:
17962: * src/main/pa_request.C 1.162:
17963: forgot to fill toTable
17964:
17965: * src/classes/file.C 1.56:
17966: * src/classes/op.C 1.47:
17967: * src/classes/string.C 1.76:
17968: * src/include/pa_request.h 1.99:
17969: * src/main/pa_request.C 1.158:
17970: started ctype with unicode values
17971:
17972: * src/include/pa_config_fixed.h 1.16:
17973: * src/main/pa_request.C 1.161:
17974: started hack_s_maximumCharacterValues to
17975: XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now..
17976:
17977: 2001-09-28 parser
17978: * src/classes/xdoc.C 1.5:
17979: * src/classes/xnode.C 1.3:
17980: xdoc addencoding works! invented a way of user-configuring...
17981: todo: implement
17982:
17983: * src/classes/mail.C 1.40:
17984: * src/classes/op.C 1.46:
17985: * src/classes/xdoc.C 1.6:
17986: * src/include/pa_stylesheet_connection.h 1.6:
17987: * src/main/pa_request.C 1.157:
17988: letter body string passed AS-IS now
17989:
17990: 2001-09-27 parser
17991: * src/classes/classes.dsp 1.4:
17992: * src/classes/xdoc.C 1.3:
17993: * src/main/main.dsp 1.126:
17994: * src/targets/cgi/parser3.dsp 1.30:
17995: * src/targets/isapi/parser3isapi.dsp 1.23:
17996: * src/types/types.dsp 1.4:
17997: win32 ident make system so not to rebuild library [ident.C.new]
17998:
17999: * src/classes/table.C 1.116:
18000: table.sort changed to sort table itself
18001:
18002: * src/classes/xdoc.C 1.4:
18003: * src/targets/isapi/parser3isapi.dsp 1.24:
18004: X^.getElementsByTagName[tagname] = array of xnode
18005: X^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes
18006: removed - regretfully not supported @ xalan. maybe someday would reimplement, if needed.
18007:
18008: win32build system: solved long waiting anti-non-started-apache problem
18009:
18010: 2001-09-26 parser
18011: * src/Makefile.am 1.11:
18012: * src/classes/Makefile.am 1.22:
18013: * src/classes/Makefile.in 1.18:
18014: * src/main/Makefile.am 1.18:
18015: * src/main/Makefile.in 1.15:
18016: * src/targets/Makefile.in 1.15:
18017: * src/targets/apache13/Makefile.in 1.15:
18018: * src/targets/cgi/Makefile.am 1.18:
18019: * src/targets/cgi/Makefile.in 1.17:
18020: * src/types/Makefile.am 1.9:
18021: * src/types/Makefile.in 1.14:
18022: makes with clases.awk
18023:
18024: * src/include/pa_config_fixed.h 1.14:
18025: * src/targets/cgi/parser3.C 1.114:
18026: * src/targets/isapi/parser3isapi.C 1.45:
18027: #ifdef SMTP
18028:
18029: * src/classes/classes.C 1.9:
18030: * src/classes/classes.awk 1.3:
18031: * src/classes/classes.dsp 1.1:
18032: * src/classes/classes.h 1.12:
18033: * src/classes/date.C 1.8:
18034: * src/classes/dnode.C 1.6:
18035: * src/classes/dnode.h 1.2:
18036: * src/classes/dom.C 1.35:
18037: * src/classes/double.C 1.37:
18038: * src/classes/file.C 1.55:
18039: * src/classes/form.C 1.16:
18040: * src/classes/hash.C 1.19:
18041: * src/classes/image.C 1.46:
18042: * src/classes/int.C 1.34:
18043: * src/classes/mail.C 1.39:
18044: * src/classes/math.C 1.6:
18045: * src/classes/op.C 1.45:
18046: * src/classes/response.C 1.14:
18047: * src/classes/string.C 1.75:
18048: * src/classes/table.C 1.115:
18049: * src/classes/void.C 1.10:
18050: * src/include/pa_array.h 1.44:
18051: * src/include/pa_common.h 1.51:
18052: * src/include/pa_config_fixed.h 1.13:
18053: * src/include/pa_config_includes.h 1.11:
18054: * src/include/pa_dictionary.h 1.5:
18055: * src/include/pa_dir.h 1.5:
18056: * src/include/pa_exception.h 1.13:
18057: * src/include/pa_exec.h 1.3:
18058: * src/include/pa_globals.h 1.65:
18059: * src/include/pa_request.h 1.98:
18060: * src/include/pa_sapi.h 1.13:
18061: * src/include/pa_socks.h 1.4:
18062: * src/include/pa_sql_connection.h 1.13:
18063: * src/include/pa_sql_driver_manager.h 1.12:
18064: * src/include/pa_stack.h 1.10:
18065: * src/include/pa_string.h 1.105:
18066: * src/include/pa_stylesheet_connection.h 1.5:
18067: * src/include/pa_table.h 1.35:
18068: * src/include/pa_threads.h 1.17:
18069: * src/include/pa_types.h 1.26:
18070: * src/include/pa_xslt_stylesheet_manager.h 1.2:
18071: * src/main/compile.C 1.50:
18072: * src/main/compile.y 1.168:
18073: * src/main/compile_tools.C 1.38:
18074: * src/main/compile_tools.h 1.50:
18075: * src/main/execute.C 1.192:
18076: * src/main/main.dsp 1.124:
18077: * src/main/pa_array.C 1.39:
18078: * src/main/pa_common.C 1.68:
18079: * src/main/pa_dictionary.C 1.6:
18080: * src/main/pa_dir.C 1.7:
18081: * src/main/pa_exception.C 1.16:
18082: * src/main/pa_exec.C 1.14:
18083: * src/main/pa_globals.C 1.78:
18084: * src/main/pa_hash.C 1.40:
18085: * src/main/pa_pool.C 1.28:
18086: * src/main/pa_request.C 1.156:
18087: * src/main/pa_socks.C 1.6:
18088: * src/main/pa_sql_driver_manager.C 1.38:
18089: * src/main/pa_string.C 1.104:
18090: * src/main/pa_table.C 1.38:
18091: * src/main/pa_xslt_stylesheet_manager.C 1.4:
18092: * src/main/untaint.C 1.63:
18093: * src/sql/pa_sql_driver.h 1.17:
18094: * src/targets/cgi/pa_pool.C 1.23:
18095: * src/targets/cgi/pa_threads.C 1.3:
18096: * src/targets/cgi/parser3.C 1.113:
18097: * src/targets/cgi/parser3.dsp 1.29:
18098: * src/targets/isapi/pa_pool.C 1.7:
18099: * src/targets/isapi/pa_threads.C 1.3:
18100: * src/targets/isapi/parser3isapi.C 1.44:
18101: * src/targets/isapi/parser3isapi.dsp 1.22:
18102: * src/targets/isapi/pool_storage.h 1.9:
18103: * src/types/pa_valiased.C 1.10:
18104: * src/types/pa_valiased.h 1.14:
18105: * src/types/pa_value.h 1.74:
18106: * src/types/pa_vbool.h 1.13:
18107: * src/types/pa_vclass.h 1.19:
18108: * src/types/pa_vcode_frame.h 1.8:
18109: * src/types/pa_vcookie.C 1.24:
18110: * src/types/pa_vcookie.h 1.12:
18111: * src/types/pa_vdate.h 1.5:
18112: * src/types/pa_vdnode.C 1.8:
18113: * src/types/pa_vdnode.h 1.3:
18114: * src/types/pa_vdom.C 1.3:
18115: * src/types/pa_vdom.h 1.14:
18116: * src/types/pa_vdouble.h 1.26:
18117: * src/types/pa_venv.h 1.17:
18118: * src/types/pa_vfile.C 1.22:
18119: * src/types/pa_vfile.h 1.34:
18120: * src/types/pa_vform.C 1.39:
18121: * src/types/pa_vform.h 1.25:
18122: * src/types/pa_vimage.C 1.10:
18123: * src/types/pa_vimage.h 1.18:
18124: * src/types/pa_vint.h 1.27:
18125: * src/types/pa_vjunction.h 1.7:
18126: * src/types/pa_vmath.h 1.3:
18127: * src/types/pa_vmethod_frame.h 1.16:
18128: * src/types/pa_vobject.h 1.11:
18129: * src/types/pa_vrequest.C 1.10:
18130: * src/types/pa_vrequest.h 1.11:
18131: * src/types/pa_vresponse.h 1.14:
18132: * src/types/pa_vstateless_class.C 1.10:
18133: * src/types/pa_vstateless_class.h 1.17:
18134: * src/types/pa_vstateless_object.h 1.11:
18135: * src/types/pa_vstring.C 1.11:
18136: * src/types/pa_vstring.h 1.35:
18137: * src/types/pa_vtable.C 1.6:
18138: * src/types/pa_vtable.h 1.33:
18139: * src/types/pa_vvoid.h 1.4:
18140: * src/types/pa_wcontext.C 1.9:
18141: * src/types/pa_wcontext.h 1.17:
18142: * src/types/pa_wwrapper.h 1.11:
18143: * src/types/types.dsp 1.1:
18144: added ident.awk and main.dsp splitted to main+classes+types
18145: along to .am
18146:
18147: * src/classes/classes.dsp 1.2:
18148: * src/classes/dnode.C 1.7:
18149: * src/classes/dnode.h 1.3:
18150: * src/classes/dom.C 1.36:
18151: * src/classes/xdoc.C 1.1:
18152: * src/classes/xnode.C 1.1:
18153: * src/classes/xnode.h 1.1:
18154: * src/main/compile.tab.C 1.14:
18155: * src/types/pa_vdnode.C 1.9:
18156: * src/types/pa_vdnode.h 1.4:
18157: * src/types/pa_vdom.C 1.4:
18158: * src/types/pa_vdom.h 1.15:
18159: * src/types/pa_vxdoc.C 1.1:
18160: * src/types/pa_vxdoc.h 1.1:
18161: * src/types/pa_vxnode.C 1.1:
18162: * src/types/pa_vxnode.h 1.1:
18163: * src/types/types.dsp 1.2:
18164: xdoc&xnode now
18165:
18166: * src/classes/classes.dsp 1.3:
18167: * src/classes/xdoc.C 1.2:
18168: * src/classes/xnode.C 1.2:
18169: * src/classes/xnode.h 1.2:
18170: * src/include/pa_config_fixed.h 1.15:
18171: * src/main/main.dsp 1.125:
18172: * src/targets/cgi/parser3.C 1.115:
18173: * src/targets/cgi/parser3.C 1.116:
18174: * src/targets/isapi/parser3isapi.C 1.46:
18175: * src/types/pa_vxnode.C 1.2:
18176: * src/types/types.dsp 1.3:
18177: z
18178:
18179: * src/classes/classes.cmd 1.4:
18180: * src/main/main.dsp 1.123:
18181: * src/targets/cgi/parser3.dsp 1.28:
18182: moved classes.inc generation on win32 to main.dsp
18183:
18184: * src/classes/classes.C 1.10:
18185: forgot one non-xml check
18186:
18187: * src/classes/Makefile.am 1.21:
18188: removed useless var
18189:
18190: 2001-09-25 parser
18191: * src/Makefile.am 1.10:
18192: * src/Makefile.in 1.20:
18193: * src/classes/Makefile.am 1.20:
18194: * src/classes/Makefile.in 1.17:
18195: * src/classes/dom.C 1.34:
18196: * src/include/pa_stylesheet_connection.h 1.4:
18197: * src/main/Makefile.am 1.17:
18198: * src/main/Makefile.in 1.14:
18199: * src/main/pa_pool.C 1.27:
18200: * src/targets/Makefile.in 1.14:
18201: * src/targets/apache13/Makefile.in 1.14:
18202: * src/targets/cgi/Makefile.am 1.17:
18203: * src/targets/cgi/Makefile.in 1.16:
18204: * src/types/Makefile.am 1.8:
18205: * src/types/Makefile.in 1.13:
18206: * src/types/pa_vdom.h 1.13:
18207: xml configure makes
18208:
18209: * src/include/pa_config_auto.h.in 1.7:
18210: xml on linux[elik] works! no 1251 though, todo ICU
18211:
18212: 2001-09-24 parser
18213: * src/types/pa_vfile.h 1.33:
18214: * src/types/pa_vimage.h 1.17:
18215: * src/types/pa_vstring.h 1.34:
18216: fiew wrong resolved conflicts fixed [const]
18217:
18218: * src/Makefile.in 1.19:
18219: * src/classes/Makefile.am 1.19:
18220: * src/classes/Makefile.in 1.16:
18221: * src/include/pa_config_auto.h.in 1.6:
18222: * src/main/Makefile.in 1.13:
18223: * src/targets/Makefile.in 1.13:
18224: * src/targets/apache13/Makefile.in 1.13:
18225: * src/types/Makefile.am 1.7:
18226: * src/types/Makefile.in 1.12:
18227: makes
18228:
18229: * src/targets/cgi/Makefile.am 1.16:
18230: * src/targets/cgi/Makefile.in 1.15:
18231: makefiles
18232:
18233: * src/types/pa_value.h 1.73:
18234: * src/types/pa_vdnode.C 1.7:
18235: * src/types/pa_vtable.C 1.5:
18236: * src/types/pa_vvoid.h 1.3:
18237: z
18238:
18239: * src/types/pa_vclass.h 1.18:
18240: * src/types/pa_vhash.h 1.20:
18241: * src/types/pa_vhash.h 1.21:
18242: * src/types/pa_vtable.h 1.32:
18243: fixed small bugs with usinge hash/table in expressions
18244:
18245: * src/classes/classes.cmd 1.3:
18246: * src/classes/image.C 1.45:
18247: * src/classes/op.C 1.44:
18248: * src/classes/table.C 1.114:
18249: * src/include/pa_request.h 1.97:
18250: * src/include/pa_sapi.h 1.12:
18251: * src/main/compile.C 1.49:
18252: * src/main/compile.tab.C 1.13:
18253: * src/main/compile.y 1.167:
18254: * src/main/compile_tools.h 1.49:
18255: * src/main/main.dsp 1.122:
18256: * src/main/pa_common.C 1.67:
18257: * src/main/pa_sql_driver_manager.C 1.37:
18258: * src/targets/cgi/parser3.C 1.112:
18259: * src/targets/cgi/parser3.dsp 1.27:
18260: * src/types/pa_value.h 1.72:
18261: * src/types/pa_vbool.h 1.12:
18262: * src/types/pa_vdate.h 1.4:
18263: * src/types/pa_vdouble.h 1.25:
18264: * src/types/pa_vform.C 1.38:
18265: * src/types/pa_vhash.h 1.19:
18266: * src/types/pa_vimage.h 1.16:
18267: * src/types/pa_vint.h 1.26:
18268: * src/types/pa_vstring.h 1.33:
18269: * src/types/pa_vtable.h 1.31:
18270: * src/types/pa_vvoid.h 1.2:
18271: merged3 with before_xml
18272: [merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
18273:
18274: * src/Makefile.am 1.7:
18275: * src/Makefile.am 1.8:
18276: * src/Makefile.am 1.9:
18277: * src/main/Makefile.am 1.16:
18278: * src/targets/Makefile.am 1.7:
18279: * src/targets/apache13/Makefile.am 1.5:
18280: * src/targets/cgi/Makefile.am 1.15:
18281: * src/targets/cgi/pa_pool.C 1.22:
18282: started unix makes update
18283:
18284: 2001-09-21 parser
18285: * src/main/main.dsp 1.121:
18286: * src/targets/cgi/parser3.dsp 1.26:
18287: * src/targets/isapi/parser3isapi.dsp 1.21:
18288: updated project files [/ sadly produced "" in make file and
18289: sadly wrong interpreted on load]
18290:
18291: * src/include/pa_pool.h 1.56:
18292: * src/main/pa_pool.C 1.24:
18293: checked whether transcoder were created right
18294: "unsupported encoding" message.
18295: not @ set time, but @ use time, so until xml output functions .string, .file, .save used - no encoding name check occur
18296:
18297: reduced transcode buffer size to 60
18298: fixed pool cleanup - no registration needed, pools are officially destructured
18299:
18300: * src/classes/dom.C 1.29:
18301: * src/classes/dom.C 1.30:
18302: * src/classes/dom.C 1.31:
18303: * src/classes/dom.C 1.32:
18304: * src/include/pa_pool.h 1.57:
18305: * src/include/pa_pool.h 1.58:
18306: * src/main/pa_pool.C 1.25:
18307: * src/types/pa_vdnode.C 1.5:
18308: * src/types/pa_vresponse.h 1.12:
18309: defaulted dom writing methods encoding to pool.get_charset
18310:
18311: * src/classes/classes.C 1.8:
18312: * src/classes/date.C 1.7:
18313: * src/classes/dnode.C 1.5:
18314: * src/classes/dom.C 1.33:
18315: * src/classes/file.C 1.54:
18316: * src/classes/form.C 1.15:
18317: * src/classes/int.C 1.33:
18318: * src/classes/mail.C 1.38:
18319: * src/doc/doxygen.cfg 1.16:
18320: * src/include/pa_config_fixed.h 1.12:
18321: * src/include/pa_pool.h 1.59:
18322: * src/main/main.dsp 1.119:
18323: * src/main/pa_globals.C 1.76:
18324: * src/main/pa_pool.C 1.26:
18325: * src/main/pa_request.C 1.155:
18326: * src/main/pa_xslt_stylesheet_manager.C 1.3:
18327: * src/targets/cgi/pa_pool.C 1.21:
18328: * src/targets/cgi/pa_threads.C 1.2:
18329: * src/targets/cgi/parser3.dsp 1.24:
18330: * src/targets/isapi/pa_pool.C 1.6:
18331: * src/targets/isapi/pa_threads.C 1.2:
18332: * src/targets/isapi/parser3isapi.dsp 1.19:
18333: * src/types/pa_valiased.C 1.9:
18334: * src/types/pa_vcookie.C 1.23:
18335: * src/types/pa_vdnode.C 1.6:
18336: * src/types/pa_vdom.C 1.2:
18337: * src/types/pa_vfile.C 1.21:
18338: * src/types/pa_vform.C 1.37:
18339: * src/types/pa_vimage.C 1.9:
18340: * src/types/pa_vrequest.C 1.9:
18341: * src/types/pa_vresponse.h 1.13:
18342: * src/types/pa_vstateless_class.C 1.9:
18343: * src/types/pa_vstring.C 1.10:
18344: * src/types/pa_vtable.C 1.4:
18345: * src/types/pa_wcontext.C 1.8:
18346: zillions of #ifdef XML
18347: created new projects for sql drivers [planning to remove sql drivers from main cvs project]
18348: first, will join latest changes
18349:
18350: * src/Makefile.in 1.18:
18351: * src/classes/classes.h 1.11:
18352: * src/classes/hash.C 1.18:
18353: * src/classes/op.C 1.43:
18354: * src/classes/table.C 1.113:
18355: * src/doc/doxygen.cfg 1.17:
18356: * src/include/pa_common.h 1.50:
18357: * src/include/pa_globals.h 1.64:
18358: * src/include/pa_request.h 1.96:
18359: * src/include/pa_sapi.h 1.11:
18360: * src/include/pa_sql_driver_manager.h 1.11:
18361: * src/include/pa_string.h 1.104:
18362: * src/main/compile.tab.C 1.12:
18363: * src/main/main.dsp 1.120:
18364: * src/main/pa_common.C 1.66:
18365: * src/main/pa_exec.C 1.13:
18366: * src/main/pa_globals.C 1.77:
18367: * src/targets/cgi/parser3.dsp 1.25:
18368: * src/targets/isapi/parser3isapi.dsp 1.20:
18369: merged with before_xml
18370:
18371: 2001-09-20 parser
18372: * src/classes/dnode.C 1.3:
18373: * src/classes/dom.C 1.26:
18374: * src/targets/cgi/parser3.dsp 1.22:
18375: * src/types/pa_vstring.h 1.32:
18376: dnode .file .string .save moved back to dom due to strange
18377: xalan bug
18378:
18379: * src/main/pa_pool.C 1.23:
18380: * src/main/pa_request.C 1.154:
18381: Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$
18382: charset[here]]
18383:
18384: * src/classes/dom.C 1.27:
18385: dom. string save file
18386: moved output xml options to last param and made it optional
18387:
18388: * src/types/pa_vhash.h [before_xml] 1.16.4.2:
18389: * src/types/pa_vhash.h [before_xml] 1.16.4.3:
18390: * src/types/pa_vstring.h [before_xml] 1.31.4.1:
18391: * src/types/pa_vtable.h [before_xml] 1.28.4.2:
18392: * src/types/pa_vtable.h [before_xml] 1.28.4.3:
18393: table/hash can be used in expression context now, there value = size
18394: and boolean value size!=0
18395:
18396: * src/classes/dnode.C 1.4:
18397: * src/classes/dom.C 1.28:
18398: * src/include/pa_config_includes.h 1.10:
18399: * src/include/pa_globals.h 1.63:
18400: * src/include/pa_pool.h 1.55:
18401: * src/main/main.dsp 1.118:
18402: * src/main/pa_globals.C 1.75:
18403: * src/main/pa_pool.C 1.22:
18404: * src/targets/cgi/parser3.dsp 1.23:
18405: * src/targets/isapi/parser3isapi.C 1.43:
18406: * src/targets/isapi/parser3isapi.dsp 1.18:
18407: * src/types/pa_vdnode.C 1.4:
18408: * src/types/pa_vdnode.h 1.2:
18409: * src/types/pa_vresponse.h 1.11:
18410: Pool::transcode 0
18411:
18412: * src/types/pa_vdnode.C 1.3:
18413: !$elementnode.attributes = hash of dnodes
18414: !$attributenode.specified = boolean
18415: true if the attribute received its value explicitly in the XML document,
18416: or if a value was assigned programatically with the setValue function.
18417: false if the attribute value came from the default value declared in the document's DTD.
18418: !$pinode.target = target of this processing instruction
18419: XML defines this as being the first token following the markup
18420: that begins the processing instruction.
18421: XPath:
18422: !^node.select[xpath/query/expression] = hash of 0->node0 1->node1
18423: !^node.select-single[xpath/query/expression] = first node if any
18424:
18425: * src/classes/image.C [before_xml] 1.40.4.4:
18426: 20K preload on jpg measure [image::measure]
18427:
18428: * src/types/pa_value.h [before_xml] 1.70.4.2:
18429: * src/types/pa_vbool.h [before_xml] 1.11.4.1:
18430: * src/types/pa_vdate.h [before_xml] 1.3.4.1:
18431: * src/types/pa_vdouble.h [before_xml] 1.24.4.1:
18432: * src/types/pa_vhash.h [before_xml] 1.16.4.4:
18433: * src/types/pa_vint.h [before_xml] 1.25.4.1:
18434: * src/types/pa_vstring.h [before_xml] 1.31.4.2:
18435: * src/types/pa_vtable.h [before_xml] 1.28.4.4:
18436: * src/types/pa_vvoid.h [before_xml] 1.1.4.1:
18437: some 'const's added
18438:
18439: 2001-09-18 parser
18440: * src/classes/dnode.C 1.2:
18441: * src/classes/dom.C 1.25:
18442: * src/classes/hash.C 1.17:
18443: * src/classes/image.C 1.44:
18444: * src/classes/op.C 1.42:
18445: * src/classes/table.C 1.112:
18446: * src/include/pa_common.h 1.49:
18447: * src/include/pa_globals.h 1.62:
18448: * src/include/pa_request.h 1.95:
18449: * src/include/pa_sql_driver_manager.h 1.10:
18450: * src/main/compile.C 1.48:
18451: * src/main/compile.tab.C 1.11:
18452: * src/main/compile.y 1.166:
18453: * src/main/compile_tools.h 1.48:
18454: * src/main/execute.C 1.191:
18455: * src/main/pa_common.C 1.65:
18456: * src/main/pa_request.C 1.153:
18457: * src/main/pa_sql_driver_manager.C 1.36:
18458: * src/main/pa_string.C 1.103:
18459: * src/main/pa_table.C 1.37:
18460: * src/targets/cgi/parser3.C 1.111:
18461: * src/targets/cgi/parser3.dsp 1.21:
18462: * src/targets/isapi/parser3isapi.C 1.42:
18463: * src/types/pa_value.h 1.71:
18464: * src/types/pa_vform.C 1.36:
18465: * src/types/pa_vform.h 1.24:
18466: * src/types/pa_vhash.h 1.18:
18467: * src/types/pa_vimage.C 1.8:
18468: * src/types/pa_vimage.h 1.15:
18469: * src/types/pa_vtable.h 1.30:
18470: merged latest bugfixes from before_xml branch
18471: ^if(def $hash) now true only when ^hash:_count[]!=0
18472: moved
18473: .string .save .file from dom to dnode
18474:
18475: * src/classes/dnode.C 1.1:
18476: * src/classes/dnode.h 1.1:
18477: * src/main/main.dsp 1.117:
18478: * src/types/pa_vdnode.C 1.1:
18479: * src/types/pa_vdnode.h 1.1:
18480: dom, dnode 0
18481:
18482: * src/types/pa_vdnode.C 1.2:
18483: * src/types/pa_vdom.h 1.12:
18484: * src/types/pa_vhash.h 1.17:
18485: * src/types/pa_vtable.h 1.29:
18486: dom, dnode 1
18487:
18488: * src/classes/image.C [before_xml] 1.40.4.3:
18489: * src/main/pa_string.C [before_xml] 1.102.2.2:
18490: * src/main/pa_table.C [before_xml] 1.36.2.1:
18491: image: poly* fixed
18492:
18493: * src/classes/op.C [before_xml] 1.41.4.2:
18494: * src/main/execute.C [before_xml] 1.190.4.2:
18495: operators self changed to root
18496: ^for variable context changed to self
18497:
18498: 2001-09-17 parser
18499: * src/classes/classes.h 1.10:
18500: * src/classes/dom.C 1.23:
18501: * src/classes/hash.C 1.16:
18502: * src/include/pa_stylesheet_connection.h 1.3:
18503: * src/main/main.dsp 1.115:
18504: * src/targets/cgi/pa_pool.C 1.20:
18505: * src/types/pa_vdom.h 1.10:
18506: * src/types/pa_vfile.h 1.32:
18507: * src/types/pa_vimage.h 1.14:
18508: started
18509: dnode
18510: DOM:
18511: $node.name
18512: $node.value
18513: ...others...
18514: ^node.xpath[/rates/USD] = hash
18515: dom(dnode)
18516:
18517: * src/classes/dom.C 1.24:
18518: * src/main/main.dsp 1.116:
18519: * src/main/pa_globals.C 1.74:
18520: * src/types/pa_vdom.h 1.11:
18521: started dnode+dom
18522:
18523: dnode
18524: DOM methods:
18525: $node.name
18526: $node.value
18527: ...others...
18528:
18529: ^node.xpath[/rates/USD] = hash
18530: $hash[
18531: $.0[node0]
18532: $.1[node1]
18533: ]
18534:
18535: * src/classes/image.C [before_xml] 1.40.4.2:
18536: * src/types/pa_vimage.C [before_xml] 1.7.8.2:
18537: $image.line-style
18538: now applies to all linear primitives
18539:
18540: * src/classes/hash.C [before_xml] 1.15.4.1:
18541: * src/main/compile.C [before_xml] 1.47.4.1:
18542: * src/main/compile.tab.C [before_xml] 1.10.4.2:
18543: * src/main/compile.y [before_xml] 1.165.4.2:
18544: * src/main/compile_tools.h [before_xml] 1.47.4.2:
18545: * src/main/execute.C [before_xml] 1.190.4.1:
18546: * src/targets/cgi/parser3.C [before_xml] 1.110.4.3:
18547: expressions unary+
18548: ^hash.count[]
18549: bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.'
18550:
18551: 2001-09-15 parser
18552: * src/classes/image.C [before_xml] 1.40.4.1:
18553: * src/types/pa_vimage.C [before_xml] 1.7.8.1:
18554: * src/types/pa_vimage.h [before_xml] 1.13.6.1:
18555: image: $line-width ^line(...)[**** style]
18556:
18557: * src/classes/dom.C 1.21:
18558: * src/classes/image.C 1.43:
18559: * src/include/pa_pool.h 1.53:
18560: * src/include/pa_stylesheet_connection.h 1.2:
18561: * src/main/main.dsp 1.114:
18562: * src/targets/cgi/pa_pool.C 1.18:
18563: * src/targets/isapi/pa_pool.C 1.4:
18564: * src/targets/isapi/pool_storage.h 1.5:
18565: * src/types/pa_vdom.C 1.1:
18566: * src/types/pa_vdom.h 1.8:
18567: xalan objects freed up [introducing Pool::register_cleanup]
18568:
18569: * src/doc/doxygen.cfg 1.15:
18570: * src/include/pa_sapi.h 1.10:
18571: * src/types/pa_vdom.h 1.7:
18572: comments
18573:
18574: * src/classes/dom.C 1.22:
18575: * src/targets/isapi/parser3isapi.C 1.41:
18576: * src/targets/isapi/pool_storage.h 1.8:
18577: * src/types/pa_vdom.h 1.9:
18578: fixed bug in isapi pool_storage -
18579: cleanups first, allocations second.
18580: apache wisely does just like that
18581:
18582: * src/targets/isapi/parser3isapi.C 1.40:
18583: * src/targets/isapi/pool_storage.h 1.7:
18584: pool_storage rewritten using template, no bugs now
18585:
18586: * src/include/pa_pool.h 1.54:
18587: * src/main/pa_pool.C 1.21:
18588: * src/targets/cgi/pa_pool.C 1.19:
18589: * src/targets/isapi/pa_pool.C 1.5:
18590: * src/targets/isapi/parser3isapi.C 1.39:
18591: * src/targets/isapi/parser3isapi.dsp 1.17:
18592: * src/targets/isapi/pool_storage.h 1.6:
18593: poorly started isapi pool_storage, would rewrite using template now
18594:
18595: 2001-09-14 parser
18596: * src/classes/dom.C 1.20:
18597: * src/classes/file.C 1.53:
18598: * src/classes/image.C 1.42:
18599: * src/classes/mail.C 1.37:
18600: * src/include/pa_common.h 1.48:
18601: * src/include/pa_sql_driver_manager.h 1.9:
18602: * src/include/pa_string.h 1.103:
18603: * src/include/pa_stylesheet_connection.h 1.1:
18604: * src/include/pa_xslt_stylesheet_manager.h 1.1:
18605: * src/main/main.dsp 1.113:
18606: * src/main/pa_common.C 1.64:
18607: * src/main/pa_exec.C 1.12:
18608: * src/main/pa_globals.C 1.73:
18609: * src/main/pa_sql_driver_manager.C 1.34:
18610: * src/main/pa_xslt_stylesheet_manager.C 1.1:
18611: * src/main/untaint.C 1.62:
18612: * src/types/pa_vfile.C 1.20:
18613: dom.xslt stylesheet compiled&cached
18614:
18615: * src/main/pa_sql_driver_manager.C 1.35:
18616: * src/main/pa_xslt_stylesheet_manager.C 1.2:
18617: z
18618:
18619: 2001-09-13 parser
18620: * src/classes/dom.C 1.18:
18621: dom:file content-type(.method)
18622:
18623: * src/classes/dom.C 1.19:
18624: * src/classes/file.C 1.52:
18625: * src/classes/image.C 1.41:
18626: * src/types/pa_vfile.C 1.19:
18627: * src/types/pa_vfile.h 1.31:
18628: ^dom.file[] charset
18629:
18630: * src/include/pa_globals.h [before_xml] 1.61.4.1:
18631: * src/include/pa_request.h [before_xml] 1.94.4.1:
18632: * src/main/pa_request.C [before_xml] 1.152.4.2:
18633: * src/targets/cgi/parser3.C [before_xml] 1.110.4.2:
18634: * src/targets/isapi/parser3isapi.C [before_xml] 1.38.4.1:
18635: ParserRootConfig .../parser3.conf
18636: ParserSiteConfig .../parser3.conf
18637:
18638: cgi&isapi looks for {configure|c:\windows}/parser3.conf
18639:
18640: * src/include/pa_common.h [before_xml] 1.47.4.1:
18641: * src/include/pa_globals.h [before_xml] 1.61.4.2:
18642: * src/main/pa_common.C [before_xml] 1.63.4.1:
18643: * src/main/pa_request.C [before_xml] 1.152.4.3:
18644: $MAIN:CLASS_PATH now
18645: can be string now
18646: more informative error messages
18647:
18648: 2001-09-12 parser
18649: * src/main/compile.y [before_xml] 1.165.4.1:
18650: * src/main/compile_tools.h [before_xml] 1.47.4.1:
18651: name.[part].xxx syntax lexer on LS_USER level did [] matching without setting nestage,
18652: introduced special LS_NAME_SQUARE_PART state
18653:
18654: * src/main/compile.tab.C [before_xml] 1.10.4.1:
18655: fixed - subname code parts actually [] braced
18656:
18657: * src/classes/op.C [before_xml] 1.41.4.1:
18658: * src/include/pa_sql_driver_manager.h [before_xml] 1.8.4.1:
18659: * src/main/pa_sql_driver_manager.C [before_xml] 1.33.4.1:
18660: ^connect[]
18661: ^connect[aaa]
18662: more precise error reporting:
18663: "connection string must start with protocol://"
18664: now
18665:
18666: 2001-09-11 parser
18667: * src/types/pa_vdom.h 1.5:
18668: messages
18669:
18670: * src/classes/dom.C 1.16:
18671: * src/types/pa_vdom.h 1.6:
18672: ^dom:set[<some>xml</some>]
18673:
18674: * src/classes/dom.C 1.17:
18675: * src/include/pa_string.h 1.102:
18676: * src/main/pa_globals.C 1.72:
18677: * src/main/untaint.C 1.61:
18678: ^dom:set{<some>xml</some>} default language XML
18679: languages+=xml
18680:
18681: * src/classes/dom.C 1.14:
18682: * src/classes/dom.C 1.15:
18683: ^dom:save/string/file[output options]
18684: output options:
18685: $.method[xml|html|text] detection fixed
18686:
18687: 2001-09-10 parser
18688: * src/classes/dom.C 1.4:
18689: * src/main/main.dsp 1.110:
18690: * src/types/pa_vform.C 1.35:
18691: * src/types/pa_vform.h 1.23:
18692: ^dom.save[b.xml] 0
18693:
18694: * src/classes/dom.C 1.9:
18695: ^dom.file[encoding] = file
18696:
18697: * src/classes/dom.C 1.12:
18698: ^dom.xslt[stylesheet filename][params hash added]
18699:
18700: * src/classes/dom.C 1.10:
18701: * src/main/main.dsp 1.111:
18702: * src/types/pa_vdom.h 1.3:
18703: ^dom.xslt[stylesheet filename] -1 doc is lying
18704:
18705: * src/classes/dom.C 1.11:
18706: * src/main/main.dsp 1.112:
18707: * src/types/pa_vdom.h 1.4:
18708: ^dom.xslt[stylesheet filename] 0
18709:
18710: * src/classes/dom.C 1.5:
18711: ^dom.save[b.xml] 1:error handling
18712:
18713: * src/classes/dom.C 1.13:
18714: ^dom:save/string/file[output options]
18715: output options:
18716: $.method[xml|html|text] $.encoding[windows-1251|...]
18717:
18718: * src/classes/dom.C 1.6:
18719: ^dom.string[] 0
18720:
18721: * src/classes/dom.C 1.7:
18722: * src/classes/dom.C 1.8:
18723: ^dom.string[encoding] 1
18724: ^dom.save[encoding;filename]
18725:
18726: 2001-09-08 parser
18727: * src/types/pa_vform.C [before_xml] 1.33.2.3:
18728: $form:tables.name.field
18729:
18730: 2001-09-07 parser
18731: * src/classes/dom.C 1.3:
18732: * src/types/pa_value.h [before_xml] 1.70.4.1:
18733: * src/types/pa_vtable.h [before_xml] 1.28.4.1:
18734: (def $table) is false when table is empty
18735:
18736: * src/main/pa_request.C [before_xml] 1.152.4.1:
18737: * src/types/pa_vform.C [before_xml] 1.33.2.2:
18738: * src/types/pa_vform.h [before_xml] 1.22.2.2:
18739: !$form:tables
18740: $atable[$form:tables.a]
18741: ^atable.menu{a=$atable.element}[,]
18742:
18743: * src/classes/dom.C 1.1:
18744: file dom.C was initially added on branch xalan1_2.
18745:
18746: * src/main/pa_exception.C 1.15:
18747: * src/types/pa_vform.C 1.32:
18748: getting FIRST form element [not last]
18749:
18750: * src/classes/table.C [before_xml] 1.110.4.1:
18751: table:empty removed, superceded by ^if(def $table)...
18752:
18753: * src/targets/cgi/parser3.dsp [before_xml] 1.20.4.1:
18754: * src/types/pa_vform.C [before_xml] 1.33.2.1:
18755: * src/types/pa_vform.h [before_xml] 1.22.2.1:
18756: * src/types/pa_vhash.h [before_xml] 1.16.4.1:
18757: !$form:fields
18758:
18759: * src/include/pa_hash.h 1.43:
18760: * src/main/pa_hash.C 1.39:
18761: * src/targets/cgi/parser3.C [before_xml] 1.110.4.1:
18762: * src/types/pa_vfile.h 1.30:
18763: * src/types/pa_vform.C 1.33:
18764: * src/types/pa_vform.C [xalan1_2] 1.29.4.1:
18765: * src/types/pa_vform.h 1.22:
18766: z
18767:
18768: * src/Makefile.in [xalan1_2] 1.16.2.1:
18769: * src/classes/dom.C [xalan1_2] 1.1.2.1:
18770: * src/classes/table.C [xalan1_2] 1.110.2.1:
18771: * src/main/main.dsp [xalan1_2] 1.108.2.1:
18772: * src/types/pa_vdom.h [xalan1_2] 1.1.2.1:
18773: introducing dom. dom:load[a.xml]
18774:
18775: * src/main/pa_string.C [before_xml] 1.102.2.1:
18776: a[] ^if($a){y;n} is 'n' now [conversion from '' to int/double
18777: is 0]
18778:
18779: * src/Makefile.in 1.17:
18780: * src/classes/dom.C 1.2:
18781: * src/classes/table.C 1.111:
18782: * src/main/main.dsp 1.109:
18783: * src/types/pa_vdom.h 1.2:
18784: * src/types/pa_vform.C 1.34:
18785: merged with successful start of dom
18786:
18787: * src/types/pa_vdom.h 1.1:
18788: file pa_vdom.h was initially added on branch xalan1_2.
18789:
18790: 2001-09-06 parser
18791: * src/doc/doxygen.cfg 1.14:
18792: merged new default options from 1.2.10 doxygen
18793:
18794: * src/classes/hash.C 1.15:
18795: * src/include/pa_globals.h 1.61:
18796: * src/main/pa_globals.C 1.71:
18797: * src/types/pa_vhash.h 1.16:
18798: now there's special hash key '_default' [instead of ^_default method]
18799: $hash[
18800: $.a[1]
18801: $.b[2]
18802: $._default[xx]
18803: ]
18804: $hash.c
18805:
18806: * src/types/pa_vform.C 1.30:
18807: * src/types/pa_vform.C 1.31:
18808: a=1&a=2 would result in $form:a being a table with one column '
18809: element' and two rows: 1 and 2
18810:
18811: * src/classes/image.C 1.40:
18812: * src/classes/op.C 1.41:
18813: * src/classes/string.C 1.74:
18814: * src/classes/table.C 1.110:
18815: * src/doc/doxygen.cfg 1.13:
18816: * src/targets/isapi/parser3isapi.C 1.38:
18817: * src/types/pa_vtable.C 1.3:
18818: few #ifndef DOXYGEN
18819:
18820: * src/classes/void.C 1.9:
18821: * src/main/pa_string.C 1.102:
18822: * src/main/pa_table.C 1.36:
18823: fixed up bad int/double conversions, and now $form:nonexistent
18824: int(88) would return 88
18825:
18826: * src/main/compile.tab.C 1.10:
18827: * src/main/compile.y 1.165:
18828: ^if(0){}{ ^if(1){}^; }
18829: bug fixed [thanks, fif], ^; were treated there non-literally
18830:
18831: 2001-09-05 parser
18832: * src/classes/string.C 1.73:
18833: * src/classes/table.C 1.109:
18834: sql options can be void [same as image:html the other day]
18835:
18836: * src/classes/mail.C 1.36:
18837: MAIN:MAIL check fixed
18838:
18839: * src/Makefile.in 1.16:
18840: * src/classes/Makefile.in 1.15:
18841: * src/main/Makefile.in 1.12:
18842: * src/targets/cgi/Makefile.in 1.14:
18843: * src/types/Makefile.in 1.11:
18844: makes
18845:
18846: * src/main/pa_sql_driver_manager.C 1.33:
18847: * src/sql/pa_sql_driver.h 1.16:
18848: * src/targets/cgi/parser3.C 1.110:
18849: #define STRINGIZE(name) #name
18850: does not macro expantion on param, simply qoutes whatever passed, undone
18851:
18852: * src/main/pa_sql_driver_manager.C 1.30:
18853: * src/sql/pa_sql_driver.h 1.14:
18854: SQL_DRIVER_CREATE_FUNC_NAME
18855:
18856: * src/main/pa_sql_driver_manager.C 1.32:
18857: * src/sql/pa_sql_driver.h 1.15:
18858: * src/targets/cgi/Makefile.am 1.13:
18859: * src/targets/cgi/parser3.C 1.109:
18860: #define STRINGIZE(name) #name
18861: invented
18862:
18863: * src/targets/cgi/Makefile.am 1.14:
18864: .am undo
18865:
18866: * src/classes/op.C 1.40:
18867: * src/include/pa_sql_driver_manager.h 1.8:
18868: * src/main/pa_sql_driver_manager.C 1.31:
18869: #define MAIN_SQL_NAME "SQL"
18870: #define MAIN_SQL_DRIVERS_NAME "drivers"
18871:
18872: moved to be availible to all users
18873:
18874: 2001-09-04 parser
18875: * src/targets/cgi/parser3.C 1.106:
18876: zz
18877:
18878: * src/include/pa_config_auto.h.in 1.5:
18879: * src/targets/Makefile.in 1.12:
18880: * src/targets/apache13/Makefile.in 1.12:
18881: * src/targets/cgi/Makefile.am 1.12:
18882: * src/targets/cgi/Makefile.in 1.13:
18883: * src/targets/cgi/parser3.C 1.102:
18884: configure --sysconfdir=sysadmin-controlled auto.p location for
18885: targets/cgi/parser3, default[/usr/local/etc]
18886:
18887: * src/Makefile.in 1.15:
18888: * src/include/pa_config_auto.h.in 1.4:
18889: * src/targets/apache13/Makefile.in 1.11:
18890: * src/targets/cgi/Makefile.in 1.12:
18891: makes
18892:
18893: * src/targets/isapi/parser3isapi.C 1.37:
18894: z
18895:
18896: * src/targets/cgi/parser3.C 1.104:
18897: zzz
18898:
18899: * src/targets/cgi/parser3.C 1.108:
18900: full_file_spec bug
18901:
18902: * src/classes/image.C 1.39:
18903: image.html now can accept void params
18904:
18905: * src/classes/date.C 1.5:
18906: date:sql-string is now without ''
18907:
18908: * src/classes/date.C 1.6:
18909: date
18910:
18911: * src/targets/cgi/parser3.C 1.107:
18912: getenvcheck
18913:
18914: 2001-09-03 parser
18915: * src/targets/cgi/parser3.C 1.101:
18916: /configure cgi SYSCONFDIR
18917:
18918: 2001-09-01 parser
18919: * src/classes/image.C 1.38:
18920: letter_spacing
18921:
18922: * src/classes/image.C 1.36:
18923: image: as_int as_string used
18924:
18925: * src/classes/image.C 1.37:
18926: image: font params changed
18927:
18928: * src/types/pa_vmethod_frame.h 1.15:
18929: $result[] now gets properly analized
18930:
18931: 2001-08-31 parser
18932: * src/Makefile.in 1.14:
18933: * src/include/pa_dir.h 1.4:
18934: * src/targets/Makefile.in 1.11:
18935: * src/targets/cgi/parser3.C 1.99:
18936: compiled under cygwin
18937:
18938: * src/targets/cgi/parser3.C 1.100:
18939: z
18940:
18941: * src/classes/void.C 1.8:
18942: void:int/double += (default)
18943:
18944: * src/classes/string.C 1.72:
18945: * src/classes/table.C 1.108:
18946: string:int/double (defaults)
18947:
18948: * src/classes/image.C 1.35:
18949: image:font added space param
18950: image:font changed charwidth alg, added kerning const[for now]
18951:
18952: 2001-08-29 parser
18953: * src/main/pa_exception.C 1.14:
18954: exception redundant debug info
18955:
18956: 2001-08-28 parser
18957: * src/classes/table.C 1.107:
18958: NO_STRING_ORIGIN check
18959:
18960: * src/classes/string.C 1.71:
18961: * src/include/pa_dictionary.h 1.2:
18962: * src/include/pa_string.h 1.101:
18963: * src/main/pa_dictionary.C 1.4:
18964: * src/main/pa_string.C 1.101:
18965: * src/main/untaint.C 1.59:
18966: pa_directory speeded up. moved zero 'from' check to directory constructor.
18967: string:replace
18968:
18969: * src/Makefile.in 1.13:
18970: makes
18971:
18972: * src/Makefile.in 1.12:
18973: * src/classes/Makefile.in 1.13:
18974: * src/main/Makefile.in 1.10:
18975: * src/targets/Makefile.in 1.10:
18976: * src/targets/apache13/Makefile.in 1.9:
18977: * src/targets/cgi/Makefile.in 1.10:
18978: * src/types/Makefile.in 1.9:
18979: makefiles
18980:
18981: * src/classes/file.C 1.51:
18982: * src/main/pa_common.C 1.63:
18983: file:move autocreate/remove dest/src dir
18984:
18985: * src/main/compile.C 1.47:
18986: NO_STRING_ORIGIN check2
18987:
18988: * src/classes/image.C 1.33:
18989: image: gifsize little endian
18990:
18991: * src/targets/apache13/Makefile.am 1.4:
18992: COMPILE_APACHE13_MODULE
18993:
18994: * src/include/pa_dictionary.h 1.4:
18995: * src/main/pa_dictionary.C 1.5:
18996: * src/main/pa_sql_driver_manager.C 1.29:
18997: NO_STRING_ORIGIN check3
18998:
18999: * src/include/pa_dictionary.h 1.3:
19000: gcc: ../include/pa_dictionary.h:19: storage class specifiers
19001: invalid in friend function declarations
19002:
19003: * src/targets/apache13/Makefile.am 1.3:
19004: configure to skip apache
19005:
19006: * src/classes/Makefile.in 1.14:
19007: * src/main/Makefile.in 1.11:
19008: * src/targets/apache13/Makefile.in 1.10:
19009: * src/targets/cgi/Makefile.in 1.11:
19010: * src/types/Makefile.in 1.10:
19011: make.ins
19012:
19013: * src/classes/op.C 1.39:
19014: * src/main/compile.tab.C 1.9:
19015: * src/main/pa_dir.C 1.6:
19016: * src/main/untaint.C 1.60:
19017: * src/targets/cgi/parser3.C 1.98:
19018: * src/targets/isapi/parser3isapi.C 1.36:
19019: strncpy forced with zero ending in case of limit
19020:
19021: * src/classes/image.C 1.34:
19022: image error msgs
19023:
19024: * src/classes/Makefile.am 1.18:
19025: * src/main/Makefile.am 1.15:
19026: * src/targets/cgi/Makefile.am 1.11:
19027: * src/types/Makefile.am 1.6:
19028: .am-s
19029:
19030: * src/doc/doxygen.cfg 1.12:
19031: doxygen conf removed some garbage from under doxygeneration
19032:
19033: 2001-08-27 parser
19034: * src/Makefile.in 1.11:
19035: * src/classes/Makefile.in 1.12:
19036: * src/main/Makefile.in 1.9:
19037: * src/main/pa_common.C 1.61:
19038: * src/main/pa_exception.C 1.12:
19039: * src/main/pa_sql_driver_manager.C 1.28:
19040: * src/targets/Makefile.in 1.9:
19041: * src/targets/apache13/Makefile.in 1.8:
19042: * src/targets/cgi/Makefile.am 1.10:
19043: * src/targets/cgi/Makefile.in 1.9:
19044: * src/types/Makefile.in 1.8:
19045: configure for solaris -lsocket
19046:
19047: * src/classes/image.C 1.31:
19048: * src/classes/image.C 1.32:
19049: fixed jpgsize alg
19050:
19051: * src/main/pa_request.C 1.152:
19052: * src/targets/cgi/parser3.C 1.97:
19053: parser3 test.html [auto.p from current dir loading]
19054:
19055: * src/main/pa_exception.C 1.13:
19056: z
19057:
19058: * src/main/pa_common.C 1.62:
19059: removed debug info from pa_common
19060:
19061: 2001-08-24 parser
19062: * src/targets/cgi/parser3.C 1.95:
19063: not cgi extra \n 2
19064:
19065: * src/classes/file.C 1.50:
19066: * src/classes/form.C 1.14:
19067: * src/classes/mail.C 1.35:
19068: * src/classes/table.C 1.106:
19069: fiew non-pool mallocs fixed
19070:
19071: * src/targets/cgi/parser3.C 1.96:
19072: not cgi extra \n 3
19073:
19074: * src/sql/pa_sql_driver.h 1.13:
19075: sql* removed services from disconnect - cross-request ideological probs.
19076: oracle - fixed bug: cs allocated on request.pool and got freed before disconnect
19077:
19078: * src/targets/cgi/parser3.C 1.94:
19079: not cgi extra \n
19080:
19081: * src/main/pa_sql_driver_manager.C 1.27:
19082: z
19083:
19084: * src/include/pa_sql_connection.h 1.12:
19085: * src/main/pa_sql_driver_manager.C 1.26:
19086: sql* removed services from disconnect - cross-request
19087: ideological probs.
19088:
19089: 2001-08-23 parser
19090: * src/main/pa_sql_driver_manager.C 1.25:
19091: oracle: dlink
19092:
19093: * src/classes/file.C 1.49:
19094: minor bug in file:save fixed
19095:
19096: 2001-08-22 parser
19097: * src/classes/file.C 1.48:
19098: * src/main/compile.tab.C 1.8:
19099: * src/types/pa_vfile.C 1.18:
19100: * src/types/pa_vfile.h 1.29:
19101: file:load|save[text|binary;
19102:
19103: * src/main/compile.tab.C 1.7:
19104: * src/main/compile.y 1.164:
19105: ^method[]^[^] literals []
19106:
19107: 2001-08-21 parser
19108: * src/classes/file.C 1.47:
19109: * src/classes/table.C 1.105:
19110: ^file:list
19111:
19112: 2001-08-20 parser
19113: * src/main/compile.tab.C 1.6:
19114: * src/main/compile.y 1.163:
19115: * src/main/pa_sql_driver_manager.C 1.24:
19116: * src/types/pa_value.h 1.70:
19117: * src/types/pa_vbool.h 1.11:
19118: * src/types/pa_vdouble.h 1.24:
19119: * src/types/pa_vint.h 1.25:
19120: var(123) ^var.inc[] recousively caused problems: inc incremeted
19121: 123 literal!! fixed
19122:
19123: 2001-08-10 parser
19124: * src/classes/table.C 1.101:
19125: * src/include/pa_table.h 1.34:
19126: * src/main/pa_table.C 1.35:
19127: table.sort now creates new sorted table
19128:
19129: * src/main/compile.tab.C 1.3:
19130: * src/main/compile.tab.C 1.4:
19131: * src/main/compile.y 1.160:
19132: * src/main/compile.y 1.161:
19133: (codes) name part syntax added
19134:
19135: * src/main/compile.tab.C 1.5:
19136: * src/main/compile.y 1.162:
19137: [codes] name part syntax now
19138:
19139: * src/main/pa_string.C 1.100:
19140: string.match hanged on. there were a hang check but it weren't wise enough
19141:
19142: @parse[dateString][tmp]
19143: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]]
19144: $tmp.1 $tmp.2
19145: #end
19146:
19147: @main[]
19148: ^parse[2001-02-03]
19149:
19150: * src/classes/table.C 1.102:
19151: * src/classes/table.C 1.103:
19152: table:sort now default desc
19153:
19154: * src/types/pa_value.h 1.69:
19155: * src/types/pa_vstring.h 1.30:
19156: * src/types/pa_vstring.h 1.31:
19157: string now def only when ne ''
19158:
19159: * src/main/pa_request.C 1.150:
19160: * src/main/pa_request.C 1.151:
19161: wanted to make
19162: const int MAX_EXECUTE_SECONDS=1;
19163:
19164: but couldnt, set_callback_and_alarm appeared to be not exported :(
19165:
19166: * src/classes/table.C 1.104:
19167: table:sort restored [it was bad test :(]
19168:
19169: 2001-08-09 parser
19170: * src/main/pa_string.C 1.99:
19171: $a[010] now ^if($a==10){true}
19172: were octal
19173:
19174: * src/main/Makefile.am 1.14:
19175: .am
19176:
19177: * src/classes/void.C 1.6:
19178: * src/classes/void.C 1.7:
19179: void: int double copy/paste from int: bug fixed
19180:
19181: * src/classes/hash.C 1.14:
19182: hash:_default now [was hash:default]
19183:
19184: * src/types/pa_vcookie.C 1.22:
19185: cookie name&value origins added, more precise $ORIGINS(1)
19186:
19187: * src/classes/op.C 1.38:
19188: case without switch check added
19189:
19190: * src/main/Makefile.in 1.8:
19191: make.in
19192:
19193: 2001-08-07 parser
19194: * src/classes/math.C 1.5:
19195: * src/main/pa_request.C 1.149:
19196: math:random fixed. win32 srand made working
19197:
19198: * src/classes/double.C 1.36:
19199: * src/classes/int.C 1.32:
19200: * src/classes/string.C 1.70:
19201: * src/classes/table.C 1.100:
19202: * src/include/pa_globals.h 1.60:
19203: * src/main/pa_globals.C 1.70:
19204: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
19205: string, table
19206:
19207: 2001-08-06 parser
19208: * src/classes/hash.C 1.13:
19209: hash:keys renamed to hash:_keys :(
19210:
19211: * src/main/pa_exec.C 1.10:
19212: exec win32 real filename
19213:
19214: * src/classes/file.C 1.46:
19215: exec stderr out
19216:
19217: * src/classes/mail.C 1.34:
19218: * src/classes/op.C 1.37:
19219: * src/include/pa_array.h 1.43:
19220: * src/include/pa_globals.h 1.59:
19221: * src/include/pa_hash.h 1.42:
19222: * src/include/pa_request.h 1.94:
19223: * src/main/compile.tab.C 1.2:
19224: * src/main/compile.y 1.159:
19225: * src/main/pa_array.C 1.38:
19226: * src/main/pa_dictionary.C 1.3:
19227: * src/main/pa_exec.C 1.11:
19228: * src/main/pa_globals.C 1.69:
19229: * src/main/pa_hash.C 1.38:
19230: * src/main/pa_request.C 1.148:
19231: * src/main/pa_string.C 1.98:
19232: class_path
19233:
19234: 2001-08-03 parser
19235: * src/classes/table.C 1.99:
19236: * src/types/pa_vtable.h 1.28:
19237: vtable.locks killed
19238:
19239: 2001-08-02 parser
19240: * src/classes/classes.h 1.9:
19241: * src/classes/op.C 1.36:
19242: * src/include/pa_globals.h 1.58:
19243: * src/main/execute.C 1.188:
19244: * src/main/pa_globals.C 1.66:
19245: * src/main/pa_globals.C 1.67:
19246: found another multithread bug in op.C (last, last global var
19247: killed) :)
19248:
19249: * src/main/pa_dictionary.C 1.2:
19250: * src/main/pa_globals.C 1.68:
19251: memset dictionary minor bug fixed
19252:
19253: * src/classes/string.C 1.69:
19254: * src/classes/table.C 1.98:
19255: * src/include/pa_array.h 1.42:
19256: * src/main/execute.C 1.190:
19257: * src/main/pa_exec.C 1.9:
19258: introducing Array_iter
19259:
19260: * src/main/execute.C 1.189:
19261: detected quick_get recursion bug. changed to get@execute, but
19262: needs array iterator, separate from array to avoid it & use caching
19263:
19264: 2001-08-01 parser
19265: * src/include/pa_dictionary.h 1.1:
19266: * src/include/pa_globals.h 1.57:
19267: * src/include/pa_string.h 1.100:
19268: * src/main/main.dsp 1.107:
19269: * src/main/pa_dictionary.C 1.1:
19270: * src/main/pa_globals.C 1.65:
19271: * src/main/pa_request.C 1.147:
19272: * src/main/pa_string.C 1.97:
19273: * src/main/untaint.C 1.58:
19274: speeded up typo-html replacements. introducing Dictionary with
19275: first-char caching
19276:
19277: 2001-07-31 parser
19278: * src/types/Makefile.am 1.5:
19279: pa_vtable.C added to .am
19280:
19281: * src/main/compile.tab.C 1.1:
19282: added, so that could be compiled even on non-bison-enabled platforms
19283:
19284: 2001-07-28 parser
19285: * src/main/compile.y 1.158:
19286: * src/main/untaint.C 1.57:
19287: bug fix @ untaint when \r skipped \n
19288:
19289: * src/classes/table.C 1.97:
19290: table:hash always produces hash, when can't - empty
19291:
19292: 2001-07-27 parser
19293: * src/classes/double.C 1.35:
19294: * src/classes/int.C 1.31:
19295: * src/classes/string.C 1.68:
19296: provided meaningful msg on int/double/string :sql without
19297: result and default
19298:
19299: 2001-07-26 parser
19300: * src/include/pa_opcode.h 1.6:
19301: * src/main/compile.y 1.156:
19302: * src/main/execute.C 1.187:
19303: hash creation syntax problem persists. restored $: for a while.
19304: thinking of $man[$.age[zzz]] syntax now
19305:
19306: * src/classes/op.C 1.35:
19307: fixed bad multithread bug with strangly global OP
19308:
19309: * src/main/compile.y 1.157:
19310: $man[$.age[zzz]] 0
19311:
19312: * src/include/pa_opcode.h 1.4:
19313: * src/main/compile.C 1.45:
19314: * src/main/compile.y 1.154:
19315: * src/main/compile_tools.h 1.46:
19316: * src/main/execute.C 1.185:
19317: * src/main/pa_request.C 1.146:
19318: * src/types/pa_vmethod_frame.h 1.13:
19319: introducing ::
19320: this is constructor call prefix.
19321: ordinary : remains for static accesses
19322:
19323: * src/classes/double.C 1.34:
19324: * src/classes/int.C 1.30:
19325: * src/classes/string.C 1.67:
19326: * src/include/pa_opcode.h 1.5:
19327: * src/main/compile.C 1.46:
19328: * src/main/compile.y 1.155:
19329: * src/main/compile_tools.h 1.47:
19330: * src/main/execute.C 1.186:
19331: * src/types/pa_vcode_frame.h 1.7:
19332: * src/types/pa_vmethod_frame.h 1.14:
19333: * src/types/pa_wcontext.h 1.16:
19334: * src/types/pa_wwrapper.h 1.10:
19335: fixing :: realization #1
19336:
19337: 2001-07-25 parser
19338: * src/classes/table.C 1.95:
19339: * src/main/main.dsp 1.106:
19340: * src/types/pa_vtable.C 1.1:
19341: * src/types/pa_vtable.h 1.27:
19342: ^table.record[] now $table.fields
19343:
19344: * src/types/pa_vtable.C 1.2:
19345: table: get_element order changeed. now:
19346: 1. fields
19347: 2. methods
19348: 3. columns
19349:
19350: * src/types/pa_vdouble.h 1.23:
19351: * src/types/pa_vint.h 1.24:
19352: odbc: no result queries; quote.
19353: optimized double&int tostring-s
19354:
19355: * src/classes/string.C 1.66:
19356: * src/include/pa_globals.h 1.56:
19357: * src/main/execute.C 1.183:
19358: * src/main/pa_globals.C 1.64:
19359: match replace code context moved to implicit $match context
19360:
19361: * src/main/compile.C 1.44:
19362: * src/main/compile.y 1.153:
19363: * src/main/compile_tools.h 1.45:
19364: allowed whitespace before first method decl
19365:
19366: * src/include/pa_opcode.h 1.3:
19367: * src/main/compile.y 1.149:
19368: * src/main/compile_tools.C 1.37:
19369: * src/main/compile_tools.h 1.43:
19370: * src/main/execute.C 1.182:
19371: with killed, code storage introduced with former 'with' syntax
19372:
19373: * src/main/compile.y 1.150:
19374: * src/main/compile.y 1.151:
19375: * src/main/execute.C 1.184:
19376: $var[] is now empty string, not void
19377:
19378: * src/main/compile.C 1.43:
19379: * src/main/compile.y 1.152:
19380: * src/main/compile_tools.h 1.44:
19381: allowed empty lines before first method decl
19382:
19383: * src/classes/table.C 1.96:
19384: allowed nontable result in table:sql, results in empty table
19385:
19386: 2001-07-24 parser
19387: * src/main/compile.C 1.42:
19388: * src/main/execute.C 1.181:
19389: * src/main/pa_string.C 1.96:
19390: * src/types/pa_value.h 1.68:
19391: first get_element, next get operator
19392:
19393: * src/classes/file.C 1.45:
19394: * src/include/pa_common.h 1.47:
19395: * src/main/pa_common.C 1.60:
19396: file:move
19397:
19398: * src/main/compile.y 1.148:
19399: removed @end handling
19400:
19401: * src/main/pa_common.C 1.59:
19402: file_read close @ eof when imgsize bug fixed
19403:
19404: * src/main/compile.C 1.41:
19405: * src/main/compile.y 1.147:
19406: @end handling method2
19407:
19408: 2001-07-23 parser
19409: * src/main/pa_sql_driver_manager.C 1.23:
19410: * src/sql/pa_sql_driver.h 1.12:
19411: sql odbc driver
19412:
19413: * src/classes/hash.C 1.11:
19414: * src/classes/hash.C 1.12:
19415: * src/classes/string.C 1.65:
19416: * src/classes/table.C 1.94:
19417: * src/classes/void.C 1.5:
19418: * src/include/pa_sql_connection.h 1.11:
19419: * src/sql/pa_sql_driver.h 1.11:
19420: changed sql driver query interface
19421:
19422: 2001-07-20 parser
19423: * src/types/pa_vrequest.C 1.8:
19424: X!$browser:type
19425:
19426: * src/classes/file.C 1.44:
19427: * src/classes/string.C 1.64:
19428: * src/include/pa_string.h 1.99:
19429: * src/main/execute.C 1.180:
19430: * src/main/pa_string.C 1.95:
19431: * src/types/pa_valiased.C 1.8:
19432: * src/types/pa_valiased.h 1.13:
19433: * src/types/pa_value.h 1.67:
19434: * src/types/pa_vclass.h 1.17:
19435: * src/types/pa_vcookie.h 1.11:
19436: * src/types/pa_vdate.h 1.3:
19437: * src/types/pa_vfile.h 1.28:
19438: * src/types/pa_vform.h 1.21:
19439: * src/types/pa_vhash.h 1.15:
19440: * src/types/pa_vmath.h 1.2:
19441: * src/types/pa_vobject.h 1.10:
19442: * src/types/pa_vrequest.C 1.7:
19443: * src/types/pa_vstateless_class.h 1.16:
19444: * src/types/pa_vstateless_object.h 1.10:
19445: only ^class:method dynamic calls allowed.
19446: ^BASE.method call disabled.
19447: BASE element globally removed
19448:
19449: 2001-07-18 parser
19450: * src/Makefile.am 1.6:
19451: * src/Makefile.in 1.10:
19452: * src/classes/Makefile.am 1.17:
19453: * src/main/Makefile.am 1.13:
19454: * src/targets/Makefile.am 1.6:
19455: * src/targets/apache13/Makefile.am 1.2:
19456: * src/targets/cgi/Makefile.am 1.9:
19457: * src/types/Makefile.am 1.4:
19458: removed $id from *.in *.am
19459:
19460: * src/classes/file.C 1.43:
19461: file:exec/cgi msg
19462:
19463: * src/main/pa_request.C 1.145:
19464: * src/main/untaint.C 1.56:
19465: ORIGINS langs name abbrevations
19466:
19467: * src/classes/file.C 1.42:
19468: $file:exit-code renamed to 'status'
19469:
19470: * src/classes/date.C 1.4:
19471: * src/classes/mail.C 1.33:
19472: * src/classes/math.C 1.4:
19473: * src/classes/string.C 1.63:
19474: * src/classes/table.C 1.93:
19475: * src/include/pa_globals.h 1.55:
19476: * src/include/pa_string.h 1.98:
19477: * src/main/execute.C 1.179:
19478: * src/main/pa_globals.C 1.63:
19479: * src/main/pa_request.C 1.144:
19480: * src/main/pa_string.C 1.94:
19481: * src/main/untaint.C 1.55:
19482: * src/types/pa_value.h 1.66:
19483: * src/types/pa_vdouble.h 1.22:
19484: * src/types/pa_vfile.h 1.27:
19485: * src/types/pa_vint.h 1.23:
19486: * src/types/pa_vstring.C 1.9:
19487: * src/types/pa_vstring.h 1.29:
19488: $ORIGINS(1) output tracing mode
19489:
19490: * src/classes/Makefile.in 1.11:
19491: * src/main/Makefile.in 1.7:
19492: * src/targets/Makefile.in 1.8:
19493: * src/targets/apache13/Makefile.in 1.7:
19494: * src/targets/cgi/Makefile.in 1.8:
19495: * src/types/Makefile.in 1.7:
19496: $id in .in's from .am's removed
19497:
19498: * src/classes/file.C 1.41:
19499: * src/main/pa_exec.C 1.8:
19500: file:exec
19501:
19502: 2001-07-17 parser
19503: * src/Makefile.in 1.9:
19504: * src/classes/Makefile.in 1.10:
19505: == wrong
19506:
19507: 2001-07-13 parser
19508: * src/main/execute.C 1.175:
19509: * src/main/pa_request.C 1.142:
19510: order of MAIN parents was wrong, fixed
19511:
19512: * src/classes/double.C 1.33:
19513: * src/classes/int.C 1.29:
19514: * src/classes/string.C 1.62:
19515: * src/include/pa_request.h 1.92:
19516: * src/include/pa_request.h 1.93:
19517: * src/main/execute.C 1.176:
19518: * src/main/execute.C 1.177:
19519: * src/main/execute.C 1.178:
19520: * src/main/pa_request.C 1.143:
19521: auto.p[@auto], /news/auto.p[no @auto], so that initializing
19522: second would not call first @auto
19523:
19524: 2001-07-12 parser
19525: * src/types/pa_value.h 1.65:
19526: pa_value.putelement modification of system classes prevented
19527:
19528: 2001-07-11 parser
19529: * src/classes/string.C 1.61:
19530: * src/doc/sources2html.cmd 1.3:
19531: lr split now yelds table $piece
19532:
19533: * src/classes/file.C 1.40:
19534: * src/include/pa_common.h 1.46:
19535: * src/main/pa_common.C 1.58:
19536: * src/types/pa_vstateless_class.h 1.15:
19537: $file created by file:state += .atime .mtime .ctime
19538: +found&fixed bug with exceptions on get_junction-created objects [they were on wrong pool]
19539:
19540: 2001-07-09 parser
19541: * src/main/untaint.C 1.54:
19542: qp wrong name
19543:
19544: * src/classes/date.C 1.3:
19545: * src/classes/string.C 1.60:
19546: * src/classes/table.C 1.92:
19547: * src/main/compile.y 1.146:
19548: date format 0
19549:
19550: 2001-07-07 parser
19551: * src/classes/Makefile.am 1.16:
19552: * src/classes/date.C 1.1:
19553: * src/classes/file.C 1.39:
19554: * src/classes/hash.C 1.10:
19555: * src/classes/image.C 1.30:
19556: * src/classes/mail.C 1.32:
19557: * src/classes/math.C 1.3:
19558: * src/classes/op.C 1.34:
19559: * src/classes/string.C 1.59:
19560: * src/classes/table.C 1.90:
19561: * src/classes/void.C 1.4:
19562: * src/include/pa_request.h 1.91:
19563: * src/main/main.dsp 1.105:
19564: * src/types/pa_value.h 1.64:
19565: * src/types/pa_vdate.h 1.1:
19566: * src/types/pa_wcontext.C 1.7:
19567: date now set $fields roll string. todo: sql, calendar
19568:
19569: * src/classes/date.C 1.2:
19570: * src/classes/table.C 1.91:
19571: * src/include/pa_common.h 1.45:
19572: * src/include/pa_string.h 1.97:
19573: * src/main/pa_common.C 1.57:
19574: * src/types/pa_vdate.h 1.2:
19575: date roll
19576: table calendar
19577:
19578: 2001-07-06 parser
19579: * src/classes/math.C 1.2:
19580: * src/include/pa_request.h 1.90:
19581: * src/main/execute.C 1.174:
19582: * src/main/main.dsp 1.104:
19583: * src/main/pa_request.C 1.141:
19584: * src/types/pa_vmath.h 1.1:
19585: math 0
19586:
19587: 2001-07-03 parser
19588: * src/classes/Makefile.am 1.15:
19589: * src/classes/math.C 1.1:
19590: * src/classes/op.C 1.33:
19591: * src/classes/random.C 1.15:
19592: * src/main/main.dsp 1.103:
19593: class random renamed to math, operators became methods
19594:
19595: * src/classes/op.C 1.32:
19596: pow sqrt
19597:
19598: * src/classes/op.C 1.31:
19599: * src/main/execute.C 1.173:
19600: sin asin cos acos tan atan
19601:
19602: 2001-07-02 parser
19603: * src/classes/hash.C 1.9:
19604: ^hash.keys[]
19605:
19606: * src/classes/table.C 1.88:
19607: * src/main/pa_table.C 1.34:
19608: ^table:columns[]
19609:
19610: * src/classes/table.C 1.89:
19611: ^table.columns column renamed from 'name' to 'column'
19612:
19613: * src/main/compile.y 1.145:
19614: * src/main/compile_tools.h 1.42:
19615: in expressions now allowed 'strings'
19616:
19617: 2001-06-29 parser
19618: * src/main/execute.C 1.171:
19619: * src/main/execute.C 1.172:
19620: /0 %0 checkes ver 2
19621:
19622: * src/classes/table.C 1.87:
19623: empty strings @ sql
19624:
19625: * src/Makefile.in 1.8:
19626: * src/classes/Makefile.in 1.9:
19627: makes
19628:
19629: * src/classes/Makefile.am 1.14:
19630: nothing - void
19631:
19632: * src/main/execute.C 1.170:
19633: /0 %0 checke
19634:
19635: 2001-06-28 parser
19636: * src/classes/double.C 1.32:
19637: * src/classes/file.C 1.38:
19638: * src/classes/form.C 1.13:
19639: * src/classes/hash.C 1.8:
19640: * src/classes/image.C 1.29:
19641: * src/classes/int.C 1.28:
19642: * src/classes/mail.C 1.31:
19643: * src/classes/op.C 1.30:
19644: * src/classes/random.C 1.14:
19645: * src/classes/response.C 1.13:
19646: * src/classes/string.C 1.58:
19647: * src/classes/table.C 1.86:
19648: * src/classes/void.C 1.3:
19649: * src/main/compile.C 1.40:
19650: * src/main/compile.y 1.144:
19651: * src/main/compile_tools.C 1.36:
19652: * src/main/execute.C 1.169:
19653: * src/main/pa_array.C 1.37:
19654: * src/main/pa_common.C 1.56:
19655: * src/main/pa_dir.C 1.5:
19656: * src/main/pa_exception.C 1.11:
19657: * src/main/pa_exec.C 1.7:
19658: * src/main/pa_globals.C 1.62:
19659: * src/main/pa_hash.C 1.37:
19660: * src/main/pa_pool.C 1.20:
19661: * src/main/pa_request.C 1.140:
19662: * src/main/pa_socks.C 1.5:
19663: * src/main/pa_sql_driver_manager.C 1.22:
19664: * src/main/pa_string.C 1.93:
19665: * src/main/pa_table.C 1.33:
19666: * src/main/untaint.C 1.53:
19667: * src/targets/cgi/parser3.C 1.93:
19668: * src/targets/isapi/parser3isapi.C 1.35:
19669: */
1.40 ! paf 19670: static const char *RCSId="$Id: ChangeLog,v 1.39 2004/09/06 11:06:36 paf Exp $";
1.15 paf 19671:
19672: * src/main/compile.y 1.142:
19673: * src/main/compile_tools.h 1.41:
19674: $:name: == ${name}:
19675: $class:name: == ${class:name}:
19676:
19677: * src/classes/string.C 1.56:
19678: exactly one
19679:
19680: * src/classes/double.C 1.31:
19681: * src/classes/file.C 1.37:
19682: * src/classes/form.C 1.12:
19683: * src/classes/hash.C 1.7:
19684: * src/classes/image.C 1.28:
19685: * src/classes/int.C 1.27:
19686: * src/classes/mail.C 1.30:
19687: * src/classes/op.C 1.29:
19688: * src/classes/random.C 1.13:
19689: * src/classes/response.C 1.12:
19690: * src/classes/string.C 1.57:
19691: * src/classes/table.C 1.85:
19692: * src/classes/void.C 1.2:
19693: * src/main/compile.C 1.39:
19694: * src/main/compile.y 1.143:
19695: * src/main/compile_tools.C 1.35:
19696: * src/main/execute.C 1.168:
19697: * src/main/pa_array.C 1.36:
19698: * src/main/pa_common.C 1.55:
19699: * src/main/pa_dir.C 1.4:
19700: * src/main/pa_exception.C 1.10:
19701: * src/main/pa_exec.C 1.6:
19702: * src/main/pa_globals.C 1.61:
19703: * src/main/pa_hash.C 1.36:
19704: * src/main/pa_pool.C 1.19:
19705: * src/main/pa_request.C 1.139:
19706: * src/main/pa_socks.C 1.4:
19707: * src/main/pa_sql_driver_manager.C 1.21:
19708: * src/main/pa_string.C 1.92:
19709: * src/main/pa_table.C 1.32:
19710: * src/main/untaint.C 1.52:
19711: * src/targets/cgi/parser3.C 1.92:
19712: * src/targets/isapi/parser3isapi.C 1.34:
1.40 ! paf 19713: static char *RCSId="$Id: ChangeLog,v 1.39 2004/09/06 11:06:36 paf Exp $";
1.15 paf 19714:
19715: 2001-06-27 parser
19716: * src/classes/hash.C 1.6:
19717: * src/classes/nothing.C 1.5:
19718: * src/classes/table.C 1.84:
19719: * src/classes/void.C 1.1:
19720: * src/main/compile.y 1.140:
19721: * src/main/compile.y 1.141:
19722: * src/main/execute.C 1.167:
19723: * src/main/main.dsp 1.102:
19724: * src/main/pa_request.C 1.138:
19725: * src/targets/cgi/pa_pool.C 1.17:
19726: * src/types/pa_value.h 1.63:
19727: * src/types/pa_vcode_frame.h 1.6:
19728: * src/types/pa_vmethod_frame.h 1.12:
19729: * src/types/pa_vnothing.h 1.2:
19730: * src/types/pa_vtable.h 1.26:
19731: * src/types/pa_vvoid.h 1.1:
19732: nothing renamed to void
19733:
19734: * src/classes/op.C 1.28:
19735: ^switch ^case
19736:
19737: * src/main/compile.y 1.139:
19738: lexer: $zzzz^zzzz were name part
19739:
19740: 2001-05-28 parser
19741: * src/main/main.dsp 1.101:
19742: * src/targets/isapi/parser3isapi.dsp 1.15:
19743: release project options [some bugs]
19744:
19745: * src/classes/classes.C 1.7:
19746: * src/main/compile.C 1.38:
19747: * src/main/compile.y 1.138:
19748: * src/main/execute.C 1.166:
19749: operators are not in root class again
19750:
19751: * src/doc/html2chm.cmd 1.3:
19752: removed >a
19753:
19754: * src/doc/sources2html.cmd 1.2:
19755: z
19756:
19757: 2001-05-24 parser
19758: * src/Makefile.in 1.7:
19759: * src/classes/Makefile.in 1.8:
19760: * src/main/Makefile.in 1.6:
19761: * src/targets/Makefile.in 1.7:
19762: * src/targets/apache13/Makefile.in 1.6:
19763: * src/targets/cgi/Makefile.in 1.7:
19764: * src/types/Makefile.in 1.6:
19765: makes
19766:
19767: * src/main/pa_request.C 1.135:
19768: * src/main/pa_request.C 1.136:
19769: * src/targets/cgi/parser3.C 1.90:
19770: // no _ conversions in @exception[params]
19771:
19772: * src/targets/cgi/parser3.dsp 1.19:
19773: project file
19774:
19775: * src/classes/op.C 1.27:
19776: * src/main/pa_request.C 1.137:
19777: * src/targets/cgi/parser3.C 1.91:
19778: ^log ^exp
19779:
19780: 2001-05-23 parser
19781: * src/classes/op.C 1.25:
19782: * src/main/compile.y 1.137:
19783: allow one empty line before LS_DEF_NAME
19784:
19785: * src/main/pa_string.C 1.91:
19786: string cmp bug
19787:
19788: * src/classes/mail.C 1.29:
19789: * src/classes/op.C 1.26:
19790: rem max 1000
19791:
19792: 2001-05-22 parser
19793: * src/classes/op.C 1.24:
19794: if params code-required
19795:
19796: 2001-05-21 parser
19797: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.1:
19798: * src/main/compile.C [operators_as_parent_class2] 1.36.2.1:
19799: * src/main/compile.y [operators_as_parent_class2] 1.134.2.1:
19800: * src/main/execute.C [operators_as_parent_class2] 1.162.2.1:
19801: 0
19802:
19803: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.2:
19804: * src/main/compile.C [operators_as_parent_class2] 1.36.2.2:
19805: 1
19806:
19807: * src/Makefile.in 1.6:
19808: * src/classes/Makefile.in 1.6:
19809: * src/classes/Makefile.in 1.7:
19810: * src/main/Makefile.in 1.5:
19811: * src/targets/Makefile.in 1.6:
19812: * src/targets/apache13/Makefile.in 1.5:
19813: * src/targets/cgi/Makefile.in 1.6:
19814: * src/types/Makefile.in 1.5:
19815: makes
19816:
19817: * src/classes/double.C 1.30:
19818: * src/classes/hash.C 1.4:
19819: * src/classes/hash.C 1.5:
19820: * src/classes/nothing.C 1.1:
19821: * src/classes/nothing.C 1.2:
19822: * src/classes/nothing.C 1.3:
19823: * src/classes/op.C 1.23:
19824: * src/classes/string.C 1.55:
19825: * src/classes/table.C 1.83:
19826: * src/classes/unknown.C 1.8:
19827: * src/main/compile.y 1.136:
19828: * src/main/execute.C 1.164:
19829: * src/main/execute.C 1.165:
19830: * src/main/main.dsp 1.100:
19831: * src/main/pa_request.C 1.134:
19832: * src/targets/cgi/pa_pool.C 1.15:
19833: * src/targets/cgi/pa_pool.C 1.16:
19834: * src/types/pa_value.h 1.62:
19835: * src/types/pa_vcode_frame.h 1.5:
19836: * src/types/pa_vmethod_frame.h 1.10:
19837: * src/types/pa_vmethod_frame.h 1.11:
19838: * src/types/pa_vnothing.h 1.1:
19839: * src/types/pa_vtable.h 1.24:
19840: * src/types/pa_vtable.h 1.25:
19841: * src/types/pa_vunknown.h 1.14:
19842: 'unknown' renamed to 'nothing'
19843:
19844: * src/Makefile.in 1.5:
19845: * src/classes/Makefile.in 1.5:
19846: * src/main/Makefile.in 1.4:
19847: * src/targets/Makefile.in 1.5:
19848: * src/targets/apache13/Makefile.in 1.4:
19849: * src/targets/cgi/Makefile.in 1.5:
19850: * src/types/Makefile.in 1.4:
19851: make system timestamps
19852:
19853: * src/classes/nothing.C 1.4:
19854: resultless ^sql moved to nothing:
19855:
19856: * src/classes/Makefile.am 1.13:
19857: .AM
19858:
19859: * src/main/pa_request.C 1.133:
19860: .am
19861:
19862: * src/Makefile.in 1.4:
19863: file stamps to remove autoreconf
19864:
19865: * src/targets/cgi/parser3.C 1.88:
19866: argv can be just "parser3". made site_auto_path "." in that case
19867:
19868: * src/types/pa_vstring.C 1.8:
19869: eoleof
19870:
19871: * src/classes/op.C [operators_as_parent_class2] 1.21.2.1:
19872: * src/main/execute.C 1.162:
19873: * src/targets/cgi/Makefile.in 1.4:
19874: * src/targets/cgi/parser3.C 1.86:
19875: * src/targets/cgi/parser3.C 1.87:
19876: * src/targets/cgi/parser3.C 1.89:
19877: z
19878:
19879: * src/main/pa_request.C 1.132:
19880: * src/targets/cgi/parser3.C 1.85:
19881: pcre_tables=pcre_default_tables;
19882:
19883: * src/classes/hash.C 1.3:
19884: * src/classes/int.C 1.25:
19885: * src/classes/string.C 1.53:
19886: * src/classes/table.C 1.82:
19887: * src/include/pa_string.h 1.95:
19888: * src/include/pa_string.h 1.96:
19889: * src/main/pa_string.C 1.89:
19890: * src/main/pa_string.C 1.90:
19891: * src/types/pa_vstring.C 1.6:
19892: * src/types/pa_vstring.h 1.27:
19893: started int:sql
19894:
19895: * src/types/pa_vstring.C 1.7:
19896: * src/types/pa_vstring.h 1.28:
19897: removed unnecessary vstring::set_string
19898:
19899: * src/classes/double.C 1.29:
19900: * src/classes/int.C 1.26:
19901: * src/classes/string.C 1.54:
19902: int,double;sql
19903:
19904: * src/classes/hash.C [operators_as_parent_class2] 1.1.2.1:
19905: * src/classes/op.C [operators_as_parent_class2] 1.21.2.2:
19906: * src/classes/table.C [operators_as_parent_class2] 1.80.2.1:
19907: hash:sql
19908:
19909: * src/classes/classes.C 1.6:
19910: * src/classes/hash.C 1.2:
19911: * src/classes/op.C 1.22:
19912: * src/classes/table.C 1.81:
19913: * src/main/compile.C 1.37:
19914: * src/main/compile.y 1.135:
19915: * src/main/execute.C 1.163:
19916: hash:sql moved to main trunc. operators.txt updated
19917:
19918: 2001-05-19 parser
19919: * src/types/pa_value.h 1.61:
19920: parameter # 1 based
19921:
19922: * src/main/pa_common.C 1.54:
19923: common: actual filename '%s'
19924:
19925: * src/classes/string.C 1.52:
19926: root context in match replace body now unchanged
19927:
19928: * src/classes/Makefile.am 1.10:
19929: * src/classes/Makefile.am 1.11:
19930: * src/classes/Makefile.am 1.12:
19931: * src/classes/Makefile.am 1.9:
19932: * src/main/pa_sql_driver_manager.C 1.20:
19933: * src/targets/cgi/pa_pool.C 1.12:
19934: classes/.am
19935:
19936: * src/main/untaint.C 1.50:
19937: * src/targets/cgi/pa_pool.C 1.13:
19938: * src/targets/cgi/parser3.C 1.84:
19939: fixed bug in pre html untaint, wrong size used, 4* mem wasted
19940:
19941: * src/classes/string.C 1.51:
19942: * src/main/pa_string.C 1.88:
19943: z
19944:
19945: * src/include/pa_string.h 1.94:
19946: * src/main/untaint.C 1.51:
19947: * src/targets/cgi/pa_pool.C 1.14:
19948: introducing String::cstr_bufsize, returns just size+1 for as_is
19949: target.
19950:
19951: * src/classes/Makefile.in 1.4:
19952: clean
19953:
19954: 2001-05-18 parser
19955: * src/Makefile.in 1.3:
19956: * src/classes/Makefile.in 1.3:
19957: * src/include/pa_config_auto.h.in 1.3:
19958: * src/main/Makefile.in 1.3:
19959: * src/targets/Makefile.in 1.4:
19960: * src/targets/apache13/Makefile.in 1.3:
19961: * src/targets/cgi/Makefile.in 1.3:
19962: * src/targets/cgi/pa_pool.C 1.11:
19963: * src/types/Makefile.in 1.3:
19964: .am pa_threads.C ins
19965:
19966: * src/targets/cgi/Makefile.am 1.8:
19967: .am pa_threads.C added
19968:
19969: 2001-05-17 parser
19970: * src/include/pa_hash.h 1.40:
19971: * src/main/execute.C 1.158:
19972: removed /*SYNCHRONIZED*/ from hash.h
19973:
19974: * src/include/pa_array.h 1.41:
19975: * src/include/pa_common.h 1.44:
19976: * src/include/pa_config_fixed.h 1.8:
19977: * src/include/pa_config_includes.h 1.8:
19978: * src/include/pa_exception.h 1.12:
19979: * src/include/pa_exec.h 1.2:
19980: * src/include/pa_globals.h 1.54:
19981: * src/include/pa_hash.h 1.41:
19982: * src/include/pa_opcode.h 1.2:
19983: * src/include/pa_pool.h 1.52:
19984: * src/include/pa_request.h 1.88:
19985: * src/include/pa_sapi.h 1.9:
19986: * src/include/pa_socks.h 1.3:
19987: * src/include/pa_sql_connection.h 1.7:
19988: * src/include/pa_stack.h 1.9:
19989: * src/include/pa_string.h 1.93:
19990: * src/include/pa_table.h 1.33:
19991: * src/include/pa_threads.h 1.14:
19992: #include "pa_config_includes.h"
19993: in all headers
19994:
19995: * src/include/pa_request.h 1.89:
19996: * src/main/execute.C 1.159:
19997: * src/main/pa_request.C 1.131:
19998: ANTI_ENDLESS_EXECUTE_RECOURSION
19999:
20000: * src/classes/op.C 1.20:
20001: * src/include/pa_config_fixed.h 1.10:
20002: * src/include/pa_sql_connection.h 1.8:
20003: * src/include/pa_sql_driver_manager.h 1.5:
20004: * src/main/pa_sql_driver_manager.C 1.15:
20005: found problem at last: 2connections own 1driver and
20006: set_services fight for driver::fservices. before fix
20007:
20008: * src/main/execute.C 1.160:
20009: * src/types/pa_vmethod_frame.h 1.9:
20010: endless recursion line no
20011:
20012: * src/classes/classes.h 1.8:
20013: * src/include/pa_sql_connection.h 1.10:
20014: * src/include/pa_sql_driver_manager.h 1.7:
20015: * src/main/pa_sql_driver_manager.C 1.17:
20016: cache expiration[use SQL_Driver::disconnect]
20017:
20018: * src/include/pa_config_fixed.h 1.9:
20019: * src/include/pa_threads.h 1.16:
20020: * src/targets/cgi/pa_threads.C 1.1:
20021: * src/targets/cgi/parser3.dsp 1.18:
20022: * src/targets/isapi/pa_threads.C 1.1:
20023: * src/targets/isapi/parser3isapi.dsp 1.14:
20024: added pa_threads.C
20025:
20026: * src/classes/image.C 1.27:
20027: * src/include/pa_sql_driver_manager.h 1.4:
20028: * src/main/pa_sql_driver_manager.C 1.14:
20029: * src/main/pa_string.C 1.87:
20030: wrong includes order prevented sqlmanager to see MULTYTHREAD define
20031:
20032: * src/main/pa_table.C 1.31:
20033: table.locate current restored on "not found"
20034:
20035: * src/include/pa_threads.h 1.15:
20036: removed targets/parser
20037:
20038: * src/classes/op.C 1.19:
20039: * src/include/pa_sql_connection.h 1.6:
20040: * src/main/pa_sql_driver_manager.C 1.12:
20041: * src/sql/pa_sql_driver.h 1.9:
20042: connection from cache ->set_services(&services);
20043:
20044: * src/include/pa_config_fixed.h 1.7:
20045: * src/include/pa_threads.h 1.13:
20046: * src/main/pa_sql_driver_manager.C 1.13:
20047: SYNCHRONIZED moved closer to caches put/gets
20048:
20049: * src/classes/string.C 1.50:
20050: * src/include/pa_config_fixed.h 1.11:
20051: * src/include/pa_config_includes.h 1.9:
20052: * src/main/compile.y 1.134:
20053: * src/main/compile_tools.h 1.40:
20054: * src/main/execute.C 1.161:
20055: * src/main/pa_array.C 1.35:
20056: * src/main/pa_common.C 1.53:
20057: * src/main/pa_dir.C 1.3:
20058: * src/main/pa_hash.C 1.35:
20059: * src/main/pa_pool.C 1.18:
20060: * src/main/untaint.C 1.49:
20061: * src/types/pa_vcookie.C 1.21:
20062: * src/types/pa_vfile.C 1.17:
20063: * src/types/pa_vform.C 1.29:
20064: #include "pa_config_includes.h"
20065: removed from most .C
20066:
20067: * src/doc/html2chm.cmd 1.2:
20068: z
20069:
20070: * src/doc/chm.cmd 1.7:
20071: * src/doc/doxygen.cmd 1.7:
20072: * src/doc/html2chm.cmd 1.1:
20073: * src/doc/sources2html.cmd 1.1:
20074: * src/doc/view.cmd 1.3:
20075: * src/doc/view_chm.cmd 1.1:
20076: * src/doc/view_html.cmd 1.1:
20077: doc cmds
20078:
20079: * src/main/pa_sql_driver_manager.C 1.19:
20080: moved expiration to get_connection_from_cache
20081:
20082: * src/main/pa_sql_driver_manager.C 1.18:
20083: cache expiration bf
20084:
20085: * src/classes/op.C 1.21:
20086: * src/include/pa_sql_connection.h 1.9:
20087: * src/include/pa_sql_driver_manager.h 1.6:
20088: * src/main/pa_sql_driver_manager.C 1.16:
20089: * src/sql/pa_sql_driver.h 1.10:
20090: fixed problem at last: 2connections own 1driver and
20091: set_services fight for driver::fservices. before fix
20092:
20093: 2001-05-16 parser
20094: * src/include/pa_array.h 1.39:
20095: * src/include/pa_string.h 1.92:
20096: * src/main/execute.C 1.157:
20097: * src/main/pa_array.C 1.33:
20098: * src/targets/cgi/pa_pool.C 1.9:
20099: * src/targets/cgi/parser3.C 1.81:
20100: array debugged; adjusted
20101:
20102: * src/include/pa_array.h 1.40:
20103: * src/main/pa_array.C 1.34:
20104: * src/targets/cgi/parser3.C 1.82:
20105: removed array debug. before vstring rebasing
20106:
20107: * src/main/pa_sql_driver_manager.C 1.11:
20108: * src/main/pa_string.C 1.86:
20109: SQL_Driver_manager line no for connect/charset errors
20110:
20111: * src/targets/cgi/parser3.C 1.83:
20112: z
20113:
20114: * src/include/pa_pool.h 1.51:
20115: * src/targets/cgi/pa_pool.C 1.10:
20116: removed pool debug, #ifdefed some.
20117: would debug later, on more precise sample than stupid:
20118: @main[]
20119: $name[$z[]]
20120: ^for[i](0;10000-2){
20121: $tail[9994]
20122: $name.$tail[$tail!]
20123: $name.$tail
20124: }
20125: ok3
20126:
20127: 2001-05-15 parser
20128: * src/targets/cgi/pa_pool.C 1.6:
20129: * src/targets/cgi/parser3.C 1.78:
20130: main loss here: 5673321/ 70041= 81
20131:
20132: * src/include/pa_pool.h 1.50:
20133: * src/include/pa_string.h 1.89:
20134: * src/main/pa_string.C 1.83:
20135: * src/targets/cgi/pa_pool.C 1.7:
20136: * src/targets/cgi/parser3.C 1.79:
20137: string fixed bug with fullchunk cmps
20138:
20139: * src/include/pa_string.h 1.90:
20140: * src/main/pa_string.C 1.84:
20141: * src/targets/cgi/pa_pool.C 1.8:
20142: * src/targets/cgi/parser3.C 1.80:
20143: think that all must grow lineary, not exponentialy
20144:
20145: * src/include/pa_array.h 1.38:
20146: * src/include/pa_string.h 1.91:
20147: * src/main/pa_array.C 1.32:
20148: * src/main/pa_string.C 1.85:
20149: string+array made linear grows
20150:
20151: * src/include/pa_string.h 1.88:
20152: * src/targets/cgi/pa_pool.C 1.5:
20153: * src/targets/cgi/parser3.C 1.77:
20154: detected huge mem allocation: size/times malloc 27809390/368771
20155: calloc 3232/83. would test now
20156:
20157: * src/classes/random.C 1.12:
20158: * src/main/compile.y 1.133:
20159: * src/main/execute.C 1.156:
20160: * src/main/pa_request.C 1.130:
20161: * src/types/pa_value.h 1.60:
20162: * src/types/pa_vmethod_frame.h 1.8:
20163: numbered params had wrong name - for instance: bad error
20164: message in ^for[] bad body type. fixed
20165:
20166: 2001-05-14 parser
20167: * src/classes/string.C 1.49:
20168: * src/include/pa_string.h 1.87:
20169: * src/main/pa_string.C 1.82:
20170: * src/main/untaint.C 1.48:
20171: ^string.upper|lower[]
20172:
20173: 2001-05-11 paf
20174: * src/classes/classes.cmd 1.2:
20175: * src/classes/gawk.exe 1.2:
20176: * src/classes/ls.exe 1.2:
20177: * src/main/bison.exe 1.2:
20178: * src/targets/isapi/KILL.EXE 1.2:
20179: * src/targets/isapi/PSTAT.EXE 1.2:
20180: * src/targets/isapi/istart.cmd 1.2:
20181: * src/targets/isapi/istop.cmd 1.2:
20182: * src/targets/isapi/kill.pl 1.2:
20183: moved win32 helpers to /win32tools
20184:
20185: 2001-05-11 parser
20186: * src/main/main.dsp 1.99:
20187: * src/targets/isapi/parser3isapi.dsp 1.13:
20188: fixed some .dsp for win32tools
20189:
20190: * src/classes/double.C 1.28:
20191: * src/classes/image.C 1.26:
20192: * src/classes/op.C 1.18:
20193: * src/classes/string.C 1.48:
20194: * src/classes/table.C 1.80:
20195: * src/classes/unknown.C 1.7:
20196: * src/main/execute.C 1.155:
20197: * src/types/pa_value.h 1.59:
20198: * src/types/pa_vbool.h 1.10:
20199: * src/types/pa_vdouble.h 1.21:
20200: * src/types/pa_vint.h 1.22:
20201: * src/types/pa_vstring.h 1.26:
20202: * src/types/pa_vunknown.h 1.13:
20203: op: MAX_LOOPS
20204: as_int
20205:
20206: 2001-05-10 paf
20207: * src/doc/doxygen.cmd 1.5:
20208: * src/main/compile.y 1.131:
20209: * src/types/pa_vobject.h 1.9:
20210: grammar: priorities changes [lowerd && prior]
20211: vobject: now first fields, next methods
20212:
20213: * src/main/pa_request.C 1.129:
20214: * src/types/pa_vrequest.C 1.6:
20215: op configured
20216:
20217: * src/Makefile.in 1.2:
20218: * src/classes/Makefile.in 1.2:
20219: * src/include/pa_config_auto.h.in 1.2:
20220: * src/include/pa_config_fixed.h 1.6:
20221: * src/include/pa_config_includes.h 1.6:
20222: * src/main/Makefile.in 1.2:
20223: * src/targets/Makefile.in 1.3:
20224: * src/targets/apache13/Makefile.in 1.2:
20225: * src/targets/cgi/Makefile.in 1.2:
20226: * src/types/Makefile.in 1.2:
20227: inline wonders
20228:
20229: * src/main/compile.y 1.132:
20230: @end grammar: allowed zero strings in control menthod
20231:
20232: * src/types/pa_value.h 1.58:
20233: * src/types/pa_vclass.h 1.16:
20234: * src/types/pa_vstateless_class.h 1.14:
20235: * src/types/pa_vstateless_object.h 1.9:
20236: changed priority: field before method lookup in vclass & vobject
20237:
20238: * src/include/pa_common.h 1.43:
20239: * src/include/pa_config_includes.h 1.7:
20240: inline undefed for C++, that's all
20241:
20242: * src/classes/Makefile.am 1.8:
20243: * src/classes/hash.C 1.1:
20244: * src/doc/doxygen.cfg 1.11:
20245: * src/doc/doxygen.cmd 1.6:
20246: hash.C added
20247:
20248: 2001-05-08 paf
20249: * src/classes/table.C 1.76:
20250: table:hash always hash of hash now
20251:
20252: * src/classes/op.C 1.15:
20253: * src/classes/table.C 1.72:
20254: * src/main/main.dsp 1.97:
20255: * src/types/pa_vtable.h 1.21:
20256: removed table:find. table:locate and op:eval now return bool
20257:
20258: * src/classes/table.C 1.75:
20259: table:empty return bool now
20260:
20261: * src/classes/table.C 1.79:
20262: * src/types/pa_value.h 1.57:
20263: * src/types/pa_vhash.h 1.14:
20264: * src/types/pa_vmethod_frame.h 1.7:
20265: hash:default works at last!
20266:
20267: * src/main/pa_table.C 1.30:
20268: table columnname2item on nameless ignored bark=false. fixed
20269:
20270: * src/classes/op.C 1.17:
20271: * src/types/pa_vtable.h 1.22:
20272: allowed $table.2342734 returns vunknown
20273:
20274: * src/classes/table.C 1.74:
20275: * src/doc/chm.cmd 1.6:
20276: * src/include/pa_array.h 1.37:
20277: * src/include/pa_table.h 1.32:
20278: * src/main/pa_table.C 1.29:
20279: * src/types/pa_value.h 1.56:
20280: * src/types/pa_vtable.h 1.23:
20281: table:hash
20282:
20283: * src/doc/chm.cmd 1.5:
20284: * src/main/execute.C 1.154:
20285: * src/types/pa_value.h 1.55:
20286: wrong pool in method checkparams again. fixed
20287:
20288: * src/classes/double.C 1.27:
20289: * src/classes/int.C 1.24:
20290: * src/classes/op.C 1.16:
20291: * src/classes/string.C 1.47:
20292: int,double,string:int[] double[] string:length[] results now
20293: have hames
20294:
20295: * src/classes/table.C 1.77:
20296: z
20297:
20298: * src/classes/mail.C 1.28:
20299: * src/classes/table.C 1.78:
20300: * src/doc/doxygen.cmd 1.4:
20301: * src/main/main.dsp 1.98:
20302: * src/types/pa_vhash.h 1.13:
20303: * src/types/pa_vstateless_class.h 1.13:
20304: hash:default
20305:
20306: * src/classes/table.C 1.73:
20307: table:record have name
20308:
20309: 2001-05-07 paf
20310: * src/types/pa_value.h 1.51:
20311: * src/types/pa_vtable.h 1.17:
20312: table: fields, then methods. so to enable 'dir' fields & co.
20313:
20314: * src/main/execute.C 1.153:
20315: ^var[^class:var.method[]] is not constructor now
20316:
20317: * src/main/compile.y 1.130:
20318: grammar: @end
20319:
20320: * src/doc/chm.cmd 1.4:
20321: cmd
20322:
20323: * src/doc/ClassExample2.dox 1.3:
20324: * src/doc/aliased.dox 1.3:
20325: * src/doc/chm.cmd 1.2:
20326: * src/include/code.h 1.29:
20327: * src/include/pa_opcode.h 1.1:
20328: * src/main/compile.C 1.36:
20329: * src/main/compile_tools.h 1.39:
20330: * src/main/execute.C 1.152:
20331: * src/types/pa_value.h 1.53:
20332: * src/types/pa_vbool.h 1.9:
20333: * src/types/pa_vclass.h 1.15:
20334: * src/types/pa_vcode_frame.h 1.4:
20335: * src/types/pa_vcookie.h 1.10:
20336: * src/types/pa_vdouble.h 1.20:
20337: * src/types/pa_venv.h 1.16:
20338: * src/types/pa_vfile.h 1.26:
20339: * src/types/pa_vform.h 1.20:
20340: * src/types/pa_vhash.h 1.12:
20341: * src/types/pa_vimage.h 1.13:
20342: * src/types/pa_vint.h 1.21:
20343: * src/types/pa_vjunction.h 1.6:
20344: * src/types/pa_vmethod_frame.h 1.6:
20345: * src/types/pa_vobject.h 1.8:
20346: * src/types/pa_vrequest.h 1.10:
20347: * src/types/pa_vresponse.h 1.10:
20348: * src/types/pa_vstateless_class.h 1.12:
20349: * src/types/pa_vstring.h 1.25:
20350: * src/types/pa_vtable.h 1.20:
20351: * src/types/pa_vunknown.h 1.12:
20352: * src/types/pa_wcontext.h 1.15:
20353: * src/types/pa_wwrapper.h 1.9:
20354: pa_code.h
20355:
20356: * src/include/pa_table.h 1.30:
20357: * src/main/pa_table.C 1.27:
20358: * src/types/pa_value.h 1.52:
20359: * src/types/pa_vtable.h 1.18:
20360: table: fields, then methods. so to enable 'dir' fields & co. more
20361:
20362: * src/classes/string.C 1.45:
20363: * src/classes/table.C 1.71:
20364: * src/doc/ClassExample1.dox 1.2:
20365: * src/doc/ClassExample2.dox 1.2:
20366: * src/doc/ClassExample3.dox 1.2:
20367: * src/doc/aliased.dox 1.2:
20368: * src/doc/class.dox 1.2:
20369: * src/doc/compiler.dox 1.2:
20370: * src/doc/doxygen.cfg 1.10:
20371: * src/doc/doxygen.cmd 1.2:
20372: * src/doc/executor.dox 1.2:
20373: * src/doc/index.dox 1.3:
20374: * src/doc/methoded.dox 1.2:
20375: * src/doc/module.dox 1.2:
20376: * src/doc/object.dox 1.2:
20377: * src/doc/pooled.dox 1.2:
20378: * src/doc/string.dox 1.2:
20379: * src/doc/targets.dox 1.2:
20380: * src/doc/value.dox 1.2:
20381: * src/include/code.h 1.28:
20382: * src/include/pa_hash.h 1.39:
20383: * src/include/pa_string.h 1.86:
20384: * src/main/pa_request.C 1.128:
20385: * src/main/pa_sql_driver_manager.C 1.10:
20386: * src/types/pa_vjunction.h 1.5:
20387: * src/types/pa_vtable.h 1.19:
20388: dox, split by not clean parts also
20389:
20390: * src/classes/image.C 1.25:
20391: * src/classes/mail.C 1.27:
20392: * src/classes/string.C 1.46:
20393: * src/doc/chm.cmd 1.3:
20394: * src/include/pa_table.h 1.31:
20395: * src/main/pa_table.C 1.28:
20396: * src/types/pa_value.h 1.54:
20397: method reported errors on wrong pool
20398:
20399: * src/doc/chm.cmd 1.1:
20400: * src/doc/doxygen.cmd 1.3:
20401: * src/doc/view.cmd 1.2:
20402: dox cmd
20403:
20404: 2001-05-04 paf
20405: * src/classes/classes.h 1.7:
20406: * src/classes/double.C 1.26:
20407: * src/classes/file.C 1.36:
20408: * src/classes/form.C 1.11:
20409: * src/classes/image.C 1.24:
20410: * src/classes/int.C 1.23:
20411: * src/classes/mail.C 1.26:
20412: * src/classes/op.C 1.14:
20413: * src/classes/random.C 1.11:
20414: * src/classes/response.C 1.11:
20415: * src/classes/string.C 1.44:
20416: * src/classes/table.C 1.70:
20417: * src/classes/unknown.C 1.6:
20418: * src/doc/doxygen.cfg 1.9:
20419: * src/doc/index.dox 1.2:
20420: * src/main/pa_string.C 1.81:
20421: removed m- method dox
20422:
20423: * src/doc/ClassExample1.dox 1.1:
20424: * src/doc/ClassExample2.dox 1.1:
20425: * src/doc/ClassExample3.dox 1.1:
20426: * src/main/execute.C 1.151:
20427: dox: example1 updated
20428:
20429: 2001-05-03 paf
20430: * src/classes/classes.h 1.6:
20431: * src/classes/double.C 1.25:
20432: * src/doc/aliased.dox 1.1:
20433: * src/doc/class.dox 1.1:
20434: * src/doc/compiler.dox 1.1:
20435: * src/doc/doxygen.cfg 1.8:
20436: * src/doc/doxygen.txt 1.6:
20437: * src/doc/executor.dox 1.1:
20438: * src/doc/index.dox 1.1:
20439: * src/doc/methoded.dox 1.1:
20440: * src/doc/module.dox 1.1:
20441: * src/doc/object.dox 1.1:
20442: * src/doc/pooled.dox 1.1:
20443: * src/doc/string.dox 1.1:
20444: * src/doc/targets.dox 1.1:
20445: * src/doc/value.dox 1.1:
20446: * src/main/pa_request.C 1.127:
20447: dox splitted .dox files and added some
20448:
20449: * src/classes/Makefile.am 1.7:
20450: * src/doc/doxygen.txt 1.5:
20451: classes/am
20452:
20453: 2001-05-02 paf
20454: * src/classes/image.C 1.23:
20455: * src/classes/table.C 1.69:
20456: table:dir result are not tainted by file_name language now
20457:
20458: 2001-04-28 paf
20459: * src/classes/classes.inc 1.5:
20460: removed classes.inc
20461:
20462: * src/classes/classes.C 1.3:
20463: * src/classes/classes.h 1.3:
20464: * src/classes/file.C 1.33:
20465: * src/classes/form.C 1.5:
20466: * src/classes/mail.C 1.24:
20467: * src/include/pa_request.h 1.85:
20468: * src/main/pa_request.C 1.124:
20469: configure started
20470:
20471: * src/classes/file.C [reorganize_user_classes] 1.31.2.5:
20472: * src/classes/table.C [reorganize_user_classes] 1.65.2.4:
20473: * src/main/compile.y [reorganize_user_classes] 1.127.2.2:
20474: * src/main/execute.C [reorganize_user_classes] 1.148.2.3:
20475: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.4:
20476: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.2:
20477: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.3:
20478: * src/types/pa_wcontext.h [reorganize_user_classes] 1.12.2.1:
20479: removed ^a.menu{$name} ability. now
20480: $a{^menu{$name}}
20481: or
20482: ^a.menu{$a.name}
20483:
20484: * src/classes/_double.h 1.8:
20485: * src/classes/_file.h 1.5:
20486: * src/classes/_form.h 1.4:
20487: * src/classes/_image.h 1.4:
20488: * src/classes/_int.h 1.8:
20489: * src/classes/_mail.h 1.4:
20490: * src/classes/_op.h 1.6:
20491: * src/classes/_random.h 1.4:
20492: * src/classes/_response.h 1.5:
20493: * src/classes/_string.h 1.10:
20494: * src/classes/_table.h 1.7:
20495: * src/classes/_unknown.h 1.3:
20496: * src/classes/classes.C 1.2:
20497: * src/classes/classes.h 1.2:
20498: * src/classes/classes.inc 1.1:
20499: * src/classes/double.C 1.22:
20500: * src/classes/exec.C 1.4:
20501: * src/classes/file.C 1.32:
20502: * src/classes/form.C 1.4:
20503: * src/classes/image.C 1.22:
20504: * src/classes/int.C 1.20:
20505: * src/classes/mail.C 1.23:
20506: * src/classes/op.C 1.10:
20507: * src/classes/random.C 1.10:
20508: * src/classes/response.C 1.8:
20509: * src/classes/string.C 1.41:
20510: * src/classes/table.C 1.66:
20511: * src/classes/unknown.C 1.3:
20512: * src/include/pa_globals.h 1.51:
20513: * src/include/pa_request.h 1.84:
20514: * src/main/compile.y 1.129:
20515: * src/main/execute.C 1.149:
20516: * src/main/main.dsp 1.93:
20517: * src/main/pa_globals.C 1.57:
20518: * src/main/pa_request.C 1.123:
20519: * src/targets/cgi/parser3.C 1.73:
20520: * src/targets/isapi/parser3isapi.C 1.32:
20521: * src/types/pa_value.h 1.50:
20522: * src/types/pa_vcookie.h 1.9:
20523: * src/types/pa_vdouble.h 1.17:
20524: * src/types/pa_venv.h 1.15:
20525: * src/types/pa_vfile.h 1.23:
20526: * src/types/pa_vform.C 1.28:
20527: * src/types/pa_vform.h 1.17:
20528: * src/types/pa_vimage.h 1.10:
20529: * src/types/pa_vint.h 1.18:
20530: * src/types/pa_vrequest.h 1.9:
20531: * src/types/pa_vresponse.h 1.9:
20532: * src/types/pa_vstateless_class.h 1.11:
20533: * src/types/pa_vstring.h 1.24:
20534: * src/types/pa_vtable.h 1.16:
20535: * src/types/pa_vunknown.h 1.11:
20536: * src/types/pa_wcontext.h 1.13:
20537: Methoded reorganized. todo: methoded-configure
20538:
20539: * src/classes/classes.inc 1.4:
20540: * src/main/Makefile.am 1.12:
20541: removed pa_methoded from .am
20542:
20543: * src/main/execute.C 1.150:
20544: * src/types/pa_wcontext.h 1.14:
20545: Methoded reorganized 2. todo: methoded-configure
20546:
20547: * src/classes/Makefile.am 1.4:
20548: * src/classes/classes.awk 1.1:
20549: * src/classes/classes.cmd 1.1:
20550: * src/classes/classes.inc 1.2:
20551: * src/classes/gawk.exe 1.1:
20552: * src/classes/ls.exe 1.1:
20553: * src/main/bison.exe 1.1:
20554: classes.inc autogenerator
20555:
20556: * src/classes/form.C 1.6:
20557: * src/include/pa_request.h 1.86:
20558: * src/main/pa_request.C 1.125:
20559: about to move configured data to special request hash
20560:
20561: * src/classes/form.C 1.7:
20562: * src/classes/mail.C 1.25:
20563: * src/classes/op.C 1.11:
20564: * src/include/pa_globals.h 1.52:
20565: * src/include/pa_request.h 1.87:
20566: * src/main/pa_globals.C 1.58:
20567: * src/main/pa_request.C 1.126:
20568: moved some configured data to request::classes_conf
20569: moved some string crations from globals to M...
20570:
1.39 paf 20571: * src/classes/Makefile.am 1.5:
20572: * src/main/main.dsp 1.95:
20573: classes/Makefile.am
20574:
1.15 paf 20575: * src/classes/classes.C 1.4:
20576: * src/classes/classes.h 1.4:
20577: * src/classes/double.C 1.23:
20578: * src/classes/file.C 1.34:
20579: * src/classes/form.C 1.9:
20580: * src/classes/int.C 1.21:
20581: * src/classes/op.C 1.12:
20582: * src/classes/response.C 1.9:
20583: * src/classes/string.C 1.42:
20584: * src/classes/table.C 1.67:
20585: * src/classes/unknown.C 1.4:
20586: * src/include/pa_methoded.h 1.1:
20587: * src/main/Makefile.am 1.11:
20588: * src/main/main.dsp 1.94:
20589: * src/main/pa_methoded.C 1.1:
20590: * src/targets/cgi/parser3.C 1.75:
20591: * src/types/pa_vdouble.h 1.18:
20592: * src/types/pa_vfile.h 1.24:
20593: * src/types/pa_vform.h 1.18:
20594: * src/types/pa_vimage.h 1.11:
20595: * src/types/pa_vint.h 1.19:
20596: classes/classes renamet to include|main/pa_methoded
20597:
20598: * src/include/pa_string.h 1.85:
20599: * src/main/pa_globals.C 1.60:
20600: * src/main/untaint.C 1.47:
20601: * src/targets/cgi/parser3.C 1.74:
20602: * src/targets/isapi/parser3isapi.C 1.33:
20603: z
20604:
20605: * src/classes/Makefile.am 1.6:
20606: * src/classes/classes.C 1.5:
20607: * src/classes/classes.h 1.5:
20608: * src/classes/classes.inc 1.3:
20609: * src/classes/double.C 1.24:
20610: * src/classes/file.C 1.35:
20611: * src/classes/form.C 1.10:
20612: * src/classes/int.C 1.22:
20613: * src/classes/op.C 1.13:
20614: * src/classes/response.C 1.10:
20615: * src/classes/string.C 1.43:
20616: * src/classes/table.C 1.68:
20617: * src/classes/unknown.C 1.5:
20618: * src/include/pa_methoded.h 1.2:
20619: * src/main/main.dsp 1.96:
20620: * src/main/pa_methoded.C 1.2:
20621: * src/targets/cgi/parser3.C 1.76:
20622: * src/types/pa_vdouble.h 1.19:
20623: * src/types/pa_vfile.h 1.25:
20624: * src/types/pa_vform.h 1.19:
20625: * src/types/pa_vimage.h 1.12:
20626: * src/types/pa_vint.h 1.20:
20627: renamed pa_methoded back to classes/classes.h
20628:
20629: * src/classes/_string.h [reorganize_user_classes] 1.9.2.1:
20630: * src/classes/classes.C [reorganize_user_classes] 1.1.2.2:
20631: * src/classes/classes.h [reorganize_user_classes] 1.1.2.2:
20632: * src/classes/double.C [reorganize_user_classes] 1.21.4.2:
20633: * src/classes/exec.C [reorganize_user_classes] 1.3.4.1:
20634: * src/classes/file.C [reorganize_user_classes] 1.31.2.4:
20635: * src/classes/form.C [reorganize_user_classes] 1.3.4.2:
20636: * src/classes/image.C [reorganize_user_classes] 1.21.2.4:
20637: * src/classes/int.C [reorganize_user_classes] 1.19.4.3:
20638: * src/classes/mail.C [reorganize_user_classes] 1.22.2.3:
20639: * src/classes/op.C [reorganize_user_classes] 1.9.2.3:
20640: * src/classes/random.C [reorganize_user_classes] 1.9.2.3:
20641: * src/classes/response.C [reorganize_user_classes] 1.7.4.3:
20642: * src/classes/string.C [reorganize_user_classes] 1.40.2.3:
20643: * src/classes/table.C [reorganize_user_classes] 1.65.2.3:
20644: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.2:
20645: * src/include/pa_request.h [reorganize_user_classes] 1.83.2.1:
20646: * src/main/compile.y [reorganize_user_classes] 1.127.2.1:
20647: * src/main/execute.C [reorganize_user_classes] 1.148.2.2:
20648: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.3:
20649: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.3:
20650: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.2:
20651: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.2:
20652: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.2:
20653: * src/types/pa_vform.C [reorganize_user_classes] 1.27.2.1:
20654: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.2:
20655: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.2:
20656: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.2:
20657: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.2:
20658: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.2:
20659: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.2:
20660: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.2:
20661: beautifying just compiled. todo: debug, configure
20662:
20663: * src/classes/classes.awk 1.2:
20664: skipped classes in .awk
20665:
20666: * src/classes/form.C 1.8:
20667: * src/include/pa_globals.h 1.53:
20668: * src/main/pa_globals.C 1.59:
20669: moved some configured data to request::classes_conf
20670: moved some string crations from globals to M...
20671: [works]
20672:
20673: 2001-04-27 paf
20674: * src/main/compile.y 1.128:
20675: serge@ found @CLASS bug. fixed
20676:
20677: * src/classes/_double.h [reorganize_user_classes] 1.7.2.1:
20678: * src/classes/_form.h [reorganize_user_classes] 1.3.2.1:
20679: * src/classes/_int.h [reorganize_user_classes] 1.7.2.1:
20680: * src/classes/_response.h [reorganize_user_classes] 1.4.2.1:
20681: * src/classes/_unknown.h [reorganize_user_classes] 1.2.2.1:
20682: * src/classes/classes.C [reorganize_user_classes] 1.1.2.1:
20683: * src/classes/classes.h [reorganize_user_classes] 1.1.2.1:
20684: * src/classes/double.C [reorganize_user_classes] 1.21.4.1:
20685: * src/classes/file.C [reorganize_user_classes] 1.31.2.2:
20686: * src/classes/form.C [reorganize_user_classes] 1.3.4.1:
20687: * src/classes/image.C [reorganize_user_classes] 1.21.2.2:
20688: * src/classes/int.C [reorganize_user_classes] 1.19.4.2:
20689: * src/classes/mail.C [reorganize_user_classes] 1.22.2.2:
20690: * src/classes/op.C [reorganize_user_classes] 1.9.2.2:
20691: * src/classes/random.C [reorganize_user_classes] 1.9.2.2:
20692: * src/classes/response.C [reorganize_user_classes] 1.7.4.2:
20693: * src/classes/string.C [reorganize_user_classes] 1.40.2.2:
20694: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.2:
20695: * src/main/main.dsp [reorganize_user_classes] 1.92.2.2:
20696: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.2:
20697: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.1:
20698: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.1:
20699: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.1:
20700: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.1:
20701: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.1:
20702: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.1:
20703: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.1:
20704: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.1:
20705: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.1:
20706: beautifying -100
20707:
20708: * src/classes/classes.C 1.1:
20709: file classes.C was initially added on branch
20710: reorganize_user_classes.
20711:
20712: * src/classes/file.C [reorganize_user_classes] 1.31.2.3:
20713: * src/classes/image.C [reorganize_user_classes] 1.21.2.3:
20714: * src/classes/table.C [reorganize_user_classes] 1.65.2.2:
20715: * src/main/execute.C [reorganize_user_classes] 1.148.2.1:
20716: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.2:
20717: * src/types/pa_vstateless_class.h [reorganize_user_classes] 1.10.2.1:
20718: beautifying -99
20719:
20720: * src/classes/_file.h [reorganize_user_classes] 1.4.2.1:
20721: * src/classes/_image.h [reorganize_user_classes] 1.3.2.1:
20722: * src/classes/_mail.h [reorganize_user_classes] 1.3.2.1:
20723: * src/classes/_op.h [reorganize_user_classes] 1.5.2.1:
20724: * src/classes/_random.h [reorganize_user_classes] 1.3.2.1:
20725: * src/classes/_table.h [reorganize_user_classes] 1.6.2.1:
20726: * src/classes/file.C [reorganize_user_classes] 1.31.2.1:
20727: * src/classes/image.C [reorganize_user_classes] 1.21.2.1:
20728: * src/classes/int.C [reorganize_user_classes] 1.19.4.1:
20729: * src/classes/mail.C [reorganize_user_classes] 1.22.2.1:
20730: * src/classes/op.C [reorganize_user_classes] 1.9.2.1:
20731: * src/classes/random.C [reorganize_user_classes] 1.9.2.1:
20732: * src/classes/response.C [reorganize_user_classes] 1.7.4.1:
20733: * src/classes/string.C [reorganize_user_classes] 1.40.2.1:
20734: * src/classes/table.C [reorganize_user_classes] 1.65.2.1:
20735: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.1:
20736: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.1:
20737: * src/main/main.dsp [reorganize_user_classes] 1.92.2.1:
20738: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.1:
20739: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.1:
20740: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.1:
20741: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.1:
20742: * src/types/pa_vcookie.h [reorganize_user_classes] 1.8.2.1:
20743: * src/types/pa_venv.h [reorganize_user_classes] 1.14.2.1:
20744: * src/types/pa_vrequest.h [reorganize_user_classes] 1.8.2.1:
20745: started beautifying
20746:
20747: * src/classes/classes.h 1.1:
20748: file classes.h was initially added on branch
20749: reorganize_user_classes.
20750:
20751: 2001-04-26 paf
20752: * src/main/pa_request.C 1.121:
20753: * src/main/pa_string.C 1.80:
20754: z
20755:
20756: * src/classes/_exec.h 1.4:
20757: * src/classes/_image.h 1.3:
20758: * src/classes/image.C 1.21:
20759: * src/classes/mail.C 1.22:
20760: * src/classes/op.C 1.9:
20761: * src/classes/random.C 1.9:
20762: * src/classes/string.C 1.40:
20763: * src/classes/table.C 1.65:
20764: * src/doc/doxygen.cfg 1.5:
20765: * src/doc/doxygen.cfg 1.6:
20766: * src/doc/doxygen.cfg 1.7:
20767: * src/doc/doxygen.txt 1.4:
20768: * src/include/pa_array.h 1.36:
20769: * src/include/pa_config_fixed.h 1.5:
20770: * src/include/pa_config_includes.h 1.5:
20771: * src/include/pa_dir.h 1.3:
20772: * src/include/pa_socks.h 1.2:
20773: * src/include/pa_string.h 1.84:
20774: * src/main/compile_tools.h 1.38:
20775: * src/main/pa_common.C 1.52:
20776: * src/main/pa_request.C 1.122:
20777: * src/main/pa_socks.C 1.3:
20778: * src/sql/pa_sql_driver.h 1.8:
20779: * src/targets/cgi/pa_pool.C 1.4:
20780: * src/types/pa_vbool.h 1.7:
20781: * src/types/pa_vbool.h 1.8:
20782: * src/types/pa_vclass.h 1.13:
20783: * src/types/pa_vclass.h 1.14:
20784: * src/types/pa_vcode_frame.h 1.2:
20785: * src/types/pa_vcode_frame.h 1.3:
20786: * src/types/pa_vcookie.h 1.8:
20787: * src/types/pa_vdouble.h 1.16:
20788: * src/types/pa_venv.h 1.14:
20789: * src/types/pa_vfile.h 1.22:
20790: * src/types/pa_vform.C 1.27:
20791: * src/types/pa_vform.h 1.16:
20792: * src/types/pa_vhash.h 1.11:
20793: * src/types/pa_vimage.C 1.7:
20794: * src/types/pa_vimage.h 1.9:
20795: * src/types/pa_vint.h 1.17:
20796: * src/types/pa_vjunction.h 1.3:
20797: * src/types/pa_vjunction.h 1.4:
20798: * src/types/pa_vmethod_frame.h 1.4:
20799: * src/types/pa_vmethod_frame.h 1.5:
20800: * src/types/pa_vobject.h 1.6:
20801: * src/types/pa_vobject.h 1.7:
20802: * src/types/pa_vrequest.C 1.5:
20803: * src/types/pa_vrequest.h 1.8:
20804: * src/types/pa_vstateless_class.C 1.8:
20805: * src/types/pa_vstateless_class.h 1.10:
20806: * src/types/pa_vstateless_object.h 1.8:
20807: * src/types/pa_vstring.C 1.5:
20808: * src/types/pa_vstring.h 1.23:
20809: * src/types/pa_vtable.h 1.15:
20810: * src/types/pa_vunknown.h 1.10:
20811: * src/types/pa_wcontext.C 1.6:
20812: * src/types/pa_wcontext.h 1.12:
20813: * src/types/pa_wwrapper.h 1.7:
20814: * src/types/pa_wwrapper.h 1.8:
20815: code documentation ++
20816:
20817: * src/include/pa_common.h 1.42:
20818: * src/include/pa_types.h 1.25:
20819: * src/main/pa_sql_driver_manager.C 1.9:
20820: module [and, guess, isapi] connection caching fixed.
20821: request-pooled-url were stored into global connectioncache
20822:
20823: 2001-04-25 paf
20824: * src/doc/doxygen.cfg 1.4:
20825: * src/doc/doxygen.txt 1.3:
20826: * src/targets/isapi/parser3isapi.C 1.31:
20827: started doc / [doxygen.txt]
20828:
20829: * src/include/code.h 1.27:
20830: * src/include/pa_common.h 1.41:
20831: * src/main/compile.y 1.127:
20832: * src/main/execute.C 1.148:
20833: * src/main/pa_common.C 1.51:
20834: -d
20835:
20836: * src/classes/file.C 1.31:
20837: * src/main/pa_exec.C 1.5:
20838: * src/targets/cgi/parser3.C 1.72:
20839: illegal call check a bit improved, but still under iis no
20840: mapping of dir with parser allowed!
20841:
20842: 2001-04-24 paf
20843: * src/targets/Makefile.in 1.2:
20844: * src/targets/apache13/Makefile.in 1.1:
20845: apache makefile.in s
20846:
20847: * src/targets/Makefile.am 1.5:
20848: * src/targets/apache13/Makefile.am 1.1:
20849: apache module lib .am
20850:
20851: * src/main/pa_exec.C 1.4:
20852: windows32 buildCommand
20853:
20854: 2001-04-23 paf
20855: * src/classes/image.C 1.20:
20856: * src/classes/mail.C 1.21:
20857: * src/include/pa_globals.h 1.50:
20858: * src/include/pa_string.h 1.83:
20859: * src/main/pa_exec.C 1.3:
20860: * src/main/pa_request.C 1.119:
20861: * src/main/untaint.C 1.44:
20862: untaint - @test optimize whitespaces for all but 'html'
20863:
20864: * src/main/untaint.C 1.46:
20865: untaint without charset
20866:
20867: * src/targets/cgi/parser3.C 1.68:
20868: cgi /// @test disable /cgi-bin/parser3/auto.p
20869:
20870: * src/classes/random.C 1.8:
20871: * src/targets/cgi/parser3.C 1.71:
20872: redo failed
20873: /// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once]
20874:
20875: * src/main/untaint.C 1.45:
20876: mail header only once to =?
20877:
20878: * src/classes/mail.C 1.20:
20879: * src/include/pa_hash.h 1.38:
20880: * src/include/pa_string.h 1.82:
20881: * src/main/pa_common.C 1.49:
20882: * src/main/pa_hash.C 1.34:
20883: * src/main/pa_request.C 1.118:
20884: * src/main/untaint.C 1.43:
20885: untaint - @test mail-header
20886:
20887: * src/include/pa_config_auto.h.in 1.1:
20888: .h.in
20889:
20890: * src/targets/cgi/parser3.C 1.69:
20891: cgi cmdline ver
20892:
20893: * src/main/pa_request.C 1.120:
20894: * src/targets/cgi/parser3.C 1.70:
20895: // @test with commandline start "parser3 a.html" so that ^load
20896: a.cfg] worked! [now doesnt]
20897:
20898: * src/main/execute.C 1.147:
20899: operators first!
20900: so that ^table.menu{^rem{}} would not be 'unknown column'
20901:
20902: * src/include/pa_array.h 1.35:
20903: * src/main/pa_array.C 1.31:
20904: * src/types/pa_vfile.h 1.20:
20905: * src/types/pa_vfile.h 1.21:
20906: vfile fields return type
20907:
20908: * src/Makefile.in 1.1:
20909: * src/classes/Makefile.in 1.1:
20910: * src/main/Makefile.in 1.1:
20911: * src/targets/cgi/Makefile.in 1.1:
20912: * src/types/Makefile.in 1.1:
20913: makefile ins
20914:
20915: * src/main/pa_string.C 1.78:
20916: tested OK
20917: /// @test really @b test: s x m [tested: i & g ]
20918:
20919: * src/targets/Makefile.in 1.1:
20920: makefiles&co
20921:
20922: * src/classes/Makefile 1.2:
20923: * src/main/Makefile 1.2:
20924: * src/targets/cgi/Makefile 1.2:
20925: * src/types/Makefile 1.2:
20926: makefiles removed
20927:
20928: * src/classes/Makefile 1.1:
20929: * src/main/Makefile 1.1:
20930: * src/main/pa_string.C 1.79:
20931: * src/targets/cgi/Makefile 1.1:
20932: * src/types/Makefile 1.1:
20933: configure.in + makefiles
20934:
20935: * src/classes/table.C 1.64:
20936: * src/types/pa_vform.C 1.26:
20937: * src/types/pa_vtable.h 1.14:
20938: /// @test $a.menu{ $a[123] }
20939: and $a.menu{^table:set[]...}
20940:
20941: * src/targets/cgi/Makefile.am 1.5:
20942: liblink
20943:
20944: * src/targets/cgi/Makefile.am 1.6:
20945: * src/targets/cgi/Makefile.am 1.7:
20946: win32 conditional
20947:
20948: * src/include/pa_config_fixed.h 1.4:
20949: * src/include/pa_config_includes.h 1.4:
20950: * src/main/pa_common.C 1.50:
20951: common: file_write /// @test mkdirs file_delete rmdirs
20952:
20953: 2001-04-20 paf
20954: * src/main/untaint.C 1.41:
20955: * src/targets/cgi/parser3.C 1.66:
20956: fixed header "a/a"
20957:
20958: * src/main/untaint.C 1.42:
20959: z
20960:
20961: * src/classes/string.C 1.39:
20962: * src/classes/table.C 1.63:
20963: * src/include/pa_globals.h 1.49:
20964: * src/include/pa_request.h 1.83:
20965: * src/include/pa_string.h 1.81:
20966: * src/main/compile.y 1.126:
20967: * src/main/pa_globals.C 1.56:
20968: * src/main/pa_request.C 1.117:
20969: * src/main/pa_string.C 1.77:
20970: * src/targets/cgi/parser3.C 1.67:
20971: $MAIN:LOCALE
20972:
20973: 2001-04-19 paf
20974: * src/main/compile_tools.h 1.37:
20975: $a$b bugfix
20976:
20977: * src/classes/file.C 1.30:
20978: * src/targets/cgi/parser3.C 1.65:
20979: z
20980:
20981: * src/include/pa_common.h 1.39:
20982: * src/main/pa_common.C 1.48:
20983: * src/main/pa_request.C 1.116:
20984: * src/main/untaint.C 1.40:
20985: * src/targets/isapi/parser3isapi.C 1.30:
20986: * src/types/pa_vcookie.C 1.19:
20987: changed urlencode here and in untaint.C to HTTP standard's "
20988: and \" mech
20989:
20990: * src/classes/file.C 1.29:
20991: * src/include/pa_common.h 1.40:
20992: * src/types/pa_vcookie.C 1.20:
20993: done: header to $fields. waits for header '\' tricks
20994:
20995: * src/main/pa_request.C 1.115:
20996: * src/targets/isapi/parser3isapi.C 1.29:
20997: fixed http://alx/~paf/ doesnt load /auto.p
20998:
20999: 2001-04-18 paf
21000: * src/main/Makefile.am 1.10:
21001: * src/main/main.dsp 1.92:
21002: * src/targets/cgi/Makefile.am 1.4:
21003: linux @alx
21004:
21005: * src/main/pa_request.C 1.114:
21006: 1
21007:
21008: 2001-04-17 paf
21009: * src/classes/file.C 1.28:
21010: * src/classes/image.C 1.19:
21011: * src/doc/doxygen.cfg 1.3:
21012: * src/include/pa_sql_connection.h 1.5:
21013: * src/main/pa_sql_driver_manager.C 1.8:
21014: * src/sql/pa_sql_driver.h 1.7:
21015: SQL_Driver_services renamed. doxygen statics enabled
21016:
21017: * src/Makefile.am 1.5:
21018: * src/classes/Makefile.am 1.3:
21019: * src/classes/_double.h 1.7:
21020: * src/classes/_exec.h 1.3:
21021: * src/classes/_file.h 1.4:
21022: * src/classes/_form.h 1.3:
21023: * src/classes/_image.h 1.2:
21024: * src/classes/_int.h 1.7:
21025: * src/classes/_mail.h 1.3:
21026: * src/classes/_op.h 1.5:
21027: * src/classes/_random.h 1.3:
21028: * src/classes/_response.h 1.4:
21029: * src/classes/_string.h 1.9:
21030: * src/classes/_table.h 1.6:
21031: * src/classes/_unknown.h 1.2:
21032: * src/classes/file.C 1.27:
21033: * src/classes/image.C 1.18:
21034: * src/classes/mail.C 1.19:
21035: * src/classes/op.C 1.8:
21036: * src/classes/random.C 1.7:
21037: * src/include/pa_config_fixed.h 1.3:
21038: * src/include/pa_config_includes.h 1.3:
21039: * src/include/pa_hash.h 1.37:
21040: * src/include/pa_sql_driver_manager.h 1.3:
21041: * src/include/pa_version.h 1.2:
21042: * src/main/Makefile.am 1.9:
21043: * src/main/compile.y 1.125:
21044: * src/main/pa_common.C 1.47:
21045: * src/main/pa_exec.C 1.2:
21046: * src/main/pa_socks.C 1.2:
21047: * src/main/pa_sql_driver_manager.C 1.7:
21048: * src/sql/Makefile.am 1.2:
21049: * src/sql/pa_sql_driver.h 1.6:
21050: * src/targets/cgi/Makefile.am 1.3:
21051: * src/targets/cgi/parser3.C 1.64:
21052: * src/types/Makefile.am 1.3:
21053: * src/types/pa_vcookie.C 1.18:
21054: * src/types/pa_vform.C 1.25:
21055: * src/types/pa_vimage.h 1.8:
21056: exec @jav
21057:
21058: * src/include/pa_sql_driver_manager.h [gcc0415] 1.2.2.1:
21059: * src/main/pa_sql_driver_manager.C [gcc0415] 1.6.2.1:
21060: * src/sql/pa_sql_driver.h [gcc0415] 1.5.2.1:
21061: * src/types/pa_vimage.h [gcc0415] 1.7.2.1:
21062: sql driver interface now has initialize(client .so)
21063:
21064: 2001-04-16 paf
21065: * src/Makefile.am [gcc0415] 1.4.2.2:
21066: compile2 cygwin
21067:
21068: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.2:
21069: compile0 jav
21070:
21071: * src/Makefile.am [gcc0415] 1.4.2.1:
21072: * src/classes/Makefile.am [gcc0415] 1.2.2.1:
21073: * src/classes/_double.h [gcc0415] 1.6.2.1:
21074: * src/classes/_exec.h [gcc0415] 1.2.2.1:
21075: * src/classes/_file.h [gcc0415] 1.3.2.1:
21076: * src/classes/_form.h [gcc0415] 1.2.2.1:
21077: * src/classes/_image.h [gcc0415] 1.1.2.1:
21078: * src/classes/_int.h [gcc0415] 1.6.2.1:
21079: * src/classes/_mail.h [gcc0415] 1.2.2.1:
21080: * src/classes/_op.h [gcc0415] 1.4.2.1:
21081: * src/classes/_random.h [gcc0415] 1.2.2.1:
21082: * src/classes/_response.h [gcc0415] 1.3.2.1:
21083: * src/classes/_string.h [gcc0415] 1.8.2.1:
21084: * src/classes/_table.h [gcc0415] 1.5.2.1:
21085: * src/classes/_unknown.h [gcc0415] 1.1.2.1:
21086: * src/classes/image.C [gcc0415] 1.17.2.1:
21087: * src/classes/mail.C [gcc0415] 1.18.2.1:
21088: * src/classes/op.C [gcc0415] 1.7.2.1:
21089: * src/classes/random.C [gcc0415] 1.6.2.1:
21090: * src/include/pa_config_fixed.h [gcc0415] 1.2.2.1:
21091: * src/include/pa_config_includes.h [gcc0415] 1.2.2.1:
21092: * src/include/pa_hash.h [gcc0415] 1.36.2.1:
21093: * src/include/pa_version.h [gcc0415] 1.1.2.1:
21094: * src/main/Makefile.am [gcc0415] 1.8.2.1:
21095: * src/main/compile.y [gcc0415] 1.124.2.1:
21096: * src/main/pa_common.C [gcc0415] 1.46.2.1:
21097: * src/main/pa_exec.C [gcc0415] 1.1.2.1:
21098: * src/sql/Makefile.am [gcc0415] 1.1.2.1:
21099: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.1:
21100: * src/targets/cgi/parser3.C [gcc0415] 1.63.2.1:
21101: * src/types/Makefile.am [gcc0415] 1.2.2.1:
21102: * src/types/pa_vcookie.C [gcc0415] 1.17.2.1:
21103: * src/types/pa_vform.C [gcc0415] 1.24.2.1:
21104: compile-1
21105:
21106: * src/include/pa_config_includes.h [gcc0415] 1.2.2.2:
21107: * src/main/pa_exec.C [gcc0415] 1.1.2.2:
21108: * src/main/pa_socks.C [gcc0415] 1.1.2.1:
21109: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.3:
21110: compile1 cygwin
21111:
21112: 2001-04-15 paf
21113: * src/classes/op.C 1.5:
21114: * src/include/pa_request.h 1.82:
21115: * src/types/pa_value.h 1.48:
21116: * src/types/pa_vmethod_frame.h 1.3:
21117: MethodParams in op.C
21118:
21119: * src/types/pa_value.h 1.49:
21120: MethodParams !junction
21121:
21122: * src/classes/table.C 1.62:
21123: table:empty +=process
21124:
21125: * src/classes/op.C 1.7:
21126: z
21127:
21128: * src/classes/_string.h 1.8:
21129: * src/classes/double.C 1.21:
21130: * src/classes/file.C 1.26:
21131: * src/classes/image.C 1.17:
21132: * src/classes/int.C 1.19:
21133: * src/classes/mail.C 1.18:
21134: * src/classes/op.C 1.6:
21135: * src/classes/random.C 1.6:
21136: * src/classes/response.C 1.7:
21137: * src/classes/string.C 1.38:
21138: * src/classes/table.C 1.61:
21139: * src/classes/unknown.C 1.2:
21140: * src/main/pa_request.C 1.113:
21141: MethodParams everywhere
21142:
21143: 2001-04-12 paf
21144: * src/classes/_unknown.h 1.1:
21145: * src/classes/unknown.C 1.1:
21146: * src/include/pa_globals.h 1.48:
21147: * src/main/main.dsp 1.91:
21148: * src/main/pa_globals.C 1.55:
21149: * src/types/pa_vunknown.h 1.9:
21150: ^unknown:int[]=0 double[]=0
21151:
21152: * src/classes/image.C 1.13:
21153: image:line/fill/rectangle/bar/replace/polygon/polybar
21154:
21155: * src/classes/image.C 1.15:
21156: * src/main/pa_hash.C 1.33:
21157: hash bug fixed
21158:
21159: * src/classes/image.C 1.12:
21160: * src/classes/op.C 1.4:
21161: * src/main/execute.C 1.146:
21162: * src/types/pa_value.h 1.47:
21163: * src/types/pa_vmethod_frame.h 1.2:
21164: * src/types/pa_wcontext.h 1.11:
21165: for var now written not to r.wcontext, but to r.root
21166: cleared "entered_object" state
21167:
21168: * src/classes/image.C 1.16:
21169: * src/types/pa_vimage.h 1.7:
21170: image:font :text
21171:
21172: * src/classes/image.C 1.14:
21173: image:gif now does not have params
21174:
21175: 2001-04-11 paf
21176: * src/classes/mail.C 1.17:
21177: * src/classes/op.C 1.3:
21178: * src/targets/cgi/parser3.C 1.63:
21179: * src/types/pa_value.h 1.46:
21180: * src/types/pa_vfile.C 1.15:
21181: * src/types/pa_vfile.h 1.19:
21182: * src/types/pa_vform.C 1.24:
21183: * src/types/pa_vstring.C 1.3:
21184: * src/types/pa_vstring.h 1.22:
21185: forced UL_FILE_NAME of posted file name
21186:
21187: * src/classes/image.C 1.7:
21188: * src/main/execute.C 1.145:
21189: * src/main/main.dsp 1.89:
21190: * src/main/pa_request.C 1.112:
21191: * src/types/pa_vcframe.h 1.4:
21192: * src/types/pa_vcode_frame.h 1.1:
21193: * src/types/pa_vimage.C 1.4:
21194: * src/types/pa_vimage.h 1.4:
21195: * src/types/pa_vmethod_frame.h 1.1:
21196: * src/types/pa_vmframe.h 1.13:
21197: libimaging dead end: pil parses header in .py
21198:
21199: * src/classes/image.C 1.8:
21200: * src/types/pa_vimage.C 1.5:
21201: * src/types/pa_vimage.h 1.5:
21202: gd started porting to Pooled descendant
21203:
21204: * src/classes/image.C 1.5:
21205: * src/main/pa_request.C 1.110:
21206: * src/types/pa_vform.C 1.23:
21207: fixed post [broke when moved post read to core]
21208:
21209: * src/main/main.dsp 1.87:
21210: gd+smtp made separate libs
21211:
21212: * src/classes/image.C 1.9:
21213: * src/types/pa_vimage.C 1.6:
21214: * src/types/pa_vimage.h 1.6:
21215: gd todo: gif without file
21216:
21217: * src/include/pa_globals.h 1.46:
21218: * src/include/pa_string.h 1.80:
21219: * src/main/pa_common.C 1.46:
21220: * src/main/pa_request.C 1.111:
21221: * src/main/untaint.C 1.39:
21222: * src/types/pa_vfile.C 1.16:
21223: * src/types/pa_vstring.C 1.4:
21224: fixed vstring:as_vfile length
21225:
21226: * src/classes/image.C 1.6:
21227: * src/include/pa_globals.h 1.47:
21228: * src/main/main.dsp 1.88:
21229: * src/main/pa_globals.C 1.54:
21230: * src/types/pa_vimage.C 1.3:
21231: * src/types/pa_vimage.h 1.3:
21232: gd dead end. switching to python imaging lib
21233:
21234: * src/classes/image.C 1.10:
21235: * src/main/main.dsp 1.90:
21236: gd with mem write + image just compiled
21237:
21238: * src/classes/image.C 1.11:
21239: image:create image:load
21240:
21241: 2001-04-10 paf
21242: * src/classes/_double.h 1.6:
21243: * src/classes/_file.h 1.3:
21244: * src/classes/_form.h 1.2:
21245: * src/classes/_int.h 1.6:
21246: * src/classes/_mail.h 1.2:
21247: * src/classes/_op.h 1.4:
21248: * src/classes/_random.h 1.2:
21249: * src/classes/_response.h 1.3:
21250: * src/classes/_string.h 1.7:
21251: * src/classes/_table.h 1.5:
21252: * src/classes/file.C 1.25:
21253: * src/classes/mail.C 1.16:
21254: * src/include/pa_common.h 1.37:
21255: * src/include/pa_globals.h 1.45:
21256: * src/main/execute.C 1.144:
21257: * src/main/main.dsp 1.86:
21258: * src/main/pa_common.C 1.44:
21259: * src/main/pa_globals.C 1.53:
21260: * src/targets/isapi/parser3isapi.C 1.28:
21261: * src/types/pa_value.h 1.45:
21262: * src/types/pa_vfile.C 1.14:
21263: * src/types/pa_vfile.h 1.18:
21264: * src/types/pa_vhash.h 1.10:
21265: * src/types/pa_vimage.h 1.1:
21266: * src/types/pa_vresponse.h 1.8:
21267: * src/types/pa_vstring.h 1.21:
21268: image:measure -100 just compiled
21269:
21270: * src/classes/_image.h 1.1:
21271: * src/classes/image.C 1.1:
21272: * src/types/pa_vimage.C 1.1:
21273: image forgotten!
21274:
21275: * src/classes/image.C 1.3:
21276: * src/types/pa_vimage.C 1.2:
21277: jpg measure bugs fixed
21278:
21279: * src/classes/image.C 1.4:
21280: image:html done
21281:
21282: * src/classes/table.C 1.60:
21283: * src/include/pa_common.h 1.38:
21284: * src/main/pa_common.C 1.45:
21285: * src/main/pa_request.C 1.109:
21286: * src/main/pa_string.C 1.76:
21287: * src/main/untaint.C 1.38:
21288: * src/types/pa_vimage.h 1.2:
21289: image:measure -90
21290:
21291: * src/classes/mail.C 1.11:
21292: * src/main/pa_globals.C 1.52:
21293: smtp some consts
21294:
21295: * src/classes/mail.C 1.12:
21296: unix sendmail compiled. todo:testing
21297:
21298: * src/classes/mail.C 1.14:
21299: sendmail unix skipping defaults
21300:
21301: * src/classes/image.C 1.2:
21302: z
21303:
21304: * src/classes/mail.C 1.13:
21305: * src/include/pa_common.h 1.36:
21306: * src/main/pa_common.C 1.43:
21307: sendmail unix added defaults
21308:
21309: * src/classes/mail.C 1.15:
21310: minor bug with unclear from/to
21311:
21312: 2001-04-09 paf
21313: * src/classes/_exec.h 1.2:
21314: * src/main/execute.C 1.142:
21315: * src/main/pa_globals.C 1.50:
21316: * src/main/pa_request.C 1.106:
21317: * src/types/pa_vcookie.C 1.17:
21318: * src/types/pa_vfile.C 1.12:
21319: exec -2
21320:
21321: * src/classes/file.C 1.24:
21322: * src/include/pa_exec.h 1.1:
21323: * src/include/pa_sapi.h 1.8:
21324: * src/main/main.dsp 1.85:
21325: * src/main/pa_exec.C 1.1:
21326: * src/targets/cgi/parser3.C 1.62:
21327: * src/targets/cgi/parser3.dsp 1.17:
21328: * src/targets/isapi/parser3isapi.C 1.27:
21329: * src/targets/isapi/parser3isapi.dsp 1.12:
21330: all targets exec
21331:
21332: * src/classes/exec.C 1.2:
21333: * src/include/pa_common.h 1.35:
21334: * src/main/pa_common.C 1.42:
21335: * src/main/untaint.C 1.37:
21336: exec3. decided exec:cgi to move to file:cgi
21337:
21338: * src/include/pa_sapi.h 1.7:
21339: * src/include/pa_string.h 1.79:
21340: * src/targets/cgi/parser3.C 1.61:
21341: * src/targets/isapi/parser3isapi.C 1.26:
21342: * src/targets/isapi/parser3isapi.dsp 1.11:
21343: sapi exec dead end. badly parsed args in apache:util.script
21344:
21345: * src/classes/file.C 1.23:
21346: * src/main/main.dsp 1.84:
21347: * src/main/pa_request.C 1.108:
21348: * src/targets/cgi/parser3.C 1.60:
21349: exec win32 env
21350:
21351: * src/classes/exec.C 1.3:
21352: * src/classes/file.C 1.21:
21353: * src/include/pa_globals.h 1.44:
21354: * src/main/execute.C 1.143:
21355: * src/main/main.dsp 1.83:
21356: * src/main/pa_globals.C 1.51:
21357: * src/main/pa_request.C 1.107:
21358: * src/types/pa_vfile.C 1.13:
21359: * src/types/pa_vfile.h 1.17:
21360: * src/types/pa_vform.C 1.22:
21361: * src/types/pa_vstring.C 1.2:
21362: exec4. todo env
21363:
21364: * src/classes/_exec.h 1.1:
21365: * src/classes/exec.C 1.1:
21366: * src/include/pa_common.h 1.34:
21367: * src/include/pa_request.h 1.81:
21368: * src/include/pa_sapi.h 1.6:
21369: * src/include/pa_string.h 1.77:
21370: * src/main/pa_common.C 1.41:
21371: * src/main/pa_request.C 1.105:
21372: * src/main/pa_string.C 1.75:
21373: * src/targets/cgi/parser3.C 1.59:
21374: * src/targets/cgi/parser3.dsp 1.16:
21375: * src/targets/isapi/parser3isapi.C 1.25:
21376: * src/types/pa_vform.C 1.21:
21377: * src/types/pa_vform.h 1.15:
21378: exec class just compiled. moved post read to request core
21379:
21380: * src/classes/file.C 1.22:
21381: * src/include/pa_hash.h 1.36:
21382: * src/main/pa_hash.C 1.32:
21383: exec env 0
21384:
21385: * src/classes/_op.h 1.3:
21386: * src/include/pa_dir.h 1.2:
21387: * src/include/pa_globals.h 1.43:
21388: * src/include/pa_sapi.h 1.5:
21389: * src/main/main.dsp 1.82:
21390: * src/main/pa_dir.C 1.2:
21391: * src/main/pa_globals.C 1.49:
21392: * src/targets/cgi/parser3.C 1.58:
21393: * src/targets/cgi/parser3.dsp 1.15:
21394: problems with ^exec:cgi post data. they are already read by vform
21395:
21396: * src/include/pa_string.h 1.78:
21397: written but not tested exec with env for unix
21398:
21399: 2001-04-08 paf
21400: * src/classes/file.C 1.20:
21401: * src/classes/mail.C 1.10:
21402: * src/classes/string.C 1.37:
21403: * src/include/pa_request.h 1.80:
21404: * src/include/pa_string.h 1.76:
21405: * src/main/pa_request.C 1.104:
21406: uuencode. string<<
21407:
21408: 2001-04-07 paf
21409: * src/classes/_mail.h 1.1:
21410: * src/classes/mail.C 1.1:
21411: * src/include/pa_common.h 1.33:
21412: * src/include/pa_globals.h 1.41:
21413: * src/include/pa_string.h 1.74:
21414: * src/main/main.dsp 1.79:
21415: * src/main/pa_common.C 1.40:
21416: * src/main/pa_globals.C 1.47:
21417: * src/main/pa_request.C 1.101:
21418: * src/main/untaint.C 1.36:
21419: * src/types/pa_vcookie.C 1.16:
21420: mail:send -10 just compiled
21421:
21422: * src/include/pa_socks.h 1.1:
21423: * src/main/main.dsp 1.81:
21424: * src/main/pa_socks.C 1.1:
21425: * src/targets/cgi/parser3.C 1.57:
21426: * src/targets/cgi/parser3.dsp 1.14:
21427: * src/targets/isapi/parser3isapi.C 1.24:
21428: mail:send 1
21429:
21430: * src/classes/mail.C 1.3:
21431: +=
21432:
21433: * src/classes/mail.C 1.6:
21434: ^attach dead end
21435:
21436: * src/classes/mail.C 1.2:
21437: * src/include/pa_string.h 1.75:
21438: mail:send -1 text prepared
21439:
21440: * src/classes/mail.C 1.7:
21441: ^mail[$attach
21442:
21443: * src/classes/mail.C 1.5:
21444: * src/classes/mail.C 1.8:
21445: * src/classes/mail.C 1.9:
21446: * src/main/pa_request.C 1.103:
21447: z
21448:
21449: * src/classes/mail.C 1.4:
21450: * src/include/pa_globals.h 1.42:
21451: * src/include/pa_request.h 1.79:
21452: * src/main/main.dsp 1.80:
21453: * src/main/pa_globals.C 1.48:
21454: * src/main/pa_request.C 1.102:
21455: smtp just compiled
21456:
21457: 2001-04-06 paf
21458: * src/types/pa_valiased.C 1.7:
21459: another root inherititance skipped
21460:
21461: * src/classes/random.C 1.5:
21462: * src/classes/table.C 1.57:
21463: * src/main/pa_globals.C 1.44:
21464: @office
21465:
21466: * src/classes/table.C 1.58:
21467: * src/include/pa_dir.h 1.1:
21468: * src/main/execute.C 1.141:
21469: * src/main/main.dsp 1.78:
21470: * src/main/pa_dir.C 1.1:
21471: table:dir 0 [without regexp]
21472:
21473: * src/main/compile.C 1.34:
21474: * src/main/compile.y 1.124:
21475: * src/main/execute.C 1.139:
21476: operators are now not root methods of parent class. just 'ROOT
21477: class
21478:
21479: * src/classes/table.C 1.59:
21480: * src/include/pa_globals.h 1.40:
21481: * src/main/pa_globals.C 1.46:
21482: * src/main/pa_string.C 1.74:
21483: table:dir 1
21484:
21485: * src/classes/_op.h 1.2:
21486: * src/classes/_root.h 1.5:
21487: * src/classes/op.C 1.2:
21488: * src/classes/root.C 1.62:
21489: * src/include/pa_globals.h 1.39:
21490: * src/include/pa_request.h 1.78:
21491: * src/main/compile.C 1.35:
21492: * src/main/execute.C 1.140:
21493: * src/main/main.dsp 1.77:
21494: * src/main/pa_globals.C 1.45:
21495: * src/main/pa_request.C 1.100:
21496: renamed 'root' to 'op'
21497:
21498: * src/classes/_op.h 1.1:
21499: * src/classes/op.C 1.1:
21500: renamed from 'root'
21501:
21502: 2001-04-05 paf
21503: * src/classes/root.C 1.59:
21504: * src/include/pa_sql_connection.h 1.1:
21505: * src/include/pa_sql_driver.h 1.5:
21506: * src/main/main.dsp 1.76:
21507: * src/main/pa_sql_driver_manager.C 1.3:
21508: * src/sql/pa_sql_driver.h 1.1:
21509: sql driver services for conv memory & error reporting
21510:
21511: * src/main/execute.C 1.138:
21512: * src/main/pa_request.C 1.98:
21513: * src/main/pa_string.C 1.73:
21514: * src/types/pa_value.h 1.44:
21515: * src/types/pa_vmframe.h 1.12:
21516: * src/types/pa_wcontext.h 1.10:
21517: constructor flag dropped at get_method_frame and remembered
21518: into method_frame
21519:
21520: * src/include/pa_globals.h 1.38:
21521: * src/main/pa_globals.C 1.43:
21522: * src/main/pa_request.C 1.96:
21523: * src/main/pa_string.C 1.72:
21524: * src/targets/isapi/parser3isapi.dsp 1.10:
21525: $LOCALE:ctype[Russian_Russia.1251]
21526:
21527: * src/main/pa_request.C 1.99:
21528: * src/sql/pa_sql_driver.h 1.5:
21529: mysql limit
21530:
21531: * src/classes/table.C 1.52:
21532: select * from hren error contains statement
21533:
21534: * src/classes/random.C 1.4:
21535: * src/classes/root.C 1.60:
21536: * src/classes/table.C 1.54:
21537: * src/include/pa_sql_connection.h 1.4:
21538: * src/include/pa_string.h 1.71:
21539: * src/main/execute.C 1.137:
21540: * src/main/pa_sql_driver_manager.C 1.6:
21541: * src/main/pa_string.C 1.70:
21542: * src/main/untaint.C 1.34:
21543: * src/sql/pa_sql_driver.h 1.4:
21544: * src/types/pa_vmframe.h 1.11:
21545: * src/types/pa_wcontext.C 1.5:
21546: * src/types/pa_wcontext.h 1.9:
21547: sql quote. string untaint UL_SQL
21548:
21549: * src/classes/table.C 1.51:
21550: * src/include/pa_sql_connection.h 1.2:
21551: * src/include/pa_types.h 1.24:
21552: * src/main/pa_sql_driver_manager.C 1.4:
21553: * src/main/untaint.C 1.33:
21554: * src/sql/pa_sql_driver.h 1.2:
21555: * src/targets/cgi/parser3.dsp 1.13:
21556: mysql 0
21557:
21558: * src/classes/table.C 1.53:
21559: * src/include/pa_sql_connection.h 1.3:
21560: * src/main/pa_sql_driver_manager.C 1.5:
21561: * src/sql/pa_sql_driver.h 1.3:
21562: sql ping
21563:
21564: * src/classes/table.C 1.55:
21565: * src/include/pa_string.h 1.72:
21566: * src/main/pa_string.C 1.71:
21567: * src/main/untaint.C 1.35:
21568: z
21569:
21570: * src/classes/file.C 1.19:
21571: * src/classes/root.C 1.61:
21572: * src/classes/string.C 1.36:
21573: * src/classes/table.C 1.56:
21574: * src/main/pa_request.C 1.97:
21575: junction to code&expression in errors
21576:
21577: * src/include/pa_config_fixed.h 1.2:
21578: * src/include/pa_config_includes.h 1.2:
21579: * src/include/pa_hash.h 1.35:
21580: * src/include/pa_string.h 1.73:
21581: * src/main/pa_hash.C 1.31:
21582: * src/main/pa_table.C 1.26:
21583: hash now not thread-safe.
21584:
21585: 2001-04-04 paf
21586: * src/include/pa_sql_driver.h 1.4:
21587: mysql connect
21588:
21589: * src/classes/random.C 1.3:
21590: * src/classes/root.C 1.56:
21591: * src/classes/table.C 1.49:
21592: * src/include/pa_globals.h 1.36:
21593: * src/include/pa_pool.h 1.48:
21594: * src/include/pa_request.h 1.76:
21595: * src/main/pa_request.C 1.94:
21596: * src/types/pa_vclass.h 1.12:
21597: sql frame -10
21598:
21599: * src/Makefile.am 1.4:
21600: * src/classes/root.C 1.57:
21601: * src/classes/string.C 1.35:
21602: * src/classes/table.C 1.50:
21603: * src/include/pa_globals.h 1.37:
21604: * src/include/pa_hash.h 1.34:
21605: * src/include/pa_pool.h 1.49:
21606: * src/include/pa_request.h 1.77:
21607: * src/include/pa_sapi.h 1.4:
21608: * src/include/pa_string.h 1.70:
21609: * src/include/pa_table.h 1.29:
21610: * src/main/main.dsp 1.74:
21611: * src/main/pa_globals.C 1.42:
21612: * src/main/pa_hash.C 1.30:
21613: * src/main/pa_request.C 1.95:
21614: * src/main/pa_string.C 1.69:
21615: * src/main/pa_table.C 1.25:
21616: * src/main/untaint.C 1.32:
21617: connect&sql -1000 just compiled
21618:
21619: * src/sql/Makefile.am 1.1:
21620: forgot to add mysql client
21621:
21622: * src/classes/root.C 1.58:
21623: * src/include/pa_sql_driver.h 1.2:
21624: * src/include/pa_sql_driver_manager.h 1.2:
21625: * src/main/main.dsp 1.75:
21626: * src/main/pa_sql_driver_manager.C 1.2:
21627: more manager&connection&driver
21628:
21629: * src/include/pa_sql_driver.h 1.3:
21630: mysql info
21631:
21632: * src/doc/doxygen.cfg 1.2:
21633: z
21634:
21635: * src/include/pa_sql_driver.h 1.1:
21636: * src/include/pa_sql_driver_manager.h 1.1:
21637: * src/main/pa_sql_driver_manager.C 1.1:
21638: connect&sql -1000 just compiled [forgot to add libltdl, added]
21639:
21640: 2001-04-03 paf
21641: * src/classes/file.C 1.18:
21642: * src/classes/string.C 1.32:
21643: * src/classes/table.C 1.48:
21644: * src/include/pa_string.h 1.69:
21645: * src/main/pa_common.C 1.39:
21646: * src/main/pa_string.C 1.68:
21647: * src/main/untaint.C 1.31:
21648: string:match replace 2. string.cstr(forced lang)
21649:
21650: * src/classes/string.C 1.30:
21651: string:match replace 0
21652:
21653: * src/classes/string.C 1.34:
21654: * src/types/pa_vform.C 1.19:
21655: string:match replace assigned lang
21656:
21657: * src/classes/string.C 1.31:
21658: * src/include/pa_string.h 1.68:
21659: * src/main/pa_string.C 1.67:
21660: string:match replace strange matches
21661:
21662: * src/classes/table.C 1.46:
21663: table:append now uses string::split
21664:
21665: * src/include/pa_globals.h 1.33:
21666: * src/include/pa_hash.h 1.33:
21667: * src/main/pa_globals.C 1.39:
21668: * src/main/pa_request.C 1.92:
21669: * src/targets/cgi/parser3.C 1.55:
21670: * src/targets/isapi/parser3isapi.C 1.22:
21671: * src/types/pa_vfile.C 1.11:
21672: content-disposition
21673:
21674: * src/classes/string.C 1.25:
21675: * src/include/pa_globals.h 1.34:
21676: * src/include/pa_string.h 1.64:
21677: * src/main/main.dsp 1.73:
21678: * src/main/pa_globals.C 1.40:
21679: * src/main/pa_string.C 1.62:
21680: string:match [search] -1 just compiled
21681:
21682: * src/classes/string.C 1.26:
21683: * src/include/pa_globals.h 1.35:
21684: * src/include/pa_string.h 1.65:
21685: * src/include/pa_threads.h 1.12:
21686: * src/main/pa_globals.C 1.41:
21687: * src/main/pa_string.C 1.63:
21688: * src/targets/isapi/parser3isapi.dsp 1.9:
21689: string:match 0
21690:
21691: * src/main/pa_common.C 1.37:
21692: * src/main/untaint.C 1.30:
21693: * src/targets/cgi/parser3.C 1.56:
21694: * src/targets/isapi/parser3isapi.C 1.23:
21695: * src/targets/isapi/pool_storage.h 1.4:
21696: todo/tests
21697:
21698: * src/classes/file.C 1.15:
21699: * src/classes/root.C 1.54:
21700: * src/classes/string.C 1.23:
21701: * src/classes/table.C 1.44:
21702: * src/doc/doxygen.cmd 1.1:
21703: * src/doc/doxygen.txt 1.2:
21704: * src/doc/generate.cmd 1.2:
21705: * src/include/pa_array.h 1.34:
21706: * src/include/pa_request.h 1.74:
21707: * src/include/pa_string.h 1.62:
21708: * src/main/execute.C 1.136:
21709: * src/main/pa_string.C 1.60:
21710: * src/main/untaint.C 1.29:
21711: * src/targets/cgi/parser3.C 1.52:
21712: * src/types/pa_vcookie.C 1.15:
21713: string::pos & cmp & piece bugs fixed.
21714: string::split new
21715: table:load separated from set
21716: table:set implemented with clean \n \t searches
21717:
21718: * src/include/pa_common.h 1.31:
21719: * src/include/pa_globals.h 1.32:
21720: * src/main/pa_globals.C 1.38:
21721: * src/main/pa_request.C 1.91:
21722: * src/targets/cgi/parser3.C 1.54:
21723: * src/targets/isapi/parser3isapi.C 1.21:
21724: * src/types/pa_value.h 1.43:
21725: main:post-process
21726:
1.39 paf 21727: * src/classes/string.C 1.27:
21728: * src/include/pa_string.h 1.66:
21729: * src/main/pa_string.C 1.64:
21730: string:match replace -11
21731:
1.15 paf 21732: * src/classes/file.C 1.16:
21733: * src/classes/table.C 1.45:
21734: * src/include/pa_common.h 1.32:
21735: * src/main/compile_tools.C 1.34:
21736: * src/main/pa_common.C 1.38:
21737: * src/main/pa_request.C 1.93:
21738: * src/types/pa_vform.C 1.20:
21739: * src/types/pa_vstring.C 1.1:
21740: z
21741:
21742: * src/include/pa_common.h 1.30:
21743: * src/include/pa_request.h 1.75:
21744: * src/include/pa_sapi.h 1.3:
21745: * src/main/main.dsp 1.72:
21746: * src/main/pa_common.C 1.36:
21747: * src/main/pa_request.C 1.90:
21748: * src/targets/cgi/parser3.C 1.53:
21749: * src/types/pa_value.h 1.42:
21750: * src/types/pa_vfile.C 1.10:
21751: * src/types/pa_vfile.h 1.16:
21752: * src/types/pa_vstring.h 1.20:
21753: vfile in response:body
21754:
21755: * src/classes/string.C 1.28:
21756: * src/include/pa_string.h 1.67:
21757: * src/main/pa_string.C 1.65:
21758: string:match replace prepared
21759:
21760: * src/classes/string.C 1.33:
21761: * src/main/compile.y 1.123:
21762: grammar: fixed to allow {}[]< empty []
21763:
21764: * src/classes/double.C 1.20:
21765: * src/classes/file.C 1.17:
21766: * src/classes/form.C 1.3:
21767: * src/classes/int.C 1.18:
21768: * src/classes/response.C 1.6:
21769: * src/classes/root.C 1.55:
21770: * src/classes/string.C 1.24:
21771: * src/classes/table.C 1.47:
21772: * src/include/pa_string.h 1.63:
21773: * src/main/pa_string.C 1.61:
21774: string:match -10 [frame]
21775:
21776: * src/classes/string.C 1.29:
21777: * src/main/pa_string.C 1.66:
21778: string:match replace prepared 2
21779:
21780: 2001-04-02 paf
21781: * src/classes/_random.h 1.1:
21782: * src/classes/random.C 1.1:
21783: * src/include/pa_globals.h 1.31:
21784: * src/main/main.dsp 1.71:
21785: * src/main/pa_globals.C 1.37:
21786: * src/main/pa_request.C 1.89:
21787: * src/types/pa_value.h 1.40:
21788: random:generate
21789:
21790: * src/classes/table.C 1.42:
21791: * src/include/pa_array.h 1.33:
21792: * src/include/pa_string.h 1.60:
21793: * src/include/pa_table.h 1.28:
21794: * src/main/execute.C 1.135:
21795: * src/types/pa_value.h 1.41:
21796: table:join
21797:
21798: * src/classes/table.C 1.43:
21799: * src/include/pa_string.h 1.61:
21800: * src/main/pa_string.C 1.59:
21801: * src/types/pa_valiased.C 1.6:
21802: * src/types/pa_valiased.h 1.12:
21803: * src/types/pa_vdouble.h 1.15:
21804: * src/types/pa_vfile.h 1.15:
21805: * src/types/pa_vint.h 1.16:
21806: * src/types/pa_vresponse.h 1.7:
21807: * src/types/pa_vstring.h 1.19:
21808: * src/types/pa_vtable.h 1.13:
21809: string::pos. about to use it in table:set/load
21810:
21811: * src/classes/random.C 1.2:
21812: random:generate 1
21813:
21814: 2001-03-30 paf
21815: * src/classes/double.C 1.19:
21816: * src/classes/file.C 1.14:
21817: * src/classes/int.C 1.17:
21818: * src/classes/response.C 1.5:
21819: * src/classes/root.C 1.53:
21820: * src/classes/string.C 1.22:
21821: * src/classes/table.C 1.40:
21822: * src/main/compile.y 1.122:
21823: * src/main/execute.C 1.134:
21824: * src/types/pa_value.h 1.39:
21825: * src/types/pa_vstateless_class.C 1.7:
21826: * src/types/pa_vstateless_class.h 1.9:
21827: static|dynamic|any method registration
21828:
21829: * src/classes/table.C 1.41:
21830: * src/include/pa_string.h 1.59:
21831: * src/main/pa_string.C 1.58:
21832: todo: table flip and append. string::pos
21833:
21834: 2001-03-29 paf
21835: * src/classes/string.C 1.14:
21836: * src/main/compile.y 1.120:
21837: * src/main/compile_tools.C 1.33:
21838: * src/main/compile_tools.h 1.36:
21839: * src/main/main.dsp 1.70:
21840: * src/types/pa_value.h 1.38:
21841: * src/types/pa_vstring.h 1.17:
21842: * src/types/pa_vunknown.h 1.8:
21843: empty params allowed. [] and [;] are different now.
21844:
21845: * src/include/pa_pool.h 1.46:
21846: * src/include/pa_request.h 1.72:
21847: * src/main/pa_request.C 1.86:
21848: * src/main/untaint.C 1.25:
21849: pool.request
21850:
21851: * src/classes/string.C 1.21:
21852: string:xsplit forgot that they must result in 1 row N column [
21853: not vice versa]
21854:
21855: * src/classes/string.C 1.17:
21856: * src/include/pa_string.h 1.57:
21857: * src/main/execute.C 1.133:
21858: * src/main/pa_array.C 1.30:
21859: * src/main/pa_string.C 1.56:
21860: * src/types/pa_vtable.h 1.12:
21861: string: lsplit -1
21862:
21863: * src/classes/string.C 1.16:
21864: * src/include/pa_string.h 1.55:
21865: * src/main/pa_string.C 1.54:
21866: string: pos -1
21867:
21868: * src/classes/string.C 1.18:
21869: * src/include/pa_string.h 1.58:
21870: * src/main/pa_string.C 1.57:
21871: string: lsplit
21872:
21873: * src/include/pa_pool.h 1.47:
21874: * src/include/pa_request.h 1.73:
21875: * src/main/pa_request.C 1.87:
21876: * src/main/untaint.C 1.26:
21877: pool.request undone
21878:
21879: * src/classes/string.C 1.20:
21880: z
21881:
21882: * src/include/pa_string.h 1.56:
21883: * src/main/pa_string.C 1.55:
21884: * src/main/untaint.C 1.28:
21885: string: pos
21886:
21887: * src/classes/string.C 1.15:
21888: * src/classes/table.C 1.38:
21889: * src/include/pa_string.h 1.54:
21890: * src/main/compile.y 1.121:
21891: * src/main/pa_request.C 1.88:
21892: * src/main/pa_string.C 1.53:
21893: * src/main/untaint.C 1.27:
21894: string: left right mid
21895:
21896: * src/classes/file.C 1.13:
21897: * src/classes/table.C 1.39:
21898: * src/include/pa_table.h 1.27:
21899: * src/main/pa_table.C 1.24:
21900: * src/types/pa_vstring.h 1.18:
21901: * src/types/pa_wwrapper.h 1.6:
21902: table:flip
21903:
21904: * src/classes/string.C 1.19:
21905: string: rsplit
21906:
21907: 2001-03-28 paf
21908: * src/classes/file.C 1.12:
21909: * src/include/pa_globals.h 1.30:
21910: * src/include/pa_request.h 1.71:
21911: * src/targets/cgi/parser3.C 1.51:
21912: * src/targets/isapi/parser3isapi.C 1.20:
21913: * src/types/pa_value.h 1.37:
21914: * src/types/pa_vrequest.C 1.4:
21915: * src/types/pa_vunknown.h 1.7:
21916: $request:browser [.type .version]; unknown.get_double now = 0.
21917:
21918: * src/classes/table.C 1.36:
21919: * src/include/pa_array.h 1.32:
21920: * src/include/pa_hash.h 1.32:
21921: * src/include/pa_table.h 1.24:
21922: * src/main/pa_array.C 1.29:
21923: * src/main/pa_table.C 1.21:
21924: * src/types/pa_vtable.h 1.11:
21925: table:locate just compiled
21926:
21927: * src/classes/file.C 1.9:
21928: * src/include/pa_common.h 1.29:
21929: * src/main/pa_common.C 1.34:
21930: * src/types/pa_vfile.C 1.7:
21931: * src/types/pa_vfile.h 1.12:
21932: started file:load. wrong write. must be self.set
21933:
21934: * src/classes/file.C 1.8:
21935: * src/classes/root.C 1.52:
21936: * src/classes/table.C 1.37:
21937: * src/include/pa_table.h 1.25:
21938: * src/main/pa_table.C 1.22:
21939: table:locate1, file:test
21940:
21941: * src/classes/file.C 1.10:
21942: * src/main/execute.C 1.132:
21943: * src/main/pa_common.C 1.35:
21944: * src/main/untaint.C 1.24:
21945: * src/targets/cgi/parser3.C 1.50:
21946: * src/types/pa_vfile.C 1.8:
21947: * src/types/pa_vfile.h 1.13:
21948: * src/types/pa_vform.C 1.17:
21949: file:load 1. tainted
21950:
21951: * src/classes/file.C 1.11:
21952: * src/include/pa_globals.h 1.29:
21953: * src/include/pa_request.h 1.70:
21954: * src/include/pa_table.h 1.26:
21955: * src/main/pa_globals.C 1.36:
21956: * src/main/pa_request.C 1.85:
21957: * src/main/pa_table.C 1.23:
21958: * src/types/pa_vfile.C 1.9:
21959: * src/types/pa_vfile.h 1.14:
21960: * src/types/pa_vform.C 1.18:
21961: file:load autodetection of mime-type by user-file-name
21962:
21963: 2001-03-27 paf
21964: * src/classes/double.C 1.18:
21965: * src/classes/int.C 1.16:
21966: * src/classes/root.C 1.51:
21967: * src/classes/string.C 1.13:
21968: * src/classes/table.C 1.34:
21969: * src/main/compile_tools.C 1.32:
21970: * src/main/execute.C 1.128:
21971: * src/main/pa_request.C 1.84:
21972: * src/main/untaint.C 1.23:
21973: * src/types/pa_value.h 1.35:
21974: * src/types/pa_vbool.h 1.6:
21975: * src/types/pa_vcookie.C 1.14:
21976: * src/types/pa_vdouble.h 1.14:
21977: * src/types/pa_vfile.h 1.11:
21978: * src/types/pa_vint.h 1.15:
21979: * src/types/pa_vmframe.h 1.9:
21980: * src/types/pa_vstring.h 1.16:
21981: * src/types/pa_vtable.h 1.10:
21982: * src/types/pa_vunknown.h 1.6:
21983: sort 0
21984:
21985: * src/classes/table.C 1.31:
21986: * src/include/pa_common.h 1.27:
21987: * src/main/compile.y 1.117:
21988: * src/main/execute.C 1.127:
21989: * src/main/pa_common.C 1.31:
21990: * src/main/pa_table.C 1.20:
21991: table:save decided to have as it were. stepped back.
21992: grammar: added 'in' 'is' 'lt'&co follow-space check
21993:
21994: * src/main/compile.y 1.119:
21995: fixed minor bug in @mn[][] ...^{
21996:
21997: * src/main/execute.C 1.130:
21998: * src/types/pa_value.h 1.36:
21999: * src/types/pa_vmframe.h 1.10:
22000: * src/types/pa_wcontext.h 1.8:
22001: fixed r/w context of code-params
22002:
22003: * src/classes/table.C 1.33:
22004: * src/main/pa_common.C 1.32:
22005: * src/main/pa_request.C 1.83:
22006: * src/targets/cgi/parser3.C 1.49:
22007: * src/types/pa_value.h 1.34:
22008: * src/types/pa_vbool.h 1.5:
22009: * src/types/pa_vdouble.h 1.12:
22010: * src/types/pa_vfile.h 1.9:
22011: * src/types/pa_vint.h 1.13:
22012: * src/types/pa_vstring.h 1.14:
22013: * src/types/pa_vunknown.h 1.5:
22014: continue on sort
22015:
22016: * src/types/pa_valiased.C 1.5:
22017: * src/types/pa_valiased.h 1.11:
22018: * src/types/pa_vdouble.h 1.13:
22019: * src/types/pa_vfile.h 1.10:
22020: * src/types/pa_vint.h 1.14:
22021: * src/types/pa_vresponse.h 1.6:
22022: * src/types/pa_vstring.h 1.15:
22023: * src/types/pa_vtable.h 1.9:
22024: renamed to are_static_calls_disabled
22025:
22026: * src/main/execute.C 1.131:
22027: * src/main/pa_common.C 1.33:
22028: fixed r/w context of code-params2, fixed ntfs hardlink slow dir update
22029:
22030: * src/classes/table.C 1.35:
22031: * src/main/execute.C 1.129:
22032: about to change junction rcontext!!
22033:
22034: * src/classes/table.C 1.32:
22035: * src/include/pa_common.h 1.28:
22036: * src/main/compile.y 1.118:
22037: started table:sort
22038: fixed minor bug in #...^{
22039:
22040: 2001-03-26 paf
22041: * src/classes/file.C 1.7:
22042: * src/classes/root.C 1.50:
22043: * src/classes/table.C 1.30:
22044: * src/include/pa_common.h 1.26:
22045: * src/include/pa_globals.h 1.28:
22046: * src/include/pa_table.h 1.23:
22047: * src/main/pa_common.C 1.30:
22048: * src/main/pa_globals.C 1.35:
22049: * src/main/pa_request.C 1.82:
22050: * src/main/pa_table.C 1.19:
22051: moved ::save to pa_table.
22052: disabled @auto invocation in ^process
22053:
22054: * src/classes/table.C 1.29:
22055: * src/include/pa_array.h 1.31:
22056: * src/include/pa_table.h 1.22:
22057: * src/main/pa_array.C 1.28:
22058: table:record
22059:
22060: * src/main/untaint.C 1.22:
22061: * src/targets/cgi/parser3.C 1.48:
22062: * src/targets/isapi/parser3isapi.C 1.19:
22063: * src/targets/isapi/parser3isapi.dsp 1.8:
22064: * src/targets/isapi/pool_storage.h 1.3:
22065: * src/types/pa_valiased.h 1.10:
22066: * src/types/pa_vcookie.C 1.13:
22067: * src/types/pa_vdouble.h 1.11:
22068: * src/types/pa_vfile.h 1.8:
22069: * src/types/pa_vint.h 1.12:
22070: * src/types/pa_vresponse.h 1.5:
22071: * src/types/pa_vstring.h 1.13:
22072: * src/types/pa_vtable.h 1.8:
22073: z
22074:
22075: * src/main/compile.y 1.116:
22076: grammar: [] 0params [;] 2 params (was 0)
22077:
22078: * src/include/pa_pool.h 1.45:
22079: * src/main/execute.C 1.126:
22080: * src/types/pa_valiased.C 1.4:
22081: * src/types/pa_valiased.h 1.9:
22082: * src/types/pa_value.h 1.33:
22083: * src/types/pa_vdouble.h 1.10:
22084: * src/types/pa_vfile.h 1.7:
22085: * src/types/pa_vint.h 1.11:
22086: * src/types/pa_vresponse.h 1.4:
22087: * src/types/pa_vstring.h 1.12:
22088: * src/types/pa_vtable.h 1.7:
22089: disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.
22090: allowed no checks in native method realisations on 'self' validity -
22091: they now can simply assume that 'self' is V{Proper} .
22092:
22093: 2001-03-25 paf
22094: * src/classes/table.C 1.26:
22095: * src/include/pa_globals.h 1.27:
22096: * src/include/pa_string.h 1.52:
22097: * src/include/pa_table.h 1.20:
22098: * src/main/compile.y 1.114:
22099: * src/main/compile_tools.C 1.31:
22100: * src/main/compile_tools.h 1.35:
22101: * src/main/pa_globals.C 1.32:
22102: * src/main/pa_request.C 1.79:
22103: * src/main/pa_string.C 1.52:
22104: * src/main/pa_table.C 1.17:
22105: * src/main/untaint.C 1.15:
22106: * src/types/pa_vcookie.h 1.7:
22107: typo & typo-default
22108:
22109: * src/main/pa_globals.C 1.34:
22110: * src/main/untaint.C 1.19:
22111: html-typo - moved all processing to table [except preliminary \
22112: \n \r \n replacements to "\n"]
22113:
22114: * src/main/untaint.C 1.16:
22115: typo \r \r\n \n properly handled
22116:
22117: * src/classes/table.C 1.27:
22118: * src/include/pa_table.h 1.21:
22119: * src/main/pa_globals.C 1.33:
22120: * src/main/pa_table.C 1.18:
22121: * src/main/untaint.C 1.17:
22122: returned table originating. useful for reporting typo table
22123: problems origin. think would be useful somewhere else
22124:
22125: * src/classes/table.C 1.28:
22126: * src/main/untaint.C 1.18:
22127: html-typo - decided to move all the processing to table
22128:
22129: * src/main/pa_request.C 1.80:
22130: table empty lines ignored. system-default content type assigned
22131: in output:result [can fail in main:auto and skipped normal
22132: defaults extraction]
22133:
22134: * src/include/pa_string.h 1.53:
22135: * src/main/compile.y 1.115:
22136: #comment fixed minor bug
22137:
22138: * src/main/pa_request.C 1.81:
22139: * src/main/untaint.C 1.20:
22140: moved default typo-table to lowlevel - it initialization could
22141: be skipped if failed in @auto. so that exception report would
22142: use some table
22143:
22144: * src/main/untaint.C 1.21:
22145: z
22146:
22147: 2001-03-24 paf
22148: * src/main/pa_globals.C 1.28:
22149: * src/types/pa_vclass.C 1.6:
22150: * src/types/pa_vclass.h 1.11:
22151: * src/types/pa_vstateless_class.C 1.6:
22152: * src/types/pa_vstateless_class.h 1.8:
22153: thrown away freeze mech.
22154: no danger now for you can't do ^request:process[@new-method[]
22155: body]
22156: trick anymore.
22157: still remains $some_instance.process[@new-method[]
22158: possibility]
22159: but would leave it as a feature.
22160: see index for sample
22161:
22162: * src/include/pa_string.h 1.51:
22163: * src/main/pa_string.C 1.51:
22164: * src/main/untaint.C 1.14:
22165: * src/targets/cgi/parser3.C 1.47:
22166: html-typo 2
22167:
22168: * src/include/pa_array.h 1.29:
22169: * src/include/pa_hash.h 1.31:
22170: * src/include/pa_request.h 1.67:
22171: * src/main/compile.y 1.110:
22172: * src/main/pa_array.C 1.26:
22173: * src/main/pa_common.C 1.25:
22174: * src/main/pa_hash.C 1.29:
22175: * src/main/pa_request.C 1.73:
22176: * src/types/pa_vcookie.C 1.12:
22177: cyclic uses ignored. defaulted default content-type
22178:
22179: * src/doc/doxygen.cfg 1.1:
22180: * src/doc/doxygen.txt 1.1:
22181: * src/doc/generate.cmd 1.1:
22182: * src/doc/view.cmd 1.1:
22183: * src/include/pa_array.h 1.30:
22184: * src/include/pa_globals.h 1.26:
22185: * src/include/pa_pool.h 1.44:
22186: * src/include/pa_string.h 1.50:
22187: * src/include/pa_table.h 1.19:
22188: * src/main/execute.C 1.125:
22189: * src/main/pa_array.C 1.27:
22190: * src/main/pa_globals.C 1.31:
22191: * src/main/pa_request.C 1.78:
22192: * src/main/pa_string.C 1.50:
22193: * src/main/untaint.C 1.13:
22194: * src/targets/cgi/parser3.C 1.46:
22195: * src/targets/isapi/parser3isapi.C 1.18:
22196: * src/types/pa_value.h 1.32:
22197: * src/types/pa_vtable.h 1.6:
22198: html-typo 0
22199: html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first
22200: html-typo sample. detected << problem: they become ltlt too fast
22201:
22202: * src/classes/file.C 1.6:
22203: * src/classes/root.C 1.49:
22204: * src/classes/table.C 1.25:
22205: * src/include/pa_common.h 1.25:
22206: * src/include/pa_request.h 1.69:
22207: * src/main/compile.y 1.111:
22208: * src/main/pa_common.C 1.28:
22209: * src/main/pa_request.C 1.77:
22210: * src/main/pa_string.C 1.49:
22211: * src/targets/isapi/parser3isapi.C 1.17:
22212: * src/types/pa_vfile.h 1.6:
22213: file_read stringified
22214:
22215: * src/include/pa_sapi.h 1.2:
22216: * src/main/pa_common.C 1.27:
22217: * src/main/pa_request.C 1.76:
22218: * src/targets/cgi/parser3.C 1.44:
22219: * src/targets/isapi/nt_log_events.mc 1.1:
22220: * src/targets/isapi/parser3isapi.C 1.16:
22221: * src/targets/isapi/parser3isapi.dsp 1.6:
22222: 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.
22223: isapi: used HSE_APPEND_LOG_PARAMETER feature
22224:
22225: * src/types/pa_valiased.C 1.3:
22226: decided to String-ify file_read
22227:
22228: * src/targets/cgi/parser3.C 1.45:
22229: * src/targets/isapi/nt_log_events.mc 1.2:
22230: * src/targets/isapi/parser3isapi.dsp 1.7:
22231: cgi: sapi::log
22232:
22233: * src/main/compile.y 1.109:
22234: * src/main/execute.C 1.124:
22235: * src/main/main.dsp 1.69:
22236: @CLASS equals @BASE. sanity
22237:
22238: * src/include/pa_common.h 1.22:
22239: * src/main/pa_common.C 1.23:
22240: * src/main/pa_request.C 1.72:
22241: * src/targets/cgi/parser3.C 1.42:
22242: * src/targets/isapi/pool_storage.h 1.2:
22243: * src/types/pa_vform.C 1.16:
22244: * src/types/pa_vform.h 1.14:
22245: auto.p monkey
22246:
22247: * src/include/pa_common.h 1.24:
22248: * src/include/pa_globals.h 1.25:
22249: * src/main/pa_common.C 1.26:
22250: * src/main/pa_globals.C 1.30:
22251: * src/main/pa_request.C 1.75:
22252: * src/targets/isapi/parser3isapi.C 1.15:
22253: fixed default content-type allocation storage
22254:
1.39 paf 22255: * src/include/pa_globals.h 1.24:
22256: * src/include/pa_request.h 1.68:
22257: * src/main/compile.y 1.113:
22258: * src/main/pa_common.C 1.29:
22259: * src/main/pa_globals.C 1.29:
22260: * src/main/pa_request.C 1.74:
22261: z
22262:
1.15 paf 22263: * src/include/pa_common.h 1.23:
22264: * src/main/pa_common.C 1.24:
22265: * src/targets/cgi/parser3.C 1.43:
22266: * src/targets/isapi/parser3isapi.C 1.14:
22267: auto.p monkey every target
22268:
22269: * src/main/compile.y 1.112:
22270: * src/main/compile_tools.h 1.34:
22271: #comment
22272:
22273: 2001-03-23 paf
22274: * src/classes/root.C 1.48:
22275: * src/classes/table.C 1.24:
22276: * src/include/pa_common.h 1.21:
22277: * src/include/pa_config_fixed.h 1.1:
22278: * src/include/pa_config_includes.h 1.1:
22279: * src/include/pa_string.h 1.49:
22280: * src/include/pa_threads.h 1.11:
22281: * src/include/pa_types.h 1.23:
22282: * src/include/pa_version.h 1.1:
22283: * src/main/compile.y 1.108:
22284: * src/main/execute.C 1.123:
22285: * src/main/pa_array.C 1.25:
22286: * src/main/pa_common.C 1.22:
22287: * src/main/pa_hash.C 1.28:
22288: * src/main/pa_pool.C 1.17:
22289: * src/main/pa_request.C 1.70:
22290: * src/main/pa_string.C 1.48:
22291: * src/main/untaint.C 1.12:
22292: * src/targets/cgi/parser3.C 1.40:
22293: * src/targets/isapi/parser3isapi.C 1.10:
22294: * src/types/pa_vfile.C 1.6:
22295: * src/types/pa_vform.C 1.15:
22296: cgi: reinvent document_root and request_uri under iis. autoconf
22297: updated. introducing ap_config_includes
22298:
22299: * src/targets/cgi/parser3.C 1.41:
22300: * src/targets/isapi/parser3isapi.C 1.12:
22301: isapi: think it would be better to rewrite as filter then to
22302: deal with pool
22303:
22304: * src/targets/cgi/parser3.C 1.39:
22305: cgi: reinvent document_root under iis
22306:
22307: * src/include/pa_globals.h 1.22:
22308: * src/main/pa_request.C 1.68:
22309: * src/targets/cgi/parser3.C 1.36:
22310: * src/targets/cgi/parser3.dsp 1.12:
22311: * src/targets/isapi/parser3isapi.C 1.8:
22312: * src/types/pa_vcookie.C 1.10:
22313: * src/types/pa_venv.h 1.12:
22314: * src/types/pa_vform.C 1.13:
22315: all: sapi beauty
22316:
22317: * src/main/pa_request.C 1.67:
22318: * src/targets/cgi/parser3.C 1.35:
22319: * src/targets/isapi/parser3isapi.C 1.7:
22320: * src/targets/isapi/parser3isapi.dsp 1.4:
22321: isapi minor env beauty
22322:
22323: * src/include/pa_globals.h 1.23:
22324: * src/include/pa_sapi.h 1.1:
22325: * src/main/main.dsp 1.67:
22326: * src/main/pa_globals.C 1.27:
22327: * src/main/pa_request.C 1.69:
22328: * src/targets/cgi/parser3.C 1.37:
22329: * src/targets/isapi/parser3isapi.C 1.9:
22330: * src/types/pa_vcookie.C 1.11:
22331: * src/types/pa_venv.h 1.13:
22332: * src/types/pa_vform.C 1.14:
22333: sapi made object
22334:
22335: * src/include/pa_pool.h 1.43:
22336: * src/main/pa_request.C 1.71:
22337: * src/targets/cgi/pa_pool.C 1.3:
22338: * src/targets/isapi/pa_pool.C 1.3:
22339: * src/targets/isapi/parser3isapi.C 1.13:
22340: * src/targets/isapi/parser3isapi.dsp 1.5:
22341: * src/targets/isapi/pool_storage.h 1.1:
22342: isapi: dumb pool storage
22343:
22344: * src/main/main.dsp 1.68:
22345: * src/targets/isapi/parser3isapi.C 1.11:
22346: isapi: docroot now like in cgi, not from APPL_PHYSICAL_PATH
22347:
22348: * src/targets/isapi/pa_pool.C 1.2:
22349: decided to continue with extension
22350:
22351: * src/targets/cgi/parser3.C 1.38:
22352: cgi: only one pool now
22353:
22354: 2001-03-22 paf
22355: * src/main/pa_request.C 1.66:
22356: * src/targets/cgi/parser3.C 1.34:
22357: * src/targets/isapi/parser3isapi.C 1.6:
22358: * src/targets/isapi/parser3isapi.dsp 1.3:
22359: isapi document_root 0
22360:
22361: * src/types/pa_vcookie.C 1.8:
22362: cookie attr decoded
22363:
22364: * src/include/pa_pool.h 1.40:
22365: * src/targets/cgi/pa_pool.C 1.2:
22366: * src/targets/cgi/parser3.C 1.31:
22367: * src/targets/cgi/parser3.dsp 1.11:
22368: * src/targets/isapi/pa_pool.C 1.1:
22369: * src/targets/isapi/parser3isapi.C 1.1:
22370: * src/targets/isapi/parser3isapi.def 1.1:
22371: * src/targets/isapi/parser3isapi.dsp 1.1:
22372: started isapi
22373:
22374: * src/targets/isapi/parser3isapi.C 1.5:
22375: isapi keep-alive
22376:
22377: * src/targets/isapi/KILL.EXE 1.1:
22378: * src/targets/isapi/PSTAT.EXE 1.1:
22379: * src/targets/isapi/istart.cmd 1.1:
22380: * src/targets/isapi/istop.cmd 1.1:
22381: * src/targets/isapi/kill.pl 1.1:
22382: isapi added utils
22383:
22384: * src/include/pa_pool.h 1.41:
22385: * src/main/pa_pool.C 1.16:
22386: * src/targets/cgi/parser3.C 1.32:
22387: * src/targets/isapi/parser3isapi.C 1.2:
22388: * src/targets/isapi/parser3isapi.dsp 1.2:
22389: * src/types/pa_vform.C 1.12:
22390: isapi 0
22391:
22392: * src/include/pa_globals.h 1.20:
22393: * src/include/pa_request.h 1.66:
22394: * src/include/pa_types.h 1.22:
22395: * src/main/pa_globals.C 1.26:
22396: * src/main/pa_request.C 1.63:
22397: * src/targets/cgi/parser3.C 1.30:
22398: * src/types/pa_vcookie.C 1.9:
22399: config of auto.p path: parser_root_auto_path parser_site_auto_path
22400:
22401: * src/targets/cgi/vform_fields_fill.C 1.2:
22402: * src/targets/cgi/vform_fields_fill.h 1.2:
22403: * src/targets/isapi/parser3isapi.C 1.4:
22404: z
22405:
22406: * src/include/pa_globals.h 1.21:
22407: * src/main/pa_common.C 1.21:
22408: * src/main/pa_request.C 1.64:
22409: some comments
22410:
22411: * src/include/pa_pool.h 1.42:
22412: * src/main/pa_request.C 1.65:
22413: * src/targets/cgi/parser3.C 1.33:
22414: * src/targets/isapi/parser3isapi.C 1.3:
22415: isapi 1
22416:
22417: 2001-03-21 paf
22418: * src/include/pa_globals.h 1.18:
22419: * src/targets/cgi/parser3.C 1.28:
22420: * src/types/pa_venv.h 1.11:
22421: in cookie & env. todo:post
22422:
22423: * src/Makefile.am 1.3:
22424: * src/classes/Makefile.am 1.2:
22425: * src/classes/file.C 1.5:
22426: * src/classes/root.C 1.47:
22427: * src/classes/table.C 1.23:
22428: * src/include/pa_array.h 1.28:
22429: * src/include/pa_common.h 1.20:
22430: * src/include/pa_globals.h 1.17:
22431: * src/include/pa_pool.h 1.39:
22432: * src/include/pa_request.h 1.65:
22433: * src/include/pa_string.h 1.48:
22434: * src/main/Makefile.am 1.8:
22435: * src/main/compile.y 1.107:
22436: * src/main/execute.C 1.122:
22437: * src/main/main.dsp 1.66:
22438: * src/main/pa_common.C 1.20:
22439: * src/main/pa_globals.C 1.25:
22440: * src/main/pa_request.C 1.62:
22441: * src/main/pa_string.C 1.47:
22442: * src/main/pa_table.C 1.16:
22443: * src/main/untaint.C 1.11:
22444: * src/targets/Makefile.am 1.4:
22445: * src/targets/cgi/Makefile.am 1.2:
22446: * src/targets/cgi/parser3.C 1.27:
22447: * src/targets/cgi/parser3.dsp 1.10:
22448: * src/types/Makefile.am 1.2:
22449: * src/types/pa_vcookie.C 1.7:
22450: * src/types/pa_vform.C 1.11:
22451: * src/types/pa_vstring.h 1.11:
22452: * src/types/pa_wwrapper.h 1.5:
22453: shifted apache branch on main trunc
22454:
22455: * src/targets/cgi/parser3.C 1.29:
22456: z
22457:
22458: * src/include/pa_common.h [automake_update] 1.19.2.2:
22459: * src/include/pa_globals.h [automake_update] 1.16.2.1:
22460: * src/include/pa_pool.h [automake_update] 1.38.2.1:
22461: * src/include/pa_request.h [automake_update] 1.64.2.4:
22462: * src/main/main.dsp [automake_update] 1.65.2.1:
22463: * src/main/pa_common.C [automake_update] 1.19.2.5:
22464: * src/main/pa_request.C [automake_update] 1.61.2.3:
22465: * src/targets/cgi/parser3.C [automake_update] 1.26.2.4:
22466: * src/targets/cgi/parser3.dsp [automake_update] 1.9.2.1:
22467: * src/types/pa_vcookie.C [automake_update] 1.6.2.2:
22468: * src/types/pa_vform.C [automake_update] 1.10.2.1:
22469: * src/types/pa_vstring.h [automake_update] 1.10.2.1:
22470: starting mod_parser3
22471:
22472: * src/include/pa_globals.h 1.19:
22473: post. todo: config of auto.p path
22474:
22475: 2001-03-20 paf
22476: * src/classes/Makefile.am 1.1:
22477: * src/types/Makefile.am 1.1:
22478: file Makefile.am was initially added on branch automake_update.
22479:
22480: * src/main/pa_common.C [automake_update] 1.19.2.4:
22481: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.3:
22482: * src/targets/cgi/parser3.C [automake_update] 1.26.2.3:
22483: automake compiled and works. todo:make win32 ifdefs work and
22484: add ifdef unistd
22485:
22486: * src/classes/Makefile.am [automake_update] 1.1.2.1:
22487: * src/classes/file.C 1.4:
22488: * src/classes/table.C 1.21:
22489: * src/classes/table.C [automake_update] 1.22.2.2:
22490: * src/include/pa_array.h 1.27:
22491: * src/include/pa_common.h 1.18:
22492: * src/include/pa_common.h [automake_update] 1.19.2.1:
22493: * src/include/pa_request.h 1.64:
22494: * src/include/pa_request.h [automake_update] 1.64.2.3:
22495: * src/include/pa_string.h 1.47:
22496: * src/include/pa_table.h 1.18:
22497: * src/include/pa_threads.h 1.10:
22498: * src/main/Makefile.am [automake_update] 1.7.16.3:
22499: * src/main/pa_common.C [automake_update] 1.19.2.3:
22500: * src/main/pa_globals.C 1.24:
22501: * src/main/pa_request.C [automake_update] 1.61.2.2:
22502: * src/main/pa_table.C [automake_update] 1.15.2.1:
22503: * src/main/untaint.C 1.10:
22504: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.2:
22505: * src/targets/cgi/parser3.C [automake_update] 1.26.2.2:
22506: * src/types/Makefile.am [automake_update] 1.1.2.1:
22507: * src/types/pa_valiased.h 1.8:
22508: * src/types/pa_value.h 1.31:
22509: * src/types/pa_vform.h 1.13:
22510: z
22511:
22512: * src/include/pa_request.h [automake_update] 1.64.2.2:
22513: * src/main/Makefile.am [automake_update] 1.7.16.2:
22514: * src/main/compile.y [automake_update] 1.106.2.1:
22515: * src/main/execute.C [automake_update] 1.121.2.2:
22516: * src/main/pa_common.C [automake_update] 1.19.2.2:
22517: * src/types/Makefile.am [automake_update] 1.1.2.2:
22518: removing locking
22519:
22520: * src/Makefile.am [automake_update] 1.2.16.1:
22521: * src/classes/file.C [automake_update] 1.4.2.1:
22522: * src/classes/root.C [automake_update] 1.46.2.1:
22523: * src/classes/table.C [automake_update] 1.22.2.1:
22524: * src/include/pa_array.h [automake_update] 1.27.2.1:
22525: * src/include/pa_request.h [automake_update] 1.64.2.1:
22526: * src/include/pa_string.h [automake_update] 1.47.2.1:
22527: * src/main/Makefile.am [automake_update] 1.7.16.1:
22528: * src/main/execute.C [automake_update] 1.121.2.1:
22529: * src/main/pa_common.C [automake_update] 1.19.2.1:
22530: * src/main/pa_globals.C [automake_update] 1.24.2.1:
22531: * src/main/pa_request.C [automake_update] 1.61.2.1:
22532: * src/main/pa_string.C [automake_update] 1.46.2.1:
22533: * src/main/untaint.C [automake_update] 1.10.2.1:
22534: * src/targets/Makefile.am [automake_update] 1.3.16.1:
22535: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.1:
22536: * src/targets/cgi/parser3.C [automake_update] 1.26.2.1:
22537: * src/types/pa_vcookie.C [automake_update] 1.6.2.1:
22538: * src/types/pa_wwrapper.h [automake_update] 1.4.8.1:
22539: String::UL_
22540:
22541: * src/classes/table.C 1.22:
22542: * src/include/pa_common.h 1.19:
22543: * src/main/pa_common.C 1.19:
22544: * src/main/pa_request.C 1.61:
22545: * src/types/pa_vfile.h 1.5:
22546: ^table:save
22547:
22548: 2001-03-19 paf
22549: * src/classes/file.C 1.2:
22550: * src/classes/request.C 1.4:
22551: * src/classes/table.C 1.19:
22552: * src/include/pa_string.h 1.45:
22553: * src/main/main.dsp 1.61:
22554: * src/main/pa_pool.C 1.15:
22555: * src/main/pa_request.C 1.58:
22556: * src/main/untaint.C 1.9:
22557: * src/types/pa_value.h 1.27:
22558: * src/types/pa_vfile.C 1.2:
22559: * src/types/pa_vfile.h 1.2:
22560: * src/types/pa_vform.C 1.10:
22561: file 1
22562:
22563: * src/classes/table.C 1.17:
22564: * src/include/pa_pool.h 1.38:
22565: * src/include/pa_request.h 1.63:
22566: * src/include/pa_table.h 1.16:
22567: * src/include/pa_types.h 1.20:
22568: * src/main/execute.C 1.119:
22569: * src/main/pa_request.C 1.57:
22570: * src/targets/cgi/parser3.C 1.25:
22571: * src/types/pa_value.h 1.25:
22572: * src/types/pa_vclass.h 1.10:
22573: * src/types/pa_vform.C 1.8:
22574: * src/types/pa_vstateless_class.h 1.5:
22575: * src/types/pa_vstateless_object.h 1.4:
22576: ^table:set{default level: TABLE}
22577:
22578: * src/classes/_request.h 1.3:
22579: * src/classes/request.C 1.5:
22580: * src/main/pa_globals.C 1.22:
22581: * src/types/pa_vrequest.C 1.2:
22582: * src/types/pa_vrequest.h 1.6:
22583: VRequest moved to :VStateless_object
22584:
22585: * src/classes/_request.h 1.4:
22586: * src/classes/request.C 1.6:
22587: * src/main/main.dsp 1.65:
22588: * src/main/pa_globals.C 1.23:
22589: * src/types/pa_value.h 1.30:
22590: * src/types/pa_vform.h 1.12:
22591: * src/types/pa_vrequest.C 1.3:
22592: * src/types/pa_vrequest.h 1.7:
22593: VRequest moved to :Value
22594:
22595: * src/types/pa_valiased.h 1.4:
22596: * src/types/pa_vbool.h 1.4:
22597: doc: Value and it's derivates somehow unlinked. don't know why yet
22598:
22599: * src/classes/_env.h 1.6:
22600: * src/classes/_table.h 1.4:
22601: * src/classes/env.C 1.8:
22602: * src/classes/table.C 1.20:
22603: * src/main/execute.C 1.121:
22604: * src/main/main.dsp 1.63:
22605: * src/main/pa_globals.C 1.20:
22606: * src/main/pa_request.C 1.60:
22607: * src/types/pa_value.h 1.28:
22608: * src/types/pa_vcookie.C 1.6:
22609: * src/types/pa_vcookie.h 1.6:
22610: * src/types/pa_venv.h 1.10:
22611: VEnv is now :Value
22612:
22613: * src/targets/cgi/pa_vform.C 1.3:
22614: * src/types/pa_valiased.C 1.1:
22615: * src/types/pa_valiased.h 1.7:
22616: * src/types/pa_value.h 1.29:
22617: * src/types/pa_vstateless_class.C 1.5:
22618: * src/types/pa_vstateless_class.h 1.7:
22619: * src/types/pa_vstateless_object.h 1.7:
22620: moved common get_element part from stateless object&class into VAliased
22621:
22622: * src/classes/_file.h 1.2:
22623: * src/classes/file.C 1.3:
22624: * src/include/pa_types.h 1.21:
22625: * src/main/pa_globals.C 1.18:
22626: * src/main/pa_request.C 1.59:
22627: * src/targets/cgi/parser3.C 1.26:
22628: * src/types/pa_valiased.h 1.6:
22629: * src/types/pa_vfile.C 1.4:
22630: * src/types/pa_vfile.h 1.3:
22631: * src/types/pa_vstateless_class.h 1.6:
22632: * src/types/pa_vstateless_object.h 1.5:
22633: \ to / and ^file:save
22634:
22635: * src/classes/root.C 1.46:
22636: * src/classes/table.C 1.16:
22637: * src/main/pa_exception.C 1.7:
22638: * src/main/pa_request.C 1.53:
22639: * src/targets/cgi/parser3.C 1.24:
22640: * src/types/pa_vbool.h 1.3:
22641: * src/types/pa_vcookie.C 1.3:
22642: * src/types/pa_vcookie.h 1.3:
22643: * src/types/pa_vdouble.h 1.9:
22644: * src/types/pa_venv.h 1.8:
22645: * src/types/pa_vform.h 1.8:
22646: * src/types/pa_vint.h 1.10:
22647: * src/types/pa_vrequest.h 1.4:
22648: doc: detected Value derivates prob
22649:
22650: * src/include/code.h 1.25:
22651: * src/include/pa_array.h 1.25:
22652: * src/include/pa_pool.h 1.35:
22653: * src/include/pa_string.h 1.42:
22654: * src/include/pa_threads.h 1.8:
22655: * src/main/compile.C 1.32:
22656: * src/main/compile.y 1.105:
22657: * src/main/compile_tools.C 1.29:
22658: * src/main/compile_tools.h 1.32:
22659: * src/main/execute.C 1.117:
22660: * src/main/pa_array.C 1.23:
22661: * src/main/pa_common.C 1.15:
22662: * src/main/pa_exception.C 1.8:
22663: * src/main/pa_globals.C 1.15:
22664: * src/main/pa_hash.C 1.25:
22665: * src/main/pa_pool.C 1.13:
22666: * src/main/pa_request.C 1.54:
22667: * src/main/pa_string.C 1.45:
22668: * src/main/pa_table.C 1.14:
22669: * src/main/untaint.C 1.7:
22670: * src/types/pa_value.h 1.23:
22671: auto @brief
22672:
22673: * src/classes/_file.h 1.1:
22674: * src/classes/file.C 1.1:
22675: * src/classes/table.C 1.18:
22676: * src/include/pa_common.h 1.17:
22677: * src/include/pa_globals.h 1.16:
22678: * src/include/pa_string.h 1.44:
22679: * src/include/pa_table.h 1.17:
22680: * src/main/main.dsp 1.60:
22681: * src/main/pa_common.C 1.18:
22682: * src/main/pa_globals.C 1.17:
22683: * src/types/pa_value.h 1.26:
22684: * src/types/pa_vcookie.h 1.4:
22685: * src/types/pa_venv.h 1.9:
22686: * src/types/pa_vfile.C 1.1:
22687: * src/types/pa_vfile.h 1.1:
22688: * src/types/pa_vform.C 1.9:
22689: * src/types/pa_vform.h 1.9:
22690: * src/types/pa_vrequest.h 1.5:
22691: * src/types/pa_vtable.h 1.5:
22692: file class just compiled
22693:
22694: * src/types/pa_vfile.C 1.5:
22695: * src/types/pa_vfile.h 1.4:
22696: * src/types/pa_vstateless_object.h 1.6:
22697: vfile doxx
22698:
22699: * src/classes/_response.h 1.2:
22700: * src/classes/response.C 1.4:
22701: * src/main/pa_globals.C 1.21:
22702: * src/types/pa_vform.h 1.11:
22703: * src/types/pa_vresponse.h 1.3:
22704: VResponse moved to :VStateless_object
22705:
22706: * src/classes/_request.h 1.2:
22707: * src/classes/request.C 1.3:
22708: * src/include/code.h 1.24:
22709: * src/include/pa_array.h 1.24:
22710: * src/include/pa_common.h 1.15:
22711: * src/include/pa_exception.h 1.10:
22712: * src/include/pa_globals.h 1.13:
22713: * src/include/pa_hash.h 1.28:
22714: * src/include/pa_pool.h 1.34:
22715: * src/include/pa_request.h 1.61:
22716: * src/include/pa_stack.h 1.7:
22717: * src/include/pa_string.h 1.41:
22718: * src/include/pa_table.h 1.14:
22719: * src/include/pa_threads.h 1.7:
22720: * src/include/pa_types.h 1.17:
22721: * src/main/execute.C 1.116:
22722: * src/main/pa_pool.C 1.12:
22723: * src/main/pa_request.C 1.52:
22724: * src/main/pa_string.C 1.44:
22725: * src/main/untaint.C 1.6:
22726: * src/targets/cgi/parser3.C 1.23:
22727: * src/types/pa_value.h 1.22:
22728: * src/types/pa_vform.C 1.7:
22729: doxygen include/, Value
22730:
22731: * src/include/code.h 1.26:
22732: * src/include/pa_array.h 1.26:
22733: * src/include/pa_common.h 1.16:
22734: * src/include/pa_exception.h 1.11:
22735: * src/include/pa_globals.h 1.14:
22736: * src/include/pa_globals.h 1.15:
22737: * src/include/pa_hash.h 1.29:
22738: * src/include/pa_pool.h 1.36:
22739: * src/include/pa_pool.h 1.37:
22740: * src/include/pa_request.h 1.62:
22741: * src/include/pa_stack.h 1.8:
22742: * src/include/pa_string.h 1.43:
22743: * src/include/pa_string.h 1.46:
22744: * src/include/pa_table.h 1.15:
22745: * src/include/pa_threads.h 1.9:
22746: * src/include/pa_types.h 1.18:
22747: * src/main/compile.C 1.33:
22748: * src/main/compile.y 1.106:
22749: * src/main/compile_tools.C 1.30:
22750: * src/main/compile_tools.h 1.33:
22751: * src/main/execute.C 1.118:
22752: * src/main/pa_array.C 1.24:
22753: * src/main/pa_common.C 1.16:
22754: * src/main/pa_exception.C 1.9:
22755: * src/main/pa_globals.C 1.16:
22756: * src/main/pa_hash.C 1.26:
22757: * src/main/pa_pool.C 1.14:
22758: * src/main/pa_request.C 1.55:
22759: * src/main/pa_string.C 1.46:
22760: * src/main/pa_table.C 1.15:
22761: * src/main/untaint.C 1.8:
22762: * src/types/pa_valiased.h 1.5:
22763: * src/types/pa_value.h 1.24:
22764: * src/types/pa_vfile.C 1.3:
22765: z
22766:
22767: * src/include/pa_hash.h 1.30:
22768: * src/include/pa_types.h 1.19:
22769: * src/main/pa_common.C 1.17:
22770: * src/main/pa_hash.C 1.27:
22771: * src/main/pa_request.C 1.56:
22772: * src/types/pa_vcookie.C 1.4:
22773: renamed Hash::Value to Val so to doxygen would finlly stop
22774: confusing those Value-s
22775:
22776: * src/main/main.dsp 1.64:
22777: * src/targets/cgi/parser3.dsp 1.9:
22778: * src/types/pa_valiased.C 1.2:
22779: * src/types/pa_vform.h 1.10:
22780: commented VForm
22781:
22782: * src/classes/_cookie.h 1.2:
22783: * src/classes/_table.h 1.3:
22784: * src/classes/cookie.C 1.3:
22785: * src/main/execute.C 1.120:
22786: * src/main/main.dsp 1.62:
22787: * src/main/pa_globals.C 1.19:
22788: * src/types/pa_vcookie.C 1.5:
22789: * src/types/pa_vcookie.h 1.5:
22790: VCookie is now :Value
22791:
22792: 2001-03-18 paf
22793: * src/classes/_cookie.h 1.1:
22794: * src/classes/cookie.C 1.1:
22795: * src/include/pa_common.h 1.14:
22796: * src/include/pa_globals.h 1.12:
22797: * src/include/pa_request.h 1.60:
22798: * src/include/pa_string.h 1.40:
22799: * src/include/pa_types.h 1.16:
22800: * src/main/main.dsp 1.59:
22801: * src/main/pa_common.C 1.14:
22802: * src/main/pa_globals.C 1.14:
22803: * src/main/pa_hash.C 1.24:
22804: * src/main/pa_request.C 1.51:
22805: * src/main/pa_string.C 1.43:
22806: * src/main/untaint.C 1.5:
22807: * src/targets/cgi/parser3.C 1.21:
22808: * src/types/pa_value.h 1.21:
22809: * src/types/pa_vcookie.C 1.1:
22810: * src/types/pa_vcookie.h 1.1:
22811: * src/types/pa_vform.C 1.6:
22812: * src/types/pa_vform.h 1.7:
22813: * src/types/pa_vhash.h 1.9:
22814: * src/types/pa_vunknown.h 1.4:
22815: cookie class
22816:
22817: * src/include/pa_hash.h 1.26:
22818: * src/main/pa_hash.C 1.22:
22819: * src/targets/cgi/parser3.C 1.17:
22820: response fields to header
22821:
22822: * src/classes/root.C 1.41:
22823: * src/classes/string.C 1.12:
22824: * src/include/pa_string.h 1.37:
22825: * src/main/pa_globals.C 1.11:
22826: * src/main/pa_request.C 1.44:
22827: * src/main/pa_string.C 1.41:
22828: * src/types/pa_vdouble.h 1.8:
22829: * src/types/pa_vform.C 1.5:
22830: * src/types/pa_vint.h 1.9:
22831: * src/types/pa_vstateless_class.C 1.4:
22832: convinient string(pool, char *src, bool tainted) ctor
22833:
22834: * src/include/pa_hash.h 1.27:
22835: * src/include/pa_request.h 1.58:
22836: * src/include/pa_string.h 1.36:
22837: * src/main/pa_globals.C 1.10:
22838: * src/main/pa_hash.C 1.23:
22839: * src/main/pa_request.C 1.43:
22840: * src/main/pa_string.C 1.40:
22841: * src/main/untaint.C 1.3:
22842: * src/targets/cgi/parser3.C 1.18:
22843: proper @exceptions params tainting
22844:
22845: * src/classes/_response.h 1.1:
22846: * src/classes/response.C 1.1:
22847: * src/include/pa_globals.h 1.8:
22848: * src/include/pa_hash.h 1.25:
22849: * src/include/pa_request.h 1.57:
22850: * src/main/compile.C 1.31:
22851: * src/main/compile.y 1.104:
22852: * src/main/execute.C 1.114:
22853: * src/main/main.dsp 1.58:
22854: * src/main/pa_globals.C 1.8:
22855: * src/main/pa_hash.C 1.21:
22856: * src/main/pa_request.C 1.41:
22857: * src/targets/cgi/parser3.C 1.16:
22858: * src/targets/cgi/parser3.dsp 1.8:
22859: * src/types/pa_value.h 1.18:
22860: * src/types/pa_vhash.h 1.6:
22861: * src/types/pa_vrequest.h 1.3:
22862: * src/types/pa_vresponse.h 1.1:
22863: $response: 0 request::core exception rethrow
22864:
22865: * src/classes/request.C 1.2:
22866: * src/classes/response.C 1.2:
22867: * src/classes/root.C 1.42:
22868: * src/include/pa_common.h 1.13:
22869: * src/include/pa_globals.h 1.10:
22870: * src/include/pa_request.h 1.59:
22871: * src/include/pa_string.h 1.38:
22872: * src/main/pa_common.C 1.13:
22873: * src/main/pa_globals.C 1.12:
22874: * src/main/pa_request.C 1.45:
22875: * src/targets/cgi/parser3.C 1.19:
22876: ^taint 0
22877:
22878: * src/classes/cookie.C 1.2:
22879: * src/types/pa_vcookie.C 1.2:
22880: * src/types/pa_vcookie.h 1.2:
22881: cookie: allowed access to hash-assigned
22882:
22883: * src/include/pa_globals.h 1.9:
22884: * src/main/execute.C 1.115:
22885: * src/main/pa_globals.C 1.9:
22886: * src/main/pa_request.C 1.42:
22887: * src/targets/cgi/parser3.C 1.22:
22888: z
22889:
22890: * src/main/pa_request.C 1.50:
22891: zero length output allowed
22892:
22893: * src/classes/root.C 1.44:
22894: * src/include/pa_globals.h 1.11:
22895: * src/include/pa_string.h 1.39:
22896: * src/main/pa_globals.C 1.13:
22897: * src/main/pa_request.C 1.47:
22898: * src/main/pa_string.C 1.42:
22899: * src/types/pa_value.h 1.19:
22900: * src/types/pa_vhash.h 1.7:
22901: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22902:
22903: * src/classes/root.C 1.43:
22904: * src/main/pa_request.C 1.46:
22905: * src/main/untaint.C 1.4:
22906: * src/targets/cgi/parser3.C 1.20:
22907: taint[uri
22908:
22909: * src/classes/response.C 1.3:
22910: * src/main/pa_request.C 1.49:
22911: * src/types/pa_value.h 1.20:
22912: * src/types/pa_vhash.h 1.8:
22913: * src/types/pa_vresponse.h 1.2:
22914: ^response:clear[]
22915:
22916: * src/classes/root.C 1.45:
22917: * src/main/pa_request.C 1.48:
22918: taint forgotten forced lang switch
22919:
22920: 2001-03-16 paf
22921: * src/include/code.h 1.22:
22922: * src/include/pa_hash.h 1.24:
22923: * src/include/pa_request.h 1.55:
22924: * src/main/compile.y 1.102:
22925: * src/main/execute.C 1.108:
22926: * src/types/pa_value.h 1.15:
22927: * src/types/pa_vhash.h 1.5:
22928: * src/types/pa_vstring.h 1.10:
22929: * src/types/pa_vtable.h 1.4:
22930: * src/types/pa_wcontext.C 1.4:
22931: * src/types/pa_wcontext.h 1.6:
22932: see () and {} param wcontext conflict
22933:
22934: * src/main/execute.C 1.113:
22935: * src/main/main.dsp 1.57:
22936: * src/types/pa_value.h 1.17:
22937: * src/types/pa_vrequest.h 1.2:
22938: native method' class call with less params then needed error reporting
22939:
22940: * src/classes/double.C 1.17:
22941: * src/include/code.h 1.23:
22942: * src/main/compile.y 1.103:
22943: * src/main/compile_tools.C 1.28:
22944: * src/main/compile_tools.h 1.31:
22945: * src/main/execute.C 1.109:
22946: ) and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22947:
22948: * src/main/execute.C 1.107:
22949: * src/types/pa_value.h 1.14:
22950: * src/types/pa_vstateless_object.h 1.3:
22951: * src/types/pa_vstring.h 1.9:
22952: disabled $string.field
22953:
22954: * src/main/execute.C 1.110:
22955: * src/types/pa_vmframe.h 1.7:
22956: if(in "/news/")
22957:
22958: * src/include/pa_globals.h 1.6:
22959: * src/main/execute.C 1.111:
22960: * src/main/pa_globals.C 1.6:
22961: * src/types/pa_value.h 1.16:
22962: * src/types/pa_vcframe.h 1.3:
22963: * src/types/pa_vmframe.h 1.8:
22964: * src/types/pa_wcontext.h 1.7:
22965: $result
22966:
22967: * src/classes/_request.h 1.1:
22968: * src/classes/request.C 1.1:
22969: * src/include/pa_globals.h 1.7:
22970: * src/include/pa_request.h 1.56:
22971: * src/main/execute.C 1.112:
22972: * src/main/main.dsp 1.56:
22973: * src/main/pa_globals.C 1.7:
22974: * src/main/pa_request.C 1.40:
22975: * src/targets/cgi/parser3.C 1.15:
22976: * src/types/pa_vform.C 1.4:
22977: * src/types/pa_vrequest.C 1.1:
22978: * src/types/pa_vrequest.h 1.1:
22979: $request : query :uri
22980:
22981: 2001-03-15 paf
22982: * src/main/compile.y 1.99:
22983: * src/main/pa_request.C 1.37:
22984: * src/targets/cgi/parser3.C 1.13:
22985: * src/types/pa_vstring.h 1.7:
22986: pre-pre-pre-beta cgi under win32 apache pre pre pre works
22987:
22988: * src/main/compile.y 1.100:
22989: * src/main/execute.C 1.105:
22990: z
22991:
22992: * src/main/compile.y 1.101:
22993: * src/main/execute.C 1.106:
22994: * src/main/pa_request.C 1.38:
22995: * src/targets/cgi/parser3.C 1.14:
22996: * src/types/pa_vstring.h 1.8:
22997: @exception
22998:
22999: * src/include/pa_globals.h 1.5:
23000: * src/main/pa_globals.C 1.5:
23001: * src/main/pa_request.C 1.36:
23002: * src/targets/cgi/parser3.C 1.12:
23003: * src/types/pa_vform.C 1.3:
23004: * src/types/pa_vform.h 1.6:
23005: vform fillfields just compiled
23006:
23007: * src/main/pa_request.C 1.39:
23008: news sample
23009:
23010: 2001-03-14 paf
23011: * src/include/core.h 1.16:
23012: * src/include/pa_globals.h 1.1:
23013: * src/include/pa_pool.h 1.33:
23014: * src/include/pa_string.h 1.35:
23015: * src/include/pa_types.h 1.13:
23016: * src/main/compile.y 1.98:
23017: * src/main/core.C 1.69:
23018: * src/main/main.dsp 1.54:
23019: * src/main/pa_globals.C 1.1:
23020: * src/main/pa_request.C 1.31:
23021: * src/targets/cgi/pa_vform.C 1.2:
23022: * src/targets/cgi/parser3.C 1.5:
23023: * src/targets/cgi/parser3.dsp 1.4:
23024: * src/types/pa_value.h 1.13:
23025: * src/types/pa_vform.h 1.3:
23026: * src/types/pa_vunknown.h 1.3:
23027: global handler, exceptions in parser3
23028:
23029: * src/include/pa_globals.h 1.4:
23030: * src/main/pa_globals.C 1.4:
23031: * src/main/pa_request.C 1.34:
23032: * src/targets/cgi/parser3.dsp 1.7:
23033: * src/types/pa_vform.C 1.2:
23034: * src/types/pa_vform.h 1.5:
23035: * src/types/pa_vstring.h 1.6:
23036: limits -1
23037:
23038: * src/include/pa_common.h 1.12:
23039: * src/include/pa_types.h 1.14:
23040: * src/main/pa_request.C 1.32:
23041: * src/targets/cgi/parser3.C 1.7:
23042: PATH_DELIMITER_CHAR
23043:
23044: * src/targets/cgi/parser3.C 1.8:
23045: # if MSVC
23046:
23047: * src/include/pa_globals.h 1.3:
23048: * src/include/pa_request.h 1.53:
23049: * src/include/pa_types.h 1.15:
23050: * src/main/main.dsp 1.55:
23051: * src/main/pa_globals.C 1.3:
23052: * src/main/pa_request.C 1.33:
23053: * src/targets/cgi/parser3.C 1.10:
23054: * src/targets/cgi/parser3.dsp 1.6:
23055: * src/types/pa_vform.C 1.1:
23056: * src/types/pa_vform.h 1.4:
23057: request_info -1
23058:
23059: * src/include/pa_globals.h 1.2:
23060: * src/main/pa_globals.C 1.2:
23061: * src/targets/cgi/parser3.C 1.9:
23062: * src/targets/cgi/parser3.dsp 1.5:
23063: * src/targets/cgi/vform_fields_fill.C 1.1:
23064: * src/targets/cgi/vform_fields_fill.h 1.1:
23065: vform_fields_fill
23066:
23067: * src/include/pa_request.h 1.54:
23068: * src/main/pa_request.C 1.35:
23069: * src/targets/cgi/parser3.C 1.11:
23070: * src/targets/cgi/parser3.C 1.6:
23071: z
23072:
23073: 2001-03-13 paf
23074: * src/main/execute.C 1.101:
23075: * src/types/pa_value.h 1.10:
23076: * src/types/pa_venv.h 1.4:
23077: for future methods of ENV constructor if
23078:
23079: * src/classes/root.C 1.36:
23080: * src/classes/table.C 1.12:
23081: * src/include/pa_exception.h 1.9:
23082: * src/include/pa_pool.h 1.31:
23083: skipped_restructure_exceptions_dead_end
23084:
23085: * src/types/pa_vstateless_class.h 1.1:
23086: file pa_vstateless_class.h was initially added on branch
23087: stateless_class.
23088:
23089: * src/include/code.h 1.21:
23090: * src/include/pa_string.h 1.34:
23091: * src/main/compile.y 1.95:
23092: * src/main/execute.C 1.103:
23093: * src/main/pa_string.C 1.39:
23094: 'value is type' expr operator
23095:
23096: * src/classes/form.C 1.2:
23097: * src/main/compile.y 1.97:
23098: * src/main/core.C 1.68:
23099: * src/types/pa_value.h 1.12:
23100: * src/types/pa_vclass.h 1.9:
23101: * src/types/pa_venv.h 1.7:
23102: * src/types/pa_vform.h 1.2:
23103: * src/types/pa_vstateless_class.C 1.3:
23104: * src/types/pa_vstateless_class.h 1.4:
23105: form:fields removed. use $form.CLASS instead
23106:
23107: * src/types/pa_vstateless_class.C 1.1:
23108: file pa_vstateless_class.C was initially added on branch
23109: stateless_class.
23110:
23111: * src/include/core.h 1.14:
23112: * src/include/pa_common.h 1.10:
23113: * src/include/pa_request.h 1.51:
23114: * src/main/pa_common.C 1.12:
23115: * src/main/pa_request.C 1.29:
23116: * src/targets/cgi/parser3.C 1.3:
23117: before error show with parser
23118:
23119: * src/types/pa_venv.h 1.1:
23120: file pa_venv.h was initially added on branch stateless_class.
23121:
23122: * src/targets/cgi/Makefile.am 1.1:
23123: * src/targets/cgi/pa_pool.C 1.1:
23124: * src/targets/cgi/pa_vform.C 1.1:
23125: * src/targets/cgi/parser.dsp 1.1:
23126: * src/targets/cgi/parser3.C 1.1:
23127: renamed targets/ parser to cgi
23128:
23129: * src/classes/_double.h 1.5:
23130: * src/classes/_double.h [stateless_class] 1.4.8.1:
23131: * src/classes/_env.h 1.4:
23132: * src/classes/_env.h [stateless_class] 1.3.8.1:
23133: * src/classes/_int.h 1.5:
23134: * src/classes/_int.h [stateless_class] 1.4.8.1:
23135: * src/classes/_root.h 1.4:
23136: * src/classes/_root.h [stateless_class] 1.3.8.1:
23137: * src/classes/_string.h 1.6:
23138: * src/classes/_string.h [stateless_class] 1.5.4.1:
23139: * src/classes/_table.h 1.2:
23140: * src/classes/_table.h [stateless_class] 1.1.6.1:
23141: * src/classes/double.C 1.15:
23142: * src/classes/double.C [stateless_class] 1.14.2.1:
23143: * src/classes/env.C 1.5:
23144: * src/classes/env.C [stateless_class] 1.4.8.1:
23145: * src/classes/int.C 1.14:
23146: * src/classes/int.C [stateless_class] 1.13.2.1:
23147: * src/classes/root.C 1.38:
23148: * src/classes/root.C [stateless_class] 1.37.2.1:
23149: * src/classes/string.C 1.10:
23150: * src/classes/string.C [stateless_class] 1.9.4.1:
23151: * src/classes/table.C 1.14:
23152: * src/classes/table.C [stateless_class] 1.13.2.1:
23153: * src/include/pa_request.h 1.46:
23154: * src/include/pa_request.h [stateless_class] 1.45.2.1:
23155: * src/main/compile.C 1.29:
23156: * src/main/compile.C [stateless_class] 1.28.2.1:
23157: * src/main/compile_tools.h 1.30:
23158: * src/main/compile_tools.h [stateless_class] 1.29.8.1:
23159: * src/main/core.C 1.64:
23160: * src/main/core.C [stateless_class] 1.63.6.1:
23161: * src/main/execute.C 1.100:
23162: * src/main/execute.C [stateless_class] 1.99.2.1:
23163: * src/main/main.dsp 1.51:
23164: * src/main/main.dsp [stateless_class] 1.50.6.1:
23165: * src/main/pa_request.C 1.26:
23166: * src/main/pa_request.C [stateless_class] 1.25.2.1:
23167: * src/types/pa_valiased.h 1.3:
23168: * src/types/pa_valiased.h [stateless_class] 1.2.8.1:
23169: * src/types/pa_value.h 1.9:
23170: * src/types/pa_value.h [stateless_class] 1.8.2.1:
23171: * src/types/pa_vclass.C 1.5:
23172: * src/types/pa_vclass.C [stateless_class] 1.4.8.1:
23173: * src/types/pa_vclass.h 1.8:
23174: * src/types/pa_vclass.h [stateless_class] 1.7.6.1:
23175: * src/types/pa_venv.h 1.2:
23176: * src/types/pa_venv.h [stateless_class] 1.1.2.1:
23177: * src/types/pa_vmframe.h 1.6:
23178: * src/types/pa_vmframe.h [stateless_class] 1.5.2.1:
23179: * src/types/pa_vobject.h 1.5:
23180: * src/types/pa_vobject.h [stateless_class] 1.4.8.1:
23181: * src/types/pa_vstateless_class.C 1.2:
23182: * src/types/pa_vstateless_class.C [stateless_class] 1.1.2.1:
23183: * src/types/pa_vstateless_class.h 1.2:
23184: * src/types/pa_vstateless_class.h [stateless_class] 1.1.2.1:
23185: * src/types/pa_vstateless_object.h 1.2:
23186: * src/types/pa_vstateless_object.h [stateless_class] 1.1.8.1:
23187: * src/types/pa_wcontext.h 1.5:
23188: * src/types/pa_wcontext.h [stateless_class] 1.4.4.1:
23189: $ENV: re 0, stateless classes
23190:
23191: * src/include/pa_request.h 1.45:
23192: * src/main/compile.C 1.28:
23193: * src/main/execute.C 1.99:
23194: * src/main/pa_request.C 1.25:
23195: * src/types/pa_value.h 1.8:
23196: * src/types/pa_vmframe.h 1.5:
23197: fixed yesterdays bad decision on execute_static_method
23198:
23199: * src/include/core.h 1.15:
23200: * src/include/pa_common.h 1.11:
23201: * src/include/pa_request.h 1.52:
23202: * src/main/core.C 1.67:
23203: * src/main/execute.C 1.104:
23204: * src/main/main.dsp 1.53:
23205: * src/main/pa_request.C 1.30:
23206: * src/targets/cgi/parser3.C 1.4:
23207: * src/targets/cgi/parser3.dsp 1.3:
23208: * src/types/pa_vform.h 1.1:
23209: started cgi target
23210:
23211: * src/include/pa_request.h 1.47:
23212: * src/types/pa_venv.h 1.3:
23213: $ENV 0.1 stateless class
23214:
23215: * src/classes/_form.h 1.1:
23216: * src/classes/double.C 1.16:
23217: * src/classes/env.C 1.7:
23218: * src/classes/form.C 1.1:
23219: * src/classes/int.C 1.15:
23220: * src/classes/root.C 1.40:
23221: * src/classes/string.C 1.11:
23222: * src/classes/table.C 1.13:
23223: * src/classes/table.C 1.15:
23224: * src/include/core.h 1.13:
23225: * src/include/pa_request.h 1.49:
23226: * src/include/pa_request.h 1.50:
23227: * src/include/pa_types.h 1.12:
23228: * src/main/core.C 1.66:
23229: * src/main/execute.C 1.102:
23230: * src/main/pa_request.C 1.23:
23231: * src/main/pa_request.C 1.24:
23232: * src/main/pa_request.C 1.28:
23233: * src/targets/cgi/parser.dsp 1.2:
23234: * src/targets/cgi/parser3.C 1.2:
23235: * src/targets/cgi/parser3.dsp 1.1:
23236: * src/targets/cgi/parser3.dsp 1.2:
23237: * src/types/pa_vhash.h 1.4:
23238: z
23239:
23240: * src/classes/root.C 1.35:
23241: * src/classes/table.C 1.11:
23242: * src/include/pa_exception.h 1.8:
23243: * src/include/pa_pool.h 1.30:
23244: * src/main/pa_request.C 1.22:
23245: restructure_exceptions_dead_end
23246:
23247: * src/classes/root.C 1.34:
23248: * src/main/compile.y 1.94:
23249: ^if required junctions. allowed ; inside {} to break params
23250:
23251: * src/classes/_env.h 1.5:
23252: * src/classes/env.C 1.6:
23253: * src/classes/root.C 1.39:
23254: * src/include/core.h 1.12:
23255: * src/include/pa_pool.h 1.32:
23256: * src/include/pa_request.h 1.48:
23257: * src/main/compile.C 1.30:
23258: * src/main/compile.y 1.96:
23259: * src/main/core.C 1.65:
23260: * src/main/main.dsp 1.52:
23261: * src/main/pa_common.C 1.11:
23262: * src/main/pa_request.C 1.27:
23263: * src/types/pa_value.h 1.11:
23264: * src/types/pa_venv.h 1.6:
23265: * src/types/pa_vstateless_class.h 1.3:
23266: started $form: [historical moment :)]
23267:
23268: * src/types/pa_venv.h 1.5:
23269: $ENV 1
23270:
23271: * src/classes/double.C 1.14:
23272: * src/classes/int.C 1.13:
23273: * src/classes/root.C 1.37:
23274: * src/types/pa_vdouble.h 1.7:
23275: * src/types/pa_vint.h 1.8:
23276: Int,Double dec mul div mod
23277:
23278: 2001-03-12 paf
23279: * src/classes/_string.h 1.5:
23280: * src/classes/double.C 1.13:
23281: * src/classes/int.C 1.12:
23282: * src/classes/string.C 1.9:
23283: * src/main/execute.C 1.98:
23284: * src/types/pa_wcontext.h 1.4:
23285: int doube string ^format
23286:
23287: * src/classes/root.C 1.19:
23288: * src/types/pa_vclass.h 1.4:
23289: process temp main zeroing
23290:
23291: * src/classes/root.C 1.30:
23292: * src/classes/table.C 1.6:
23293: * src/types/pa_vtable.h 1.2:
23294: table ^offset ^line ^count
23295:
23296: * src/classes/root.C 1.28:
23297: * src/classes/table.C 1.5:
23298: ^use
23299:
23300: * src/main/execute.C [other_construction_strategy_test] 1.97.2.1:
23301: * src/types/pa_wcontext.h [other_construction_strategy_test] 1.3.2.1:
23302: constructing flag not 'bad' but not 'enough'
23303:
23304: * src/classes/root.C 1.27:
23305: * src/classes/table.C 1.4:
23306: * src/include/pa_request.h 1.44:
23307: * src/main/compile.y 1.92:
23308: * src/main/core.C 1.62:
23309: * src/main/execute.C 1.96:
23310: * src/types/pa_vclass.h 1.7:
23311: * src/types/pa_wcontext.C 1.3:
23312: * src/types/pa_wcontext.h 1.3:
23313: * src/types/pa_wwrapper.h 1.3:
23314: while. switched off wcontext.constructing after write(value) or
23315: auto-vhash-constructing
23316:
23317: * src/classes/table.C 1.8:
23318: table ^empty
23319:
23320: * src/classes/root.C 1.33:
23321: ^eval
23322:
23323: * src/classes/root.C 1.26:
23324: * src/classes/table.C 1.3:
23325: * src/include/pa_request.h 1.43:
23326: * src/main/pa_request.C 1.20:
23327: fail_if_junction_ helper func
23328:
23329: * src/classes/root.C 1.23:
23330: * src/include/core.h 1.11:
23331: * src/include/pa_array.h 1.23:
23332: * src/include/pa_request.h 1.41:
23333: * src/include/pa_table.h 1.11:
23334: * src/main/core.C 1.60:
23335: * src/main/main.dsp 1.49:
23336: * src/main/pa_request.C 1.17:
23337: * src/main/pa_table.C 1.12:
23338: * src/types/pa_value.h 1.6:
23339: * src/types/pa_vclass.C 1.4:
23340: * src/types/pa_vclass.h 1.6:
23341: * src/types/pa_vdouble.h 1.5:
23342: * src/types/pa_vint.h 1.5:
23343: * src/types/pa_vmframe.h 1.4:
23344: * src/types/pa_vstring.h 1.5:
23345: freeze, ^table:create[] -1
23346:
23347: * src/types/pa_vtable.h 1.1:
23348: table: no, better with string in cells...
23349:
23350: * src/classes/root.C 1.21:
23351: * src/main/execute.C 1.93:
23352: * src/types/pa_vclass.h 1.5:
23353: used get_method in couple places optimizing them
23354:
1.39 paf 23355: * src/classes/_table.h 1.1:
23356: * src/classes/root.C 1.20:
23357: * src/classes/root.C 1.22:
23358: * src/classes/table.C 1.1:
23359: * src/include/pa_array.h [table_with_charp_in_cells_dead_end] 1.23.2.1:
23360: * src/include/pa_table.h [table_with_charp_in_cells_dead_end] 1.12.2.1:
23361: * src/main/pa_table.C [table_with_charp_in_cells_dead_end] 1.13.2.1:
23362: * src/main/untaint.C 1.1:
23363: * src/types/pa_value.h 1.5:
23364: z
23365:
1.15 paf 23366: * src/classes/double.C 1.10:
23367: * src/classes/int.C 1.10:
23368: * src/classes/root.C 1.18:
23369: * src/classes/string.C 1.7:
23370: * src/include/pa_common.h 1.6:
23371: * src/include/pa_request.h 1.40:
23372: * src/include/pa_string.h 1.32:
23373: * src/include/pa_types.h 1.10:
23374: * src/main/compile.C 1.27:
23375: * src/main/compile.y 1.91:
23376: * src/main/compile_tools.h 1.29:
23377: * src/main/execute.C 1.92:
23378: * src/main/pa_common.C 1.7:
23379: * src/main/pa_request.C 1.16:
23380: * src/types/pa_value.h 1.4:
23381: * src/types/pa_vmframe.h 1.3:
23382: process. actual names to store param and
23383: check_actual_numbered_params for better place diagnostics
23384:
23385: * src/classes/root.C 1.25:
23386: * src/classes/table.C 1.2:
23387: * src/include/pa_common.h 1.8:
23388: * src/include/pa_request.h 1.42:
23389: * src/main/execute.C 1.95:
23390: * src/main/main.dsp 1.50:
23391: * src/main/pa_common.C 1.9:
23392: * src/main/pa_request.C 1.19:
23393: ^process error point by actual method_name, not source.
23394: ^load
23395:
23396: * src/classes/table.C 1.7:
23397: * src/include/pa_table.h 1.13:
23398: table ^menu
23399:
23400: * src/classes/root.C 1.29:
23401: ^round() ^floor() ^ceiling() ^abs() ^sign()
23402:
23403: * src/classes/double.C 1.11:
23404: * src/classes/int.C 1.11:
23405: * src/classes/root.C 1.31:
23406: * src/classes/string.C 1.8:
23407: * src/classes/table.C 1.9:
23408: * src/main/core.C 1.63:
23409: * src/main/execute.C 1.97:
23410: * src/types/pa_vint.h 1.6:
23411: ^for
23412:
23413: * src/classes/double.C 1.12:
23414: * src/classes/root.C 1.32:
23415: * src/classes/table.C 1.10:
23416: * src/include/pa_common.h 1.9:
23417: * src/include/pa_types.h 1.11:
23418: * src/main/compile.y 1.93:
23419: * src/main/pa_common.C 1.10:
23420: * src/main/pa_request.C 1.21:
23421: * src/main/untaint.C 1.2:
23422: * src/types/pa_vdouble.h 1.6:
23423: * src/types/pa_vint.h 1.7:
23424: * src/types/pa_vtable.h 1.3:
23425: * src/types/pa_wwrapper.h 1.4:
23426: think constructing flag as is is bad
23427:
23428: * src/classes/root.C 1.24:
23429: * src/include/pa_common.h 1.7:
23430: * src/include/pa_string.h 1.33:
23431: * src/include/pa_table.h 1.12:
23432: * src/main/core.C 1.61:
23433: * src/main/execute.C 1.94:
23434: * src/main/pa_common.C 1.8:
23435: * src/main/pa_request.C 1.18:
23436: * src/main/pa_table.C 1.13:
23437: * src/types/pa_value.h 1.7:
23438: table:set 0
23439:
23440: 2001-03-11 paf
23441: * src/classes/double.C 1.8:
23442: * src/classes/int.C 1.8:
23443: * src/classes/root.C 1.14:
23444: * src/include/pa_request.h 1.38:
23445: * src/main/execute.C 1.90:
23446: intercept_string
23447:
23448: * src/classes/double.C 1.6:
23449: * src/classes/int.C 1.6:
23450: * src/include/pa_request.h 1.37:
23451: ^inc-s(expr)
23452:
23453: * src/include/pa_valiased.h 1.4:
23454: * src/include/pa_value.h 1.51:
23455: * src/include/pa_vbool.h 1.8:
23456: * src/include/pa_vcframe.h 1.8:
23457: * src/include/pa_vclass.h 1.30:
23458: * src/include/pa_vdouble.h 1.13:
23459: * src/include/pa_vhash.h 1.13:
23460: * src/include/pa_vint.h 1.5:
23461: * src/include/pa_vjunction.h 1.9:
23462: * src/include/pa_vmframe.h 1.24:
23463: * src/include/pa_vobject.h 1.18:
23464: * src/include/pa_vstring.h 1.18:
23465: * src/include/pa_vunknown.h 1.10:
23466: * src/include/pa_wcontext.h 1.29:
23467: * src/include/pa_wwrapper.h 1.14:
23468: * src/main/compile.y 1.88:
23469: * src/main/core.C 1.55:
23470: * src/main/main.dsp 1.44:
23471: * src/main/pa_cframe.C 1.6:
23472: * src/main/pa_request.C 1.11:
23473: * src/main/pa_value.C 1.8:
23474: * src/main/pa_vclass.C 1.5:
23475: * src/main/pa_wcontext.C 1.11:
23476: * src/types/pa_valiased.h 1.1:
23477: * src/types/pa_value.h 1.1:
23478: * src/types/pa_vbool.h 1.1:
23479: * src/types/pa_vcframe.h 1.1:
23480: * src/types/pa_vclass.C 1.1:
23481: * src/types/pa_vclass.h 1.1:
23482: * src/types/pa_vdouble.h 1.1:
23483: * src/types/pa_vhash.h 1.1:
23484: * src/types/pa_vint.h 1.1:
23485: * src/types/pa_vjunction.h 1.1:
23486: * src/types/pa_vmframe.h 1.1:
23487: * src/types/pa_vobject.h 1.1:
23488: * src/types/pa_vstring.h 1.1:
23489: * src/types/pa_vunknown.h 1.1:
23490: * src/types/pa_wcontext.C 1.1:
23491: * src/types/pa_wcontext.h 1.1:
23492: * src/types/pa_wwrapper.h 1.1:
23493: splitted types from include/
23494:
23495: * src/main/main.dsp 1.47:
23496: * src/types/pa_value.h 1.3:
23497: * src/types/pa_vdouble.h 1.3:
23498: * src/types/pa_vint.h 1.3:
23499: * src/types/pa_vobject.h 1.3:
23500: * src/types/pa_vstring.h 1.3:
23501: VString VDouble VInt base now VObject_base - without fields
23502:
23503: * src/include/core.h 1.7:
23504: * src/include/pa_request.h 1.35:
23505: * src/main/core.C 1.56:
23506: * src/main/main.dsp 1.45:
23507: * src/main/pa_request.C 1.12:
23508: renamed AUTO: to MAIN:
23509:
23510: * src/classes/double.C 1.9:
23511: * src/classes/int.C 1.9:
23512: * src/classes/root.C 1.15:
23513: * src/classes/string.C 1.6:
23514: * src/include/core.h 1.9:
23515: * src/include/pa_hash.h 1.23:
23516: * src/include/pa_pool.h 1.29:
23517: * src/include/pa_request.h 1.39:
23518: * src/include/pa_string.h 1.31:
23519: * src/main/compile.C 1.26:
23520: * src/main/core.C 1.58:
23521: * src/main/pa_request.C 1.15:
23522: ^untaint 0
23523:
23524: * src/classes/root.C 1.17:
23525: * src/main/execute.C 1.91:
23526: * src/main/main.dsp 1.48:
23527: setname for method-junctions bug fixed
23528:
23529: * src/types/pa_vdouble.h 1.4:
23530: * src/types/pa_vint.h 1.4:
23531: * src/types/pa_vobject.h 1.4:
23532: * src/types/pa_vstateless_object.h 1.1:
23533: * src/types/pa_vstring.h 1.4:
23534: stateless_object
23535:
23536: * src/classes/root.C 1.16:
23537: * src/include/core.h 1.10:
23538: * src/main/core.C 1.59:
23539: * src/main/pa_request.C 1.13:
23540: * src/types/pa_vhash.h 1.2:
23541: z
23542:
23543: * src/classes/_double.h 1.4:
23544: * src/classes/_env.h 1.3:
23545: * src/classes/_int.h 1.4:
23546: * src/classes/_root.h 1.3:
23547: * src/classes/_string.h 1.4:
23548: * src/classes/double.C 1.5:
23549: * src/classes/env.C 1.4:
23550: * src/classes/int.C 1.5:
23551: * src/classes/root.C 1.12:
23552: * src/classes/string.C 1.5:
23553: * src/include/code.h 1.20:
23554: * src/include/core.h 1.8:
23555: * src/include/pa_array.h 1.22:
23556: * src/include/pa_common.h 1.5:
23557: * src/include/pa_exception.h 1.7:
23558: * src/include/pa_hash.h 1.22:
23559: * src/include/pa_pool.h 1.28:
23560: * src/include/pa_request.h 1.36:
23561: * src/include/pa_stack.h 1.6:
23562: * src/include/pa_string.h 1.30:
23563: * src/include/pa_table.h 1.10:
23564: * src/include/pa_threads.h 1.6:
23565: * src/include/pa_types.h 1.9:
23566: * src/main/compile.C 1.25:
23567: * src/main/compile.y 1.89:
23568: * src/main/compile_tools.C 1.26:
23569: * src/main/compile_tools.h 1.27:
23570: * src/main/core.C 1.57:
23571: * src/main/execute.C 1.89:
23572: * src/main/pa_array.C 1.22:
23573: * src/main/pa_common.C 1.6:
23574: * src/main/pa_exception.C 1.6:
23575: * src/main/pa_hash.C 1.20:
23576: * src/main/pa_pool.C 1.11:
23577: * src/main/pa_request.C 1.14:
23578: * src/main/pa_string.C 1.37:
23579: * src/main/pa_table.C 1.11:
23580: * src/types/pa_valiased.h 1.2:
23581: * src/types/pa_value.h 1.2:
23582: * src/types/pa_vbool.h 1.2:
23583: * src/types/pa_vcframe.h 1.2:
23584: * src/types/pa_vclass.C 1.2:
23585: * src/types/pa_vclass.h 1.2:
23586: * src/types/pa_vdouble.h 1.2:
23587: * src/types/pa_vhash.h 1.3:
23588: * src/types/pa_vint.h 1.2:
23589: * src/types/pa_vjunction.h 1.2:
23590: * src/types/pa_vmframe.h 1.2:
23591: * src/types/pa_vobject.h 1.2:
23592: * src/types/pa_vstring.h 1.2:
23593: * src/types/pa_vunknown.h 1.2:
23594: * src/types/pa_wcontext.C 1.2:
23595: * src/types/pa_wcontext.h 1.2:
23596: * src/types/pa_wwrapper.h 1.2:
23597: headers updated
23598:
23599: * src/classes/double.C 1.7:
23600: * src/classes/int.C 1.7:
23601: * src/classes/root.C 1.13:
23602: * src/types/pa_vclass.C 1.3:
23603: * src/types/pa_vclass.h 1.3:
23604: add_native_method helper
23605:
23606: 2001-03-10 paf
23607: * src/include/core.h 1.4:
23608: * src/include/pa_request.h 1.30:
23609: * src/main/compile.y 1.85:
23610: * src/main/core.C 1.52:
23611: * src/main/pa_request.C 1.6:
23612: names to core.C
23613:
23614: * src/classes/_env.h 1.1:
23615: * src/classes/env.C 1.1:
23616: * src/classes/root.C 1.8:
23617: * src/include/pa_request.h 1.23:
23618: * src/include/pa_vclass.h 1.27:
23619: * src/main/core.C 1.49:
23620: * src/main/main.dsp 1.42:
23621: env0
23622:
23623: * src/include/code.h 1.18:
23624: * src/include/pa_request.h 1.28:
23625: * src/include/pa_vint.h 1.3:
23626: * src/include/pa_vjunction.h 1.7:
23627: * src/include/pa_vstring.h 1.16:
23628: * src/main/compile.y 1.84:
23629: * src/main/compile_tools.C 1.24:
23630: * src/main/compile_tools.h 1.25:
23631: * src/main/execute.C 1.86:
23632: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23633:
23634: * src/include/core.h 1.2:
23635: * src/include/pa_array.h 1.20:
23636: * src/include/pa_hash.h 1.20:
23637: * src/include/pa_request.h 1.24:
23638: * src/include/pa_value.h 1.49:
23639: * src/include/pa_vcframe.h 1.6:
23640: * src/include/pa_vdouble.h 1.11:
23641: * src/include/pa_vint.h 1.2:
23642: * src/include/pa_vstring.h 1.15:
23643: * src/include/pa_vunknown.h 1.8:
23644: * src/include/pa_wcontext.h 1.26:
23645: * src/main/compile.y 1.82:
23646: * src/main/compile_tools.C 1.23:
23647: * src/main/compile_tools.h 1.24:
23648: * src/main/core.C 1.50:
23649: * src/main/execute.C 1.82:
23650: * src/main/main.dsp 1.43:
23651: * src/main/pa_cframe.C 1.4:
23652: * src/main/pa_request.C 1.3:
23653: * src/main/pa_wcontext.C 1.8:
23654: const fight finished
23655:
23656: * src/include/core.h 1.6:
23657: * src/include/pa_request.h 1.34:
23658: * src/main/core.C 1.54:
23659: * src/main/pa_request.C 1.10:
23660: run+auto=run
23661:
23662: * src/include/pa_request.h 1.27:
23663: * src/main/execute.C 1.85:
23664: * src/main/pa_request.C 1.4:
23665: @auto[] realised. auto.p scan togo
23666:
23667: * src/classes/double.C 1.3:
23668: * src/classes/int.C 1.3:
23669: * src/classes/root.C 1.9:
23670: * src/classes/string.C 1.3:
23671: * src/include/pa_request.h 1.25:
23672: * src/include/pa_string.h 1.28:
23673: * src/include/pa_wcontext.h 1.27:
23674: * src/main/compile.y 1.83:
23675: * src/main/execute.C 1.83:
23676: * src/main/pa_string.C 1.35:
23677: * src/main/pa_wcontext.C 1.9:
23678: tainting 0
23679:
23680: * src/classes/_double.h 1.2:
23681: * src/classes/_int.h 1.2:
23682: * src/classes/_root.h 1.1:
23683: * src/classes/_string.h 1.2:
23684: * src/classes/double.C 1.2:
23685: * src/classes/int.C 1.2:
23686: * src/classes/root.C 1.7:
23687: * src/classes/string.C 1.2:
23688: * src/include/pa_request.h 1.22:
23689: * src/include/pa_string.h 1.27:
23690: * src/include/pa_types.h 1.7:
23691: * src/include/pa_vcframe.h 1.5:
23692: * src/include/pa_wcontext.h 1.25:
23693: * src/main/core.C 1.48:
23694: * src/main/main.dsp 1.41:
23695: * src/main/pa_cframe.C 1.3:
23696: * src/main/pa_string.C 1.34:
23697: * src/main/pa_vclass.C 1.3:
23698: * src/main/pa_wcontext.C 1.7:
23699: ^lang prepare0
23700:
23701: * src/include/pa_request.h 1.31:
23702: * src/main/compile.C 1.23:
23703: * src/main/compile.y 1.86:
23704: * src/main/pa_request.C 1.7:
23705: auto tree0
23706:
23707: * src/classes/env.C 1.2:
23708: env:file/line
23709:
23710: * src/include/pa_vclass.h 1.28:
23711: const fight to go
23712:
1.39 paf 23713: * src/include/pa_request.h 1.26:
23714: * src/main/execute.C 1.84:
23715: autocalc code-junctions result now have names
23716:
1.15 paf 23717: * src/include/core.h 1.3:
23718: * src/include/pa_common.h 1.3:
23719: * src/include/pa_pool.h 1.26:
23720: * src/include/pa_request.h 1.29:
23721: * src/main/core.C 1.51:
23722: * src/main/execute.C 1.87:
23723: * src/main/pa_common.C 1.4:
23724: * src/main/pa_request.C 1.5:
23725: root auto.p loaded
23726:
23727: * src/classes/root.C 1.11:
23728: * src/include/pa_request.h 1.33:
23729: minor if junction bug
23730:
23731: * src/main/pa_request.C 1.8:
23732: auto..
23733:
23734: * src/classes/_double.h 1.3:
23735: * src/classes/_env.h 1.2:
23736: * src/classes/_int.h 1.3:
23737: * src/classes/_root.h 1.2:
23738: * src/classes/_string.h 1.3:
23739: * src/classes/double.C 1.4:
23740: * src/classes/env.C 1.3:
23741: * src/classes/int.C 1.4:
23742: * src/classes/root.C 1.10:
23743: * src/classes/string.C 1.4:
23744: * src/include/code.h 1.19:
23745: * src/include/core.h 1.5:
23746: * src/include/pa_array.h 1.21:
23747: * src/include/pa_common.h 1.4:
23748: * src/include/pa_exception.h 1.6:
23749: * src/include/pa_hash.h 1.21:
23750: * src/include/pa_pool.h 1.27:
23751: * src/include/pa_request.h 1.32:
23752: * src/include/pa_stack.h 1.5:
23753: * src/include/pa_string.h 1.29:
23754: * src/include/pa_table.h 1.9:
23755: * src/include/pa_threads.h 1.5:
23756: * src/include/pa_types.h 1.8:
23757: * src/include/pa_valiased.h 1.3:
23758: * src/include/pa_value.h 1.50:
23759: * src/include/pa_vbool.h 1.7:
23760: * src/include/pa_vcframe.h 1.7:
23761: * src/include/pa_vclass.h 1.29:
23762: * src/include/pa_vdouble.h 1.12:
23763: * src/include/pa_vhash.h 1.12:
23764: * src/include/pa_vint.h 1.4:
23765: * src/include/pa_vjunction.h 1.8:
23766: * src/include/pa_vmframe.h 1.23:
23767: * src/include/pa_vobject.h 1.17:
23768: * src/include/pa_vstring.h 1.17:
23769: * src/include/pa_vunknown.h 1.9:
23770: * src/include/pa_wcontext.h 1.28:
23771: * src/include/pa_wwrapper.h 1.13:
23772: * src/main/compile.C 1.24:
23773: * src/main/compile.y 1.87:
23774: * src/main/compile_tools.C 1.25:
23775: * src/main/compile_tools.h 1.26:
23776: * src/main/core.C 1.53:
23777: * src/main/execute.C 1.88:
23778: * src/main/pa_array.C 1.21:
23779: * src/main/pa_cframe.C 1.5:
23780: * src/main/pa_common.C 1.5:
23781: * src/main/pa_exception.C 1.5:
23782: * src/main/pa_hash.C 1.19:
23783: * src/main/pa_pool.C 1.10:
23784: * src/main/pa_request.C 1.9:
23785: * src/main/pa_string.C 1.36:
23786: * src/main/pa_table.C 1.10:
23787: * src/main/pa_value.C 1.7:
23788: * src/main/pa_vclass.C 1.4:
23789: * src/main/pa_wcontext.C 1.10:
23790: sources header
23791:
23792: 2001-03-09 paf
23793: * src/classes/root.C [before_string_to_object_attempt] 1.4.4.1:
23794: * src/include/pa_request.h [before_string_to_object_attempt] 1.20.4.1:
23795: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.2:
23796: ^string.length[]
23797:
23798: * src/classes/root.C 1.5:
23799: * src/include/pa_request.h 1.21:
23800: * src/include/pa_vclass.h 1.26:
23801: * src/include/pa_vhash.h 1.11:
23802: * src/include/pa_vmframe.h 1.20:
23803: * src/include/pa_vobject.h 1.15:
23804: * src/include/pa_vstring.h 1.13:
23805: * src/include/pa_wcontext.h 1.24:
23806: * src/main/compile.y 1.80:
23807: * src/main/core.C 1.46:
23808: * src/main/execute.C 1.79:
23809: * src/main/main.dsp 1.39:
23810: .
23811:
23812: * src/include/pa_vmframe.h 1.22:
23813: * src/main/compile.C 1.22:
23814: * src/main/execute.C 1.81:
23815: expr construct proper naming
23816:
23817: * src/classes/_double.h 1.1:
23818: * src/classes/_int.h 1.1:
23819: * src/classes/_string.h 1.1:
23820: * src/classes/double.C 1.1:
23821: * src/classes/int.C 1.1:
23822: * src/classes/root.C 1.6:
23823: * src/classes/string.C 1.1:
23824: * src/include/code.h 1.17:
23825: * src/include/pa_value.h 1.48:
23826: * src/include/pa_vbool.h 1.6:
23827: * src/include/pa_vdouble.h 1.10:
23828: * src/include/pa_vint.h 1.1:
23829: * src/include/pa_vmframe.h 1.21:
23830: * src/include/pa_vobject.h 1.16:
23831: * src/include/pa_vstring.h 1.14:
23832: * src/main/compile.y 1.81:
23833: * src/main/compile_tools.C 1.22:
23834: * src/main/core.C 1.47:
23835: * src/main/execute.C 1.80:
23836: * src/main/main.dsp 1.40:
23837: Int and Double classes with ^int[] and ^double[]. fixed expr type
23838:
23839: 2001-03-08 paf
23840: * src/include/pa_request.h 1.18:
23841: * src/include/pa_value.h 1.44:
23842: * src/include/pa_vcframe.h 1.4:
23843: * src/include/pa_vmframe.h 1.16:
23844: * src/include/pa_wcontext.h 1.23:
23845: * src/main/compile.C 1.21:
23846: * src/main/compile.y 1.76:
23847: * src/main/core.C 1.45:
23848: * src/main/execute.C 1.70:
23849: * src/main/pa_cframe.C 1.2:
23850: * src/main/pa_wcontext.C 1.5:
23851: 'if' just compiled
23852:
23853: * src/main/pa_vclass.C 1.2:
23854: that were ok... [vclass were out of vcs]
23855:
23856: * src/include/pa_value.h 1.43:
23857: * src/include/pa_vmframe.h 1.14:
23858: * src/main/compile.y 1.75:
23859: * src/main/core.C 1.44:
23860: * src/main/execute.C 1.68:
23861: * src/main/main.dsp 1.37:
23862: z. detected probs with parameter names in operator methods
23863:
23864: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.2:
23865: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.2:
23866: * src/include/pa_wcontext.h [before_string_to_object_attempt] 1.23.4.1:
23867: * src/main/compile.y [before_string_to_object_attempt] 1.79.2.1:
23868: * src/main/core.C [before_string_to_object_attempt] 1.45.4.1:
23869: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.1:
23870: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.2:
23871: dead end: vstring can't be derivated from vobject
23872:
23873: * src/include/pa_request.h 1.17:
23874: * src/main/compile.C 1.20:
23875: * src/main/compile.y 1.73:
23876: * src/main/core.C 1.43:
23877: * src/main/main.dsp 1.36:
23878: introducing ROOT_CLASS.
23879: it's default @BASE.
23880: changed 'RUN' assignment mech
23881:
23882: * src/main/execute.C 1.64:
23883: root root in code-junction
23884:
23885: * src/include/pa_bool.h 1.2:
23886: * src/include/pa_double.h 1.2:
23887: * src/include/pa_value.h 1.47:
23888: * src/include/pa_vbool.h 1.5:
23889: * src/include/pa_vclass.h 1.24:
23890: * src/include/pa_vdouble.h 1.9:
23891: * src/include/pa_vhash.h 1.9:
23892: * src/include/pa_vjunction.h 1.6:
23893: * src/include/pa_vmframe.h 1.19:
23894: * src/include/pa_vobject.h 1.13:
23895: * src/include/pa_vstring.h 1.12:
23896: * src/include/pa_vunknown.h 1.7:
23897: * src/main/compile.y 1.79:
23898: * src/main/compile_tools.C 1.21:
23899: * src/main/execute.C 1.78:
23900: withoud cloning. didn't need it actually, params got passed
23901: from out unnamed ewpool
23902:
23903: * src/include/code.h 1.16:
23904: * src/main/compile.y 1.72:
23905: * src/main/compile_tools.C 1.19:
23906: * src/main/compile_tools.h 1.23:
23907: * src/main/execute.C 1.66:
23908: made class: dynamic, not static. so to enable runtime ^use
23909:
23910: * src/include/code.h 1.15:
23911: * src/main/compile.y 1.70:
23912: * src/main/compile_tools.C 1.18:
23913: * src/main/execute.C 1.65:
23914: joined 2 into one OP_CODE__STORE_PARAM
23915:
23916: * src/main/execute.C 1.74:
23917: fixed problems calling operators in constructors
23918:
23919: * src/classes/root.C 1.2:
23920: * src/include/pa_request.h 1.19:
23921: * src/include/pa_value.h 1.45:
23922: * src/include/pa_vbool.h 1.3:
23923: * src/include/pa_wwrapper.h 1.12:
23924: * src/main/execute.C 1.71:
23925: ^if 0
23926:
23927: * src/main/pa_vclass.C 1.1:
23928: wow! vclass were out of vcs
23929:
23930: * src/classes/root.C 1.4:
23931: * src/include/pa_stack.h 1.4:
23932: * src/main/execute.C 1.73:
23933: detected problems calling operators in constructors
23934:
23935: * src/main/compile.y 1.74:
23936: minor renamings in .y
23937:
23938: * src/include/pa_vdouble.h 1.8:
23939: * src/include/pa_vhash.h 1.8:
23940: * src/include/pa_vjunction.h 1.5:
23941: * src/include/pa_vobject.h 1.12:
23942: * src/include/pa_vunknown.h 1.6:
23943: * src/main/compile.y 1.78:
23944: cloning dead end
23945:
23946: * src/include/pa_vmframe.h [before_string_to_object_attempt] 1.19.2.1:
23947: fixed forgotten method_frame my check
23948:
23949: * src/classes/root.C 1.1:
23950: added root.c
23951:
23952: * src/include/pa_vbool.h 1.2:
23953: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.1:
23954: * src/include/pa_vdouble.h 1.6:
23955: * src/include/pa_vhash.h [before_string_to_object_attempt] 1.10.2.1:
23956: * src/include/pa_vjunction.h 1.3:
23957: * src/include/pa_vmframe.h 1.15:
23958: * src/include/pa_vobject.h [before_string_to_object_attempt] 1.14.2.1:
23959: * src/include/pa_vstring.h 1.10:
23960: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.1:
23961: * src/include/pa_wcontext.h 1.22:
23962: * src/main/execute.C 1.67:
23963: * src/main/execute.C 1.69:
23964: * src/main/execute.C 1.75:
23965: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.1:
23966: * src/main/pa_wcontext.C 1.4:
23967: * src/main/pa_wcontext.C 1.6:
23968: z
23969:
23970: * src/main/compile.y 1.71:
23971: minor grammar bug with OP_CODE__STORE_PARAM
23972:
23973: * src/include/pa_bool.h 1.1:
23974: * src/include/pa_double.h 1.1:
23975: * src/include/pa_valiased.h 1.2:
23976: * src/include/pa_value.h 1.46:
23977: * src/include/pa_vbool.h 1.4:
23978: * src/include/pa_vclass.h 1.23:
23979: * src/include/pa_vdouble.h 1.7:
23980: * src/include/pa_vhash.h 1.7:
23981: * src/include/pa_vjunction.h 1.4:
23982: * src/include/pa_vmframe.h 1.18:
23983: * src/include/pa_vobject.h 1.11:
23984: * src/include/pa_vstring.h 1.11:
23985: * src/include/pa_vunknown.h 1.5:
23986: * src/main/compile.y 1.77:
23987: * src/main/compile_tools.C 1.20:
23988: * src/main/execute.C 1.77:
23989: * src/main/main.dsp 1.38:
23990: * src/main/pa_value.C 1.6:
23991: value.cloning so to give params proper names
23992:
23993: * src/classes/root.C 1.3:
23994: * src/include/pa_request.h 1.20:
23995: * src/main/execute.C 1.72:
23996: autocalc def to string
23997:
23998: * src/include/pa_vmframe.h 1.17:
23999: * src/main/execute.C 1.76:
24000: added names to unknown values in get_element and unfilled
24001: params. removed wrong name change in get_element
24002:
24003: * src/include/pa_vclass.h 1.25:
24004: * src/include/pa_vhash.h 1.10:
24005: * src/include/pa_vobject.h 1.14:
24006: removes some remained clone conseqs
24007:
24008: 2001-03-07 paf
24009: * src/include/pa_hash.h 1.19:
24010: * src/include/pa_value.h 1.40:
24011: * src/include/pa_vhash.h 1.4:
24012: * src/include/pa_vunknown.h 1.4:
24013: * src/main/compile.y 1.67:
24014: * src/main/execute.C 1.62:
24015: * src/main/pa_hash.C 1.18:
24016: expr def in -f
24017:
24018: * src/main/compile.y 1.65:
24019: * src/main/execute.C 1.60:
24020: * src/main/pa_string.C 1.33:
24021: bug in string.cmp fixed
24022:
24023: * src/main/compile.y 1.68:
24024: .y priorities syntax shaped up a bit
24025:
24026: * src/main/compile.y 1.64:
24027: expr quoted code
24028:
24029: * src/main/execute.C 1.57:
24030: ^var.menu{$field} problem detected. that $field not a $var.field
24031:
24032: * src/main/compile.y 1.69:
24033: * src/main/compile_tools.h 1.22:
24034: ^func(params)
24035:
1.39 paf 24036: * src/main/compile.y 1.63:
24037: * src/main/execute.C 1.59:
24038: expr whitespace solved. added "" support0
24039:
1.15 paf 24040: * src/include/pa_value.h 1.42:
24041: * src/include/pa_vclass.h 1.22:
24042: * src/include/pa_vhash.h 1.6:
24043: * src/include/pa_vmframe.h 1.13:
24044: * src/include/pa_vobject.h 1.10:
24045: * src/include/pa_wwrapper.h 1.11:
24046: const in Value.get_element
24047:
24048: * src/include/pa_string.h 1.26:
24049: * src/main/compile.y 1.61:
24050: * src/main/execute.C 1.58:
24051: * src/main/pa_string.C 1.32:
24052: just compiled lt&co
24053:
24054: * src/include/pa_stack.h 1.3:
24055: * src/include/pa_value.h 1.41:
24056: * src/include/pa_vclass.h 1.21:
24057: * src/include/pa_vhash.h 1.5:
24058: * src/include/pa_vmframe.h 1.12:
24059: * src/include/pa_vobject.h 1.9:
24060: * src/include/pa_wwrapper.h 1.10:
24061: * src/main/execute.C 1.63:
24062: fixed rwcontext of {} params up
24063:
24064: * src/main/compile.y 1.62:
24065: expr string comparisons 0
24066:
24067: * src/main/compile.y 1.66:
24068: * src/main/execute.C 1.61:
24069: expr calls
24070:
24071: 2001-03-06 paf
24072: * src/include/pa_vbool.h 1.1:
24073: forgot this
24074:
24075: * src/main/compile.y 1.51:
24076: expr lexx1
24077:
24078: * src/include/code.h 1.14:
24079: * src/main/compile.y 1.59:
24080: * src/main/execute.C 1.56:
24081: 1 problems with skipping whitespace in yylex fixed
24082: 2 xors: # bitwise ## logical
24083:
24084: * src/include/code.h 1.11:
24085: * src/include/pa_valiased.h 1.1:
24086: * src/include/pa_value.h 1.37:
24087: * src/include/pa_vdouble.h 1.1:
24088: * src/include/pa_vstring.h 1.6:
24089: * src/main/compile.y 1.49:
24090: * src/main/execute.C 1.49:
24091: expr lex0 exec-1
24092:
24093: * src/main/compile.y 1.52:
24094: expr grammar-1
24095:
24096: * src/include/pa_value.h 1.39:
24097: * src/include/pa_vdouble.h 1.5:
24098: * src/include/pa_vstring.h 1.8:
24099: * src/include/pa_vunknown.h 1.3:
24100: * src/main/compile.y 1.56:
24101: * src/main/execute.C 1.54:
24102: * src/main/main.dsp 1.35:
24103: !~
24104:
24105: * src/include/code.h 1.10:
24106: * src/main/compile.y 1.48:
24107: * src/main/compile_tools.h 1.18:
24108: g
24109:
24110: * src/main/compile.y 1.60:
24111: .y expr visible-shorter
24112:
24113: * src/include/pa_vcframe.h 1.3:
24114: * src/include/pa_vclass.h 1.20:
24115: * src/include/pa_vdouble.h 1.4:
24116: * src/include/pa_vhash.h 1.3:
24117: * src/include/pa_vjunction.h 1.2:
24118: * src/include/pa_vmframe.h 1.11:
24119: * src/include/pa_vobject.h 1.8:
24120: * src/include/pa_vstring.h 1.7:
24121: * src/include/pa_vunknown.h 1.2:
24122: * src/include/pa_wcontext.h 1.21:
24123: * src/include/pa_wwrapper.h 1.9:
24124: * src/main/compile.y 1.55:
24125: * src/main/compile_tools.C 1.17:
24126: * src/main/compile_tools.h 1.21:
24127: * src/main/execute.C 1.53:
24128: +-*/
24129:
24130: * src/main/compile.y 1.50:
24131: * src/main/execute.C 1.50:
24132: * src/main/main.dsp 1.34:
24133: z
24134:
24135: * src/include/pa_value.h 1.38:
24136: * src/include/pa_vdouble.h 1.2:
24137: * src/main/compile.y 1.53:
24138: * src/main/execute.C 1.51:
24139: expr grammar-1 2*2=4.000000 :)
24140:
1.39 paf 24141: * src/include/pa_vstring.h 1.9:
24142: * src/main/compile.y 1.58:
24143: problems with skipping whitespace in yylex
24144:
1.15 paf 24145: * src/include/pa_vdouble.h 1.3:
24146: * src/main/compile.y 1.54:
24147: * src/main/compile_tools.C 1.15:
24148: * src/main/compile_tools.h 1.19:
24149: grammar-1.1 $a(z) $a=0
24150:
24151: * src/include/code.h 1.13:
24152: * src/main/compile.y 1.57:
24153: * src/main/execute.C 1.55:
24154: without string ops in expressions 0
24155:
24156: 2001-02-26 paf
24157: * src/main/compile.y 1.46:
24158: max_string in yyerror bug fix
24159:
24160: 2001-02-25 paf
24161: * src/main/compile.y 1.40:
24162: escaping bug
24163:
24164: * src/include/pa_request.h 1.14:
24165: * src/main/compile.C 1.19:
24166: * src/main/core.C 1.38:
24167: default name RUN, also alias
24168:
24169: * src/include/pa_vcframe.h 1.2:
24170: * src/include/pa_vmframe.h 1.5:
24171: * src/include/pa_vobject.h 1.6:
24172: * src/include/pa_wcontext.h 1.17:
24173: * src/include/pa_wwrapper.h 1.7:
24174: * src/main/core.C 1.40:
24175: * src/main/execute.C 1.43:
24176: * src/main/main.dsp 1.31:
24177: would now get fields into interm VFielded class
24178:
24179: * src/include/pa_request.h 1.16:
24180: * src/include/pa_value.h 1.34:
24181: * src/include/pa_vmframe.h 1.7:
24182: * src/include/pa_wcontext.h 1.19:
24183: * src/main/execute.C 1.46:
24184: VAliased0
24185:
24186: * src/main/execute.C 1.47:
24187: VAliased1
24188:
24189: * src/include/pa_value.h 1.35:
24190: * src/include/pa_vmframe.h 1.8:
24191: VAliased2
24192:
24193: * src/include/code.h 1.9:
24194: * src/include/pa_value.h 1.28:
24195: * src/include/pa_vclass.h 1.15:
24196: * src/include/pa_vmframe.h 1.2:
24197: * src/include/pa_vobject.h 1.3:
24198: * src/include/pa_wwrapper.h 1.5:
24199: * src/main/compile.y 1.38:
24200: * src/main/compile_tools.C 1.14:
24201: * src/main/compile_tools.h 1.16:
24202: * src/main/execute.C 1.38:
24203: ^class:method() just compiled
24204:
24205: * src/include/pa_hash.h 1.18:
24206: * src/include/pa_value.h 1.31:
24207: * src/include/pa_vclass.h 1.17:
24208: * src/include/pa_vmframe.h 1.4:
24209: * src/include/pa_vobject.h 1.5:
24210: * src/include/pa_vstring.h 1.5:
24211: * src/include/pa_wcontext.h 1.16:
24212: * src/main/compile.y 1.45:
24213: * src/main/core.C 1.39:
24214: * src/main/execute.C 1.42:
24215: * src/main/main.dsp 1.30:
24216: * src/main/pa_hash.C 1.17:
24217: * src/main/pa_value.C 1.5:
24218: * src/main/pa_wcontext.C 1.3:
24219: virtuals2
24220:
24221: * src/include/pa_value.h 1.32:
24222: * src/include/pa_vclass.h 1.18:
24223: * src/include/pa_wcontext.h 1.18:
24224: * src/include/pa_wwrapper.h 1.8:
24225: * src/main/execute.C 1.44:
24226: * src/main/main.dsp 1.32:
24227: no not get fields into interm VFielded class.
24228: fields & staticfields 1
24229:
24230: * src/include/pa_pool.h 1.25:
24231: * src/include/pa_request.h 1.15:
24232: * src/include/pa_value.h 1.33:
24233: * src/include/pa_vclass.h 1.19:
24234: * src/include/pa_vmframe.h 1.6:
24235: * src/include/pa_vobject.h 1.7:
24236: * src/main/core.C 1.41:
24237: * src/main/execute.C 1.45:
24238: * src/main/main.dsp 1.33:
24239: VAliased just compiled
24240:
1.39 paf 24241: * src/include/pa_value.h 1.36:
24242: * src/include/pa_vmframe.h 1.9:
24243: * src/include/pa_wcontext.h 1.20:
24244: * src/main/execute.C 1.48:
24245: VAliased3
24246:
1.15 paf 24247: * src/include/pa_request.h 1.13:
24248: * src/include/pa_value.h 1.29:
24249: * src/include/pa_vobject.h 1.4:
24250: * src/main/compile.y 1.39:
24251: * src/main/compile_tools.h 1.17:
24252: * src/main/core.C 1.37:
24253: * src/main/execute.C 1.39:
24254: * src/main/pa_common.C 1.3:
24255: vobject1
24256:
24257: * src/main/compile.y 1.43:
24258: rethought to $class:static.field.subfield
24259:
24260: * src/main/compile.y 1.44:
24261: : 1
24262:
24263: * src/include/pa_value.h 1.30:
24264: * src/include/pa_vmframe.h 1.3:
24265: * src/include/pa_wwrapper.h 1.6:
24266: * src/main/compile.y 1.41:
24267: * src/main/execute.C 1.40:
24268: * src/main/pa_wcontext.C 1.2:
24269: before execute class calls rewrite
24270:
24271: * src/include/pa_vclass.h 1.16:
24272: * src/main/compile.y 1.42:
24273: * src/main/execute.C 1.41:
24274: $class:element
24275:
24276: * src/include/pa_pool.h [class_alias_dead_end] 1.24.2.1:
24277: * src/include/pa_value.h [class_alias_dead_end] 1.32.2.1:
24278: * src/include/pa_vclass.h [class_alias_dead_end] 1.18.2.1:
24279: * src/include/pa_vobject.h [class_alias_dead_end] 1.6.2.1:
24280: * src/main/execute.C [class_alias_dead_end] 1.44.2.1:
24281: alias dead end
24282:
24283: 2001-02-24 paf
24284: * src/main/compile.y 1.32:
24285: fixed grammar bugs in constructor/params klinch
24286:
24287: * src/main/main.dsp 1.29:
24288: no bison -d
24289:
24290: * src/main/compile.y 1.37:
24291: * src/main/compile_tools.h 1.15:
24292: use0 line no on 'undef class' err msg wrong
24293:
24294: * src/main/compile.y 1.30:
24295: fixed last \n macrotemplate strip bug
24296:
24297: * src/include/pa_vframe.h 1.5:
24298: * src/main/compile.y 1.33:
24299: found junction ideology @: ^x{$a()) must construct current
24300: wcontext element, so smart wcontext handling needed
24301:
24302: * src/include/pa_value.h 1.25:
24303: * src/include/pa_wcontext.h 1.15:
24304: * src/include/pa_wwrapper.h 1.4:
24305: * src/main/execute.C 1.36:
24306: * src/main/pa_value.C 1.4:
24307: it works as bad as you've named it: wcontext.value() was not a
24308: perfect idea
24309:
24310: * src/main/compile.y 1.35:
24311: * src/main/core.C 1.36:
24312: yylex need some @special lines adj
24313:
24314: * src/include/pa_value.h 1.24:
24315: * src/include/pa_vcframe.h 1.1:
24316: * src/include/pa_vclass.h 1.10:
24317: * src/include/pa_vframe.h 1.6:
24318: * src/include/pa_vhash.h 1.2:
24319: * src/include/pa_vjunction.h 1.1:
24320: * src/include/pa_vmframe.h 1.1:
24321: * src/include/pa_wcontext.h 1.14:
24322: * src/include/pa_wwrapper.h 1.3:
24323: * src/main/execute.C 1.34:
24324: * src/main/main.dsp 1.27:
24325: * src/main/pa_cframe.C 1.1:
24326: * src/main/pa_wcontext.C 1.1:
24327: codeframe just compiled
24328:
24329: * src/include/pa_request.h 1.12:
24330: * src/include/pa_vclass.h 1.14:
24331: * src/main/compile.C 1.18:
24332: * src/main/compile.y 1.34:
24333: * src/main/compile_tools.h 1.14:
24334: * src/main/core.C 1.35:
24335: modules0
24336:
24337: * src/main/pa_array.C 1.20:
24338: minor bug in expanding very small arrays. 60% from 1 were 0
24339:
24340: * src/include/pa_vclass.h 1.12:
24341: * src/main/compile.y 1.36:
24342: * src/main/core.C 1.33:
24343: z
24344:
24345: * src/include/code.h 1.7:
24346: * src/include/pa_request.h 1.11:
24347: * src/include/pa_value.h 1.23:
24348: * src/include/pa_vclass.h 1.9:
24349: * src/include/pa_vframe.h 1.4:
24350: * src/main/compile.y 1.29:
24351: * src/main/compile_tools.C 1.13:
24352: * src/main/compile_tools.h 1.13:
24353: * src/main/core.C 1.32:
24354: * src/main/execute.C 1.32:
24355: code junctions0. something wrong with last \n macrotemplate strip
24356:
24357: * src/include/pa_value.h 1.26:
24358: * src/include/pa_vclass.h 1.11:
24359: * src/include/pa_vobject.h 1.1:
24360: * src/main/main.dsp 1.28:
24361: vobject00
24362:
24363: * src/main/compile.y 1.31:
24364: * src/main/execute.C 1.33:
24365: fixed empty constructor optimized empty case. failed on calls -
24366: produced empty string param
24367:
24368: * src/main/execute.C 1.35:
24369: codeframe1
24370:
24371: 2001-02-23 paf
24372: * src/include/pa_value.h 1.18:
24373: * src/main/core.C 1.27:
24374: * src/main/execute.C 1.25:
24375: * src/main/main.dsp 1.23:
24376: value named
24377:
24378: * src/main/compile.y 1.26:
24379: * src/main/execute.C 1.27:
24380: empty constructor bug fixed
24381:
24382: * src/include/pa_vframe.h 1.1:
24383: * src/include/pa_vunknown.h 1.1:
24384: * src/include/pa_wcontext.h 1.13:
24385: * src/include/pa_wwrapper.h 1.1:
24386: * src/main/core.C 1.29:
24387: * src/main/execute.C 1.29:
24388: * src/main/main.dsp 1.25:
24389: * src/main/pa_value.C 1.1:
24390: call0
24391:
24392: * src/main/compile.y 1.27:
24393: * src/main/compile_tools.C 1.12:
24394: * src/main/compile_tools.h 1.12:
24395: fixed wrong grammar in complex constructor case
24396:
24397: * src/include/pa_value.h 1.21:
24398: * src/include/pa_vclass.h 1.8:
24399: * src/include/pa_vframe.h 1.3:
24400: * src/main/core.C 1.30:
24401: * src/main/execute.C 1.31:
24402: * src/main/pa_value.C 1.2:
24403: get_method RIP. junctions everywhere. call with junctions0
24404:
24405: * src/main/compile.y 1.28:
24406: * src/main/execute.C 1.30:
24407: * src/main/main.dsp 1.26:
24408: rethought some. before junction
24409:
24410: * src/include/pa_value.h 1.17:
24411: * src/include/pa_vstring.h 1.4:
24412: * src/main/execute.C 1.24:
24413: strign 2 value in 2 places in execute
24414:
24415: * src/include/pa_wcontext.h 1.11:
24416: z
24417:
24418: * src/include/pa_hash.h 1.17:
24419: * src/include/pa_value.h 1.19:
24420: * src/include/pa_wcontext.h 1.12:
24421: * src/main/core.C 1.28:
24422: * src/main/execute.C 1.28:
24423: * src/main/main.dsp 1.24:
24424: * src/main/pa_hash.C 1.16:
24425: started call. store param, vframe done
24426:
24427: * src/include/pa_value.h 1.22:
24428: * src/main/compile.C 1.17:
24429: * src/main/core.C 1.31:
24430: * src/main/pa_value.C 1.3:
24431: minor error reporting format beautifyings
24432:
24433: * src/main/execute.C 1.26:
24434: with result rwpool
24435:
1.39 paf 24436: * src/include/pa_value.h 1.20:
24437: * src/include/pa_vclass.h 1.7:
24438: * src/include/pa_vframe.h 1.2:
24439: * src/include/pa_wwrapper.h 1.2:
24440: lara came, can't work, sorry :(
24441:
1.15 paf 24442: * src/include/pa_value.h 1.16:
24443: * src/include/pa_wcontext.h 1.10:
24444: * src/main/compile.y 1.25:
24445: * src/main/execute.C 1.23:
24446: * src/main/main.dsp 1.22:
24447: * src/main/pa_array.C 1.19:
24448: auto VHash on wcontext.put_element when wcontext fvalue==0
24449:
24450: 2001-02-22 paf
24451: * src/include/pa_request.h 1.10:
24452: * src/main/compile.y 1.23:
24453: $self.put(val)
24454:
24455: * src/include/pa_pool.h 1.24:
24456: * src/include/pa_vclass.h 1.5:
24457: * src/main/core.C 1.25:
24458: * src/main/pa_hash.C 1.15:
24459: * src/main/pa_pool.C 1.9:
24460: TRY...
24461:
24462: * src/include/code.h 1.6:
24463: * src/main/compile_tools.C 1.9:
24464: * src/main/compile_tools.h 1.10:
24465: * src/main/execute.C 1.19:
24466: OP_STRING better then some xxx _VALUE
24467:
24468: * src/main/compile.C 1.14:
24469: * src/main/core.C 1.26:
24470: * src/main/execute.C 1.16:
24471: * src/main/pa_string.C 1.31:
24472: more precise parse error line:col
24473:
24474: * src/main/compile.C 1.15:
24475: * src/main/compile.y 1.18:
24476: * src/main/execute.C 1.20:
24477: started : with $a.$:f
24478:
24479: * src/main/compile.y 1.20:
24480: $: wasn't finished - $:sdf(sdf) troubled a bit. finished now.
24481:
24482: * src/include/code.h 1.3:
24483: * src/include/pa_string.h 1.25:
24484: * src/include/pa_value.h 1.12:
24485: * src/include/pa_vclass.h 1.3:
24486: * src/include/pa_wcontext.h 1.3:
24487: * src/main/compile.y 1.14:
24488: * src/main/execute.C 1.14:
24489: * src/main/pa_string.C 1.28:
24490: write_value write_string 0
24491: it seems wcontext must write strings regardles of fvalue!=0
24492:
24493: * src/include/code.h 1.4:
24494: * src/include/pa_value.h 1.13:
24495: * src/include/pa_vclass.h 1.4:
24496: * src/include/pa_wcontext.h 1.5:
24497: * src/main/compile.y 1.15:
24498: * src/main/compile_tools.C 1.6:
24499: * src/main/compile_tools.h 1.8:
24500: * src/main/execute.C 1.15:
24501: * src/main/main.dsp 1.20:
24502: iiieeyys! get/put simple vars to VClass works0
24503:
24504: * src/include/pa_array.h 1.18:
24505: * src/include/pa_wcontext.h 1.4:
24506: * src/main/pa_string.C 1.29:
24507: in process, but found that exceptions are too global
24508:
24509: * src/main/compile.y 1.19:
24510: $: finished
24511:
24512: * src/main/compile.C 1.16:
24513: * src/main/compile.y 1.21:
24514: * src/main/compile_tools.C 1.10:
24515: z
24516:
24517: * src/include/pa_request.h 1.9:
24518: * src/include/pa_stack.h 1.2:
24519: * src/include/pa_wcontext.h 1.7:
24520: * src/main/execute.C 1.17:
24521: z about to vstring it .y all
24522:
24523: * src/include/pa_hash.h 1.16:
24524: * src/include/pa_value.h 1.15:
24525: * src/include/pa_vclass.h 1.6:
24526: * src/include/pa_vhash.h 1.1:
24527: * src/include/pa_vstring.h 1.3:
24528: * src/include/pa_wcontext.h 1.9:
24529: * src/main/execute.C 1.22:
24530: * src/main/main.dsp 1.21:
24531: auto VHash in pa.th.cre.at.e
24532:
24533: * src/include/code.h 1.5:
24534: * src/include/pa_vstring.h 1.2:
24535: * src/main/compile.y 1.17:
24536: * src/main/compile_tools.C 1.8:
24537: * src/main/compile_tools.h 1.9:
24538: * src/main/execute.C 1.18:
24539: string to vstring it .y all
24540:
24541: * src/include/pa_array.h 1.19:
24542: * src/main/compile.y 1.22:
24543: * src/main/compile_tools.C 1.11:
24544: * src/main/compile_tools.h 1.11:
24545: * src/main/pa_array.C 1.18:
24546: $self.get
24547:
24548: * src/include/pa_exception.h 1.5:
24549: * src/include/pa_pool.h 1.23:
24550: * src/include/pa_request.h 1.8:
24551: * src/include/pa_value.h 1.14:
24552: * src/include/pa_wcontext.h 1.6:
24553: * src/main/compile.C 1.13:
24554: * src/main/compile.y 1.16:
24555: * src/main/compile_tools.C 1.7:
24556: * src/main/core.C 1.24:
24557: * src/main/pa_array.C 1.17:
24558: * src/main/pa_exception.C 1.4:
24559: * src/main/pa_hash.C 1.14:
24560: * src/main/pa_pool.C 1.8:
24561: * src/main/pa_string.C 1.30:
24562: * src/main/pa_table.C 1.9:
24563: removed exception from request
24564:
24565: * src/include/pa_vstring.h 1.1:
24566: * src/main/compile.C 1.12:
24567: * src/main/core.C 1.23:
24568: added some forgotten
24569:
24570: * src/include/pa_wcontext.h 1.8:
24571: * src/main/compile.y 1.24:
24572: * src/main/execute.C 1.21:
24573: erroreos checkout
24574:
24575: 2001-02-21 paf
24576: * src/main/compile.y 1.9:
24577: more straightforward yylex[end]
24578:
24579: * src/main/compile.C 1.6:
24580: * src/main/compile.y 1.6:
24581: * src/main/compile_tools.h 1.5:
24582: error processing in eval & yyerror so it wouldn't cause
24583: memleaks.
24584:
24585: * src/include/compile.h 1.5:
24586: * src/include/execute.h 1.3:
24587: * src/include/pa_array.h 1.17:
24588: * src/include/pa_request.h 1.7:
24589: * src/include/pa_stack.h 1.1:
24590: * src/include/pa_vclass.h 1.2:
24591: * src/include/pa_wcontext.h 1.2:
24592: * src/main/compile.C 1.10:
24593: * src/main/compile.y 1.12:
24594: * src/main/execute.C 1.11:
24595: * src/main/main.dsp 1.19:
24596: * src/main/pa_array.C 1.16:
24597: * src/main/pa_request.C 1.2:
24598: get put -1 [just compiled]
24599:
24600: * src/include/compile.h 1.4:
24601: * src/include/pa_array.h 1.16:
24602: * src/main/compile.C 1.9:
24603: * src/main/compile.y 1.11:
24604: * src/main/execute.C 1.10:
24605: MAIN_METHOD_NAME ready to write execute
24606:
24607: * src/include/pa_string.h 1.24:
24608: * src/include/pa_types.h 1.6:
24609: * src/main/pa_string.C 1.27:
24610: string.operator==(char*)
24611:
24612: * src/main/compile.C 1.11:
24613: * src/main/compile.y 1.13:
24614: * src/main/execute.C 1.12:
24615: store0
24616:
24617: * src/include/core.h 1.1:
24618: * src/include/pa_context.h 1.8:
24619: * src/include/pa_request.h 1.6:
24620: * src/include/pa_vclass.h 1.1:
24621: * src/include/pa_wcontext.h 1.1:
24622: * src/main/core.C 1.22:
24623: * src/main/main.dsp 1.18:
24624: * src/main/pa_request.C 1.1:
24625: request core methods0
24626:
24627: * src/include/compile.h 1.3:
24628: * src/include/pa_context.h 1.7:
24629: * src/include/pa_hash.h 1.15:
24630: * src/include/pa_request.h 1.5:
24631: * src/include/pa_string.h 1.23:
24632: * src/include/pa_value.h 1.9:
24633: struck with const array.gets
24634:
24635: * src/include/code.h 1.2:
24636: * src/include/pa_types.h 1.5:
24637: * src/main/compile.C 1.3:
24638: * src/main/compile.y 1.3:
24639: * src/main/compile_tools.C 1.3:
24640: * src/main/compile_tools.h 1.3:
24641: * src/main/execute.C 1.3:
24642: * src/main/main.dsp 1.16:
24643: .y to c++
24644: hierarchy output fix.
24645: compiler works ok
24646:
24647: * src/include/compile.h 1.2:
24648: * src/main/compile.C 1.4:
24649: * src/main/compile.y 1.4:
24650: * src/main/compile_tools.h 1.4:
24651: line numbers needed. would add them to .y now internally.
24652: externally it's not as precise as needed
24653:
1.39 paf 24654: * src/include/execute.h 1.2:
24655: * src/include/pa_array.h 1.15:
24656: * src/include/pa_value.h 1.10:
24657: * src/main/execute.C 1.9:
24658: * src/main/pa_array.C 1.15:
24659: after array.const get wonders
24660:
1.15 paf 24661: * src/include/pa_exception.h 1.4:
24662: * src/include/pa_value.h 1.11:
24663: * src/main/compile.C 1.8:
24664: * src/main/compile.y 1.10:
24665: * src/main/compile_tools.C 1.5:
24666: * src/main/compile_tools.h 1.7:
24667: .y methods and one_big_piece. now compile returns array<method*>
24668:
24669: * src/main/compile.y 1.7:
24670: * src/main/execute.C 1.4:
24671: * src/main/execute.C 1.5:
24672: * src/main/execute.C 1.6:
24673: * src/main/execute.C 1.7:
24674: * src/main/execute.C 1.8:
24675: z
24676:
24677: * src/main/execute.C 1.13:
24678: tired :)
24679:
24680: * src/main/compile.C 1.5:
24681: * src/main/compile.y 1.5:
24682: failed to add absolute precies parse error positions. leaving
24683: RIGHTMOST position as @file[line:col]
24684:
24685: 2001-02-20 paf
24686: * src/include/code.h 1.1:
24687: * src/include/compile.h 1.1:
24688: * src/include/execute.h 1.1:
24689: * src/include/pa_array.h 1.14:
24690: * src/include/pa_common.h 1.2:
24691: * src/include/pa_pool.h 1.22:
24692: * src/include/pa_string.h 1.22:
24693: * src/include/pa_table.h 1.8:
24694: * src/include/pa_types.h 1.4:
24695: * src/main/compile.C 1.1:
24696: * src/main/compile.y 1.1:
24697: * src/main/compile_tools.C 1.1:
24698: * src/main/compile_tools.h 1.1:
24699: * src/main/core.C 1.21:
24700: * src/main/execute.C 1.1:
24701: * src/main/main.dsp 1.14:
24702: * src/main/pa_array.C 1.14:
24703: * src/main/pa_common.C 1.2:
24704: * src/main/pa_hash.C 1.12:
24705: * src/main/pa_string.C 1.26:
24706: * src/main/pa_table.C 1.8:
24707: bison[yacc] first time compiled.
24708: execute=dump for now
24709:
24710: * src/main/compile.C 1.2:
24711: * src/main/compile.y 1.2:
24712: * src/main/compile_tools.C 1.2:
24713: * src/main/compile_tools.h 1.2:
24714: * src/main/execute.C 1.2:
24715: * src/main/main.dsp 1.15:
24716: nestage probs, eof yylex not perfect
24717:
24718: * src/main/core.C 1.20:
24719: core rewrite using yacc investigations
24720: now will be compile[yacc]/execute[opcodes]
24721:
24722: 2001-02-15 paf
24723: * src/include/pa_value.h 1.8:
24724: * src/main/core.C 1.19:
24725: maybe a-la yacc those ifs rewrite as turing machine?
24726: for it seems it would be it's too many ifs with this syntax now
24727:
24728: 2001-02-14 paf
24729: * src/include/pa_context.h 1.6:
24730: * src/include/pa_string.h 1.20:
24731: * src/main/core.C 1.10:
24732: * src/main/pa_string.C 1.23:
24733: process text repassing
24734:
24735: * src/include/pa_value.h 1.7:
24736: * src/main/core.C 1.11:
24737: * src/main/pa_string.C 1.24:
24738: process text repassing2
24739: operator static vars
24740:
24741: * src/include/pa_string.h 1.21:
24742: * src/main/core.C 1.12:
24743: * src/main/pa_string.C 1.25:
24744: get names 0
24745:
24746: * src/include/pa_context.h 1.5:
24747: * src/include/pa_value.h 1.6:
24748: * src/main/core.C 1.9:
24749: module:calls changes
24750:
24751: * src/main/core.C 1.16:
24752: varios breaks
24753:
24754: * src/main/core.C 1.17:
24755: get_params
24756: figured ^menu[UNEVALUATED unthinked :( ]
24757:
24758: * src/main/core.C 1.18:
24759: get_params 1
24760:
24761: * src/main/core.C 1.13:
24762: get names 1
24763:
24764: * src/main/core.C 1.14:
24765: get names 2
24766:
24767: * src/main/core.C 1.15:
24768: get names 3
24769:
24770: 2001-02-13 paf
24771: * src/include/pa_string.h 1.17:
24772: * src/main/pa_string.C 1.19:
24773: String_iterator::skip_to
24774: todo:optimize
24775:
24776: * src/main/core.C 1.6:
24777: operators
24778: : and self. prefixes
24779:
24780: * src/include/pa_context.h 1.4:
24781: * src/include/pa_value.h 1.5:
24782: * src/main/core.C 1.8:
24783: ^class:calls[] started
24784:
24785: * src/include/pa_string.h 1.18:
24786: * src/main/pa_string.C 1.21:
24787: String_iterator optimized
24788:
24789: * src/include/pa_string.h 1.19:
24790: * src/main/pa_string.C 1.22:
24791: String_iterator tested
24792:
24793: * src/main/pa_string.C 1.20:
24794: String_iterator::skip_to
24795: optimized a bit. would change privates to better support optimization
24796:
24797: * src/include/pa_value.h 1.4:
24798: * src/main/core.C 1.5:
24799: * src/main/core.C 1.7:
24800: z
24801:
24802: 2001-02-12 paf
24803: * src/include/pa_context.h 1.2:
24804: * src/include/pa_value.h 1.2:
24805: * src/main/core.C 1.2:
24806: get self/methodref joined
24807:
24808: * src/include/pa_context.h 1.3:
24809: * src/include/pa_value.h 1.3:
24810: * src/main/core.C 1.3:
24811: some comments
24812:
24813: * src/include/pa_string.h 1.16:
24814: * src/main/core.C 1.4:
24815: * src/main/pa_string.C 1.18:
24816: started String_iterator
24817:
24818: 2001-02-11 paf
24819: * src/include/pa_context.h 1.1:
24820: * src/include/pa_value.h 1.1:
24821: * src/main/core.C 1.1:
24822: * src/main/main.dsp 1.13:
24823: core started.
24824: core.C, context&value .h
24825:
24826: * src/include/pa_array.h 1.13:
24827: * src/include/pa_hash.h 1.14:
24828: * src/include/pa_pool.h 1.21:
24829: * src/include/pa_string.h 1.15:
24830: * src/main/main.dsp 1.12:
24831: * src/main/pa_array.C 1.13:
24832: * src/main/pa_hash.C 1.11:
24833: * src/main/pa_pool.C 1.7:
24834: * src/main/pa_string.C 1.17:
24835: :pooled
24836:
24837: 2001-01-30 paf
24838: * src/include/pa_error.h 1.4:
24839: * src/include/pa_exception.h 1.1:
24840: * src/include/pa_pool.h 1.17:
24841: * src/include/pa_request.h 1.3:
24842: * src/main/main.dsp 1.10:
24843: * src/main/pa_error.C 1.4:
24844: * src/main/pa_exception.C 1.1:
24845: * src/main/pa_pool.C 1.4:
24846: * src/targets/Makefile.am 1.2:
24847: lowered targets/parser into subdir, added parser_Pool(Pool)
24848: failed to add. would think..
24849:
24850: * src/include/pa_exception.h 1.3:
24851: * src/include/pa_pool.h 1.19:
24852: * src/include/pa_table.h 1.7:
24853: * src/main/pa_exception.C 1.3:
24854: * src/main/pa_table.C 1.7:
24855: minor * to & changes
24856:
24857: * src/include/pa_pool.h 1.20:
24858: * src/main/Makefile.am 1.5:
24859: * src/main/main.dsp 1.11:
24860: * src/main/pa_pool.C 1.6:
24861: moved pa_pool.C to be target specific
24862:
24863: * src/Makefile.am 1.2:
24864: * src/main/Makefile.am 1.6:
24865: * src/targets/Makefile.am 1.3:
24866: .am comments
24867:
24868: * src/include/pa_exception.h 1.2:
24869: * src/include/pa_pool.h 1.18:
24870: * src/include/pa_request.h 1.4:
24871: * src/include/pa_table.h 1.6:
24872: * src/main/pa_array.C 1.12:
24873: * src/main/pa_exception.C 1.2:
24874: * src/main/pa_pool.C 1.5:
24875: * src/main/pa_table.C 1.6:
24876: error re-associated. that's much better
24877: even removed 'die' necessety
24878:
24879: 2001-01-29 paf
24880: * src/include/pa_hash.h 1.9:
24881: * src/include/pa_pool.h 1.10:
24882: * src/include/pa_threads.h 1.3:
24883: * src/main/pa_hash.C 1.5:
24884: made local Hash-es not thread safe=quicker by
24885: SYNCHRONIZED(thread_safe)
24886:
24887: * src/include/pa_hash.h 1.5:
24888: some comments
24889:
24890: * src/include/pa_error.h 1.2:
24891: * src/include/pa_request.h 1.2:
24892: * src/include/pa_string.h 1.13:
24893: * src/include/pa_table.h 1.4:
24894: * src/main/pa_error.C 1.2:
24895: * src/main/pa_table.C 1.4:
24896: Error fixed
24897:
24898: * src/include/pa_pool.h 1.11:
24899: * src/include/pa_string.h 1.9:
24900: * src/main/pa_string.C 1.13:
24901: String originating
24902:
1.23 paf 24903: * src/include/pa_pool.h 1.14:
24904: * src/main/pa_array.C 1.9:
24905: tested - decision "no templates"
1.15 paf 24906:
24907: * src/include/pa_hash.h 1.6:
24908: * src/include/pa_threads.h 1.1:
24909: * src/main/main.dsp 1.6:
24910: * src/main/pa_threads.C 1.1:
24911: added pa_threads
24912:
24913: Mutex
24914:
1.23 paf 24915: * src/include/pa_array.h 1.4:
24916: * src/main/pa_array.C 1.4:
24917: Array::operator += (Array& src)
24918:
24919: rethought, would change now
1.15 paf 24920:
24921: * src/include/pa_array.h 1.7:
24922: * src/include/pa_hash.h 1.10:
24923: * src/include/pa_pool.h 1.12:
24924: * src/include/pa_string.h 1.10:
24925: * src/include/pa_table.h 1.1:
24926: * src/include/pa_types.h 1.2:
24927: * src/main/main.dsp 1.7:
24928: * src/main/pa_array.C 1.7:
24929: * src/main/pa_string.C 1.14:
24930: * src/main/pa_table.C 1.1:
24931: Table started
24932: would test
24933: template Array now
24934:
1.23 paf 24935: * src/include/pa_error.h 1.3:
24936: * src/include/pa_hash.h 1.13:
24937: * src/include/pa_string.h 1.14:
24938: * src/include/pa_table.h 1.5:
24939: * src/main/pa_error.C 1.3:
24940: * src/main/pa_hash.C 1.10:
24941: * src/main/pa_string.C 1.16:
24942: * src/main/pa_table.C 1.5:
24943: Table
24944: more like C++ style
24945: hence lots of 'const'
1.15 paf 24946:
24947: * src/include/pa_array.h 1.11:
24948: * src/include/pa_hash.h 1.11:
24949: * src/include/pa_pool.h 1.15:
24950: * src/include/pa_string.h 1.11:
24951: * src/include/pa_table.h 1.2:
24952: * src/include/pa_types.h 1.3:
24953: * src/main/Makefile.am 1.3:
24954: * src/main/main.dsp 1.9:
24955: * src/main/pa_array.C 1.10:
24956: * src/main/pa_hash.C 1.8:
24957: * src/main/pa_string.C 1.15:
24958: * src/main/pa_table.C 1.2:
24959: Request
24960: Error
24961: Table
24962:
1.23 paf 24963: * src/main/pa_array.C 1.5:
24964: expand not convinient, would rewrite
24965:
1.15 paf 24966: * src/include/pa_array.h 1.6:
24967: * src/include/pa_hash.h 1.8:
24968: * src/include/pa_string.h 1.8:
24969: moved .h public parts to top
24970:
24971: * src/include/pa_hash.h 1.7:
24972: * src/include/pa_threads.h 1.2:
24973: * src/main/pa_hash.C 1.4:
24974: * src/main/pa_threads.C 1.2:
24975: decided on one global_mutex, like PHP
24976: as I can see: needed only in global Hash now,
24977: made Hash:: put/get SYNCHRONIZED
24978:
24979: * src/include/pa_array.h 1.12:
24980: * src/include/pa_common.h 1.1:
24981: * src/include/pa_error.h 1.1:
24982: * src/include/pa_hash.h 1.12:
24983: * src/include/pa_pool.h 1.16:
24984: * src/include/pa_request.h 1.1:
24985: * src/include/pa_string.h 1.12:
24986: * src/include/pa_table.h 1.3:
24987: * src/main/Makefile.am 1.4:
24988: * src/main/pa_array.C 1.11:
24989: * src/main/pa_common.C 1.1:
24990: * src/main/pa_error.C 1.1:
24991: * src/main/pa_hash.C 1.9:
24992: * src/main/pa_table.C 1.3:
24993: added forgotten
24994:
24995: * src/include/pa_array.h 1.8:
24996: * src/include/pa_pool.h 1.13:
24997: * src/main/Makefile.am 1.2:
24998: * src/main/main.dsp 1.8:
24999: * src/main/pa_array.C 1.8:
25000: templates failed
25001: no template specializations [VC6],
25002: no library auto instantation [VC6, GNU c++ 2.95.2-6 from latest cygwin]
25003:
25004: * src/include/pa_array.h 1.5:
25005: * src/include/pa_pool.h 1.9:
25006: * src/main/pa_array.C 1.6:
25007: Array& operator += (Array& src)
25008:
25009: 2001-01-27 paf
25010: * src/include/pa_hash.h 1.1:
25011: * src/include/pa_string.h 1.4:
25012: * src/include/pa_types.h 1.1:
25013: * src/main/main.dsp 1.4:
25014: * src/main/pa_string.C 1.7:
25015: uint, and added pa_types & pa_hash[forgotten]
25016:
25017: * src/main/pa_string.C 1.9:
25018: String::operator ==
25019:
1.23 paf 25020: * src/main/pa_hash.C 1.2:
25021: String(&String)
25022:
1.15 paf 25023: * src/include/pa_array.h 1.3:
25024: * src/main/pa_array.C 1.3:
25025: array [] with chunk caching
25026:
25027: * src/include/pa_array.h 1.2:
25028: * src/include/pa_hash.h 1.4:
25029: * src/include/pa_pool.h 1.8:
25030: * src/include/pa_string.h 1.7:
25031: * src/main/pa_array.C 1.2:
25032: * src/main/pa_string.C 1.11:
25033: array cache rethought to chunk caching
25034:
25035: * src/include/pa_array.h 1.1:
25036: * src/include/pa_hash.h 1.3:
25037: * src/include/pa_pool.h 1.7:
25038: * src/include/pa_string.h 1.6:
25039: * src/main/main.dsp 1.5:
25040: * src/main/pa_array.C 1.1:
25041: * src/main/pa_hash.C 1.3:
25042: * src/main/pa_string.C 1.10:
25043: Array 0
25044:
25045: * src/main/pa_hash.C 1.1:
25046: added pa_hash.C [forgotten]
25047:
25048: 2001-01-26 paf
1.23 paf 25049: * src/include/pa_pool.h 1.2:
25050: * src/main/pa_string.C 1.2:
25051: String prealloc & dynamic row_count
25052:
1.15 paf 25053: * src/include/pa_pool.h 1.6:
25054: * src/include/pa_string.h 1.3:
25055: * src/main/pa_string.C 1.6:
25056: removed templates [vc++ suxx]
25057:
25058: * src/include/pa_pool.h 1.4:
25059: * src/include/pa_string.h 1.1:
25060: pa_pool split
25061:
25062: * src/Makefile.am 1.1.1.1:
25063: * src/include/pa_pool.h 1.1.1.1:
25064: * src/main/Makefile.am 1.1.1.1:
25065: * src/main/main.dsp 1.1.1.1:
25066: * src/main/pa_pool.C 1.1.1.1:
25067: * src/main/pa_string.C 1.1.1.1:
25068: * src/targets/Makefile.am 1.1.1.1:
25069: creating parser3 module
25070:
25071: * src/include/pa_pool.h 1.3:
25072: * src/main/main.dsp 1.2:
25073: * src/main/pa_pool.C 1.2:
25074: * src/main/pa_string.C 1.3:
25075: * src/main/pa_string.C 1.4:
1.40 ! paf 25076: $Id: ChangeLog,v 1.39 2004/09/06 11:06:36 paf Exp $ check
1.15 paf 25077:
25078: * src/include/pa_pool.h 1.5:
25079: * src/include/pa_string.h 1.2:
25080: * src/main/main.dsp 1.3:
25081: * src/main/pa_pool.C 1.3:
25082: * src/main/pa_string.C 1.5:
25083: templates in VC++ suxx.
25084:
E-mail: