Annotation of parser3/ChangeLog, revision 1.41
1.41 ! paf 1: 2004-12-24 paf
! 2: * Makefile.am [release_3_1_4] 1.47.2.1:
! 3: * Makefile.in [release_3_1_4] 1.61.2.1:
! 4: * acinclude.m4 [release_3_1_4] 1.34.2.1:
! 5: * aclocal.m4 [release_3_1_4] 1.37.2.1:
! 6: * acsite.m4 [release_3_1_4] 1.12.2.1:
! 7: * configure [release_3_1_4] 1.81.2.1:
! 8: * configure.in [release_3_1_4] 1.81.2.1:
! 9: *** empty log message ***
! 10:
! 11: 2004-12-23 paf
! 12: * src/include/pa_version.h 1.18:
! 13: compiled on win32...
! 14:
! 15: * src/include/pa_common.h 1.101:
! 16: * src/main/pa_common.C 1.202:
! 17: * src/types/pa_vhashfile.C 1.48:
! 18: * www/htdocs/_bug.html 1.75:
! 19: beauty: hashfile::open now creates dir for new file
! 20:
! 21: * src/types/pa_vmethod_frame.h 1.51:
! 22: * www/htdocs/_bug.html 1.73:
! 23: bugfix: when method junction was created by accessing $
! 24: name_of_method it acquired bad self=closest methodframe; instead
! 25: of proper self (current class)
! 26:
! 27: * src/types/pa_vhashfile.C 1.47:
! 28: * www/htdocs/_bug.html 1.72:
! 29: bugfix: reading empty string from hashfile produced bad cord
! 30:
! 31: * src/main/pa_request.C 1.273:
! 32: * www/htdocs/_bug.html 1.77:
! 33: new: @unhandled_exception can prevent exception from being
! 34: logged by setting $exception.handled(1)
! 35:
! 36: * src/main/pa_exec.C 1.65:
! 37: * www/htdocs/_bug.html 1.78:
! 38: win32: bugfix: file::cgi/exec now set current dir to directory
! 39: of script (when shbang used), not to directory of its
! 40: interpreter
! 41:
! 42: * configure 1.81:
! 43: * configure.in 1.81:
! 44: * src/include/pa_version.h 1.17:
! 45: configured host to pa_version. will be displayed everywhere
! 46:
! 47: * src/targets/cgi/parser3.C 1.235:
! 48: now, when version (compiled on HOST), we need more hspace
! 49:
! 50: * src/classes/table.C 1.207:
! 51: * src/types/pa_vhash.C 1.6:
! 52: * src/types/pa_vhash.h 1.53:
! 53: * www/htdocs/_bug.html 1.74:
! 54: bugfix: table->hash now regards _default
! 55:
! 56: * operators.txt 1.177:
! 57: * src/classes/file.C 1.131:
! 58: * www/htdocs/_bug.html 1.76:
! 59: change: ^file::sql{query}[[options]]
! 60: options:
! 61: $.name[file name]
! 62: $.content-type[application/what]
! 63:
! 64: * src/main/pa_sql_driver_manager.C 1.84:
! 65: * www/htdocs/_bug.html 1.79:
! 66: sql connect string, rsplit @
! 67:
! 68: 2004-12-10 paf
! 69: * src/main/pa_common.C 1.198:
! 70: http: timeout setsockopt [if possible] on unix too
! 71:
! 72: * src/main/pa_common.C 1.197:
! 73: http: exception status of send/recv errors change to most
! 74: probable http.timeout
! 75:
! 76: * src/main/pa_common.C 1.200:
! 77: comment on volatile
! 78:
! 79: * src/include/pa_config_auto.h.in 1.42:
! 80: * src/main/pa_common.C 1.199:
! 81: http: unix: alarm function were not used since the beginning due
! 82: to stupid error [setsigjmp were not checked in configure.in]
! 83:
! 84: * Makefile.am 1.47:
! 85: * Makefile.in 1.61:
! 86: * acinclude.m4 1.34:
! 87: * aclocal.m4 1.37:
! 88: * acsite.m4 1.12:
! 89: * configure 1.80:
! 90: * configure.in 1.80:
! 91: *** empty log message ***
! 92:
! 93: * src/lib/smtp/comms.C 1.7:
! 94: * src/main/pa_common.C 1.201:
! 95: DONT_LINGER can cause subsequent failures though defined in .h
! 96:
! 97: * src/main/pa_common.C 1.196:
! 98: * www/htdocs/_bug.html 1.71:
! 99: win32: http connection $.timeout option now works [setsockopt on
! 100: send/receive]
! 101:
! 102: 2004-12-08 paf
! 103: * src/classes/mail.C 1.108:
! 104: * src/types/pa_vmail.C 1.69:
! 105: * www/htdocs/.htaccess 1.42:
! 106: * www/htdocs/_bug.html 1.70:
! 107: * www/htdocs/_bug.xsl 1.14:
! 108: bugfix: mail body now cstr-ed knowing mail charset, and
! 109: untainting uri lang now knows proper charset
! 110:
! 111: 2004-11-24 paf
! 112: * src/classes/hash.C 1.72:
! 113: hash: adding/cloning adds/clones _default now
! 114:
! 115: $hash[
! 116: $.a[1]
! 117: $._default[def]
! 118: ]
! 119: #$hash2[^hash::create[$hash]]
! 120: $hash2[^hash::create[]]
! 121: ^hash2.add[$hash]
! 122: $hash2.shit
! 123:
! 124: 2004-11-12 paf
! 125: * src/types/pa_vmail.C 1.68:
! 126: bugfix: mail:send[$.date[]] were ignored [since 3.0.4]
! 127:
! 128: 2004-11-09 paf
! 129: * src/targets/cgi/parser3.C 1.233:
! 130: debug: PA_DEBUG_CGI_ENTRY_EXIT
! 131: if on, writes basics to c:\parser3.log
! 132:
! 133: 2004-10-21 paf
! 134: * src/classes/xnode.C 1.68:
! 135: bugfix: xnode.getAttribute[NS] now return tainted strings [were
! 136: returning clean onces]
! 137:
! 138: 2004-10-15 paf
! 139: * src/types/pa_vdouble.h 1.46:
! 140: bugfix: ^for[i](1;1.5){} << did two cycles(i=1; i=2), which was
! 141: wrong, now does ONE
! 142:
! 143: 2004-10-12 paf
! 144: * etc/parser3.charsets/windows-1251.cfg 1.12:
! 145: euro
! 146: promille
! 147: +/-
! 148:
! 149: 2004-10-07 paf
! 150: * src/lib/cord/cordbscs.c 1.5:
! 151: debugger help: CORD_dump now dumpts \t\r\n as @#| and truncates
! 152: long char sequences less
! 153:
! 154: * src/include/pa_string.h 1.164:
! 155: * src/main/pa_string.C 1.201:
! 156: debugger help: String.dump() to stdout in detailed form [were
! 157: String.v() in short form]
! 158:
! 159: * src/include/pa_config_fixed.h 1.67:
! 160: * src/include/pa_config_includes.h 1.30:
! 161: * src/main/pa_globals.C 1.176:
! 162: * www/htdocs/.htaccess 1.41:
! 163: * www/htdocs/_bug.html 1.69:
! 164: * www/htdocs/_bug.pl 1.2:
! 165: debugger help: PA_RELEASE_ASSERTS enables release asserts
! 166:
! 167: 2004-10-06 paf
! 168: * src/include/pa_socks.h 1.16:
! 169: * src/main/pa_common.C 1.195:
! 170: * src/main/pa_socks.C 1.23:
! 171: win32 beauty: socket errors properly decoded
! 172:
! 173: 2004-10-05 paf
! 174: * src/main/pa_request.C 1.271:
! 175: bugfix: cookie(and mail:recieved) fills now performed prior to file loading [and @auto executing]
! 176: thus making $cookie:value available in @auto and in @unhandled_exception when IIS is configured to run interpreter even if no file exist
! 177:
! 178: * src/include/pa_request.h 1.177:
! 179: * src/main/pa_request.C 1.272:
! 180: bugfix: request::configure_user/admin done always, even if no file-to-process
! 181: useful in @unhandled_exception [say, if they would want to mail by SMTP something]
! 182:
! 183: 2004-09-20 paf
! 184: * src/main/pa_globals.C 1.175:
! 185: libxml has bugs: it calls xmlMallocAtomic somewhere where it should have called xmlMalloc
! 186: and it calls xmlFree when it should have not called it.
! 187: inserted two workarounds: xmlMallocAtomic implemented as xmlMalloc, and xmlFree just ignored.
! 188: put away a testcase, maybe someday libxml author would fix all that.
! 189: until that day: we have SLOW garbage collecting when many xml objects are alive
! 190: hint: do ^memory:compact[] before xdoc::create
! 191:
! 192: 2004-09-17 paf
! 193: * src/classes/file.C 1.130:
! 194: bugfix: file::cgi headers were lost [typo error from 3.0.8
! 195: version]
! 196:
! 197: 2004-09-14 paf
! 198: * src/types/pa_vhashfile.C 1.46:
! 199: bugfix: hashfile.clear deleted only part
! 200: bugfix: hashfile.foreach iterated only part if hashfile were modified inside
! 201:
1.40 paf 202: 2004-09-13 paf
203: * src/types/pa_vhashfile.C 1.44:
204: change: empty keys now error in parser [not something obscure
205: from sdbm lib]
206:
207: * src/types/pa_vhashfile.C 1.45:
208: * www/htdocs/_bug.html 1.67:
209: beauty: not reproduced $hashfile.key[$novalue] bug [reported by motorin],
210: inserted safety-check
211:
212: * src/classes/mail.C 1.107:
213: bugfix: typo error
214:
215: * src/classes/xdoc.C 1.145:
216: change: ^xdoc.string now outputted as-is [tainted as-is]
217:
218: * src/lib/sdbm/apr-include/apr.h 1.5:
219: * src/types/pa_vhashfile.C 1.43:
220: * www/htdocs/_bug.html 1.66:
221: bugfix: error numbers now from errno.h = strerror now returnes
222: something and we can properly report that to client
223:
224: * src/classes/xdoc.C 1.146:
225: * www/htdocs/_bug.html 1.65:
226: * www/htdocs/_bug.xsl 1.13:
227: change: ^xdoc.string now outputted as-is [tainted as-is]
228: this helps //[space][newline] to remain as-is and not be unnecessary optimized away [ruining javascript]
229:
230: * src/lib/sdbm/sdbm_private.h 1.2:
231: change: limit on length(key+value) now 8008 bytes, were 1008.
232: perl sdbm compatibility now ruined
233:
234: * src/main/pa_string.C 1.200:
235: * www/htdocs/_bug.html 1.68:
236: bugfix: $s[+008] ^eval($s) now parsed OK [were as octal]
237:
238: 2004-09-09 paf
239: * src/main/pa_common.C 1.194:
240: bugfix: loads headers with both \r\n and \n separators
241: bugfix: loads header with endings \r\n\r\n and \n\n
242: (bloody yandex.server)
243:
244: 2004-09-06 paf
245: * src/main/pa_charset.C 1.50:
246: bugfix: two-bytes invalid chars in TranscodeFromUTF8 considered
247: valid. only >2bytes-long now %HH encoded
248:
249: 2004-09-01 paf
1.39 paf 250: * src/classes/mail.C 1.105:
251: * src/include/pa_config_fixed.h 1.66:
252: * src/types/pa_value.C 1.18:
253: * src/types/pa_value.h 1.119:
254: * src/types/pa_vmail.C 1.64:
255: * www/htdocs/_bug.html 1.63:
256: new: ^mail:send[
257: $.file[
258: $.any[header]
259:
260: * src/types/pa_vmail.C 1.66:
261: * www/htdocs/_bug.html 1.64:
262: new: ^mail:send[$.file[$.content-disposition can be overriden
263: new: empty mail header fields removed from letter
264:
265: * src/types/pa_vmail.C 1.67:
266: change: multipart/mixed changed to multipart/related
267: outlook express have no problems showing unrelated attachments.
268: todo: someday figure out a way of
269: multipart/mixed
270: multipart/related
271: text/html
272: image/xxx
273: application/octet-stream << true attachments
274:
275: 2004-08-30 paf
276: * src/include/pa_config_fixed.h 1.65:
277: * src/main/pa_common.C 1.193:
278: * www/htdocs/.htaccess 1.40:
279: * www/htdocs/_bug.html 1.62:
280: beauty: less warnings
281:
282: * src/main/pa_common.C 1.192:
283: beauty: do not bother with charset detection when ^file::load[binary
284:
285: 2004-08-27 paf
286: * src/main/pa_common.C 1.191:
287: hack: for yandex.server http server
288:
289: 2004-08-18 paf
290: * src/main/pa_request.C 1.270:
291: bugfix: Accept-Ranges: bytes when sending possibly-chunked response
292:
293: 2004-08-17 paf
294: * src/classes/file.C 1.128:
295: * src/classes/file.C 1.129:
296: bugfix: $f[^file::load[;http://]] $f.content-type now = that of
297: http response
298:
299: 2004-08-03 paf
300: * www/htdocs/.htaccess 1.39:
301: * www/htdocs/_bug.html 1.61:
302: bugfix: empty input variables can be replaced by output
303: [forgot to allocate proper buffer, oracle _server_ died with
304: kgepop: no error frame to pop to for error 21500
305: message]
306:
307: 2004-07-30 paf
308: * src/include/pa_exception.h 1.44:
309: * src/main/pa_request.C 1.268:
310: * src/targets/cgi/parser3.C 1.231:
311: * www/htdocs/.htaccess 1.37:
312: * www/htdocs/_bug.html 1.60:
313: bugfix: win32: system&parser exceptions in release mode reported properly
314: parser exception in exception handler WERE mistakenly reported as system exception, without details
315:
316: * src/include/pa_request.h 1.176:
317: * src/main/pa_request.C 1.269:
318: * src/targets/apache13core/mod_parser3_core.C 1.7:
319: * src/targets/cgi/parser3.C 1.232:
320: * src/targets/isapi/parser3isapi.C 1.92:
321: * www/htdocs/.htaccess 1.38:
322: bugfix: win32: system&parser exceptions in release mode reported properly
323: parser exception in exception handler WERE mistakenly reported as system exception, without details
324: [in apache & isapi]
325: +some beauty in exception text
326:
327: * src/main/execute.C 1.306:
328: beauty: simplified system exception handling
329:
330: 2004-07-29 paf
331: * src/types/Makefile.am 1.37:
332: * src/types/Makefile.in 1.57:
333: added vhash.c
334:
335: * src/classes/table.C 1.206:
336: * www/htdocs/_bug.html 1.59:
337: bugfix: ^table.save[export.csv;$.separator[^;]] now works fine
338: [separator were ignored, and \t used unconditionally]
339:
340: 2004-07-28 paf
341: * src/classes/date.C 1.68:
342: * src/classes/image.C 1.111:
343: * src/classes/math.C 1.39:
344: * src/lib/ltdl/ltdl.c 1.4:
345: * src/lib/pcre/pcre_parser_ctype.c 1.5:
346: * src/lib/smtp/comms.C 1.6:
347: * src/main/pa_common.C 1.189:
348: * src/main/pa_common.C 1.190:
349: * src/main/pa_string.C 1.199:
350: * src/targets/cgi/parser3.C 1.230:
351: * src/types/pa_vform.C 1.83:
352: * src/types/pa_vmail.C 1.62:
353: * src/types/pa_vmail.C 1.63:
354: * www/htdocs/_bug.html 1.58:
355: bugfix: isspace((unsigned char)c) everywhere. failed on russian letters
356:
357: * src/main/pa_exec.C 1.64:
358: * www/htdocs/_bug.html 1.57:
359: bugfix: win32: chdir not needed, dir passwed as '
360: currentDirectory' parameter to CreateProcess
361:
362: 2004-07-27 paf
363: * src/types/pa_vdate.h 1.33:
364: bugfix: time checked not only at set_time but also in ctor
365:
366: * src/types/pa_vdate.h 1.34:
367: check: for invalid datetime after temporary TZ shift
368:
369: * src/targets/cgi/parser3.vcproj 1.12:
370: beauty: win32: globaloptimizations ON, release:mapfile ON
371: todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions]
372:
373: 2004-07-26 paf
374: * operators.txt 1.176:
375: * src/include/pa_common.h 1.100:
376: * src/main/pa_common.C 1.188:
377: * src/main/pa_request.C 1.267:
378: * src/types/pa_vfile.h 1.57:
379: * src/types/pa_vhash.C 1.5:
380: * src/types/pa_vhash.h 1.52:
381: * src/types/types.vcproj 1.14:
382: * www/htdocs/_bug.html 1.56:
383: new: $response:body/download[
384: $.file[name on disk]
385: $.name[of file for user]
386: $.mdate[date of last-modified. default from directory]
387: ]
388:
389: * src/classes/file.C 1.127:
390: moving file:send somewhere else..
391:
392: * src/classes/file.C 1.126:
393: * src/include/pa_sapi.h 1.26:
394: * src/main/pa_common.C 1.187:
395: * src/targets/apache13core/mod_parser3_core.C 1.6:
396: * src/targets/cgi/parser3.C 1.229:
397: * src/targets/isapi/parser3isapi.C 1.91:
398: patched: ^file:send by Victor Fedoseev <vvf_ru@mail.ru>
399: todo: turn it to $response:download[
400: $.filename[filename]
401: $.option[]
402: ,,
403: ]
404:
405: * src/classes/file.C 1.125:
406: beauty: invalid mode thoroughly reported
407:
408: 2004-07-21 paf
409: * src/types/pa_vmail.C 1.61:
410: * www/htdocs/_bug.html 1.55:
411: bugfix: too long header values now splitted to several lines
412:
413: were:
414: header: vaaaaaaaaaaaalue
415: now:
416: header: vaaaaaa
417: aaalue
418:
419: note: ms outlook[!express] shows only first 255 characters of subject
420:
421: 2004-07-15 paf
422: * src/main/pa_os.C 1.7:
423: bugfix: locks now compiled in [were mistakenly off]
424:
425: 2004-07-14 paf
426: * src/classes/table.C 1.205:
427: bugfix: $.bind values now got untainted according to lang
428: were: as-is]
429:
430: 2004-07-07 paf
431: * src/main/pa_charset.C 1.49:
432: * www/htdocs/.htaccess 1.36:
433: * www/htdocs/_bug.html 1.53:
434: convinience: transcodeFromUTF8 now never fails. in case on input appears nonutf,
435: those bytes will be printed in %HH form. that can be easily decoded/recovered.
436:
437: this form is quite noticable, and hopefully would not go noticed
438:
439: * src/classes/file.C 1.124:
440: * src/main/pa_exec.C 1.62:
441: * src/main/pa_exec.C 1.63:
442: * www/htdocs/_bug.html 1.54:
443: * www/htdocs/_bug.pl 1.1:
444: bufix: on unix AND win32 environment string now untainted according to their languages.
445: were: as-is. EVERYWHERE
446:
447: * src/main/pa_exec.C 1.61:
448: bufix: on unix environment string now untainted according to their languages.
449: were: as-is. on win32: ok
450:
451: * parser3.vssscc 1.2:
452: ...would not go unnoticed
453:
454: * src/classes/op.C 1.149:
455: bugfix: cache with 2 params caused assertion, checked that
456:
457: 2004-07-06 paf
458: * src/main/pa_exec.C 1.60:
459: bufix: on unix environment string now untainted according to their languages.
460: were: as-is. on win32: ok
461:
462: 2004-07-01 paf
463: * src/classes/classes.vcproj 1.12:
464: * src/lib/cord/cord.vcproj 1.2:
465: * src/lib/gd/gd.vcproj 1.7:
466: * src/lib/ltdl/ltdl.vcproj 1.3:
467: * src/lib/md5/md5.vcproj 1.3:
468: * src/lib/pcre/pcre.vcproj 1.3:
469: * src/lib/pcre/pcre_dftables.vcproj 1.4:
470: * src/lib/pcre/pcre_parser_ctype.vcproj 1.4:
471: * src/lib/smtp/smtp.vcproj 1.6:
472: * src/main/main.vcproj 1.14:
473: * src/targets/apache13/ApacheModuleParser3.vcproj 1.7:
474: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9:
475: * src/targets/cgi/parser3.vcproj 1.11:
476: * src/targets/isapi/parser3isapi.vcproj 1.8:
477: * src/types/types.vcproj 1.13:
478: * www/htdocs/.htaccess 1.35:
479: win32: option: global optimization ON
480:
481: * src/main/untaint.C 1.133:
482: * www/htdocs/_bug.html 1.52:
483: workaround kinda bug in libxml: life requires to do xdoc::create{invalid chars}
484: standard disables chars less then \x20, except tab, cr, lf.
485:
486: changed tainting so that those become '!'
487:
488: 2004-06-25 paf
489: * src/types/pa_vhashfile.C 1.41:
490: bugfix: hashfile deserialize accessed int on odd address
491:
492: * src/types/pa_vhashfile.C 1.42:
493: bugfix: hashfile deserialize accessed int on odd address
494: [prev bugfix failed due to superwize optimizer, which turned memcpy into same 'ld' asm command]
495:
496: 2004-06-23 paf
497: * www/htdocs/_bug.html 1.51:
498: checked: oracle: various ways of returning error from stored proc.
499: bad: no way of knowing which exactly user-defined exception were thrown.
500: good: raise_application_error can return error message number and string FINE
501: good: PRAGMA EXCEPTION_INIT works good too
502:
503: 2004-06-22 paf
504: * operators.txt 1.175:
505: * src/classes/hash.C 1.71:
506: * src/classes/memory.C 1.7:
507: * src/classes/string.C 1.141:
508: * src/classes/table.C 1.204:
509: * src/classes/void.C 1.34:
510: * src/include/pa_config_includes.h 1.29:
511: * www/htdocs/_bug.html 1.49:
512: new:
513: ^void:sql{call paf(:a)}[
514: $.bind[
515: $.a[2]
516: ]
517: ]
518: output variables work.
519: todo: check in out variables
520:
521: * www/htdocs/_bug.html 1.50:
522: checked: in out variables OK
523:
524: * src/sql/pa_sql_driver.h 1.42:
525: note: about possible optimization
526:
527: 2004-06-18 paf
528: * src/classes/file.C 1.123:
529: * src/classes/hash.C 1.70:
530: * src/classes/string.C 1.140:
531: * src/classes/table.C 1.203:
532: * src/classes/void.C 1.33:
533: * src/include/pa_globals.h 1.111:
534: * src/include/pa_sql_connection.h 1.39:
535: * src/main/compile.tab.C 1.103:
536: * src/sql/pa_sql_driver.h 1.41:
537: * www/htdocs/.htaccess 1.34:
538: * www/htdocs/_bug.html 1.48:
539: started:
540: ^void:sql{call paf(:a)}[
541: $.bind[
542: $.a[2]
543: ]
544: ]
545: input variables work.
546: todo:output
547:
548: * src/targets/cgi/parser3.C 1.228:
549: bugfix: iis specific
550: http://parser3/_bug.html?404;http://hpsv/test/
551: now
552: $request:uri
553: /_bug.html?404;http://hpsv/test/
554:
555: 2004-06-16 paf
556: * src/targets/cgi/parser3.C 1.227:
557: new: iis specific
558: http://parser3/_bug.html?404;http://server/_bug.html?f=v
559: now
560: $request:query
561: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
562: $form:fields
563: IIS-STATUS="404"
564: IIS-DOCUMENT="http://server/_bug.html"
565: f="v"
566:
567: todo: isapi too
568:
1.38 paf 569: 2004-05-26 paf
570: * operators.txt 1.174:
571: * src/classes/op.C 1.148:
572: * src/classes/table.C 1.202:
573: * src/include/pa_string.h 1.163:
574: * src/main/untaint.C 1.132:
575: * www/htdocs/_bug.html 1.47:
576: beauty: removed outdated level 'table'
577:
578: * src/main/pa_string.C 1.198:
579: beauty: removed 3 warnings
580:
581: * Makefile.am [release_3_1_3] 1.46.2.1:
582: * Makefile.am [release_3_1_3] 1.46.2.2:
583: * Makefile.in [release_3_1_3] 1.60.2.1:
584: * Makefile.in [release_3_1_3] 1.60.2.2:
585: * acinclude.m4 [release_3_1_3] 1.33.2.1:
586: * acinclude.m4 [release_3_1_3] 1.33.2.2:
587: * aclocal.m4 [release_3_1_3] 1.36.2.1:
588: * aclocal.m4 [release_3_1_3] 1.36.2.2:
589: * acsite.m4 [release_3_1_3] 1.11.2.1:
590: * acsite.m4 [release_3_1_3] 1.11.2.2:
591: * configure [release_3_1_3] 1.79.2.1:
592: * configure [release_3_1_3] 1.79.2.2:
593: * configure.in [release_3_1_3] 1.79.2.1:
594: * configure.in [release_3_1_3] 1.79.2.2:
595: *** empty log message ***
596:
597: * src/include/pa_version.h [release_3_1_3] 1.16.4.1:
598: 3.1.3
599:
600: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2:
601: added: thanks to konst
602:
603: 2004-05-25 paf
604: * src/sql/pa_sql_driver.h 1.40:
605: beauty: param renamed and comment changed, it is now safe to
606: use url if pointers to it are stored to gc mem
607:
608: * src/main/pa_exec.C 1.59:
609: * src/types/pa_vhashfile.C 1.40:
610: bugfix: hashfile unknown errors reported and not cause SIGSEGV now
611:
612: * src/lib/sdbm/apr_file_io.C 1.4:
613: bugfix: bad seek wrapper implementation. mistery: how anything worked
614:
615: 2004-05-24 paf
616: * src/include/pa_string.h 1.161:
617: * src/lib/cord/include/cord.h 1.4:
618: more speed, less memory: CORD_chars_block originally intended
619: to speedup/reduce mem usage were forgotten, and were used
620: stupid CORD_chars
621:
622: * src/include/pa_config_auto.h.in 1.41:
623: bugfix: bigendian check added
624:
625: * src/targets/apache13/p3runConfigure.in 1.17:
626: bugfix: smtp added
627:
628: * src/include/pa_config_fixed.h 1.64:
629: * src/include/pa_string.h 1.160:
630: bugfix: on BIGENDIAN processors space-conserving mech failed, causing
631: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d", (1|2|3));
632:
633: * src/include/pa_string.h 1.162:
634: * src/lib/cord/cordbscs.c 1.4:
635: * src/lib/cord/cordxtra.c 1.6:
636: * src/lib/cord/include/cord.h 1.5:
637: * www/htdocs/_bug.html 1.46:
638: cancel: more speed, less memory: CORD_chars_block originally intended to ...
639: it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
640: undoing that. [and removed that func so that it would not confuse parser developer in future]
641:
642: * Makefile.am 1.46:
643: * Makefile.in 1.60:
644: * acinclude.m4 1.33:
645: * aclocal.m4 1.36:
646: * acsite.m4 1.11:
647: * configure 1.79:
648: * configure.in 1.79:
649: *** empty log message ***
650:
651: 2004-05-14 paf
652: * src/types/Makefile.am 1.36:
653: * src/types/pa_vvoid.C 1.1:
654: * src/types/pa_vvoid.h 1.22:
655: * src/types/types.vcproj 1.12:
656: * www/htdocs/.htaccess 1.33:
657: * www/htdocs/_bug.html 1.45:
658: * www/htdocs/auto.p 1.22:
659: bugfix: void now has vfile value, and $response:body[] works OK
660:
661: * src/types/Makefile.in 1.56:
662: *** empty log message ***
663:
664: 2004-05-12 paf
665: * src/types/pa_vbool.h 1.25:
666: * src/types/pa_vhash.h 1.51:
667: * src/types/pa_vhashfile.h 1.28:
668: * src/types/pa_vtable.h 1.53:
669: * www/htdocs/.htaccess 1.32:
670: * www/htdocs/_bug.html 1.44:
671: beauty: ^if(def $bool) now equals ^if($bool)
672: and shaped up other sources to use is_defined() {return as_bool();} along VBool
673:
674: 2004-05-11 paf
675: * src/include/pa_exec.h 1.17:
676: bugfix: gpf on file::exec/cgi because of referencing to local objects
677:
678: * src/classes/mail.C 1.104:
679: * src/include/pa_exec.h 1.16:
680: * src/main/compile.tab.C 1.102:
681: * src/types/pa_vmail.C 1.60:
682: * src/types/pa_vmail.h 1.16:
683: * www/htdocs/.htaccess 1.31:
684: * www/htdocs/_bug.gif 1.2:
685: * www/htdocs/_bug.html 1.43:
686: bugfix: bcc with sendmail now left intact
687:
688: 2004-04-15 paf
689: * src/include/pa_exec.h 1.15.4.1:
690: * src/include/pa_exec.h 1.15.4.2:
691: bugfix: interface without pointer provoked bug
692:
693: * src/classes/date.C 1.67:
694: merged: beauty: unused var removed
695:
696: * src/classes/date.C 1.65.4.1:
697: beauty: unused var removed
698:
699: 2004-04-09 paf
700: * src/types/pa_vform.C 1.82:
701: bugfix: form:imap were incorrect
702:
703: * src/types/pa_vform.C 1.81.2.1:
704: merge: bugfix: form:imap were incorrect
705:
706: 2004-04-08 paf
707: * src/main/pa_xml_io.C 1.17.4.1:
708: merged: bugfix /etc/xml/catalog
709:
710: * src/classes/date.C 1.66:
711: new: ^date::create[y-m-d h-M-s>>.milliseconds<<] now allowed,
712: ignored so far
713:
714: * src/main/pa_xml_io.C 1.18:
715: bugfix: in safe mode -- disabled attempts to consult default
716: catalog [usually, that file belongs to other user/group]
717:
718: 2004-04-06 paf
719: * src/main/compile.tab.C 1.98:
720: * src/main/compile.y 1.210:
721: * www/htdocs/_bug.html 1.40:
722: bugfix: step1 to fix explicit result problem
723:
724: * src/main/compile.tab.C 1.100:
725: * src/main/compile.y 1.212:
726: * www/htdocs/_bug.html 1.42:
727: bugfix: step3 to fix explicit result problem
728:
729: * operators.txt 1.173:
730: * src/classes/string.C 1.139:
731: new: ^string.append[string]
732:
733: * src/main/compile.C 1.75:
734: * src/main/compile.tab.C 1.97:
735: * src/main/compile.y 1.209:
736: * www/htdocs/_bug.html 1.39:
737: reimplemented: @method[][result] means "no string output here"
738: moved to lexical level [on grammar level it were too difficult]
739:
740: * src/main/compile.tab.C 1.99:
741: * src/main/compile.y 1.211:
742: * www/htdocs/_bug.html 1.41:
743: bugfix: step2 to fix explicit result problem
744:
745: * src/main/pa_common.C 1.186:
746: beauty: gcc warning removed
747:
748: * Makefile.am 1.45:
749: * Makefile.in 1.59:
750: * acinclude.m4 1.32:
751: * aclocal.m4 1.35:
752: * acsite.m4 1.10:
753: * configure 1.78:
754: * configure.in 1.78:
755: *** empty log message ***
756:
757: * src/main/pa_common.C 1.184:
758: * src/main/pa_common.C 1.185:
759: bugfix: of 1.175 bugfix: http://i.p.a.ddress gethostbyaddr added [on some platforms gethostbyname failed with such 'domains']
760: now checked properly, were: needless reverse/forward dns lookup
761:
762: * operators.txt 1.172:
763: * src/include/pa_string.h 1.159:
764: * src/main/compile.tab.C 1.96:
765: * src/main/compile.y 1.208:
766: * src/main/compile_tools.h 1.74:
767: * src/types/pa_vmethod_frame.C 1.6:
768: * src/types/pa_vmethod_frame.h 1.50:
769: * www/htdocs/.htaccess 1.30:
770: * www/htdocs/_bug.html 1.38:
771: new: @method[][result] means "no string output here",
772: implemented part of that idea: compiler throws away string literal generation code. and barks nonwhitespace chars
773:
774: * operators.txt 1.171:
775: truth: removed comment about $ORIGIN
776:
777: * src/main/compile.tab.C 1.101:
778: * src/main/compile.y 1.213:
779: bugfix: gcc refused to accept that trick, trying other
780:
781: * src/include/pa_opcode.h [attempt_check_call_in_explicit_result_mode] 1.27.6.1:
782: * src/main/compile.tab.C [attempt_check_call_in_explicit_result_mode] 1.97.2.1:
783: * src/main/compile.y [attempt_check_call_in_explicit_result_mode] 1.209.2.1:
784: * src/main/execute.C [attempt_check_call_in_explicit_result_mode] 1.305.6.1:
785: * www/htdocs/_bug.html [attempt_check_call_in_explicit_result_mode] 1.39.2.1:
786: attempt_check_call_in_explicit_result_mode: failed
787:
788: 2004-04-05 paf
789: * src/main/pa_common.C 1.182.4.1:
790: removed warning
791:
792: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.1:
793: added: donated by Konstantin Tomashevitch [mailto:konst@design
794: ru]
795:
796: * src/doc/html2chm.cmd 1.7.30.1:
797: beauty: no need in bg here
798:
799: * Makefile.am 1.43.4.1:
800: * Makefile.am 1.44:
801: * Makefile.in 1.57.4.1:
802: * Makefile.in 1.58:
803: * acinclude.m4 1.30.4.1:
804: * acinclude.m4 1.31:
805: * aclocal.m4 1.33.4.1:
806: * aclocal.m4 1.34:
807: * acsite.m4 1.8.4.1:
808: * acsite.m4 1.9:
809: * configure 1.76.4.2:
810: * configure 1.77:
811: * configure.in 1.75.4.2:
812: * configure.in 1.76:
813: *** empty log message ***
814:
815: * configure.in 1.77:
816: * src/doc/html2chm.cmd 1.8:
817: * src/doc/sources2html.cmd 1.6:
818: * src/include/pa_version.h 1.16:
819: * src/main/pa_common.C 1.183:
820: * src/targets/isapi/parser3isapi.C 1.90:
821: * www/htdocs/.htaccess 1.29:
822: * www/htdocs/_bug.html 1.37:
823: * www/htdocs/_bug.txt 1.5:
824: merged with 3.1.3
825:
826: * src/targets/isapi/parser3isapi.C 1.89.2.1:
827: beauty: removed some warnings
828:
829: * configure 1.76.4.1:
830: * configure.in 1.75.4.1:
831: * src/include/pa_version.h 1.15:
832: 3.1.3
833:
834: * src/doc/sources2html.cmd 1.5.38.1:
835: beauty: same window, in bg it interfered with FAR console
836:
1.37 paf 837: 2004-04-02 paf
838: * src/targets/cgi/parser3.C 1.226:
839: new: CGI_PARSER_LOG env variable allows to specify where to put
840: parser log file
841:
842: * src/main/pa_string.C 1.197:
843: bugfix: $s[009] ^s.int[] now 9, were error
844:
845: 2004-04-01 paf
846: * src/include/pa_cache_managers.h 1.17:
847: * src/include/pa_globals.h 1.110:
848: * src/include/pa_socks.h 1.15:
849: * src/main/pa_cache_managers.C 1.15:
850: * src/main/pa_globals.C 1.174:
851: * src/main/pa_socks.C 1.22:
852: * src/targets/apache13/mod_parser3.c 1.11:
853: * src/targets/apache13/pa_httpd.h 1.6:
854: * src/targets/apache13core/mod_parser3_core.C 1.5:
855: * src/targets/cgi/parser3.C 1.225:
856: * src/targets/isapi/parser3isapi.C 1.89:
857: * src/targets/isapi/parser3isapi.def 1.2:
858: bugfix: sql connections now are disconnected
859:
860: * src/classes/table.C 1.201:
861: bugfix: bugfix: table::load last line without tab and enter
862: were ignored
863:
1.36 paf 864: 2004-03-30 paf
865: * src/doc/ClassExample1.dox 1.5:
866: * src/doc/ClassExample2.dox 1.5:
867: * src/doc/ClassExample3.dox 1.5:
868: * src/doc/chmhelper.pl 1.2:
869: * src/doc/class.dox 1.3:
870: * src/doc/compiler.dox 1.4:
871: * src/doc/doxygen.cfg 1.25:
872: * src/doc/exception.dox 1.3:
873: * src/doc/executor.dox 1.3:
874: * src/doc/footer.htm 1.4:
875: * src/doc/index.dox 1.6:
876: * src/doc/memory.dox 1.3:
877: * src/doc/methoded.dox 1.4:
878: * src/doc/object.dox 1.3:
879: * src/doc/string.dox 1.6:
880: * src/doc/targets.dox 1.4:
881: * src/doc/value.dox 1.4:
882: * src/include/pa_version.h 1.14:
883: * src/main/pa_cache_managers.C 1.14:
884: * src/main/pa_stylesheet_connection.C 1.2:
885: * src/targets/isapi/parser3isapi.vcproj 1.7:
886: * src/types/pa_vform.C 1.81:
887: * www/htdocs/_bug.html 1.36:
888: * www/htdocs/_bug.txt 1.4:
889: merged bugfixes from 3.1.2, changed version to 3.1.3beta
890:
891: * src/classes/table.C 1.200:
892: bugfix: table::load last line without tab and enter were ignored
893:
894: * src/classes/table.C 1.199:
895: bufix: if last table lines were commented, gpfed
896:
897: 2004-03-29 paf
898: * src/types/pa_vhashfile.C 1.39:
899: bugfix: empty key on hashfile.get causes gpf
900:
901: * src/doc/ClassExample1.dox [release_3_1_2] 1.4.34.1:
902: * src/doc/ClassExample2.dox [release_3_1_2] 1.4.36.1:
903: * src/doc/ClassExample3.dox [release_3_1_2] 1.4.34.1:
904: * src/doc/chmhelper.pl [release_3_1_2] 1.1.36.1:
905: * src/doc/class.dox [release_3_1_2] 1.2.44.1:
906: * src/doc/compiler.dox [release_3_1_2] 1.3.36.1:
907: * src/doc/doxygen.cfg [release_3_1_2] 1.24.28.1:
908: * src/doc/exception.dox [release_3_1_2] 1.2.10.1:
909: * src/doc/executor.dox [release_3_1_2] 1.2.44.1:
910: * src/doc/footer.htm [release_3_1_2] 1.3.8.1:
911: * src/doc/index.dox [release_3_1_2] 1.5.10.1:
912: * src/doc/memory.dox [release_3_1_2] 1.2.10.1:
913: * src/doc/methoded.dox [release_3_1_2] 1.3.34.1:
914: * src/doc/object.dox [release_3_1_2] 1.2.44.1:
915: * src/doc/string.dox [release_3_1_2] 1.5.10.1:
916: * src/doc/targets.dox [release_3_1_2] 1.3.36.1:
917: * src/doc/value.dox [release_3_1_2] 1.3.34.1:
918: translated to english
919:
920: 2004-03-25 paf
921: * src/types/pa_vform.C [release_3_1_2] 1.80.2.1:
922: beauty: removed warning
923:
924: * src/classes/classes.vcproj [release_3_1_2] 1.10.2.1:
925: bugfix: now all compiles in any folder [removed last ;) folder
926: dependency]
927:
928: * src/classes/classes.vcproj 1.11:
929: merged bugfix: now all compiles in any folder [removed last ;)
930: folder dependency]
931:
932: * src/classes/hash.C 1.69:
933: * www/htdocs/_bug.html 1.35:
934: bugfix: ^hash::sql{one column} now produces $.hash[$.column_value1(true) ... ]
935: [were producing some strang thing]
936:
937: * src/targets/isapi/parser3isapi.vcproj [release_3_1_2] 1.6.2.1:
938: beauty: one more parser3project dependency removed
939:
940: * src/include/pa_version.h [release_3_1_2] 1.13.2.1:
941: release
942:
943: * src/classes/table.C 1.197:
944: beauty: comment& more meaningful error message
945:
946: * src/main/pa_cache_managers.C [release_3_1_2] 1.13.2.1:
947: * src/main/pa_stylesheet_connection.C [release_3_1_2] 1.1.2.1:
948: bugfix: refused to compile without xml
949:
950: * src/lib/gd/gif.C 1.4:
951: new: ^image.pixel(outof;bounds) now returns -1
952:
953: * Makefile.am [release_3_1_2] 1.43.2.1:
954: * Makefile.in [release_3_1_2] 1.57.2.1:
955: * acinclude.m4 [release_3_1_2] 1.30.2.1:
956: * aclocal.m4 [release_3_1_2] 1.33.2.1:
957: * acsite.m4 [release_3_1_2] 1.8.2.1:
958: * configure [release_3_1_2] 1.76.2.1:
959: * configure.in [release_3_1_2] 1.75.2.1:
960: *** empty log message ***
961:
1.35 paf 962: 2004-03-23 paf
1.36 paf 963: * src/classes/image.C 1.110:
964: * src/main/pa_common.C 1.182:
965: * www/htdocs/_bug.html 1.34:
966: bugfix: ^image.polyline and http status line parsing
967: checked number of columns in table [user reported an assert]
968:
1.35 paf 969: * src/targets/cgi/parser3.C 1.224:
970: debug helper added
971:
972: * src/classes/op.C 1.147:
973: * src/types/pa_value.C 1.17:
974: * src/types/pa_wcontext.C 1.30:
975: * www/htdocs/_bug.html 1.33:
976: bugfix: junction reattach now actually reattaches a junction to new wcontext [were only assigning it to junction,
977: 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 978:
979: * operators.txt 1.170:
980: example: on hashfile
1.35 paf 981:
982: 2004-03-19 paf
983: * src/types/pa_wcontext.C 1.29:
984: * www/htdocs/_bug.html 1.32:
985: beauty: error messages removed duplicate "type(type)" in braces
986:
987: 2004-03-10 paf
988: * operators.txt 1.169:
989: * src/classes/xdoc.C 1.144:
990: * src/classes/xnode.C 1.67:
991: * src/classes/xnode.h 1.22:
992: * src/types/pa_vxdoc.C 1.28:
993: * src/types/pa_vxdoc.h 1.39:
994: * src/types/pa_vxnode.C 1.38:
995: * src/types/pa_vxnode.h 1.30:
996: * www/htdocs/_bug.html 1.31:
997: new: refined solution to search-in-namespaces problem:
998: $xdoc.search-namespaces.x[http://pif.design.ru/]
999: $nodes[^xdoc.select[//x:second]]
1000:
1001: * operators.txt 1.168:
1002: * src/classes/xnode.C 1.66:
1003: * www/htdocs/_bug.html 1.30:
1004: * www/htdocs/_bug.xml 1.2:
1005: new: xnode.select*[xpath expression][[NAMESPACES HASH]]
1006: allows to search for info in namespaces
1007:
1008: $nodes[^xdoc.select[//x:second][
1009: $.x[http://pif.design.ru/]
1010: ]]
1011:
1012: 2004-03-09 paf
1013: * operators.txt 1.167:
1014: * src/main/pa_common.C 1.181:
1015: * www/htdocs/.htaccess 1.28:
1016: * www/htdocs/_bug.html 1.29:
1017: * www/htdocs/_bug.txt 1.3:
1018: * www/htdocs/_bug.xsl 1.12:
1019: new: ^file::load[...][options]
1020: $.form[
1021: !$.field1[string]
1022: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
1023: ]
1024: !$.body[string]
1025:
1026: GET ?here
1027: notGET(POST, HEAD, others) in content-type: application/x-www-form-urlencoded
1028:
1029: todo: upload files ability
1030:
1031: * src/lib/cord/cordxtra.c 1.5:
1032: bugfix: CORD_pos were not fixed properly, done
1033:
1034: 2004-03-05 paf
1035: * etc/parser3.charsets/windows-1251.cfg 1.11:
1036: typo
1037:
1038: * operators.txt 1.164:
1039: * operators.txt 1.165:
1040: * src/include/pa_common.h 1.99:
1041: * src/main/pa_common.C 1.178:
1042: * www/htdocs/_bug.html 1.28:
1043: new: http:// options $.user $.password basic authorization
1044:
1045: * src/main/pa_common.C 1.177:
1046: beauty: removed needless vars
1047:
1048: * operators.txt 1.166:
1049: * src/main/pa_common.C 1.180:
1050: new: file::load[;http:// GET/POST $.form[$.fields
1051: started, not tested yet
1052: todo:$.field[table] for multiple values
1053:
1054: * src/sql/pa_sql_driver.h 1.39:
1055: beauty: important warning added
1056:
1057: * etc/parser3.charsets/koi8-r.cfg 1.7:
1058: there's special code for grad char!
1059:
1060: * operators.txt 1.163:
1061: new: pgsql option [like that recently added to oracle driver]
1062: ClientCharset=parser-charset << charset in which parser thinks client works
1063:
1064: * operators.txt 1.162:
1065: * www/htdocs/_bug.html 1.27:
1066: new: odbc option [like that recently added to oracle driver]
1067: ClientCharset=parser-charset << charset in which parser thinks client works
1068:
1069: * src/main/pa_common.C 1.179:
1070: beauty: link to rtf added
1071:
1072: 2004-03-04 paf
1073: * operators.txt 1.161:
1074: * www/htdocs/_bug.html 1.26:
1075: * www/htdocs/_bug.txt 1.2:
1076: new: mysql option [like that recently added to oracle driver]
1077: ClientCharset=parser-charset << charset in which parser thinks client works
1078:
1079: * src/main/pa_sql_driver_manager.C 1.83:
1080: speedup: charset lookups cached, sql transcoding now goes faster
1081:
1082: * etc/parser3.charsets/koi8-r.cfg 1.5:
1083: * etc/parser3.charsets/windows-1251.cfg 1.9:
1084: typograph chars commented
1085:
1086: * etc/parser3.charsets/koi8-r.cfg 1.6:
1087: * etc/parser3.charsets/windows-1251.cfg 1.10:
1088: keyboard typo error
1089:
1090: 2004-03-03 paf
1091: * INSTALL 1.38:
1092: note: added on libgc on FreeBSD,
1093: thanks to Andrey N. Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
1094:
1095: 2004-03-02 paf
1096: * operators.txt 1.160:
1097: new[update typo]:
1098: !^void.left(n)
1099: nothing
1100: !^void.right(n)
1101: nothing
1102: !^void.mid(p[;n])
1103: nothing
1104:
1105: * www/htdocs/_bug.html 1.22:
1106: feature: oracle?..&LowerCaseColumnNames=0&ClientCharset
1107: something column names got transcoded to $request:charset too [
1108: were only column data]
1109:
1110: * operators.txt 1.157:
1111: * src/classes/file.C 1.121:
1112: * www/htdocs/_bug.gif 1.1:
1113: * www/htdocs/_bug.html 1.23:
1114: ^file.sql-string[] inside ^connect gets properly escaped string, which can be passed to request
1115: now this for mysql only. it's up to parser sql driver to fix zeros properly
1116:
1117: * operators.txt 1.158:
1118: * src/classes/file.C 1.122:
1119: * src/include/pa_string.h 1.158:
1120: * www/htdocs/_bug.html 1.24:
1121: new: ^file::sql[[name_to_become_$.name]]{}
1122: query result must be one row with columns:
1123: first: data
1124: second: file name
1125: third: content-type
1126:
1127: * operators.txt 1.159:
1128: * src/classes/void.C 1.32:
1129: * www/htdocs/_bug.html 1.25:
1130: new:
1131: !^void.left(n)
1132: nothing
1133: !^void.right(n)
1134: nothing
1135: !^void.pos(p[;n])
1136: nothing
1137:
1138: * src/targets/apache13/p3runConfigure.in 1.16:
1139: @LIBS@ mainly to include -lm to apache
1140:
1141: * INSTALL 1.37:
1142: note: added on building apache with this option: --enable-shared=max
1143: thanks to Victor Fedoseev <vvf_ru@mail.ru>
1144:
1145: 2004-03-01 paf
1146: * operators.txt 1.156:
1147: * src/classes/hash.C 1.68:
1148: * www/htdocs/_bug.html 1.21:
1149: new: ^hash._keys[>>name<<] to call sole column of result
1150:
1151: * src/classes/xdoc.C 1.143:
1152: * src/types/pa_vxdoc.h 1.38:
1153: * www/htdocs/_bug.html 1.17:
1154: * www/htdocs/_bug.xsl 1.11:
1155: bugfix: boolean output options now have unified defaults [after
1156: transform indent/omit-xml-declaration/standalone 'default'
1157: erroreously meant 'true']
1158:
1159: * src/targets/apache13core/mod_parser3_core.C 1.4:
1160: * src/targets/isapi/parser3isapi.C 1.88:
1161: new: apache module & isapi extension memory:compact befor processingrequest
1162:
1163: * src/classes/string.C 1.138:
1164: * www/htdocs/_bug.html 1.18:
1165: bugfix: ^string.left/right/mid with negative values now
1166: considered bad
1167:
1.39 paf 1168: * src/lib/smtp/comms.C 1.5:
1169: bugfix: use SO_LINGER if no SO_DONTLINGER exist
1170:
1.38 paf 1171: * src/classes/string.C 1.136:
1172: check: trim 'chars' must not be empty, exception if it is
1173:
1.35 paf 1174: * src/classes/string.C 1.137:
1175: feature: ^string.trim both parameters may be empty-strings, meaning
1176: kind=both
1177: chars=whitespaces
1178:
1179: * src/classes/image.C 1.108:
1180: * src/types/pa_vimage.C 1.30:
1181: * src/types/pa_vimage.h 1.40:
1182: * www/htdocs/_bug.html 1.19:
1183: beauty: image -- less checks [were ugly impl]
1184:
1185: * src/classes/string.C 1.135:
1186: changed: ^string.trim
1187: [] << both, whitespaces
1188: [start|both|end] << kind, whitespaces
1189: [start|both|end;chars] full
1190:
1191: * operators.txt 1.155:
1192: * src/classes/image.C 1.109:
1193: * src/lib/gd/gif.C 1.3:
1194: * src/lib/gd/gif.h 1.3:
1195: * www/htdocs/_bug.html 1.20:
1196: new: ^image.pixel(x;y)[(color)]
1197: get/set pixel color
1198:
1199: * src/main/pa_common.C 1.175:
1200: * www/htdocs/_bug.html 1.16:
1201: bugfix: http://i.p.a.ddress gethostbyaddr added [on some
1202: platforms gethostbyname failed with such 'domains']
1203:
1204: * src/main/pa_common.C 1.176:
1205: bugfix: INADDR_NONE not everywhere defined
1206:
1207: * src/include/pa_config_auto.h.in 1.40:
1208: no select check, no define
1209:
1.34 paf 1210: 2004-02-27 paf
1211: * www/htdocs/_bug.html 1.12:
1212: * www/htdocs/_bug.txt 1.1:
1213: just test: file::load[text;http:// $.text utf-8 signature, line ends OK
1214: http://i2/tasks/edit/?id=4629476859594276758
1215:
1216: * src/main/untaint.C 1.131:
1217: speed: there's no \n chars in output [normally], so no need to optimize them
1218: they could be retrived from databases, though. but
1219: 1. should be replaced
1220: 2. if not optimized, no harm done
1221:
1222: * operators.txt 1.153:
1223: * src/classes/string.C 1.133:
1224: * src/include/pa_string.h 1.157:
1225: * src/main/pa_string.C 1.195:
1226: * www/htdocs/_bug.html 1.14:
1227: new method: ^string.trim[start|both|end[;chars]] default 'chars' -- whitespace chars
1228: started, only start works
1229:
1230: * src/lib/smtp/smtp.h 1.5:
1231: bugfix: SMTP buffer overflow could allow malicious SMTP server to attack as by returning too long status responses
1232: http://i2/tasks/edit/?id=4629448401140924947
1233:
1234: * www/htdocs/_bug.html 1.13:
1235: * www/htdocs/_bug.xml 1.1:
1236: * www/htdocs/_bug.xsl 1.10:
1237: bug discovered: todo! xdoc::create+save != xdoc.transform&no
1238: xsl:output>+save
1239:
1240: * operators.txt 1.154:
1241: * src/classes/string.C 1.134:
1242: * src/main/pa_string.C 1.196:
1243: * www/htdocs/_bug.html 1.15:
1244: new method: ^string.trim[start|both|end[;chars]] default 'chars' -- whitespace chars
1245: finished
1246:
1247: * src/main/pa_exec.C 1.58:
1248: 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]
1249: http://i2/tasks/edit/?id=4629451867179521923
1250:
1251: * Makefile.am 1.43:
1252: * Makefile.in 1.57:
1253: * acinclude.m4 1.30:
1254: * aclocal.m4 1.33:
1255: * acsite.m4 1.8:
1256: * configure 1.76:
1257: * configure.in 1.75:
1258: *** empty log message ***
1259:
1260: * src/main/compile.C 1.74:
1261: bugfix: line numbers after ^process{}[$.line(-10]] can be
1262: negative, allowed to print they as signed
1263:
1264: 2004-02-26 paf
1265: * operators.txt 1.151:
1266: * operators.txt 1.152:
1267: * src/classes/op.C 1.146:
1268: * src/include/pa_request.h 1.175:
1269: * src/main/compile.C 1.73:
1270: * src/main/compile_tools.h 1.73:
1271: * src/main/pa_request.C 1.266:
1272: * www/htdocs/_bug.html 1.11:
1273: * www/htdocs/_bug.p 1.1:
1274: * www/htdocs/_bug.xsl 1.9:
1275: feature: ^process...{CODE}[now has options]
1276: which are
1277: $.main[to what to rename @main]
1278: $.file[file, from which (user says) goes that CODE]
1279: $.lineno(line number in that file, where CODE starts. may be negative)
1280:
1281: 2004-02-25 paf
1282: * www/htdocs/_bug.html 1.10:
1283: * www/htdocs/_bug.xsl 1.8:
1284: xhtml: 	 as resutl of <xsl:attribute>[tab] is OK
1285:
1286: * src/classes/hash.C 1.67:
1287: feature: ^hash::sql{one colum result} now produces hash of
1288: column=>1
1289:
1290: * src/lib/smtp/smtp.h 1.4:
1291: beauty: couple of #ifdef-s to compile even with incomplete
1292: errno constants set
1293:
1294: * etc/parser3.charsets/Makefile.am 1.5:
1295: * etc/parser3.charsets/Makefile.in 1.20:
1296: bugfix: @sysconfdir@ used [were old @charsetsdir@ recently
1297: erased from configure.in]
1298:
1299: 2004-02-24 paf
1300: * src/lib/smtp/smtp.C 1.4:
1301: smtp on unix: compiled on win32
1302:
1303: * src/lib/smtp/smtp.C 1.7:
1304: smtp on unix: authors of lib/smtp never read "man select"
1305:
1306: * src/lib/smtp/Makefile.am 1.2:
1307: * src/lib/smtp/Makefile.in 1.4:
1308: * src/lib/smtp/comms.C 1.3:
1309: * src/lib/smtp/smtp.C 1.3:
1310: * src/lib/smtp/smtp.h 1.3:
1311: * src/targets/cgi/Makefile.am 1.51:
1312: * src/targets/cgi/Makefile.in 1.68:
1313: started porting smtp to unix [testing on solaris]
1314:
1315: * src/main/pa_os.C 1.6:
1316: beauty: <0 better then ==-1
1317:
1318: * src/classes/Makefile.am 1.49:
1319: * src/classes/Makefile.in 1.61:
1320: * src/classes/mail.C 1.101:
1321: * src/lib/smtp/comms.C 1.4:
1322: * src/lib/smtp/smtp.C 1.5:
1323: * src/lib/smtp/smtp.C 1.6:
1324: smtp on unix: steps to work on unix
1325:
1326: * src/classes/mail.C 1.102:
1327: * src/classes/mail.C 1.103:
1328: * src/types/pa_vmail.C 1.59:
1329: * src/types/pa_vmail.h 1.15:
1330: smtp on unix: steps to work on unix [extracted 'to']
1331:
1332: 2004-02-20 paf
1333: * src/classes/xdoc.C 1.142:
1334: * www/htdocs/_bug.xsl 1.7:
1335: beauty: ugly code removed, thanks to egr for pointing that out
1336:
1337: * src/classes/xdoc.C 1.141:
1338: * www/htdocs/_bug.html 1.9:
1339: * www/htdocs/_bug.xsl 1.6:
1340: bugfix: <tag attr="&#digital_entity;" bug fixed again [same
1341: solution, mistanenly removed one line]
1342:
1343: 2004-02-19 paf
1344: * src/classes/date.C 1.64:
1345: * src/classes/image.C 1.106:
1346: * www/htdocs/_bug.html 1.8:
1347: beauty: date::create[bad date time in daylightsaving hole] now
1348: throws error
1349:
1350: * src/classes/date.C 1.65:
1351: * src/classes/image.C 1.107:
1352: * src/types/pa_vdate.h 1.32:
1353: feature: date::create from bad datetime in spring
1354: daylightsaving hole now OK for all platforms [on some platforms
1355: it failed]
1356:
1357: * src/classes/date.C 1.63:
1358: comment: mistake fixed
1359:
1360: 2004-02-18 paf
1361: * src/classes/xdoc.C 1.138:
1362: * www/htdocs/_bug.html 1.1:
1363: * www/htdocs/_bug.xsl 1.1:
1364: feature: reimplemented xhtml output, see /.xsl for sample
1365:
1366: * src/classes/xdoc.C 1.139:
1367: * www/htdocs/_bug.xsl 1.2:
1368: beauty: xhtml doctype-public/system forcly turns off omit-xml-declaration
1369:
1370: * src/classes/xdoc.C 1.140:
1371: * src/include/pa_charset.h 1.30:
1372: * www/htdocs/_bug.html 1.2:
1373: * www/htdocs/_bug.html 1.3:
1374: * www/htdocs/_bug.html 1.4:
1375: * www/htdocs/_bug.html 1.5:
1376: * www/htdocs/_bug.xsl 1.3:
1377: * www/htdocs/_bug.xsl 1.4:
1378: beauty: xdoc.string now renderes in $request:charset, but in header puts $response:charset
1379: todo: make that default only so that coder could override that
1380:
1381: * www/htdocs/_bug.html 1.6:
1382: * www/htdocs/_bug.html 1.7:
1383: * www/htdocs/_bug.xsl 1.5:
1384: beauty: coder can override save/file encoding by specifying it
1385: in xsl:output or in save/file hash-options
1386:
1387: 2004-02-17 paf
1388: * src/main/untaint.C 1.130:
1389: bugfix: one last char prior to "spaces<" were not made quoted-printable
1390:
1391: * src/main/pa_uue.C 1.8:
1392: bugfix: uuencoded finish char adding violated string invariant
1393:
1394: * src/classes/xdoc.C 1.134:
1395: new: xhtml now works [libxslt prevented libxml to do the work]
1396: <xsl:output
1397: method="html"
1398: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
1399: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
1400: />
1401:
1402: * src/classes/xdoc.C 1.135:
1403: bugfound: meta again, now somewhere in xhtml part of libxml
1404:
1405: * src/types/pa_vxdoc.h 1.37:
1406: bugfix: ^xdoc::transform [note double :] caused assertion
1407:
1408: * src/classes/xdoc.C 1.133:
1409: beauty: no <meta ... charset generated
1410:
1411: * src/classes/xdoc.C 1.136:
1412: beauty: method=html outputxmlbuffer not copied extra time
1413:
1414: * src/classes/xdoc.C 1.137:
1415: beauty: needless helper class removed
1416:
1417: * src/classes/hash.C 1.66:
1418: bugfix: ^hash.add[$hash] ^hash.sub[$hash] could hang. now such
1419: add does nothing, sub clears $hash
1420:
1421: 2004-02-16 paf
1422: * src/main/pa_globals.C 1.173:
1423: bugfix: xml errors copy from library now cleared [were not
1424: cleared properly]
1425:
1426: 2004-02-13 paf
1427: * bin/Makefile.in 1.11:
1428: * etc/Makefile.in 1.16:
1429: * etc/parser3.charsets/Makefile.in 1.19:
1430: * src/Makefile.in 1.57:
1431: * src/classes/Makefile.in 1.60:
1432: * src/include/Makefile.in 1.18:
1433: * src/include/pa_version.h 1.13:
1434: * src/lib/Makefile.in 1.13:
1435: * src/lib/cord/Makefile.in 1.4:
1436: * src/lib/cord/include/Makefile.in 1.3:
1437: * src/lib/cord/include/private/Makefile.in 1.3:
1438: * src/lib/gc/Makefile.in 1.3:
1439: * src/lib/gc/include/Makefile.in 1.3:
1440: * src/lib/gd/Makefile.in 1.3:
1441: * src/lib/ltdl/Makefile.in 1.6:
1442: * src/lib/md5/Makefile.in 1.9:
1443: * src/lib/patches/Makefile.in 1.13:
1444: * src/lib/pcre/Makefile.in 1.11:
1445: * src/lib/sdbm/Makefile.in 1.2:
1446: * src/lib/sdbm/apr-include/Makefile.in 1.2:
1447: * src/lib/smtp/Makefile.in 1.3:
1448: * src/main/Makefile.in 1.57:
1449: * src/sql/Makefile.in 1.13:
1450: * src/targets/Makefile.in 1.44:
1451: * src/targets/apache13/Makefile.in 1.49:
1452: * src/targets/apache13core/Makefile.in 1.6:
1453: * src/targets/cgi/Makefile.in 1.67:
1454: * src/targets/isapi/Makefile.in 1.14:
1455: * src/types/Makefile.in 1.55:
1456: prerelease
1457:
1458: * src/classes/xdoc.C 1.132:
1459: * src/include/pa_stylesheet_connection.h 1.39:
1460: * src/include/pa_xml_io.h 1.3:
1461: * src/main/Makefile.am 1.44:
1462: * src/main/compile.tab.C 1.95:
1463: * src/main/main.vcproj 1.13:
1464: * src/main/pa_globals.C 1.172:
1465: * src/main/pa_stylesheet_connection.C 1.1:
1466: * src/main/pa_xml_io.C 1.17:
1467: change: .xsl.stamp now not used, introducing dependencies
1468: timestamp check
1469:
1470: * bin/auto.p.dist.in 1.11:
1471: * configure.in 1.73:
1472: auto.p: @conf made relative
1473:
1474: * Makefile.am 1.42:
1475: * Makefile.in 1.56:
1476: * acinclude.m4 1.29:
1477: * aclocal.m4 1.32:
1478: * acsite.m4 1.7:
1479: * configure 1.75:
1480: * configure.in 1.74:
1481: *** empty log message ***
1482:
1483: 2004-02-12 paf
1484: * src/include/pa_sapi.h 1.25:
1485: 2004
1486:
1487: * INSTALL 1.36:
1488: --without-threads
1489:
1490: * src/types/pa_vform.C 1.80:
1491: bugfix: empty values[recently allowed] ruined empty <input type
1492: file> submits. parser thought there were nameless empty file
1493: and $form:field got value of type 'file'
1494:
1495: 2004-02-11 paf
1496: * parser3.sln 1.9:
1497: * src/classes/classes.vcproj 1.6:
1498: * src/classes/classes.vcproj 1.7:
1499: * src/lib/gd/gd.vcproj 1.2:
1500: * src/lib/gd/gd.vcproj 1.3:
1501: * src/lib/smtp/smtp.vcproj 1.2:
1502: * src/lib/smtp/smtp.vcproj 1.3:
1503: * src/main/compile.tab.C 1.94:
1504: * src/main/main.vcproj 1.8:
1505: * src/main/main.vcproj 1.9:
1506: * src/main/pa_globals.C 1.167:
1507: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.6:
1508: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.7:
1509: * src/targets/cgi/parser3.vcproj 1.6:
1510: * src/targets/cgi/parser3.vcproj 1.7:
1511: * src/targets/isapi/parser3isapi.vcproj 1.3:
1512: * src/targets/isapi/parser3isapi.vcproj 1.4:
1513: * src/types/types.vcproj 1.7:
1514: * src/types/types.vcproj 1.8:
1515: * www/htdocs/.htaccess 1.27:
1516: started changes to reflect libxml xsl new folders
1517:
1518: * src/classes/classes.vcproj 1.8:
1519: * src/classes/classes.vcproj 1.9:
1520: * src/lib/gd/gd.vcproj 1.4:
1521: * src/lib/gd/gd.vcproj 1.5:
1522: * src/lib/smtp/smtp.vcproj 1.4:
1523: * src/main/main.vcproj 1.10:
1524: * src/main/main.vcproj 1.11:
1525: * src/main/pa_globals.C 1.168:
1526: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.8:
1527: * src/targets/cgi/parser3.vcproj 1.8:
1528: * src/targets/cgi/parser3.vcproj 1.9:
1529: * src/targets/isapi/parser3isapi.vcproj 1.5:
1530: * src/types/types.vcproj 1.10:
1531: * src/types/types.vcproj 1.9:
1532: continued changes to reflect libxml xsl new folders
1533:
1534: * src/classes/classes.vcproj 1.10:
1535: * src/lib/gd/gd.vcproj 1.6:
1536: * src/lib/pcre/pcre.vcproj 1.2:
1537: * src/lib/pcre/pcre_dftables.vcproj 1.3:
1538: * src/lib/pcre/pcre_parser_ctype.vcproj 1.3:
1539: * src/lib/sdbm/sdbm.vcproj 1.4:
1540: * src/lib/smtp/smtp.vcproj 1.5:
1541: * src/main/main.vcproj 1.12:
1542: * src/main/pa_globals.C 1.169:
1543: * src/targets/apache13/ApacheModuleParser3.vcproj 1.6:
1544: * src/targets/cgi/parser3.C 1.223:
1545: * src/targets/cgi/parser3.vcproj 1.10:
1546: * src/targets/isapi/parser3isapi.vcproj 1.6:
1547: * src/types/types.vcproj 1.11:
1548: migrated to latest libxml[2.6.5] and libgdome[1.1.2]
1549: simplified lib build processes
1550:
1551: * src/classes/classes.C 1.21:
1552: * src/classes/classes.h 1.26:
1553: * src/classes/date.C 1.62:
1554: * src/classes/double.C 1.57:
1555: * src/classes/file.C 1.120:
1556: * src/classes/form.C 1.38:
1557: * src/classes/hash.C 1.65:
1558: * src/classes/hashfile.C 1.33:
1559: * src/classes/image.C 1.105:
1560: * src/classes/int.C 1.53:
1561: * src/classes/mail.C 1.100:
1562: * src/classes/math.C 1.38:
1563: * src/classes/memory.C 1.6:
1564: * src/classes/op.C 1.145:
1565: * src/classes/response.C 1.26:
1566: * src/classes/string.C 1.132:
1567: * src/classes/table.C 1.196:
1568: * src/classes/void.C 1.31:
1569: * src/classes/xdoc.C 1.131:
1570: * src/classes/xnode.C 1.65:
1571: * src/classes/xnode.h 1.21:
1572: * src/include/pa_array.h 1.64:
1573: * src/include/pa_cache_managers.h 1.16:
1574: * src/include/pa_charset.h 1.29:
1575: * src/include/pa_charsets.h 1.12:
1576: * src/include/pa_common.h 1.98:
1577: * src/include/pa_config_fixed.h 1.63:
1578: * src/include/pa_config_includes.h 1.28:
1579: * src/include/pa_dictionary.h 1.17:
1580: * src/include/pa_dir.h 1.16:
1581: * src/include/pa_exception.h 1.43:
1582: * src/include/pa_exec.h 1.15:
1583: * src/include/pa_globals.h 1.109:
1584: * src/include/pa_hash.h 1.62:
1585: * src/include/pa_memory.h 1.11:
1586: * src/include/pa_opcode.h 1.27:
1587: * src/include/pa_operation.h 1.5:
1588: * src/include/pa_os.h 1.4:
1589: * src/include/pa_request.h 1.174:
1590: * src/include/pa_request_charsets.h 1.4:
1591: * src/include/pa_request_info.h 1.4:
1592: * src/include/pa_socks.h 1.14:
1593: * src/include/pa_sql_connection.h 1.38:
1594: * src/include/pa_sql_driver_manager.h 1.32:
1595: * src/include/pa_stack.h 1.22:
1596: * src/include/pa_string.h 1.156:
1597: * src/include/pa_stylesheet_connection.h 1.38:
1598: * src/include/pa_stylesheet_manager.h 1.21:
1599: * src/include/pa_table.h 1.57:
1600: * src/include/pa_threads.h 1.29:
1601: * src/include/pa_types.h 1.48:
1602: * src/include/pa_uue.h 1.7:
1603: * src/include/pa_xml_exception.h 1.3:
1604: * src/include/pa_xml_io.h 1.2:
1605: * src/lib/gd/gif.C 1.2:
1606: * src/lib/gd/gif.h 1.2:
1607: * src/lib/gd/gifio.C 1.2:
1608: * src/lib/md5/pa_md5.h 1.10:
1609: * src/lib/md5/pa_md5c.c 1.12:
1610: * src/lib/smtp/comms.C 1.2:
1611: * src/lib/smtp/smtp.C 1.2:
1612: * src/lib/smtp/smtp.h 1.2:
1613: * src/main/compile.C 1.72:
1614: * src/main/compile_tools.C 1.57:
1615: * src/main/compile_tools.h 1.72:
1616: * src/main/execute.C 1.305:
1617: * src/main/pa_cache_managers.C 1.13:
1618: * src/main/pa_charset.C 1.48:
1619: * src/main/pa_charsets.C 1.15:
1620: * src/main/pa_common.C 1.174:
1621: * src/main/pa_dictionary.C 1.22:
1622: * src/main/pa_dir.C 1.19:
1623: * src/main/pa_exception.C 1.47:
1624: * src/main/pa_exec.C 1.57:
1625: * src/main/pa_globals.C 1.171:
1626: * src/main/pa_memory.C 1.5:
1627: * src/main/pa_os.C 1.5:
1628: * src/main/pa_request.C 1.265:
1629: * src/main/pa_socks.C 1.21:
1630: * src/main/pa_sql_driver_manager.C 1.82:
1631: * src/main/pa_string.C 1.194:
1632: * src/main/pa_stylesheet_manager.C 1.26:
1633: * src/main/pa_table.C 1.60:
1634: * src/main/pa_uue.C 1.7:
1635: * src/main/pa_xml_exception.C 1.3:
1636: * src/main/pa_xml_io.C 1.16:
1637: * src/main/untaint.C 1.129:
1638: * src/sql/pa_sql_driver.h 1.38:
1639: * src/targets/apache13/mod_parser3.c 1.10:
1640: * src/targets/apache13core/mod_parser3_core.C 1.3:
1641: * src/targets/apache13core/pa_threads.C 1.4:
1642: * src/targets/cgi/pa_threads.C 1.15:
1643: * src/targets/isapi/pa_threads.C 1.16:
1644: * src/targets/isapi/parser3isapi.C 1.87:
1645: * src/types/pa_junction.h 1.4:
1646: * src/types/pa_method.h 1.4:
1647: * src/types/pa_value.C 1.16:
1648: * src/types/pa_value.h 1.118:
1649: * src/types/pa_vbool.h 1.24:
1650: * src/types/pa_vclass.C 1.20:
1651: * src/types/pa_vclass.h 1.43:
1652: * src/types/pa_vcode_frame.h 1.27:
1653: * src/types/pa_vconsole.h 1.5:
1654: * src/types/pa_vcookie.C 1.63:
1655: * src/types/pa_vcookie.h 1.26:
1656: * src/types/pa_vdate.h 1.31:
1657: * src/types/pa_vdouble.h 1.45:
1658: * src/types/pa_venv.h 1.31:
1659: * src/types/pa_vfile.C 1.40:
1660: * src/types/pa_vfile.h 1.56:
1661: * src/types/pa_vform.C 1.79:
1662: * src/types/pa_vform.h 1.49:
1663: * src/types/pa_vhash.h 1.50:
1664: * src/types/pa_vhashfile.h 1.27:
1665: * src/types/pa_vimage.C 1.29:
1666: * src/types/pa_vimage.h 1.39:
1667: * src/types/pa_vint.h 1.41:
1668: * src/types/pa_vjunction.h 1.22:
1669: * src/types/pa_vmail.C 1.58:
1670: * src/types/pa_vmail.h 1.14:
1671: * src/types/pa_vmath.C 1.7:
1672: * src/types/pa_vmath.h 1.17:
1673: * src/types/pa_vmemory.h 1.4:
1674: * src/types/pa_vmethod_frame.C 1.5:
1675: * src/types/pa_vmethod_frame.h 1.49:
1676: * src/types/pa_vobject.C 1.16:
1677: * src/types/pa_vobject.h 1.42:
1678: * src/types/pa_vrequest.C 1.32:
1679: * src/types/pa_vrequest.h 1.28:
1680: * src/types/pa_vresponse.C 1.20:
1681: * src/types/pa_vresponse.h 1.35:
1682: * src/types/pa_vstateless_class.C 1.22:
1683: * src/types/pa_vstateless_class.h 1.48:
1684: * src/types/pa_vstateless_object.h 1.31:
1685: * src/types/pa_vstatus.C 1.24:
1686: * src/types/pa_vstatus.h 1.18:
1687: * src/types/pa_vstring.C 1.25:
1688: * src/types/pa_vstring.h 1.58:
1689: * src/types/pa_vtable.C 1.25:
1690: * src/types/pa_vtable.h 1.52:
1691: * src/types/pa_vvoid.h 1.21:
1692: * src/types/pa_vxdoc.C 1.27:
1693: * src/types/pa_vxdoc.h 1.36:
1694: * src/types/pa_vxnode.C 1.37:
1695: * src/types/pa_vxnode.h 1.29:
1696: * src/types/pa_wcontext.C 1.28:
1697: * src/types/pa_wcontext.h 1.46:
1698: * src/types/pa_wwrapper.h 1.31:
1699: 2004
1700:
1701: * src/main/pa_globals.C 1.170:
1702: beauty: typo caused gc.log warnings with debug version of gc.dll
1703:
1704: 2004-02-10 paf
1705: * INSTALL 1.34:
1706: critical: prior to 1.0.30 had bug: "a segfault on pattern
1707: compilation errors", on which spent 4 hours worktime. use
1708: versions higher than that. recommended now latest up to date
1709:
1710: * INSTALL 1.35:
1711: critical: libxslt1.1.2 wanted at least libxml2.6.3 to compile.
1712: recommened latest libxml up to date
1713:
1.33 paf 1714: 2004-02-06 paf
1715: * src/main/untaint.C 1.128:
1716: beauty: removed old def/ifdef
1717:
1718: * src/main/pa_sql_driver_manager.C 1.81:
1719: * src/main/pa_stylesheet_manager.C 1.25:
1720: beauty: unified destructing style
1721:
1722: * src/main/untaint.C 1.127:
1723: beauty: coredump @unknown untaint language now
1724:
1725: 2004-02-03 paf
1726: * src/main/pa_common.C 1.173:
1727: typo: %l -> %u
1728:
1729: * src/classes/xnode.C 1.64:
1730: memleaks found: not fixed yet. todo
1731:
1732: * src/classes/xdoc.C 1.130:
1733: bugfix: libxml: FOR UTF-8 TOO russian letters in attributes or
1734: documents-results of transform now not xx;
1735:
1736: * src/main/pa_charset.C 1.47:
1737: bugfix: forgot to undo some
1738:
1739: * src/classes/image.C 1.104:
1740: * src/main/pa_exec.C 1.56:
1741: * src/main/pa_memory.C 1.4:
1742: * src/targets/isapi/parser3isapi.C 1.86:
1743: * src/types/pa_value.C 1.15:
1744: * src/types/pa_vcookie.C 1.62:
1745: beauty: %u is more simple=proper for size_t then %ld/%lu
1746:
1747: * src/main/pa_charset.C 1.46:
1748: beauty: uncomment PA_PATCHED_LIBXML_BACKWARD to link with old
1749: patched libxml libraries
1750:
1751: 2004-02-02 paf
1752: * src/types/pa_vform.C 1.78:
1753: bugfix: empty values with enctype=multipart/form-data now produce entries in $form:tables
1754: <form method=post enctype=multipart/form-data>
1755: <input type=hidden name=a>
1756: <input type=hidden name=b>
1757:
1758: <input type=submit>
1759: </form>
1760: $k[^form:fields._keys[]]
1761: ^eval($k)
1762: <hr>
1763: <pre>$request:body
1764:
1765: * src/types/pa_vcookie.C 1.61:
1766: bugfix: erasing cookie: params now output
1767: $cookie:example[
1768: $.value[value]
1769: $.path[/there/]
1770: ]
1771:
1772: $cookie:example[
1773: $.value[]
1774: $.expires[session]
1775: $.path[/there/]
1776: $.domain[test.com]
1777: ]
1778:
1779: 2004-01-30 paf
1780: * src/classes/date.C 1.59:
1781: * www/htdocs/.htaccess 1.26:
1782: bugfix: ^date::create[invalid year] now produces exception.
1783: todo: check other fields
1784:
1785: * src/classes/date.C 1.60:
1786: * src/classes/date.C 1.61:
1787: * src/include/pa_string.h 1.155:
1788: * src/main/pa_string.C 1.193:
1789: bugfix: ^date::create[invalid fields now produce exception.
1790:
1791: * src/classes/xdoc.C 1.129:
1792: bugfix: libxml: russian letters in attributes or documents
1793: results of transform now not xx;
1794:
1.32 paf 1795: 2004-01-29 paf
1796: * src/targets/apache13core/mod_parser3_core.C 1.2:
1797: bugfix: old style new used
1798:
1799: * src/include/pa_memory.h 1.9:
1800: bugfix: [potential] strdup copied one more byte then specified
1801: then zeroed it << useless and potentially harmful(could gpf)
1.33 paf 1802:
1803: * src/include/pa_memory.h 1.10:
1804: typo error
1.32 paf 1805:
1806: 2004-01-22 paf
1807: * src/main/pa_common.C [release_3_1_1] 1.160.2.1:
1808: bugfix: buffer overflow
1809: * in libxml&xsl error-reporting code
1810: * in parser-error reporting code [when no @unhandled_exception defined]
1811:
1812: fixed in one place: my *snprintf override
1813:
1814: * src/main/untaint.C [release_3_1_1] 1.122.2.2:
1815: bugfix: whitespace now optimized properly [were bug: ^taint[1 &
1816: 2]="1 &2"
1817:
1818: * src/main/untaint.C 1.126:
1819: merged: bugfix from 3.1.1 on whitespace optimization
1820:
1821: * src/main/pa_globals.C 1.166:
1822: beauty: bigger buffer for xml-related errors
1823:
1824: * src/classes/xdoc.C 1.128:
1825: bugfix: when stylesheet contains error, gpf
1826:
1827: * src/main/compile.tab.C [release_3_1_1] 1.91.2.1:
1828: * src/main/untaint.C [release_3_1_1] 1.122.2.1:
1829: *** empty log message ***
1830:
1831: * src/main/pa_common.C 1.172:
1832: merged: bugfix from 3.1.1 on memory overflow
1833:
1834: 2004-01-13 paf
1835: * operators.txt 1.150:
1836: typo erro
1837:
1.31 paf 1838: 2003-12-25 paf
1839: * src/main/pa_common.C 1.171:
1840: bugfix: ^file::load[binary;http:// now not garbled [pieces
1841: after zero bytes were removed]
1842:
1843: 2003-12-22 paf
1844: * operators.txt 1.149:
1845: * src/classes/op.C 1.144:
1846: * src/include/pa_sql_connection.h 1.37:
1847: * src/include/pa_sql_driver_manager.h 1.31:
1848: * src/main/pa_sql_driver_manager.C 1.80:
1849: * src/sql/pa_sql_driver.h 1.37:
1850: * www/htdocs/.htaccess 1.25:
1851: feature: sql introducing ability to transcode charsets
1852:
1853: * src/include/Makefile.am 1.9:
1854: * src/include/Makefile.in 1.17:
1855: bugfix: removed from dist: src/include/pa_config_auto.h which
1856: were configured for make-dist-platform and badly updated proper
1857: config file in target [when .tar used for updating existing
1858: source tree]
1859:
1860: 2003-12-19 paf
1861: * src/main/pa_sql_driver_manager.C 1.79:
1862: beauty: more straighforward error message
1863:
1864: * src/main/pa_charset.C 1.45:
1865: bugfix: memory for charsethandler structure for libxml now
1866: allocated properly
1867:
1.30 paf 1868: 2003-12-17 paf
1869: * src/main/pa_globals.C 1.165:
1870: bugfix: removed false warning [warning: unreported
1871: xmlGenericErrors]
1872:
1873: * src/types/pa_vfile.C 1.39:
1874: beauty: removed outdated cast
1875:
1876: * src/main/pa_common.C 1.170:
1877: bugfix: empty http response caused gpf
1878:
1879: * src/include/pa_string.h 1.154:
1880: bugfix: removed too strong a assert
1881:
1882: 2003-12-15 paf
1883: * src/classes/xdoc.C 1.127:
1884: bugfix: taint uri under ^xdoc::create{now works}
1885:
1886: 2003-12-11 paf
1887: * src/classes/file.C 1.119:
1888: * src/classes/mail.C 1.99:
1889: * src/classes/op.C 1.143:
1890: * src/classes/xdoc.C 1.126:
1891: * src/main/pa_request.C 1.263:
1892: * src/types/pa_vimage.C 1.28:
1893: * src/types/pa_vmath.C 1.6:
1894: * src/types/pa_vstatus.C 1.21:
1895: beauty cancel: gcc does not understand that
1896:
1897: * src/include/pa_cache_managers.h 1.15:
1898: * src/main/pa_cache_managers.C 1.12:
1899: * src/main/pa_globals.C 1.164:
1900: * src/main/pa_request.C 1.264:
1901: * src/types/pa_vstatus.C 1.22:
1902: bugfix(solaris): removed dependency on object initialization
1903: order [one more place]
1904:
1905: * src/main/pa_cache_managers.C 1.11:
1906: * src/main/pa_sql_driver_manager.C 1.78:
1907: * src/main/pa_stylesheet_manager.C 1.23:
1908: bugfix(solaris): removed dependency on object initialization
1909: order [two places]
1910:
1911: * src/main/Makefile.am 1.43:
1912: * src/main/Makefile.in 1.56:
1913: *** empty log message ***
1914:
1915: * src/classes/file.C 1.118:
1916: * src/classes/mail.C 1.98:
1917: * src/classes/op.C 1.142:
1918: * src/classes/xdoc.C 1.125:
1919: * src/include/pa_cache_managers.h 1.14:
1920: * src/include/pa_sql_connection.h 1.36:
1921: * src/include/pa_sql_driver_manager.h 1.30:
1922: * src/include/pa_stylesheet_manager.h 1.20:
1923: * src/main/pa_request.C 1.262:
1924: * src/main/pa_stylesheet_manager.C 1.24:
1925: * src/types/pa_vimage.C 1.27:
1926: * src/types/pa_vmath.C 1.5:
1927: * src/types/pa_vstatus.C 1.20:
1928: beauty: removed redundant ctor call [relying on implicit String
1929: :Body(cstr) call]
1930:
1931: * operators.txt 1.148:
1932: * src/types/pa_vstatus.C 1.23:
1933: !$status:pid process id
1934: !$status:tid thread id
1935:
1936: 2003-12-10 paf
1937: * src/include/pa_sql_connection.h 1.35:
1938: * www/htdocs/.htaccess 1.24:
1939: bugfix: $status:sql.cache back << time now ok
1940:
1941: * operators.txt 1.147:
1942: * src/main/pa_sql_driver_manager.C 1.77:
1943: * src/main/pa_stylesheet_manager.C 1.22:
1944: $status:stylesheet.cache back operational
1945:
1946: * operators.txt 1.146:
1947: * src/classes/xdoc.C 1.124:
1948: * src/include/pa_charset.h 1.28:
1949: * src/include/pa_sql_connection.h 1.34:
1950: * src/main/pa_charset.C 1.44:
1951: * src/main/pa_sql_driver_manager.C 1.76:
1952: * src/main/pa_string.C 1.192:
1953: * src/types/pa_vxdoc.h 1.35:
1954: * www/htdocs/.htaccess 1.23:
1955: $status:sql.cache back operational
1956:
1.29 paf 1957: 2003-12-02 paf
1.30 paf 1958: * src/types/pa_vmail.C 1.57:
1959: bugfix: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints
1960: properly [were: as-is forced]
1961:
1962: * src/main/pa_xml_io.C 1.15:
1963: bugfix: on some platforms one can't throw exceptions out of libxml callbacks:
1964: reimplemented error handling of http://localhost, parser://method and safemode check callbacks
1965:
1966: * src/main/pa_string.C [release_3_1_1] 1.185.2.1:
1967: bugfix: SPARC gpf on %4!=0 address int ref [merged from HEAD]
1968:
1969: * src/classes/image.C 1.103:
1970: nothing: comment removed
1971:
1.29 paf 1972: * src/main/pa_string.C 1.191:
1973: bugfix: sparc gpf on reading %4!=0 addresses to int
1974:
1975: 2003-12-01 paf
1976: * src/main/pa_globals.C 1.163:
1977: bugfix: win32: compile prob
1978:
1979: * src/main/pa_xml_io.C 1.13:
1980: todo: safe mode check not to throw exception
1981:
1982: * src/main/pa_xml_io.C 1.12:
1983: bugfix: http://localhost typo error
1984:
1985: * src/classes/xdoc.C 1.123:
1986: * src/main/pa_xml_io.C 1.14:
1987: bugfix: typo
1988:
1989: 2003-11-28 paf
1990: * src/main/pa_xml_io.C 1.9:
1991: installed safe-mode checker as filter of all xml documents read
1992:
1993: * operators.txt 1.144:
1994: * src/include/pa_request.h 1.173:
1995: * src/main/pa_xml_io.C 1.3:
1996: works.
1997: todo: maybe replace original open mech of xdoc::create & co to use libxml open, so that this would work for root document
1998:
1999: $xdoc[^xdoc::create{<?xml version="1.0"?>
2000: <!DOCTYPE test SYSTEM "parser://method/params/here">
2001: <test>
2002: &test^;
2003: </test>
2004: }]
2005:
2006: ^taint[^xdoc.string[]]
2007:
2008: @method[param]
2009: <!ENTITY test "test-entity-value+$form:user+$param!">
2010:
2011: * src/main/pa_xml_io.C 1.8:
2012: http://localhost/ now checked for safe mode
2013:
2014: * src/classes/xdoc.C 1.122:
2015: * src/include/pa_stylesheet_connection.h 1.37:
2016: * src/include/pa_stylesheet_manager.h 1.19:
2017: * src/main/pa_stylesheet_manager.C 1.21:
2018: replaced original open mech of xdoc::create & co to use libxml open, so that this would work for root document
2019: todo: safe mode checks to libxml: ideally to some 1 point
2020:
2021: * src/include/Makefile.in 1.16:
2022: * src/main/Makefile.in 1.55:
2023: *** empty log message ***
2024:
2025: * operators.txt 1.145:
2026: * src/main/pa_xml_io.C 1.4:
2027: leading / in http://parser[abscent params]
2028:
2029: * src/main/pa_xml_io.C 1.5:
2030: comment
2031:
2032: 2003-11-27 paf
2033: * src/classes/date.C 1.58:
2034: bugfix: typo error
2035:
2036: * src/main/pa_xml_io.C 1.2:
2037: libxml: started parser://methodcall/params
2038:
2039: 2003-11-26 paf
2040: * src/types/pa_value.h 1.117:
2041: warnings: --
2042:
2043: * operators.txt 1.143:
2044: * src/include/Makefile.am 1.8:
2045: * src/include/pa_globals.h 1.108:
2046: * src/include/pa_xml_io.h 1.1:
2047: * src/main/Makefile.am 1.42:
2048: * src/main/main.vcproj 1.7:
2049: * src/main/pa_globals.C 1.162:
2050: * src/main/pa_request.C 1.261:
2051: * src/main/pa_xml_io.C 1.1:
2052: simplification: xml errors to hash<thread_id,error>
2053: reorganization: xml io moved to pa_xml_io.C/h
2054:
1.28 paf 2055: 2003-11-25 paf
1.29 paf 2056: * src/classes/table.C 1.194:
2057: bugfix: a, c?x:y, z in gcc considered(?) as a, (c?x:y, z)
2058:
1.28 paf 2059: * src/main/untaint.C 1.125:
2060: bugfix: consequences of not reading this comment:
2061: CORD_pos_chars_left /* Number of characters in cache. <= 0 ==
2062: none */
2063:
2064: * src/include/pa_array.h 1.63:
2065: removed needless checks
1.29 paf 2066:
2067: * src/classes/table.C 1.195:
2068: bugfix: wrong sequence. [sadly no waring whatever)
1.28 paf 2069:
2070: 2003-11-24 paf
2071: * operators.txt 1.142:
2072: * src/types/pa_vxnode.C 1.36:
2073: * src/types/pa_vxnode.h 1.28:
2074: $xdoc[^xdoc::create[test]]
2075: $tn[^xdoc.createTextNode[text node value]]
2076: $dummy[^xdoc.firstChild.appendChild[$tn]]
2077: $xdoc.firstChild.firstChild.nodeValue[different]
2078: ^taint[^xdoc.string[]]
2079:
2080: * src/main/pa_request.C 1.260:
2081: * src/types/pa_vform.C 1.77:
2082: * src/types/pa_vform.h 1.48:
2083: removed limit: now $form:xxx can be accessed anytime, even in @auto/conf
2084: [and request/response:charset still can be changed anytime]
2085:
2086: * src/include/pa_hash.h 1.61:
2087: * src/types/types.vcproj 1.6:
2088: linker HPUX nongnu workaround: static Hash::allocates -> static Hash_allocates
2089:
2090: * src/main/pa_common.C 1.169:
2091: bugfix: ^file::load[binary;http://...] now not transcodes
2092: response body
2093:
2094: 2003-11-21 paf
2095: * src/main/pa_exec.C 1.55:
2096: bug in safe mode
2097:
2098: * src/include/Makefile.am 1.7:
2099: pa_xml_exception.h
2100:
2101: * Makefile.am 1.40:
2102: * Makefile.in 1.54:
2103: * configure 1.73:
2104: * configure.in 1.71:
2105: * parser3.sln 1.8:
2106: * src/classes/Makefile.am 1.47:
2107: * src/classes/Makefile.am 1.48:
2108: * src/classes/Makefile.in 1.59:
2109: * src/classes/classes.vcproj 1.5:
2110: * src/include/Makefile.in 1.15:
2111: * src/include/pa_config_auto.h.in 1.39:
2112: * src/lib/Makefile.am 1.7:
2113: * src/lib/Makefile.in 1.12:
2114: * src/lib/gd/Makefile.am 1.1:
2115: * src/lib/gd/Makefile.in 1.1:
2116: * src/lib/gd/Makefile.in 1.2:
2117: * src/lib/gd/gd.vcproj 1.1:
2118: * src/lib/gd/gif.C 1.1:
2119: * src/lib/gd/gif.h 1.1:
2120: * src/lib/gd/gifio.C 1.1:
2121: * src/lib/gd/mtables.h 1.1:
2122: * src/lib/smtp/Makefile.am 1.1:
2123: * src/lib/smtp/Makefile.in 1.1:
2124: * src/lib/smtp/Makefile.in 1.2:
2125: * src/lib/smtp/comms.C 1.1:
2126: * src/lib/smtp/smtp.C 1.1:
2127: * src/lib/smtp/smtp.h 1.1:
2128: * src/lib/smtp/smtp.vcproj 1.1:
2129: * src/targets/apache13/p3runConfigure.in 1.15:
2130: * src/targets/apache13core/Makefile.in 1.5:
2131: * src/targets/cgi/Makefile.am 1.50:
2132: * src/targets/cgi/Makefile.in 1.66:
2133: * src/types/Makefile.am 1.35:
2134: * src/types/Makefile.in 1.54:
2135: rearrange: gd&smtp moved to src/lib
2136:
2137: * src/targets/apache13/ApacheModuleParser3.vcproj 1.5:
2138: * src/targets/isapi/parser3isapi.C 1.85:
2139: more warnings --
2140:
2141: * Makefile.am 1.41:
2142: * Makefile.in 1.55:
2143: * acinclude.m4 1.28:
2144: * aclocal.m4 1.31:
2145: * acsite.m4 1.6:
2146: * configure 1.74:
2147: * configure.in 1.72:
2148: * src/classes/mail.C 1.97:
2149: *** empty log message ***
2150:
2151: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.5:
2152: * src/targets/apache13core/Makefile.am 1.5:
2153: * src/targets/apache13core/mod_parser3.C 1.7:
2154: * src/targets/apache13core/mod_parser3_core.C 1.1:
2155: renamed mod_parser3 to mod_parser3_core to help DOXYGEN
2156:
2157: * src/classes/mail.C 1.96:
2158: bugfix: typo
2159:
2160: 2003-11-20 paf
2161: * src/main/execute.C 1.303:
2162: * src/main/pa_request.C 1.257:
2163: old forgotten todo: when can't report problem (undefined @
2164: unhandled_exception) problem source string were not reported
2165:
2166: * src/classes/classes.vcproj 1.4:
2167: * src/classes/date.C 1.53:
2168: * src/classes/double.C 1.55:
2169: * src/classes/file.C 1.114:
2170: * src/classes/hash.C 1.61:
2171: * src/classes/hashfile.C 1.31:
2172: * src/classes/image.C 1.98:
2173: * src/classes/int.C 1.51:
2174: * src/classes/mail.C 1.93:
2175: * src/classes/math.C 1.35:
2176: * src/classes/memory.C 1.4:
2177: * src/classes/op.C 1.138:
2178: * src/classes/string.C 1.128:
2179: * src/classes/table.C 1.191:
2180: * src/classes/xdoc.C 1.118:
2181: * src/classes/xnode.C 1.62:
2182: * src/include/pa_config_includes.h 1.27:
2183: * src/include/pa_operation.h 1.3:
2184: * src/include/pa_sql_connection.h 1.32:
2185: * src/include/pa_table.h 1.54:
2186: * src/include/pa_types.h 1.46:
2187: * src/lib/ltdl/config_fixed.h 1.3:
2188: * src/lib/ltdl/ltdl.vcproj 1.2:
2189: * src/lib/md5/md5.vcproj 1.2:
2190: * src/lib/pcre/maketables.c 1.2:
2191: * src/lib/pcre/pcre_dftables.vcproj 1.2:
2192: * src/lib/pcre/pcre_parser_ctype.vcproj 1.2:
2193: * src/lib/sdbm/apr_file_io.C 1.2:
2194: * src/main/compile.tab.C 1.93:
2195: * src/main/execute.C 1.301:
2196: * src/main/main.vcproj 1.6:
2197: * src/main/pa_cache_managers.C 1.9:
2198: * src/main/pa_charset.C 1.40:
2199: * src/main/pa_common.C 1.166:
2200: * src/main/pa_dir.C 1.16:
2201: * src/main/pa_exec.C 1.53:
2202: * src/main/pa_globals.C 1.160:
2203: * src/main/pa_os.C 1.3:
2204: * src/main/pa_request.C 1.255:
2205: * src/main/pa_string.C 1.187:
2206: * src/main/pa_table.C 1.57:
2207: * src/targets/apache13/ApacheModuleParser3.vcproj 1.4:
2208: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.4:
2209: * src/targets/cgi/parser3.vcproj 1.5:
2210: * src/targets/isapi/parser3isapi.vcproj 1.2:
2211: * src/types/pa_value.h 1.115:
2212: * src/types/pa_vconsole.h 1.3:
2213: * src/types/pa_vdate.h 1.28:
2214: * src/types/pa_vfile.h 1.54:
2215: * src/types/pa_vhashfile.C 1.36:
2216: * src/types/pa_vimage.C 1.25:
2217: * src/types/pa_vimage.h 1.36:
2218: * src/types/pa_vmail.C 1.53:
2219: * src/types/pa_vobject.C 1.14:
2220: * src/types/pa_vstateless_class.h 1.46:
2221: * src/types/pa_vtable.C 1.23:
2222: * src/types/pa_vtable.h 1.50:
2223: * src/types/pa_vvoid.h 1.19:
2224: * src/types/pa_vxdoc.h 1.33:
2225: * src/types/pa_vxnode.h 1.26:
2226: * src/types/types.vcproj 1.5:
2227: turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
2228: found several unitialized vars
2229:
2230: * src/classes/classes.C 1.20:
2231: * src/classes/classes.h 1.25:
2232: * src/classes/date.C 1.54:
2233: * src/classes/double.C 1.56:
2234: * src/classes/file.C 1.115:
2235: * src/classes/form.C 1.37:
2236: * src/classes/hash.C 1.62:
2237: * src/classes/hashfile.C 1.32:
2238: * src/classes/image.C 1.99:
2239: * src/classes/int.C 1.52:
2240: * src/classes/mail.C 1.94:
2241: * src/classes/math.C 1.36:
2242: * src/classes/memory.C 1.5:
2243: * src/classes/op.C 1.139:
2244: * src/classes/response.C 1.25:
2245: * src/classes/string.C 1.129:
2246: * src/classes/table.C 1.192:
2247: * src/classes/void.C 1.30:
2248: * src/classes/xdoc.C 1.119:
2249: * src/classes/xnode.C 1.63:
2250: * src/classes/xnode.h 1.20:
2251: * src/include/pa_array.h 1.62:
2252: * src/include/pa_cache_managers.h 1.12:
2253: * src/include/pa_charset.h 1.27:
2254: * src/include/pa_charsets.h 1.11:
2255: * src/include/pa_common.h 1.97:
2256: * src/include/pa_config_fixed.h 1.62:
2257: * src/include/pa_dictionary.h 1.16:
2258: * src/include/pa_dir.h 1.15:
2259: * src/include/pa_exception.h 1.42:
2260: * src/include/pa_exec.h 1.14:
2261: * src/include/pa_globals.h 1.107:
2262: * src/include/pa_hash.h 1.60:
2263: * src/include/pa_memory.h 1.8:
2264: * src/include/pa_opcode.h 1.26:
2265: * src/include/pa_operation.h 1.4:
2266: * src/include/pa_os.h 1.3:
2267: * src/include/pa_request.h 1.172:
2268: * src/include/pa_request_charsets.h 1.3:
2269: * src/include/pa_request_info.h 1.3:
2270: * src/include/pa_sapi.h 1.24:
2271: * src/include/pa_socks.h 1.13:
2272: * src/include/pa_sql_connection.h 1.33:
2273: * src/include/pa_sql_driver_manager.h 1.29:
2274: * src/include/pa_stack.h 1.21:
2275: * src/include/pa_string.h 1.153:
2276: * src/include/pa_stylesheet_connection.h 1.35:
2277: * src/include/pa_stylesheet_manager.h 1.18:
2278: * src/include/pa_table.h 1.56:
2279: * src/include/pa_threads.h 1.28:
2280: * src/include/pa_types.h 1.47:
2281: * src/include/pa_uue.h 1.6:
2282: * src/include/pa_xml_exception.h 1.2:
2283: * src/lib/md5/pa_md5.h 1.9:
2284: * src/lib/md5/pa_md5c.c 1.11:
2285: * src/lib/sdbm/apr_file_io.C 1.3:
2286: * src/lib/sdbm/apr_strings.C 1.2:
2287: * src/main/compile.C 1.71:
2288: * src/main/compile_tools.C 1.56:
2289: * src/main/compile_tools.h 1.71:
2290: * src/main/execute.C 1.302:
2291: * src/main/pa_cache_managers.C 1.10:
2292: * src/main/pa_charset.C 1.41:
2293: * src/main/pa_charsets.C 1.14:
2294: * src/main/pa_common.C 1.168:
2295: * src/main/pa_dictionary.C 1.20:
2296: * src/main/pa_dir.C 1.17:
2297: * src/main/pa_exception.C 1.46:
2298: * src/main/pa_exec.C 1.54:
2299: * src/main/pa_globals.C 1.161:
2300: * src/main/pa_memory.C 1.3:
2301: * src/main/pa_os.C 1.4:
2302: * src/main/pa_pool.C 1.62:
2303: * src/main/pa_request.C 1.256:
2304: * src/main/pa_socks.C 1.20:
2305: * src/main/pa_sql_driver_manager.C 1.74:
2306: * src/main/pa_string.C 1.188:
2307: * src/main/pa_stylesheet_manager.C 1.20:
2308: * src/main/pa_table.C 1.58:
2309: * src/main/pa_uue.C 1.6:
2310: * src/main/pa_xml_exception.C 1.2:
2311: * src/main/untaint.C 1.123:
2312: * src/sql/pa_sql_driver.h 1.36:
2313: * src/targets/apache13/mod_parser3.c 1.9:
2314: * src/targets/apache13/pa_httpd.h 1.5:
2315: * src/targets/apache13core/mod_parser3.C 1.6:
2316: * src/targets/apache13core/pa_threads.C 1.3:
2317: * src/targets/cgi/pa_threads.C 1.14:
2318: * src/targets/cgi/parser3.C 1.222:
2319: * src/targets/isapi/pa_threads.C 1.15:
2320: * src/targets/isapi/parser3isapi.C 1.84:
2321: * src/types/pa_junction.h 1.3:
2322: * src/types/pa_method.h 1.3:
2323: * src/types/pa_value.C 1.13:
2324: * src/types/pa_value.h 1.116:
2325: * src/types/pa_vbool.h 1.23:
2326: * src/types/pa_vclass.C 1.19:
2327: * src/types/pa_vclass.h 1.42:
2328: * src/types/pa_vcode_frame.h 1.26:
2329: * src/types/pa_vconsole.h 1.4:
2330: * src/types/pa_vcookie.C 1.59:
2331: * src/types/pa_vcookie.h 1.25:
2332: * src/types/pa_vdate.h 1.29:
2333: * src/types/pa_vdouble.h 1.44:
2334: * src/types/pa_venv.h 1.30:
2335: * src/types/pa_vfile.C 1.38:
2336: * src/types/pa_vfile.h 1.55:
2337: * src/types/pa_vform.C 1.76:
2338: * src/types/pa_vform.h 1.47:
2339: * src/types/pa_vhash.h 1.49:
2340: * src/types/pa_vhashfile.C 1.37:
2341: * src/types/pa_vhashfile.h 1.26:
2342: * src/types/pa_vimage.C 1.26:
2343: * src/types/pa_vimage.h 1.37:
2344: * src/types/pa_vint.h 1.40:
2345: * src/types/pa_vjunction.h 1.21:
2346: * src/types/pa_vmail.C 1.54:
2347: * src/types/pa_vmail.h 1.13:
2348: * src/types/pa_vmath.C 1.4:
2349: * src/types/pa_vmath.h 1.16:
2350: * src/types/pa_vmemory.h 1.3:
2351: * src/types/pa_vmethod_frame.C 1.3:
2352: * src/types/pa_vmethod_frame.h 1.47:
2353: * src/types/pa_vobject.C 1.15:
2354: * src/types/pa_vobject.h 1.41:
2355: * src/types/pa_vrequest.C 1.31:
2356: * src/types/pa_vrequest.h 1.27:
2357: * src/types/pa_vresponse.C 1.19:
2358: * src/types/pa_vresponse.h 1.34:
2359: * src/types/pa_vstateless_class.C 1.21:
2360: * src/types/pa_vstateless_class.h 1.47:
2361: * src/types/pa_vstateless_object.h 1.30:
2362: * src/types/pa_vstatus.C 1.19:
2363: * src/types/pa_vstatus.h 1.17:
2364: * src/types/pa_vstring.C 1.24:
2365: * src/types/pa_vstring.h 1.57:
2366: * src/types/pa_vtable.C 1.24:
2367: * src/types/pa_vtable.h 1.51:
2368: * src/types/pa_vvoid.h 1.20:
2369: * src/types/pa_vxdoc.C 1.26:
2370: * src/types/pa_vxdoc.h 1.34:
2371: * src/types/pa_vxnode.C 1.34:
2372: * src/types/pa_vxnode.h 1.27:
2373: * src/types/pa_wcontext.C 1.27:
2374: * src/types/pa_wcontext.h 1.45:
2375: * src/types/pa_wwrapper.h 1.30:
2376: static const char * const IDENT
2377:
2378: * src/classes/date.C 1.55:
2379: * src/classes/date.C 1.56:
2380: * src/classes/date.C 1.57:
2381: * src/classes/file.C 1.116:
2382: * src/classes/file.C 1.117:
2383: * src/classes/hash.C 1.63:
2384: * src/classes/hash.C 1.64:
2385: * src/classes/image.C 1.100:
2386: * src/classes/image.C 1.101:
2387: * src/classes/image.C 1.102:
2388: * src/classes/mail.C 1.95:
2389: * src/classes/math.C 1.37:
2390: * src/classes/op.C 1.140:
2391: * src/classes/op.C 1.141:
2392: * src/classes/string.C 1.130:
2393: * src/classes/string.C 1.131:
2394: * src/classes/table.C 1.193:
2395: * src/classes/xdoc.C 1.120:
2396: * src/classes/xdoc.C 1.121:
2397: * src/include/pa_array.h 1.61:
2398: * src/include/pa_cache_managers.h 1.13:
2399: * src/include/pa_pool.h 1.89:
2400: * src/include/pa_request.h 1.171:
2401: * src/include/pa_string.h 1.152:
2402: * src/include/pa_stylesheet_connection.h 1.36:
2403: * src/include/pa_table.h 1.55:
2404: * src/main/compile_tools.h 1.70:
2405: * src/main/pa_charset.C 1.42:
2406: * src/main/pa_charset.C 1.43:
2407: * src/main/pa_common.C 1.167:
2408: * src/main/pa_dictionary.C 1.21:
2409: * src/main/pa_dir.C 1.18:
2410: * src/main/pa_request.C 1.259:
2411: * src/main/pa_sql_driver_manager.C 1.75:
2412: * src/main/pa_string.C 1.189:
2413: * src/main/pa_string.C 1.190:
2414: * src/main/pa_table.C 1.59:
2415: * src/main/untaint.C 1.124:
2416: * src/types/pa_value.C 1.14:
2417: * src/types/pa_vcookie.C 1.60:
2418: * src/types/pa_vdate.h 1.30:
2419: * src/types/pa_vhash.h 1.48:
2420: * src/types/pa_vhashfile.C 1.38:
2421: * src/types/pa_vimage.h 1.38:
2422: * src/types/pa_vmail.C 1.55:
2423: * src/types/pa_vmethod_frame.C 1.4:
2424: * src/types/pa_vmethod_frame.h 1.48:
2425: * src/types/pa_vxnode.C 1.35:
2426: * src/types/pa_wcontext.h 1.44:
2427: more warnings --
2428:
2429: 2003-11-19 paf
2430: * operators.txt 1.141:
2431: * src/classes/op.C 1.136:
2432: * src/include/pa_request.h 1.170:
2433: * src/main/pa_request.C 1.254:
2434: cache[...]{body}{catch block with $exception.handled[cache]
2435: meaning "get expired cache, if any. else error"}
2436:
2437: * src/classes/op.C 1.135:
2438: * src/include/pa_os.h 1.2:
2439: * src/include/pa_request.h 1.169:
2440: * src/main/pa_common.C 1.165:
2441: cache: ^cache[] fallback
2442: todo: kinda ^try: ^cache[...]{body}{catch code with $exception.cache field}
2443:
2444: * src/classes/op.C 1.137:
2445: more ansi C++ comp
2446:
2447: 2003-11-12 paf
2448: * src/classes/xnode.C 1.61:
2449: replaceChild: 2nd param now named oldChild [copy/paste bug]
2450:
2451: 2003-11-11 paf
2452: * src/types/pa_value.h [release_3_0_8] 1.109.6.1:
2453: * src/types/pa_vfile.h [release_3_0_8] 1.52.6.1:
2454: more C++ compatible [HP C++ failed]
2455:
2456: * operators.txt 1.139:
2457: * operators.txt 1.140:
2458: *** empty log message ***
2459:
2460: * bin/auto.p.dist.in 1.10:
2461: colno
2462:
2463: 2003-11-10 paf
2464: * src/types/pa_vhashfile.C 1.35:
2465: * src/types/pa_vhashfile.h 1.25:
2466: add: hashfile old serialize version and exipire now removes entries
2467:
2468: * operators.txt 1.135:
2469: comment: updated
2470:
2471: * operators.txt 1.138:
2472: * src/main/pa_request.C 1.253:
2473: * src/types/Makefile.am 1.34:
2474: * src/types/pa_vconsole.h 1.1:
2475: * src/types/types.vcproj 1.4:
2476: $console:line read/write [for nntp]
2477:
2478: * operators.txt 1.134:
2479: * src/classes/hashfile.C 1.30:
2480: * src/include/pa_common.h 1.96:
2481: * src/main/pa_common.C 1.164:
2482: * src/types/pa_vhashfile.C 1.34:
2483: * src/types/pa_vhashfile.h 1.24:
2484: ^hashfile.delete[] removes files altogether [and dir, if could]
2485:
2486: * src/types/pa_vconsole.h 1.2:
2487: flush
2488:
2489: * src/types/Makefile.in 1.53:
2490: *** empty log message ***
2491:
2492: * src/lib/sdbm/sdbm.c 1.3:
2493: bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
2494: coded that that was error. fixed
2495:
2496: * src/types/pa_vhashfile.C 1.33:
2497: sdbm: exception type change to file.access [regretfull can't
2498: split it to different exceptions without modifying sdbm source
2499: wich would prefer not to]
2500:
2501: * operators.txt 1.136:
2502: mysql: transaction support: ?autocommit=0
2503:
2504: 2003-11-07 paf
2505: * src/classes/date.C 1.52:
2506: * src/classes/file.C 1.113:
2507: * src/classes/hash.C 1.60:
2508: * src/classes/hashfile.C 1.29:
2509: * src/classes/image.C 1.97:
2510: * src/classes/table.C 1.190:
2511: * src/classes/xdoc.C 1.117:
2512: * src/include/Makefile.am 1.6:
2513: * src/include/pa_array.h 1.60:
2514: * src/include/pa_pool.h 1.88:
2515: * src/include/pa_request.h 1.168:
2516: * src/main/Makefile.am 1.41:
2517: * src/main/execute.C 1.300:
2518: * src/main/main.vcproj 1.5:
2519: * src/main/pa_pool.C 1.61:
2520: * src/main/pa_request.C 1.252:
2521: * src/targets/cgi/parser3.C 1.221:
2522: * src/types/pa_vclass.C 1.18:
2523: * src/types/pa_vclass.h 1.41:
2524: * src/types/pa_vhashfile.h 1.23:
2525: * src/types/pa_vobject.h 1.40:
2526: * src/types/pa_vstateless_class.h 1.45:
2527: resurrected: pool idea. now only for destructing objects at
2528: request processing end
2529:
2530: * src/include/Makefile.in 1.14:
2531: * src/main/Makefile.in 1.54:
2532: *** empty log message ***
2533:
2534: 2003-11-06 paf
2535: * src/classes/xdoc.C 1.116:
2536: * src/classes/xnode.C 1.60:
2537: * src/include/pa_charset.h 1.26:
2538: * src/include/pa_globals.h 1.106:
2539: * src/include/pa_stylesheet_connection.h 1.34:
2540: * src/main/pa_exception.C 1.45:
2541: * src/types/pa_vxnode.h 1.25:
2542: XmlException changes
2543:
2544: * src/types/pa_vhashfile.C 1.30:
2545: hashfile: foreach body can bodify $self
2546:
2547: * operators.txt 1.133:
2548: * src/types/pa_vhashfile.C 1.32:
2549: hashfile: clear & expiration [time in value. todo: move time to
2550: key]
2551:
2552: * src/include/pa_memory.h 1.7:
2553: * src/targets/cgi/parser3.C 1.220:
2554: * src/types/pa_value.C 1.12:
2555: * src/types/pa_value.h 1.114:
2556: * src/types/pa_vcookie.C 1.58:
2557: * src/types/pa_vhashfile.C 1.23:
2558: * src/types/pa_vhashfile.h 1.18:
2559: * www/htdocs/.htaccess 1.22:
2560: hashfile implemented get/put [raw]
2561:
2562: * operators.txt 1.130:
2563: * src/classes/hashfile.C 1.26:
2564: * src/types/pa_vhashfile.C 1.25:
2565: * src/types/pa_vhashfile.h 1.20:
2566: hashfile: hash
2567:
2568: * src/lib/sdbm/Makefile.am 1.2:
2569: * src/lib/sdbm/apr_file_io.C 1.1:
2570: * src/lib/sdbm/apr_strings.C 1.1:
2571: move to upper dir, .am updated
2572:
2573: * configure 1.69:
2574: * configure.in 1.65:
2575: * operators.txt 1.128:
2576: * parser3.sln 1.6:
2577: * src/classes/classes.vcproj 1.3:
2578: * src/classes/hashfile.C 1.24:
2579: * src/classes/xdoc.C 1.115:
2580: * src/include/pa_config_fixed.h 1.61:
2581: * src/include/pa_exception.h 1.40:
2582: * src/include/pa_globals.h 1.105:
2583: * src/include/pa_memory.h 1.6:
2584: * src/include/pa_version.h 1.11:
2585: * src/lib/ltdl/libltdl.vcproj 1.2:
2586: * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
2587: * src/lib/ltdl/ltdl.vcproj 1.1:
2588: * src/lib/ltdl/ltdl.vcproj.vspscc 1.1:
2589: * src/lib/sdbm/apr-include/apr.h 1.4:
2590: * src/lib/sdbm/apr-include/apr_errno.h 1.4:
2591: * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
2592: * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
2593: * src/lib/sdbm/apr-include/apr_pools.h 1.4:
2594: * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
2595: * src/lib/sdbm/apr-include/apr_strings.h 1.3:
2596: * src/lib/sdbm/apr-include/apu.h 1.3:
2597: * src/main/compile.tab.C 1.92:
2598: * src/main/main.vcproj 1.3:
2599: * src/main/pa_charset.C 1.39:
2600: * src/targets/apache13/ApacheModuleParser3.vcproj 1.3:
2601: * src/targets/apache13/mod_parser3.c 1.8:
2602: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.3:
2603: * src/targets/cgi/parser3.vcproj 1.4:
2604: * src/types/Makefile.am 1.30:
2605: * src/types/pa_vhash.C 1.4:
2606: * src/types/pa_vhashfile.C 1.22:
2607: * src/types/pa_vhashfile.h 1.17:
2608: * src/types/pa_vxnode.h 1.24:
2609: * src/types/types.vcproj 1.3:
2610: * www/htdocs/.htaccess 1.21:
2611: hashfile: started again with sdbm from apache
2612:
2613: * operators.txt 1.131:
2614: * src/classes/hash.C 1.58:
2615: * src/classes/hash.C 1.59:
2616: * src/classes/hashfile.C 1.27:
2617: * src/classes/hashfile.C 1.28:
2618: * src/types/pa_vhashfile.C 1.26:
2619: * src/types/pa_vhashfile.h 1.21:
2620: hashfile: foreach
2621:
2622: * operators.txt 1.132:
2623: * src/types/pa_vhashfile.C 1.27:
2624: * src/types/pa_vhashfile.h 1.22:
2625: hashfile: clear and proper locking
2626:
2627: * src/include/Makefile.in 1.13:
2628: * src/include/pa_config_includes.h 1.26:
2629: * src/include/pa_version.h 1.12:
2630: our replacements of max& co only for cpp
2631:
2632: * parser3.sln 1.7:
2633: * src/targets/apache13/p3runConfigure.in 1.14:
2634: * src/targets/cgi/Makefile.am 1.49:
2635: .vcproj & .am updated to include sdbm
2636:
2637: * operators.txt 1.129:
2638: * src/classes/hashfile.C 1.25:
2639: * src/types/pa_vhashfile.C 1.24:
2640: * src/types/pa_vhashfile.h 1.19:
2641: * tests/todo.txt 1.4:
2642: hashfile: delete
2643:
2644: * configure.in 1.66:
2645: * configure.in 1.67:
2646: * src/classes/Makefile.am 1.46:
2647: * src/classes/Makefile.in 1.58:
2648: * src/include/Makefile.am 1.5:
2649: * src/lib/Makefile.am 1.6:
2650: * src/lib/Makefile.in 1.11:
2651: * src/lib/sdbm/Makefile.am 1.3:
2652: * src/lib/sdbm/Makefile.in 1.1:
2653: * src/lib/sdbm/apr-include/Makefile.am 1.1:
2654: * src/lib/sdbm/apr-include/Makefile.in 1.1:
2655: * src/lib/sdbm/sdbm.vcproj 1.3:
2656: * src/main/Makefile.am 1.39:
2657: * src/main/Makefile.am 1.40:
2658: * src/main/Makefile.in 1.53:
2659: * src/targets/cgi/.cvsignore 1.3:
2660: * src/targets/cgi/Makefile.in 1.65:
2661: * src/types/Makefile.am 1.32:
2662: * src/types/Makefile.am 1.33:
2663: * src/types/Makefile.in 1.52:
2664: *** empty log message ***
2665:
2666: * src/include/pa_common.h 1.95:
2667: * src/include/pa_exception.h 1.41:
2668: * src/include/pa_os.h 1.1:
2669: * src/include/pa_xml_exception.h 1.1:
2670: * src/lib/sdbm/sdbm.vcproj 1.1:
2671: * src/main/main.vcproj 1.4:
2672: * src/main/pa_common.C 1.162:
2673: * src/main/pa_os.C 1.1:
2674: * src/main/pa_xml_exception.C 1.1:
2675: locking move to pa_os [along with pa_sleep]
2676: apr-impl locking done
2677:
2678: * src/types/pa_vhashfile.C 1.29:
2679: hashfile: clear now works [were trying to do that in foreach,
2680: no errors, but surely wrong]
2681:
2682: * src/lib/sdbm/apr-include/apr_pools.h 1.5:
2683: * src/lib/sdbm/sdbm.c 1.2:
2684: * src/lib/sdbm/sdbm.vcproj 1.2:
2685: just compiled
2686:
2687: * tests/todo.txt 1.5:
2688: hashfile: done
2689:
2690: * src/classes/op.C 1.134:
2691: * src/main/pa_os.C 1.2:
2692: just linked
2693:
2694: * src/classes/Makefile.am 1.45:
2695: * src/types/Makefile.am 1.31:
2696: .am sdbm INCLUDES updates
2697:
2698: 2003-11-05 paf
2699: * src/lib/sdbm/apr-include/apr.h 1.2:
2700: * src/lib/sdbm/apr-include/apr_errno.h 1.2:
2701: * src/lib/sdbm/apr-include/apr_file_io.h 1.2:
2702: * src/lib/sdbm/apr-include/apr_pools.h 1.2:
2703: * src/lib/sdbm/apr-include/apr_strings.h 1.1:
2704: * src/lib/sdbm/apr-include/apu.h 1.1:
2705: started porting: grabbed some parts of apr headers
2706:
2707: * src/lib/sdbm/Makefile.am 1.1:
2708: * src/lib/sdbm/sdbm.c 1.1:
2709: * src/lib/sdbm/sdbm_hash.c 1.1:
2710: * src/lib/sdbm/sdbm_lock.c 1.1:
2711: * src/lib/sdbm/sdbm_pair.c 1.1:
2712: * src/lib/sdbm/sdbm_pair.h 1.1:
2713: * src/lib/sdbm/sdbm_private.h 1.1:
2714: * src/lib/sdbm/sdbm_tune.h 1.1:
2715: original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
2716:
2717: * src/lib/sdbm/apr-include/apr.h 1.1:
2718: * src/lib/sdbm/apr-include/apr.h 1.3:
2719: * src/lib/sdbm/apr-include/apr_errno.h 1.1:
2720: * src/lib/sdbm/apr-include/apr_errno.h 1.3:
2721: * src/lib/sdbm/apr-include/apr_file_io.h 1.1:
2722: * src/lib/sdbm/apr-include/apr_file_io.h 1.3:
2723: * src/lib/sdbm/apr-include/apr_pools.h 1.1:
2724: * src/lib/sdbm/apr-include/apr_pools.h 1.3:
2725: * src/lib/sdbm/apr-include/apr_sdbm.h 1.1:
2726: * src/lib/sdbm/apr-include/apr_sdbm.h 1.2:
2727: * src/lib/sdbm/apr-include/apr_strings.h 1.2:
2728: * src/lib/sdbm/apr-include/apu.h 1.2:
2729: *** empty log message ***
2730:
2731: * src/classes/classes.vcproj [release_3_1_1] 1.2.6.1:
2732: * src/include/pa_config_fixed.h [release_3_1_1] 1.58.6.1:
2733: * src/main/main.vcproj [release_3_1_1] 1.2.6.1:
2734: * src/targets/apache13/ApacheModuleParser3.vcproj [release_3_1_1] 1.2.6.1:
2735: * src/targets/apache13/mod_parser3.c [release_3_1_1] 1.7.2.1:
2736: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [release_3_1_1] 1.2.6.1:
2737: * src/targets/cgi/parser3.vcproj [release_3_1_1] 1.3.2.1:
2738: not has to be in \parser3project dir anymore
2739:
2740: * src/main/helpers/CaseFolding.txt 1.1:
2741: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
2742:
2743: * src/main/pa_charset.C [release_3_1_1] 1.38.2.1:
2744: bugfix: had broken binary search [copied thoughtlessly from
2745: xalan]
2746:
2747: 2003-11-04 paf
2748: * operators.txt 1.124:
2749: * src/classes/table.C 1.187:
2750: * tests/todo.txt 1.2:
2751: ^table::load
2752: !$.separator[^#09]
2753: !$.encloser["] <nothing> by default
2754:
2755: * operators.txt 1.125:
2756: * src/classes/table.C 1.188:
2757: * src/main/pa_string.C 1.186:
2758: * tests/todo.txt 1.3:
2759: ^table.save[...
2760: $.separator[^#09]
2761: $.encloser["] <nothing> by default
2762:
2763: * operators.txt 1.126:
2764: * src/classes/mail.C 1.91:
2765: * src/types/pa_vmail.C 1.52:
2766: * src/types/pa_vmail.h 1.12:
2767: !^mail:send[
2768: $.options[unix: string to append to sendmail command line]
2769:
2770: * src/classes/Makefile.am 1.44:
2771: * src/classes/Makefile.in 1.57:
2772: classes.C to rebuild last
2773:
2774: * src/classes/mail.C 1.92:
2775: * src/classes/table.C 1.189:
2776: compiled on unix
2777:
2778: * operators.txt 1.127:
2779: comment: ^mail:send[$.options[
2780:
2781: 2003-11-03 paf
2782: * src/targets/cgi/parser3.C 1.219:
2783: beauty: SIGUSRX removed qs= printing [already included into uri
2784: xxx]
2785:
2786: * operators.txt 1.120:
2787: * src/classes/date.C 1.49:
2788: !^date::unix-timestamp()
2789: !^date.unix-timestamp[]
2790:
2791: * operators.txt 1.121:
2792: * src/classes/image.C 1.95:
2793: * tests/todo.txt 1.1:
2794: * www/htdocs/auto.p 1.21:
2795: ^image.gif[filename] for $response:download
2796:
2797: * operators.txt 1.123:
2798: * src/classes/table.C 1.186:
2799: * src/main/pa_common.C 1.161:
2800: ^table::load[; options:
2801: !$.column-separator[^#09]
2802: !$.column-encloser["]
2803:
2804: * operators.txt 1.122:
2805: * src/include/pa_config_fixed.h 1.60:
2806: * src/types/pa_vrequest.C 1.30:
2807: $request:document-root
2808:
2809: * src/classes/date.C 1.50:
2810: minor precaution
2811:
2812: 2003-10-31 paf
2813: * src/include/pa_config_fixed.h 1.59:
2814: * src/include/pa_version.h [release_3_1_1] 1.10.2.1:
2815: *** empty log message ***
2816:
1.27 paf 2817: 2003-10-30 paf
2818: * src/classes/date.C 1.47:
2819: * src/classes/image.C 1.94:
2820: improvement diagnostics: $now[^date::create[$undefined]] now is error
2821:
2822: * src/targets/apache13core/Makefile.am 1.4:
2823: * src/targets/apache13core/Makefile.in 1.4:
2824: gc include dir added, thanks to Victor Fedoseev for finding
2825:
2826: * src/main/pa_common.C 1.160:
2827: read errors would now be reported 'actually read -1 bytes'
2828:
2829: * operators.txt 1.119:
2830: * src/classes/date.C 1.48:
2831: * src/types/pa_vdate.h 1.27:
2832: merged from 3.0.8: ^date.roll[TZ;GMT] $date.hour
2833:
1.26 paf 2834: 2003-10-24 paf
2835: * Makefile.am 1.36:
2836: * src/classes/Makefile.am 1.43:
2837: * src/lib/cord/Makefile.am 1.3:
2838: * src/lib/md5/Makefile.am 1.3:
2839: * src/lib/pcre/Makefile.am 1.2:
2840: * src/main/Makefile.am 1.37:
2841: * src/targets/apache13/Makefile.am 1.18:
2842: * src/targets/apache13core/Makefile.am 1.3:
2843: * src/targets/cgi/Makefile.am 1.48:
2844: * src/targets/isapi/Makefile.am 1.3:
2845: .dsp/w -> .vcproj/sln
2846:
2847: * Makefile.in 1.50:
2848: * src/classes/Makefile.in 1.56:
2849: * src/include/pa_version.h 1.10:
2850: * src/lib/cord/Makefile.in 1.3:
2851: * src/lib/md5/Makefile.in 1.8:
2852: * src/lib/pcre/Makefile.in 1.10:
2853: * src/main/Makefile.am 1.38:
2854: * src/main/Makefile.in 1.52:
2855: * src/targets/apache13/Makefile.in 1.48:
2856: * src/targets/apache13core/Makefile.in 1.3:
2857: * src/targets/cgi/Makefile.in 1.64:
2858: * src/targets/isapi/Makefile.in 1.13:
2859: *** empty log message ***
2860:
2861: 2003-10-22 paf
2862: * src/include/pa_request.h 1.167:
2863: fixed: $h[^hash::create[]] $$h[1]
2864:
2865: 2003-10-21 paf
2866: * src/classes/op.C 1.133:
2867: * src/include/pa_request.h 1.166:
2868: fixed: false 'endless recoursion' message with intensive throw-catches
2869: fixed: incorrect name and line (one name upper then needed) in error message about problems inside try block
2870:
2871: * operators.txt 1.118:
2872: * src/include/pa_string.h 1.151:
2873: * src/main/pa_string.C 1.185:
2874: fixed: string.match[g] without <'> option produced columns with
2875: NULL's, which gpf'ed at table.save time
2876:
2877: 2003-10-10 paf
2878: * src/include/pa_string.h 1.150:
2879: * src/main/compile.tab.C 1.91:
2880: * www/htdocs/.htaccess 1.20:
2881: CORD_chr does not check offset argument for validity
2882: did that in String::Body::pos myself
2883: http://i2/tasks/edit/?id=4577425257580789777
2884:
2885: 2003-10-07 paf
2886: * src/main/compile.tab.C 1.90:
2887: * src/main/compile.y 1.207:
2888: ^if ( better error:
2889: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
2890:
2891: 2003-10-03 paf
2892: * parser3.sln 1.5:
2893: * src/include/pa_dictionary.h 1.15:
2894: * src/main/pa_dictionary.C 1.19:
2895: * src/main/pa_string.C 1.184:
2896: * src/targets/cgi/parser3.vcproj 1.3:
2897: * www/htdocs/.htaccess 1.19:
2898: dictionary optimized by precalculating cstr&length
2899:
2900: 2003-10-02 paf
2901: * src/classes/op.C 1.132:
2902: * src/include/pa_request.h 1.165:
2903: * src/include/pa_stack.h 1.20:
2904: * src/main/execute.C 1.299:
2905: * src/main/pa_request.C 1.251:
2906: * src/main/pa_sql_driver_manager.C 1.73:
2907: * src/main/pa_stylesheet_manager.C 1.19:
2908: * www/htdocs/.htaccess 1.18:
2909: bugfix: ^throw context were saved/restored incompletely
2910: http://www.parser.ru/forum/?id=21484
2911:
2912: 2003-09-30 paf
2913: * src/targets/apache13/mod_parser3.c 1.7:
2914: * src/targets/apache13/pa_httpd.h 1.4:
2915: * src/targets/apache13core/mod_parser3.C 1.5:
2916: content-type now changes
2917:
2918: * src/main/pa_string.C 1.183:
2919: string::replace bug fix [were ignoring occurrances after lang-mismatched
2920:
2921: 2003-09-29 paf
2922: * src/include/pa_charset.h 1.25:
2923: * src/main/helpers/simple_folding.pl 1.1:
2924: * src/main/pa_charset.C 1.38:
2925: * src/main/pa_string.C 1.181:
2926: * www/htdocs/auto.p 1.20:
2927: utf-8 upper/lower
2928:
2929: * src/classes/string.C 1.127:
2930: bugfix: s.right(>s.length) returned nothing
2931:
2932: * www/htdocs/base.p 1.7:
2933: * www/htdocs/derived.p 1.25:
2934: * www/htdocs/font.gif 1.2:
2935: * www/htdocs/global.xsl 1.9:
2936: * www/htdocs/index.html 1.213:
2937: * www/htdocs/mailreceive.eml 1.4:
2938: * www/htdocs/mailreceive.html 1.2:
2939: * www/htdocs/operators.p 1.12:
2940: * www/htdocs/parser-status.html 1.3:
2941: * www/htdocs/people.dtd 1.2:
2942: * www/htdocs/some.p 1.3:
2943: removing old tests
2944:
2945: * src/main/pa_common.C 1.159:
2946: bugfix: utf signature were not ignored due to typo error
2947: http://i2/tasks/edit/?id=4573354650786434584
2948:
2949: * src/classes/table.C 1.184:
2950: bugfix: flip: must produce nameless
2951: http://i2/tasks/edit/?id=4573405524674081244
2952:
2953: * src/main/utf8-to-lower.inc 1.1:
2954: * src/main/utf8-to-upper.inc 1.1:
2955: generated by helper
2956:
2957: * src/main/pa_string.C 1.182:
2958: string::serialize bug fix with zero-terminator
2959:
2960: * src/classes/table.C 1.185:
2961: ^nameless_table.save column row now has no \t at the end
2962:
2963: * src/classes/form.C 1.36:
2964: better error message: MAX_POST_SIZE_NAME to error message
2965:
2966: * src/include/pa_request.h 1.164:
2967: * src/main/execute.C 1.298:
2968: * src/main/pa_request.C 1.250:
2969: @postprocess now takes $response:body/download
2970:
2971: 2003-09-26 paf
2972: * src/include/pa_string.h 1.149:
2973: * src/main/pa_common.C 1.157:
2974: * src/main/pa_string.C 1.180:
2975: * www/htdocs/.htaccess 1.17:
2976: String.for_each bug fixed [omited one-char cases]
2977:
2978: * src/main/untaint.C 1.121:
2979: removed needless const
2980:
2981: * src/main/untaint.C 1.122:
2982: removed needless field
2983:
2984: * src/classes/op.C 1.131:
2985: * src/include/pa_string.h 1.148:
2986: * src/main/pa_string.C 1.178:
2987: * www/htdocs/.htaccess 1.15:
2988: string::serialize/deserialize implemented
2989: Language enum assigned meaningful letters [more convinient for debugging. read warning before adding/changing anything]
2990:
2991: * src/include/pa_stack.h 1.19:
2992: bugfix: before collecting garbage, runtime-executor stack were
2993: cleared... BADLY
2994:
2995: * src/main/pa_string.C 1.179:
2996: * www/htdocs/.htaccess 1.16:
2997: * www/htdocs/auto.p 1.19:
2998: ^stirng.replace code used old param-convention on langs.append, fixed that
2999: search fo the like, found none
3000:
3001: 2003-09-25 paf
3002: * src/main/compile.tab.C [string_fragments_to_cord] 1.88.2.1:
3003: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.7:
3004: string: debug: .v() functions aligned to that of eeparser3 look
3005:
3006: * src/include/pa_string.h 1.147:
3007: * src/include/pa_version.h 1.9:
3008: * src/main/pa_string.C 1.177:
3009: * src/main/untaint.C 1.120:
3010: templates and anonymous unions differences on unix
3011:
3012: * parser3.sln 1.4:
3013: * src/classes/file.C 1.112:
3014: * src/classes/image.C 1.93:
3015: * src/classes/mail.C 1.90:
3016: * src/classes/op.C 1.130:
3017: * src/classes/table.C 1.183:
3018: * src/classes/xdoc.C 1.114:
3019: * src/classes/xnode.C 1.59:
3020: * src/include/pa_cache_managers.h 1.11:
3021: * src/include/pa_charset.h 1.24:
3022: * src/include/pa_charsets.h 1.10:
3023: * src/include/pa_common.h 1.94:
3024: * src/include/pa_request.h 1.163:
3025: * src/include/pa_sql_driver_manager.h 1.28:
3026: * src/include/pa_string.h 1.146:
3027: * src/include/pa_stylesheet_manager.h 1.17:
3028: * src/include/pa_table.h 1.53:
3029: * src/lib/cord/cordbscs.c 1.3:
3030: * src/lib/cord/cordprnt.c 1.3:
3031: * src/lib/cord/cordxtra.c 1.4:
3032: * src/lib/cord/include/cord.h 1.3:
3033: * src/main/compile.tab.C 1.89:
3034: * src/main/compile_tools.h 1.69:
3035: * src/main/pa_charset.C 1.37:
3036: * src/main/pa_charsets.C 1.13:
3037: * src/main/pa_common.C 1.156:
3038: * src/main/pa_exec.C 1.52:
3039: * src/main/pa_request.C 1.249:
3040: * src/main/pa_sql_driver_manager.C 1.72:
3041: * src/main/pa_string.C 1.176:
3042: * src/main/pa_stylesheet_manager.C 1.18:
3043: * src/main/untaint.C 1.119:
3044: * src/types/pa_value.h 1.113:
3045: * src/types/pa_vimage.C 1.24:
3046: * src/types/pa_vmail.C 1.51:
3047: * src/types/pa_vmath.C 1.3:
3048: * src/types/pa_vstateless_class.h 1.44:
3049: * src/types/pa_vstatus.C 1.18:
3050: * src/types/pa_vxnode.C 1.33:
3051: * www/htdocs/.htaccess 1.14:
3052: string_fragments_to_cord merged to HEAD
3053:
3054: * src/lib/cord/cordprnt.c [string_fragments_to_cord] 1.2.4.1:
3055: removed warnings
3056:
3057: 2003-09-24 paf
3058: * src/classes/file.C [string_fragments_to_cord] 1.111.4.1:
3059: * src/classes/image.C [string_fragments_to_cord] 1.92.2.1:
3060: * src/classes/mail.C [string_fragments_to_cord] 1.89.4.1:
3061: * src/classes/op.C [string_fragments_to_cord] 1.129.4.1:
3062: * src/classes/xdoc.C [string_fragments_to_cord] 1.113.2.1:
3063: * src/classes/xnode.C [string_fragments_to_cord] 1.58.2.1:
3064: * src/include/pa_cache_managers.h [string_fragments_to_cord] 1.10.4.1:
3065: * src/include/pa_charset.h [string_fragments_to_cord] 1.23.4.1:
3066: * src/include/pa_charsets.h [string_fragments_to_cord] 1.9.4.1:
3067: * src/include/pa_common.h [string_fragments_to_cord] 1.93.4.1:
3068: * src/include/pa_request.h [string_fragments_to_cord] 1.162.4.1:
3069: * src/include/pa_sql_driver_manager.h [string_fragments_to_cord] 1.27.4.1:
3070: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.10:
3071: * src/include/pa_stylesheet_manager.h [string_fragments_to_cord] 1.16.4.1:
3072: * src/include/pa_table.h [string_fragments_to_cord] 1.52.4.1:
3073: * src/main/compile_tools.h [string_fragments_to_cord] 1.68.4.1:
3074: * src/main/pa_charset.C [string_fragments_to_cord] 1.36.2.1:
3075: * src/main/pa_charsets.C [string_fragments_to_cord] 1.12.4.1:
3076: * src/main/pa_common.C [string_fragments_to_cord] 1.155.2.1:
3077: * src/main/pa_exec.C [string_fragments_to_cord] 1.51.4.1:
3078: * src/main/pa_request.C [string_fragments_to_cord] 1.248.4.1:
3079: * src/main/pa_sql_driver_manager.C [string_fragments_to_cord] 1.71.4.1:
3080: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.6:
3081: * src/main/pa_stylesheet_manager.C [string_fragments_to_cord] 1.17.4.1:
3082: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.6:
3083: * src/types/pa_value.h [string_fragments_to_cord] 1.112.2.1:
3084: * src/types/pa_vimage.C [string_fragments_to_cord] 1.23.4.1:
3085: * src/types/pa_vmail.C [string_fragments_to_cord] 1.50.2.1:
3086: * src/types/pa_vmath.C [string_fragments_to_cord] 1.2.4.1:
3087: * src/types/pa_vstateless_class.h [string_fragments_to_cord] 1.43.4.1:
3088: * src/types/pa_vstatus.C [string_fragments_to_cord] 1.17.4.1:
3089: * src/types/pa_vxnode.C [string_fragments_to_cord] 1.32.2.1:
3090: v() functions of String::Body, String::Languages and String itself
3091: StringBody->String::Body
3092:
3093: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.8:
3094: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.4:
3095: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.4:
3096: langs: speed up by joining adjucent blocks of same char [
3097: CORD_append_block]
3098:
3099: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.9:
3100: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.5:
3101: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.5:
3102: CORD_append_block showed no efficiency = never optimized anything.
3103: todo: somehow speed up harder cases: concatenationA+concatenationB when last block of A and first of B contain same letters
3104:
3105: * src/classes/table.C [string_fragments_to_cord] 1.182.4.2:
3106: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.5:
3107: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.2:
3108: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.3:
3109: aval/ works!
3110:
3111: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.6:
3112: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.4:
3113: aval is not actually working yet :(
3114: but more working &understood :)
3115:
3116: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.7:
3117: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.3:
3118: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.3:
3119: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.5:
3120: aval/ works!
3121: todo: save space by extending blocks when appending block with c == lastblock.c
3122:
3123: 2003-09-23 paf
3124: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.2:
3125: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.2:
3126: just compiled
3127: todo: serialize&deserialize
3128:
3129: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.4:
3130: something even more works :)
3131:
3132: * src/classes/table.C [string_fragments_to_cord] 1.182.4.1:
3133: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.1:
3134: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.1:
3135: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.1:
3136: * src/lib/cord/include/cord.h [string_fragments_to_cord] 1.2.4.1:
3137: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.1:
3138: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.1:
3139: main idea implemented, details left
3140:
3141: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.3:
3142: * src/lib/cord/cordbscs.c [string_fragments_to_cord] 1.2.4.2:
3143: * src/lib/cord/cordxtra.c [string_fragments_to_cord] 1.3.2.2:
3144: something already works :)
3145:
3146: * src/include/pa_string.h [string_fragments_to_cord] 1.145.4.4:
3147: * src/main/pa_string.C [string_fragments_to_cord] 1.175.2.2:
3148: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.3:
3149: something more works :)
3150:
3151: * src/main/untaint.C [string_fragments_to_cord] 1.118.2.5:
3152: $a[ok!]
3153: $a works!
3154:
3155: 2003-09-22 paf
3156: * src/classes/xdoc.C 1.112:
3157: * src/classes/xnode.C 1.57:
3158: new DOM2 methods from Alexandr Egorov <egr> (all?)
3159: xdoc:
3160: createAttributeNS
3161: createElementNS
3162: xnode:
3163: getAttributeNS
3164: setAttributeNS
3165: removeAttributeNS
3166: getAttributeNodeNS
3167: setAttributeNodeNS
3168: hasAttribute
3169: hasAttributeNS
3170:
3171: * src/classes/memory.C 1.3:
3172: * src/include/pa_memory.h 1.5:
3173: #ifdef GC_DEBUG
3174:
3175: * src/include/pa_memory.h 1.4:
3176: * src/main/pa_globals.C 1.159:
3177: when xml memory allocator returns 0, just die.
3178: http://i2/tasks/edit/?id=4570798492410259445
3179:
3180: * src/lib/cord/cordxtra.c 1.3:
3181: CORD_pos bugfix [failed to find 8bit chars due to bitwise
3182: operation signed-char error]
3183:
3184: * src/classes/xdoc.C 1.113:
3185: * src/classes/xnode.C 1.58:
3186: copy/paste comment bugfix
3187:
3188: 2003-09-19 paf
3189: * src/targets/apache13/mod_parser3.c 1.6:
3190: now compiles on MSVC7
3191:
3192: * operators.txt 1.117:
3193: * src/main/pa_common.C 1.155:
3194: merged
3195: $f[^file::load[binary;http://...]]
3196: $f.tables
3197:
3198: * src/types/pa_wcontext.C 1.26:
3199: output message: more practical suggestion
3200:
3201: 2003-09-02 paf
3202: * src/targets/apache13/mod_parser3.c 1.5:
1.39 paf 3203: ??????? ?????????
1.26 paf 3204:
3205: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.2:
3206: forgot initializer
3207:
3208: * src/main/pa_common.C [release_3_0_8] 1.153.2.2:
3209: got rid of 'stdout' symbol reference on unix (users reported
3210: problems with some old libc)
3211:
3212: * operators.txt [release_3_0_8] 1.115.2.1:
3213: *** empty log message ***
3214:
3215: * src/main/pa_common.C [release_3_0_8] 1.153.2.3:
3216: printf is buffered, write(1 is not. can't flush stdout without
3217: referencing 'stdout' symbol. to hell with non-ansi libraries
3218: without 'stdout' symbol
3219:
3220: 2003-09-01 paf
3221: * src/targets/apache13/Makefile.am [release_3_1_0] 1.16.2.1:
3222: * src/targets/apache13/Makefile.in [release_3_1_0] 1.46.2.1:
3223: * src/targets/apache13/mod_parser3.C [release_3_1_0] 1.29.2.1:
3224: * src/targets/apache13/mod_parser3.c [release_3_1_0] 1.3.2.1:
3225: renamed to .c [lowercase] to correspond to runconfigure.
3226: added files to fix 'make dist'
3227:
3228: * src/targets/apache13/Makefile.am 1.17:
3229: * src/targets/apache13/Makefile.in 1.47:
3230: * src/targets/apache13/mod_parser3.c 1.4:
3231: merged with 3.1.0:
3232: renamed to .c [lowercase] to correspond to runconfigure.
3233: added files to fix 'make dist'
3234:
3235: * src/classes/date.C [release_3_0_8] 1.45.2.1:
3236: * src/include/pa_common.h [release_3_0_8] 1.92.2.1:
3237: * src/main/compile.tab.C [release_3_0_8] 1.83.2.1:
3238: * src/main/pa_common.C [release_3_0_8] 1.153.2.1:
3239: * src/types/pa_vdate.h [release_3_0_8] 1.24.6.1:
3240: $date.TZ
3241: ^date.roll[TZ;new zone]
3242:
3243: * src/classes/image.C 1.92:
3244: memory handling bugs [unpatched 'new' calls]
3245:
3246: 2003-08-19 paf
3247: * src/types/pa_vmail.C 1.48:
3248: * src/types/pa_vmail.h 1.11:
3249: parses headers, still problems with body
3250:
3251: * src/types/pa_vmail.C 1.47:
3252: mail_receive just compiled
3253:
3254: * src/types/pa_vmail.C 1.50:
3255: turned off recoding in gmime (were still recoding headers)
3256:
3257: * src/include/pa_memory.h 1.3:
3258: * src/types/pa_value.h 1.111:
3259: -= few warnings
3260:
3261: * src/targets/apache13/mod_parser3.C 1.31:
3262: * src/targets/apache13/mod_parser3.c 1.2:
3263: .c
3264:
3265: * src/types/pa_vmail.C 1.49:
3266: works as before, same charset problems:
3267: gmime recodes to UTF-8 only headers, not body. so not recoding anything for now
3268:
3269: * src/targets/apache13/mod_parser3.C 1.30:
3270: * src/targets/apache13/pa_httpd.h 1.3:
3271: * src/targets/apache13core/mod_parser3.C 1.3:
3272: apache module compiled on MSVC7
3273:
3274: * src/types/pa_value.C 1.11:
3275: * src/types/pa_value.h 1.112:
3276: * src/types/pa_vdate.h 1.26:
3277: * src/types/pa_vrequest.C 1.29:
3278: * src/types/pa_vstring.h 1.56:
3279: * src/types/pa_vxdoc.C 1.25:
3280: * src/types/pa_vxnode.C 1.32:
3281: bark intefrace obsoleted, simplified a little
3282:
3283: * src/types/pa_vhash.C 1.3:
3284: * src/types/pa_vhash.h 1.47:
3285: _default+foreach bug refix [lost fix from 3.0.8]
3286:
3287: * src/types/pa_vcookie.C 1.57:
3288: in VC7
3289: if(type var=xxx){
3290: }else{
3291: now visible here
3292: }
3293:
3294: bug fix
3295:
3296: * src/main/compile.tab.C 1.87:
3297: initialized couple of variables about which user reported runtime problems when parser were compiled with VC7, warning level4.
3298: study shows that later in bison they've fixed that. would migrate to latest bison someday
3299:
3300: 2003-08-18 paf
3301: * src/classes/classes.vcproj 1.2:
3302: * src/include/pa_config_fixed.h 1.58:
3303: * src/main/main.vcproj 1.2:
3304: * src/types/types.vcproj 1.2:
3305: win32: continued process detaching from \parser3project directory
3306:
3307: * ~sak5c961f3101c36563.tmp 1.1:
3308: Temporary file created by Visual Studio .NET to detect Jalindi
3309: Igloo capabilities.
3310:
3311: * gnu.vcproj 1.1:
3312: * parser3.sln 1.1:
3313: * src/classes/classes.vcproj 1.1:
3314: * src/lib/cord/cord.vcproj 1.1:
3315: * src/lib/ltdl/libltdl.vcproj 1.1:
3316: * src/lib/md5/md5.vcproj 1.1:
3317: * src/lib/pcre/pcre.vcproj 1.1:
3318: * src/lib/pcre/pcre_dftables.vcproj 1.1:
3319: * src/lib/pcre/pcre_parser_ctype.vcproj 1.1:
3320: * src/main/main.vcproj 1.1:
3321: * src/targets/apache13/ApacheModuleParser3.vcproj 1.1:
3322: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.1:
3323: * src/targets/cgi/parser3.vcproj 1.1:
3324: * src/targets/isapi/parser3isapi.vcproj 1.1:
3325: * src/types/types.vcproj 1.1:
3326: new VS project files
3327:
3328: * configure 1.68:
3329: * configure.in 1.64:
3330: * src/classes/Makefile.am 1.42:
3331: * src/classes/Makefile.in 1.55:
3332: * src/classes/classes.awk 1.8:
3333: * src/doc/footer.htm 1.3:
3334: * src/include/pa_config_fixed.h 1.57:
3335: * src/include/pa_version.h 1.8:
3336: * src/lib/Makefile.am 1.5:
3337: * src/lib/Makefile.in 1.10:
3338: * src/lib/patches/Makefile.in 1.12:
3339: * src/main/compile.tab.C 1.86:
3340: * src/main/pa_charset.C 1.36:
3341: * src/main/pa_string.C 1.175:
3342: * src/main/untaint.C 1.118:
3343: * src/types/pa_vmail.C 1.46:
3344: * www/htdocs/.htaccess [release_3_1_0] 1.13.2.1:
3345: * www/htdocs/auto.p [release_3_1_0] 1.18.2.1:
3346: merged 3.1.0 latest changes
3347:
3348: * gnu.dsp 1.5:
3349: * gnu.vcproj.vspscc 1.1:
3350: * parser3.dsw 1.9:
3351: * parser3.vssscc 1.1:
3352: * src/classes/classes.dsp 1.31:
3353: * src/classes/classes.vcproj.vspscc 1.1:
3354: * src/lib/cord/cord.dsp 1.3:
3355: * src/lib/cord/cord.vcproj.vspscc 1.1:
3356: * src/lib/ltdl/libltdl.dsp 1.7:
3357: * src/lib/ltdl/libltdl.vcproj.vspscc 1.1:
3358: * src/lib/md5/md5.dsp 1.5:
3359: * src/lib/md5/md5.vcproj.vspscc 1.1:
3360: * src/lib/pcre/pcre.dsp 1.4:
3361: * src/lib/pcre/pcre.vcproj.vspscc 1.1:
3362: * src/lib/pcre/pcre_dftables.dsp 1.2:
3363: * src/lib/pcre/pcre_dftables.vcproj.vspscc 1.1:
3364: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
3365: * src/lib/pcre/pcre_parser_ctype.vcproj.vspscc 1.1:
3366: * src/main/main.dsp 1.167:
3367: * src/main/main.vcproj.vspscc 1.1:
3368: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
3369: * src/targets/apache13/ApacheModuleParser3.vcproj.vspscc 1.1:
3370: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
3371: * src/targets/apache13core/ApacheModuleParser3Core.vcproj.vspscc 1.1:
3372: * src/targets/cgi/parser3.dsp 1.66:
3373: * src/targets/cgi/parser3.vcproj 1.2:
3374: * src/targets/isapi/parser3isapi.dsp 1.44:
3375: * src/targets/isapi/parser3isapi.vcproj.vspscc 1.1:
3376: * src/types/types.dsp 1.42:
3377: * src/types/types.vcproj.vspscc 1.1:
3378: moved to MSVC 7
3379:
3380: 2003-08-15 paf
3381: * src/main/untaint.C [release_3_0_8] 1.116.2.1:
3382: email addresses in forms:
3383: "non-ascii" <yyy>
3384: non-ascii <yyy>
3385: now encoded correctly
3386:
3387: * src/main/untaint.C [release_3_1_0] 1.117.2.1:
3388: email addresses in forms:
3389: "non-ascii" <yyy>
3390: non-ascii <yyy>
3391: now encoded correctly [kinda merge from 3.0.8]
3392:
3393: 2003-07-29 paf
3394: * src/classes/Makefile.am [release_3_1_0] 1.41.2.2:
3395: * src/classes/Makefile.in [release_3_1_0] 1.54.2.2:
3396: * src/classes/classes.awk [release_3_1_0] 1.7.2.1:
3397: classes.awk added to make dist
3398:
3399: * src/types/pa_vmail.C [release_3_1_0] 1.45.2.1:
3400: just started --with-mail-receive
3401:
3402: 2003-07-28 paf
3403: * src/classes/Makefile.am [release_3_1_0] 1.41.2.1:
3404: * src/classes/Makefile.in [release_3_1_0] 1.54.2.1:
3405: * src/lib/Makefile.am [release_3_1_0] 1.4.2.1:
3406: * src/lib/Makefile.in [release_3_1_0] 1.9.2.1:
3407: removed circular dependence in src/classes, src/lib/gc now in dist
3408:
3409: * src/main/pa_string.C [release_3_1_0] 1.174.2.1:
3410: ^cache bug fix [were not working at all]
3411:
3412: 2003-07-25 paf
3413: * src/doc/footer.htm [release_3_1_0] 1.2.28.1:
3414: year
3415:
1.24 paf 3416: 2003-07-24 paf
3417: * INSTALL 1.33:
3418: * Makefile.am 1.35:
3419: * Makefile.in 1.49:
3420: * acsite.m4 1.2:
3421: * bin/Makefile.in 1.10:
3422: * configure 1.67:
3423: * configure.in 1.63:
3424: * etc/Makefile.in 1.15:
3425: * etc/parser3.charsets/Makefile.in 1.18:
3426: * etc/parser3.charsets/koi8-r.cfg 1.4:
3427: * etc/parser3.charsets/windows-1251.cfg 1.8:
3428: * operators.txt 1.116:
3429: * parser3.dsw 1.8:
3430: * src/Makefile.in 1.56:
3431: * src/classes/Makefile.am 1.41:
3432: * src/classes/Makefile.in 1.54:
3433: * src/classes/classes.C 1.19:
3434: * src/classes/classes.awk 1.7:
3435: * src/classes/classes.dsp 1.29:
3436: * src/classes/classes.h 1.24:
3437: * src/classes/date.C 1.46:
3438: * src/classes/double.C 1.54:
3439: * src/classes/file.C 1.111:
3440: * src/classes/form.C 1.35:
3441: * src/classes/hash.C 1.57:
3442: * src/classes/image.C 1.91:
3443: * src/classes/int.C 1.50:
3444: * src/classes/mail.C 1.89:
3445: * src/classes/math.C 1.34:
3446: * src/classes/memory.C 1.2:
3447: * src/classes/op.C 1.129:
3448: * src/classes/response.C 1.24:
3449: * src/classes/string.C 1.126:
3450: * src/classes/table.C 1.182:
3451: * src/classes/void.C 1.29:
3452: * src/classes/xdoc.C 1.111:
3453: * src/classes/xnode.C 1.56:
3454: * src/classes/xnode.h 1.19:
3455: * src/doc/exception.dox 1.2:
3456: * src/doc/index.dox 1.5:
3457: * src/doc/memory.dox 1.2:
3458: * src/doc/string.dox 1.5:
3459: * src/include/Makefile.am 1.4:
3460: * src/include/Makefile.in 1.12:
3461: * src/include/pa_array.h 1.59:
3462: * src/include/pa_cache_managers.h 1.10:
3463: * src/include/pa_charset.h 1.23:
3464: * src/include/pa_charsets.h 1.9:
3465: * src/include/pa_common.h 1.93:
3466: * src/include/pa_config_auto.h.in 1.38:
3467: * src/include/pa_config_fixed.h 1.56:
3468: * src/include/pa_config_includes.h 1.25:
3469: * src/include/pa_dictionary.h 1.14:
3470: * src/include/pa_dir.h 1.14:
3471: * src/include/pa_exception.h 1.39:
3472: * src/include/pa_exec.h 1.13:
3473: * src/include/pa_globals.h 1.104:
3474: * src/include/pa_hash.h 1.59:
3475: * src/include/pa_memory.h 1.2:
3476: * src/include/pa_opcode.h 1.25:
3477: * src/include/pa_operation.h 1.2:
3478: * src/include/pa_pool.h 1.87:
3479: * src/include/pa_pragma_pack_begin.h 1.7:
3480: * src/include/pa_pragma_pack_end.h 1.7:
3481: * src/include/pa_request.h 1.162:
3482: * src/include/pa_request_charsets.h 1.2:
3483: * src/include/pa_request_info.h 1.2:
3484: * src/include/pa_sapi.h 1.23:
3485: * src/include/pa_socks.h 1.12:
3486: * src/include/pa_sql_connection.h 1.31:
3487: * src/include/pa_sql_driver_manager.h 1.27:
3488: * src/include/pa_stack.h 1.18:
3489: * src/include/pa_string.h 1.145:
3490: * src/include/pa_stylesheet_connection.h 1.33:
3491: * src/include/pa_stylesheet_manager.h 1.16:
3492: * src/include/pa_table.h 1.52:
3493: * src/include/pa_threads.h 1.27:
3494: * src/include/pa_types.h 1.45:
3495: * src/include/pa_uue.h 1.5:
3496: * src/lib/Makefile.am 1.4:
3497: * src/lib/Makefile.in 1.9:
3498: * src/lib/cord/Makefile.am 1.2:
3499: * src/lib/cord/Makefile.in 1.2:
3500: * src/lib/cord/cord.dsp 1.2:
3501: * src/lib/cord/cordbscs.c 1.2:
3502: * src/lib/cord/cordprnt.c 1.2:
3503: * src/lib/cord/cordxtra.c 1.2:
3504: * src/lib/cord/include/Makefile.am 1.2:
3505: * src/lib/cord/include/Makefile.in 1.2:
3506: * src/lib/cord/include/cord.h 1.2:
3507: * src/lib/cord/include/ec.h 1.2:
3508: * src/lib/cord/include/private/Makefile.am 1.2:
3509: * src/lib/cord/include/private/Makefile.in 1.2:
3510: * src/lib/cord/include/private/cord_pos.h 1.2:
3511: * src/lib/cord/source.url 1.2:
3512: * src/lib/gc/Makefile.am 1.2:
3513: * src/lib/gc/Makefile.in 1.2:
1.25 paf 3514: * src/lib/gc/include/Makefile.am 1.2:
3515: * src/lib/gc/include/Makefile.in 1.2:
3516: * src/lib/gc/include/gc.h 1.2:
1.24 paf 3517: * src/lib/ltdl/Makefile.in 1.5:
3518: * src/lib/ltdl/libltdl.dsp 1.6:
3519: * src/lib/md5/Makefile.in 1.7:
3520: * src/lib/md5/pa_md5.h 1.8:
3521: * src/lib/md5/pa_md5c.c 1.10:
3522: * src/lib/patches/Makefile.am 1.4:
3523: * src/lib/patches/Makefile.in 1.11:
3524: * src/lib/patches/gc.patch 1.2:
3525: * src/lib/patches/gdome2.patch 1.2:
3526: * src/lib/patches/libxml2.patch 1.2:
3527: * src/lib/patches/libxslt.patch 1.2:
3528: * src/lib/pcre/Makefile.in 1.9:
3529: * src/lib/pcre/pcre.h 1.2:
3530: * src/lib/pcre/pcre_parser_ctype.c 1.4:
3531: * src/main/Makefile.am 1.36:
3532: * src/main/Makefile.in 1.51:
3533: * src/main/compile.C 1.70:
3534: * src/main/compile.tab.C 1.84:
3535: * src/main/compile.tab.C 1.85:
3536: * src/main/compile.y 1.206:
3537: * src/main/compile_tools.C 1.55:
3538: * src/main/compile_tools.h 1.68:
3539: * src/main/execute.C 1.297:
3540: * src/main/main.dsp 1.165:
3541: * src/main/pa_array.C 1.57:
3542: * src/main/pa_cache_managers.C 1.8:
3543: * src/main/pa_charset.C 1.35:
3544: * src/main/pa_charsets.C 1.12:
3545: * src/main/pa_common.C 1.154:
3546: * src/main/pa_dictionary.C 1.18:
3547: * src/main/pa_dir.C 1.15:
3548: * src/main/pa_exception.C 1.44:
3549: * src/main/pa_exec.C 1.51:
3550: * src/main/pa_globals.C 1.157:
3551: * src/main/pa_hash.C 1.54:
3552: * src/main/pa_memory.C 1.2:
3553: * src/main/pa_pool.C 1.60:
3554: * src/main/pa_request.C 1.248:
3555: * src/main/pa_socks.C 1.19:
3556: * src/main/pa_sql_driver_manager.C 1.71:
3557: * src/main/pa_string.C 1.174:
3558: * src/main/pa_stylesheet_manager.C 1.17:
3559: * src/main/pa_table.C 1.56:
3560: * src/main/pa_uue.C 1.5:
3561: * src/main/untaint.C 1.117:
3562: * src/sql/Makefile.in 1.12:
3563: * src/sql/pa_sql_driver.h 1.35:
3564: * src/targets/Makefile.am 1.10:
3565: * src/targets/Makefile.in 1.43:
3566: * src/targets/apache13/ApacheModuleParser3.dsp 1.17:
3567: * src/targets/apache13/Makefile.am 1.16:
3568: * src/targets/apache13/Makefile.in 1.46:
3569: * src/targets/apache13/mod_parser3.C 1.29:
3570: * src/targets/apache13/p3runConfigure.in 1.13:
3571: * src/targets/apache13/pa_httpd.h 1.2:
3572: * src/targets/apache13/pa_md5c.c 1.6:
3573: * src/targets/apache13/pa_pool.C 1.9:
3574: * src/targets/apache13/pa_threads.C 1.12:
3575: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.2:
3576: * src/targets/apache13core/Makefile.am 1.2:
3577: * src/targets/apache13core/Makefile.in 1.2:
3578: * src/targets/apache13core/mod_parser3.C 1.2:
3579: * src/targets/apache13core/pa_threads.C 1.2:
3580: * src/targets/cgi/Makefile.am 1.47:
3581: * src/targets/cgi/Makefile.in 1.63:
3582: * src/targets/cgi/getopt.c 1.3:
3583: * src/targets/cgi/getopt.h 1.3:
3584: * src/targets/cgi/pa_pool.C 1.42:
3585: * src/targets/cgi/pa_threads.C 1.13:
3586: * src/targets/cgi/parser3.C 1.218:
3587: * src/targets/cgi/parser3.dsp 1.64:
3588: * src/targets/cgi/pool_storage.h 1.14:
3589: * src/targets/cgi/pp3.cmd 1.2:
3590: * src/targets/isapi/Makefile.am 1.2:
3591: * src/targets/isapi/Makefile.in 1.12:
3592: * src/targets/isapi/pa_pool.C 1.17:
3593: * src/targets/isapi/pa_threads.C 1.14:
3594: * src/targets/isapi/parser3isapi.C 1.83:
3595: * src/targets/isapi/parser3isapi.dsp 1.42:
3596: * src/targets/isapi/pool_storage.h 1.20:
3597: * src/types/Makefile.am 1.29:
3598: * src/types/Makefile.in 1.51:
3599: * src/types/pa_junction.h 1.2:
3600: * src/types/pa_method.h 1.2:
3601: * src/types/pa_value.C 1.10:
3602: * src/types/pa_value.h 1.110:
3603: * src/types/pa_vbool.h 1.22:
3604: * src/types/pa_vclass.C 1.17:
3605: * src/types/pa_vclass.h 1.40:
3606: * src/types/pa_vcode_frame.h 1.25:
3607: * src/types/pa_vcookie.C 1.56:
3608: * src/types/pa_vcookie.h 1.24:
3609: * src/types/pa_vdate.h 1.25:
3610: * src/types/pa_vdouble.h 1.43:
3611: * src/types/pa_venv.h 1.29:
3612: * src/types/pa_vfile.C 1.37:
3613: * src/types/pa_vfile.h 1.53:
3614: * src/types/pa_vform.C 1.75:
3615: * src/types/pa_vform.h 1.46:
3616: * src/types/pa_vhash.C 1.2:
3617: * src/types/pa_vhash.h 1.46:
3618: * src/types/pa_vimage.C 1.23:
3619: * src/types/pa_vimage.h 1.35:
3620: * src/types/pa_vint.h 1.39:
3621: * src/types/pa_vjunction.h 1.20:
3622: * src/types/pa_vmail.C 1.45:
3623: * src/types/pa_vmail.h 1.10:
3624: * src/types/pa_vmath.C 1.2:
3625: * src/types/pa_vmath.h 1.15:
3626: * src/types/pa_vmemory.h 1.2:
3627: * src/types/pa_vmethod_frame.C 1.2:
3628: * src/types/pa_vmethod_frame.h 1.46:
3629: * src/types/pa_vobject.C 1.13:
3630: * src/types/pa_vobject.h 1.39:
3631: * src/types/pa_vrequest.C 1.28:
3632: * src/types/pa_vrequest.h 1.26:
3633: * src/types/pa_vresponse.C 1.18:
3634: * src/types/pa_vresponse.h 1.33:
3635: * src/types/pa_vstateless_class.C 1.20:
3636: * src/types/pa_vstateless_class.h 1.43:
3637: * src/types/pa_vstateless_object.h 1.29:
3638: * src/types/pa_vstatus.C 1.17:
3639: * src/types/pa_vstatus.h 1.16:
3640: * src/types/pa_vstring.C 1.23:
3641: * src/types/pa_vstring.h 1.55:
3642: * src/types/pa_vtable.C 1.22:
3643: * src/types/pa_vtable.h 1.49:
3644: * src/types/pa_vvoid.h 1.18:
3645: * src/types/pa_vxdoc.C 1.24:
3646: * src/types/pa_vxdoc.h 1.32:
3647: * src/types/pa_vxnode.C 1.31:
3648: * src/types/pa_vxnode.h 1.23:
3649: * src/types/pa_wcontext.C 1.25:
3650: * src/types/pa_wcontext.h 1.43:
3651: * src/types/pa_wwrapper.h 1.29:
3652: * src/types/types.dsp 1.40:
3653: * www/htdocs/.htaccess 1.13:
3654: * www/htdocs/auto.p 1.18:
3655: * www/htdocs/index.html 1.212:
3656: moved tempate_gc to HEAD
3657:
3658: * parser3.dsw [template_gc] 1.7.6.1.2.4:
3659: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.21:
3660: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.6:
3661: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.18:
3662: few paths for libxml debug/release changes
3663:
3664: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.2:
3665: * src/targets/cgi/parser3.dsp [release_3_0_8] 1.63.2.1:
3666: * src/targets/isapi/parser3isapi.dsp [release_3_0_8] 1.41.16.1:
3667: more step towards \parser3project not having to be in root
3668:
3669: * parser3.dsw [template_gc] 1.7.6.1.2.5:
3670: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.22:
3671: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.19:
3672: relative paths to xml&gc libs
3673:
3674: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.4:
3675: PA_ -> pa_
3676:
3677: * src/classes/math.C [template_gc] 1.24.2.12.2.16:
3678: * src/classes/math.C [template_gc] 1.24.2.12.2.17:
3679: uuid bugfix
3680:
3681: * tests/141.html [template_gc] 1.1.2.2:
3682: * tests/Makefile [template_gc] 1.1.2.8.2.10:
3683: * tests/results/005.processed [template_gc] 1.1.2.2.2.2:
3684: * tests/results/030.processed [template_gc] 1.1.2.2.2.2:
3685: * tests/results/075.processed [template_gc] 1.1.2.1.2.2:
3686: * tests/results/078.processed [template_gc] 1.1.2.1.2.2:
3687: to reflect date format change (were - become ' ')
3688:
1.25 paf 3689: * src/classes/classes.dsp 1.30:
3690: * src/main/main.dsp 1.166:
3691: * src/main/pa_globals.C 1.158:
3692: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.3:
3693: * src/targets/cgi/parser3.dsp 1.65:
3694: * src/targets/isapi/parser3isapi.dsp 1.43:
3695: * src/types/types.dsp 1.41:
3696: cvs: getting rid of win32xml pseudo project
3697:
1.24 paf 3698: * src/classes/math.C 1.33:
3699: merged uuid bugfix
3700:
3701: * src/include/pa_version.h [release_3_0_8] 1.7.18.1:
1.25 paf 3702: * src/include/pa_version.h [release_3_1_0] 1.7.20.1:
3703: * src/lib/patches/Makefile.in [release_3_1_0] 1.11.2.1:
1.24 paf 3704: release
3705:
3706: * src/classes/math.C [release_3_0_8] 1.33.2.1:
3707: * src/lib/md5/pa_md5.h [release_3_0_8] 1.7.2.1:
3708: * src/lib/md5/pa_md5c.c [release_3_0_8] 1.9.2.1:
3709: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_8] 1.16.16.1:
3710: * src/targets/apache13/pa_md5c.c [release_3_0_8] 1.5.6.1:
3711: apache module compiled [were minor unnecessary changes in lib
3712: md5 interface]
3713:
1.26 paf 3714: * src/include/pa_config_fixed.h [release_3_1_0] 1.56.2.3:
3715: * src/main/pa_charset.C [release_3_1_0] 1.35.2.1:
3716: bad #endif fix
3717:
1.24 paf 3718: * tests/001.html 1.2:
3719: * tests/002.html 1.2:
3720: * tests/003.html 1.2:
3721: * tests/004.html 1.2:
3722: * tests/005.html 1.2:
3723: * tests/006.html 1.2:
3724: * tests/007.html 1.2:
3725: * tests/008.html 1.2:
3726: * tests/009.html 1.2:
3727: * tests/010.html 1.2:
3728: * tests/011.html 1.2:
3729: * tests/012.html 1.2:
3730: * tests/013.html 1.2:
3731: * tests/014.html 1.2:
3732: * tests/015.html 1.2:
3733: * tests/016.html 1.2:
3734: * tests/017.html 1.2:
3735: * tests/018.html 1.2:
3736: * tests/019.html 1.2:
3737: * tests/019paf2001.gif 1.2:
3738: * tests/020.html 1.2:
3739: * tests/021.html 1.2:
3740: * tests/022.html 1.2:
3741: * tests/022_dir/a.html 1.2:
3742: * tests/022_dir/b.txt 1.2:
3743: * tests/022_dir/c.htm 1.2:
3744: * tests/023.html 1.2:
3745: * tests/024.html 1.2:
3746: * tests/025.html 1.2:
3747: * tests/026.html 1.2:
3748: * tests/027.html 1.2:
3749: * tests/028.html 1.2:
3750: * tests/029.html 1.2:
3751: * tests/030.html 1.2:
3752: * tests/031.html 1.2:
3753: * tests/032.html 1.2:
3754: * tests/033.html 1.2:
3755: * tests/034.html 1.2:
3756: * tests/035.html 1.2:
3757: * tests/036.html 1.2:
3758: * tests/037.html 1.2:
3759: * tests/038.html 1.2:
3760: * tests/039.html 1.2:
3761: * tests/040.html 1.2:
3762: * tests/041.html 1.2:
3763: * tests/042.html 1.2:
3764: * tests/043.html 1.2:
3765: * tests/044.html 1.2:
3766: * tests/045.html 1.2:
3767: * tests/046.html 1.2:
3768: * tests/047.html 1.2:
3769: * tests/048.html 1.2:
3770: * tests/049.html 1.2:
3771: * tests/050.html 1.2:
3772: * tests/051.html 1.2:
3773: * tests/051b.p 1.2:
3774: * tests/051t.p 1.2:
3775: * tests/052.html 1.2:
3776: * tests/053.html 1.2:
3777: * tests/054.html 1.2:
3778: * tests/055.html 1.2:
3779: * tests/056.html 1.2:
3780: * tests/057.html 1.2:
3781: * tests/058.html 1.2:
3782: * tests/058_paf2000.png 1.2:
3783: * tests/059.html 1.2:
3784: * tests/060.html 1.2:
3785: * tests/061.dat 1.2:
3786: * tests/061.html 1.2:
3787: * tests/062.html 1.2:
3788: * tests/063.html 1.2:
3789: * tests/064.html 1.2:
3790: * tests/065.html 1.2:
3791: * tests/066.html 1.2:
3792: * tests/067.html 1.2:
3793: * tests/068.html 1.2:
3794: * tests/069.html 1.2:
3795: * tests/070.html 1.2:
3796: * tests/071.html 1.2:
3797: * tests/072.html 1.2:
3798: * tests/073.html 1.2:
3799: * tests/074.html 1.2:
3800: * tests/075.html 1.2:
3801: * tests/076.html 1.2:
3802: * tests/077.html 1.2:
3803: * tests/078.html 1.2:
3804: * tests/079.html 1.2:
3805: * tests/080.html 1.2:
3806: * tests/081.html 1.2:
3807: * tests/082.html 1.2:
3808: * tests/083.html 1.2:
3809: * tests/084.html 1.2:
3810: * tests/085.html 1.2:
3811: * tests/086.html 1.2:
3812: * tests/087.html 1.2:
3813: * tests/088.html 1.2:
3814: * tests/089.html 1.2:
3815: * tests/090.html 1.2:
3816: * tests/091.html 1.2:
3817: * tests/092.html 1.2:
3818: * tests/093.html 1.2:
3819: * tests/094.html 1.2:
3820: * tests/095.html 1.2:
3821: * tests/096.html 1.2:
3822: * tests/096_dir/163.jpg 1.2:
3823: * tests/096_dir/188.jpg 1.2:
3824: * tests/097.html 1.2:
3825: * tests/098.html 1.2:
3826: * tests/098font.gif 1.2:
3827: * tests/099.html 1.2:
3828: * tests/100.html 1.2:
3829: * tests/101.html 1.2:
3830: * tests/102.html 1.2:
3831: * tests/103.html 1.2:
3832: * tests/103mark.gif 1.2:
3833: * tests/103paf2001.gif 1.2:
3834: * tests/104.html 1.2:
3835: * tests/105.html 1.2:
3836: * tests/106.html 1.2:
3837: * tests/107.html 1.2:
3838: * tests/108.html 1.2:
3839: * tests/108.xsl 1.2:
3840: * tests/109.html 1.2:
3841: * tests/110.html 1.2:
3842: * tests/111.html 1.2:
3843: * tests/112.html 1.2:
3844: * tests/113.html 1.2:
3845: * tests/114.html 1.2:
3846: * tests/115.html 1.2:
3847: * tests/116.html 1.2:
3848: * tests/117.html 1.2:
3849: * tests/118.html 1.2:
3850: * tests/119.html 1.2:
3851: * tests/120.html 1.2:
3852: * tests/121.html 1.2:
3853: * tests/122.html 1.2:
3854: * tests/123.html 1.2:
3855: * tests/124.html 1.2:
3856: * tests/125.html 1.2:
3857: * tests/126.html 1.2:
3858: * tests/127.html 1.2:
3859: * tests/128.html 1.2:
3860: * tests/129.html 1.2:
3861: * tests/130.html 1.2:
3862: * tests/131.html 1.2:
3863: * tests/132.html 1.2:
3864: * tests/133.html 1.2:
3865: * tests/134.html 1.2:
3866: * tests/135.html 1.2:
3867: * tests/136.html 1.2:
3868: * tests/137.html 1.2:
3869: * tests/138.html 1.2:
3870: * tests/139.html 1.2:
3871: * tests/140.html 1.2:
3872: * tests/141.html 1.2:
3873: * tests/Makefile 1.2:
3874: * tests/descript.ion 1.2:
3875: * tests/outputs/create-dir 1.2:
3876: * tests/results/001.processed 1.2:
3877: * tests/results/002.processed 1.2:
3878: * tests/results/003.processed 1.2:
3879: * tests/results/004.processed 1.2:
3880: * tests/results/005.processed 1.2:
3881: * tests/results/006.processed 1.2:
3882: * tests/results/007.processed 1.2:
3883: * tests/results/008.processed 1.2:
3884: * tests/results/009.processed 1.2:
3885: * tests/results/010.processed 1.2:
3886: * tests/results/011.processed 1.2:
3887: * tests/results/012.processed 1.2:
3888: * tests/results/013.processed 1.2:
3889: * tests/results/014.processed 1.2:
3890: * tests/results/015.processed 1.2:
3891: * tests/results/016.processed 1.2:
3892: * tests/results/017.processed 1.2:
3893: * tests/results/018.processed 1.2:
3894: * tests/results/019.processed 1.2:
3895: * tests/results/020.processed 1.2:
3896: * tests/results/021.processed 1.2:
3897: * tests/results/022.processed 1.2:
3898: * tests/results/023.processed 1.2:
3899: * tests/results/024.processed 1.2:
3900: * tests/results/025.processed 1.2:
3901: * tests/results/026.processed 1.2:
3902: * tests/results/027.processed 1.2:
3903: * tests/results/028.processed 1.2:
3904: * tests/results/029.processed 1.2:
3905: * tests/results/030.processed 1.2:
3906: * tests/results/031.processed 1.2:
3907: * tests/results/032.processed 1.2:
3908: * tests/results/033.processed 1.2:
3909: * tests/results/034.processed 1.2:
3910: * tests/results/035.processed 1.2:
3911: * tests/results/036.processed 1.2:
3912: * tests/results/037.processed 1.2:
3913: * tests/results/038.processed 1.2:
3914: * tests/results/039.processed 1.2:
3915: * tests/results/040.processed 1.2:
3916: * tests/results/041.processed 1.2:
3917: * tests/results/042.processed 1.2:
3918: * tests/results/043.processed 1.2:
3919: * tests/results/044.processed 1.2:
3920: * tests/results/045.processed 1.2:
3921: * tests/results/046.processed 1.2:
3922: * tests/results/047.processed 1.2:
3923: * tests/results/048.processed 1.2:
3924: * tests/results/049.processed 1.2:
3925: * tests/results/050.processed 1.2:
3926: * tests/results/051.processed 1.2:
3927: * tests/results/052.processed 1.2:
3928: * tests/results/053.processed 1.2:
3929: * tests/results/054.processed 1.2:
3930: * tests/results/055.processed 1.2:
3931: * tests/results/056.processed 1.2:
3932: * tests/results/057.processed 1.2:
3933: * tests/results/058.processed 1.2:
3934: * tests/results/059.processed 1.2:
3935: * tests/results/060.processed 1.2:
3936: * tests/results/061.processed 1.2:
3937: * tests/results/062.processed 1.2:
3938: * tests/results/063.processed 1.2:
3939: * tests/results/064.processed 1.2:
3940: * tests/results/065.processed 1.2:
3941: * tests/results/066.processed 1.2:
3942: * tests/results/067.processed 1.2:
3943: * tests/results/068.processed 1.2:
3944: * tests/results/069.processed 1.2:
3945: * tests/results/070.processed 1.2:
3946: * tests/results/071.processed 1.2:
3947: * tests/results/072.processed 1.2:
3948: * tests/results/073.processed 1.2:
3949: * tests/results/074.processed 1.2:
3950: * tests/results/075.processed 1.2:
3951: * tests/results/076.processed 1.2:
3952: * tests/results/077.processed 1.2:
3953: * tests/results/078.processed 1.2:
3954: * tests/results/079.processed 1.2:
3955: * tests/results/080.processed 1.2:
3956: * tests/results/081.processed 1.2:
3957: * tests/results/082.processed 1.2:
3958: * tests/results/083.processed 1.2:
3959: * tests/results/084.processed 1.2:
3960: * tests/results/085.processed 1.2:
3961: * tests/results/086.processed 1.2:
3962: * tests/results/087.processed 1.2:
3963: * tests/results/088.processed 1.2:
3964: * tests/results/089.processed 1.2:
3965: * tests/results/090.processed 1.2:
3966: * tests/results/091.processed 1.2:
3967: * tests/results/092.processed 1.2:
3968: * tests/results/093.processed 1.2:
3969: * tests/results/094.processed 1.2:
3970: * tests/results/095.processed 1.2:
3971: * tests/results/096.processed 1.2:
3972: * tests/results/097.processed 1.2:
3973: * tests/results/098.processed 1.2:
3974: * tests/results/099.processed 1.2:
3975: * tests/results/100.processed 1.2:
3976: * tests/results/101.processed 1.2:
3977: * tests/results/102.processed 1.2:
3978: * tests/results/103.processed 1.2:
3979: * tests/results/104.processed 1.2:
3980: * tests/results/105.processed 1.2:
3981: * tests/results/106.processed 1.2:
3982: * tests/results/107.processed 1.2:
3983: * tests/results/108.processed 1.2:
3984: * tests/results/109.processed 1.2:
3985: * tests/results/110.processed 1.2:
3986: * tests/results/111.processed 1.2:
3987: * tests/results/112.processed 1.2:
3988: * tests/results/113.processed 1.2:
3989: * tests/results/114.processed 1.2:
3990: * tests/results/115.processed 1.2:
3991: * tests/results/116.processed 1.2:
3992: * tests/results/117.processed 1.2:
3993: * tests/results/118.processed 1.2:
3994: * tests/results/119.processed 1.2:
3995: * tests/results/120.processed 1.2:
3996: * tests/results/121.processed 1.2:
3997: * tests/results/122.processed 1.2:
3998: * tests/results/123.processed 1.2:
3999: * tests/results/124.processed 1.2:
4000: * tests/results/125.processed 1.2:
4001: * tests/results/126.processed 1.2:
4002: * tests/results/127.processed 1.2:
4003: * tests/results/128.processed 1.2:
4004: * tests/results/129.processed 1.2:
4005: * tests/results/130.processed 1.2:
4006: * tests/results/131.processed 1.2:
4007: * tests/results/132.processed 1.2:
4008: * tests/results/133.processed 1.2:
4009: * tests/results/134.processed 1.2:
4010: * tests/results/135.processed 1.2:
4011: * tests/results/136.processed 1.2:
4012: * tests/results/137.processed 1.2:
4013: * tests/results/138.processed 1.2:
4014: * tests/results/139.processed 1.2:
4015: * tests/results/140.processed 1.2:
4016: * tests/results/141.processed 1.2:
4017: * tests/run_parser.sh 1.2:
4018: merged(copied) to HEAD from template_gc
4019:
1.25 paf 4020: * tests/141.html [template_gc] 1.1.2.3:
4021: * tests/results/141.processed [template_gc] 1.1.2.3:
4022: fixed bug with too-small-a-buffer
4023:
1.24 paf 4024: 2003-07-23 paf
4025: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.1:
4026: file ApacheModuleParser3Core.dsp was initially added on branch
4027: template_gc.
4028:
4029: * src/include/pa_request.h [template_gc] 1.160.2.37.2.24:
4030: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.8:
4031: * src/main/execute.C [template_gc] 1.295.2.27.2.23:
4032: * src/main/pa_request.C [template_gc] 1.245.2.37.2.34:
4033: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.14:
4034: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.8:
4035: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.3:
4036: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.4:
4037: stack top_index() fixed
4038:
4039: * src/targets/Makefile.am [template_gc] 1.9.24.1:
4040: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.2:
4041: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.2:
4042: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.3:
4043: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.2:
4044: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.3:
4045: * src/targets/apache13core/Makefile.am [template_gc] 1.1.2.1:
4046: * src/targets/apache13core/Makefile.in [template_gc] 1.1.2.1:
4047: apache13 splitted to simplify apache build
4048:
4049: * src/lib/patches/gc.patch 1.1:
4050: file gc.patch was initially added on branch template_gc.
4051:
4052: * src/targets/apache13/mod_parser3.c 1.1:
4053: file mod_parser3.c was initially added on branch template_gc.
4054:
4055: * src/targets/apache13core/mod_parser3.C 1.1:
4056: file mod_parser3.C was initially added on branch template_gc.
4057:
4058: * src/classes/op.C [template_gc] 1.127.2.22.2.34:
4059: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.8:
4060: connection closing/caching fixed [connections were not closed
4061: put to cache]
4062:
4063: * src/targets/apache13core/Makefile.am 1.1:
4064: file Makefile.am was initially added on branch template_gc.
4065:
4066: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.1:
4067: decided to support multithreading in apache module only on win32
4068: see that apache 1.3.28 supports it only in win32+netware...
4069:
4070: * src/targets/apache13/pa_httpd.h 1.1:
4071: file pa_httpd.h was initially added on branch template_gc.
4072:
4073: * src/targets/apache13core/Makefile.in 1.1:
4074: file Makefile.in was initially added on branch template_gc.
4075:
4076: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.3:
4077: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.4:
4078: proper dependence to rebuild p3conf from .in
4079:
4080: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.20:
4081: minor style changes
4082:
4083: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.5:
4084: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.5:
4085: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.2:
4086: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.2:
4087: * src/targets/apache13/pa_threads.C [template_gc] 1.11.2.1.2.2:
4088: * src/targets/apache13core/ApacheModuleParser3Core.dsp [template_gc] 1.1.2.1:
4089: * src/targets/apache13core/mod_parser3.C [template_gc] 1.1.2.1:
4090: * src/targets/apache13core/pa_threads.C [template_gc] 1.1.2.1:
4091: splitted apache to two projects to simplify separate c/c++ compilation
4092:
4093: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.2:
4094: *** empty log message ***
4095:
4096: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.2:
4097: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.6:
4098: updated to new sapi interface
4099:
4100: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.4:
4101: * src/targets/apache13/Makefile.am [template_gc] 1.15.10.1.2.1:
4102: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.2:
4103: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.7:
4104: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.1:
4105: * src/targets/apache13/mod_parser3.c [template_gc] 1.1.2.3:
4106: * src/targets/apache13/mod_parser3_main.C [template_gc] 1.1.2.1:
4107: * src/targets/apache13/pa_httpd.h [template_gc] 1.1.2.1:
4108: * src/targets/apache13/pa_md5c.c [template_gc] 1.5.2.1.2.1:
4109: started splitting mod_parser3 into two parts: C and C++
4110:
4111: * src/classes/math.C [template_gc] 1.24.2.12.2.15:
4112: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.2:
4113: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.3:
4114: renamed a little [to move to comman naming conv]
4115:
4116: * src/lib/patches/gc.patch [template_gc] 1.1.2.1:
4117: this bug remains even in latest-at-the-moment: gc6.2alpha6
4118: just reported to hans
4119:
4120: * src/targets/apache13/mod_parser3_main.C 1.1:
4121: file mod_parser3_main.C was initially added on branch
4122: template_gc.
4123:
1.39 paf 4124: * src/targets/apache13core/pa_threads.C 1.1:
4125: file pa_threads.C was initially added on branch template_gc.
4126:
1.24 paf 4127: 2003-07-22 paf
4128: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.17:
4129: on win32 bugfix in handling shbang
4130:
4131: * INSTALL [template_gc] 1.31.6.4:
4132: disable-threads adviced
4133:
4134: * INSTALL [template_gc] 1.31.6.5:
4135: gc part updated stightly
4136:
4137: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.13:
4138: out of memory is no longer coredump
4139:
4140: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.8:
4141: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.3:
4142: updated to new sapi interface
4143:
4144: * src/main/pa_string.C [template_gc] 1.172.2.21.2.43:
4145: removed reduntant invariant check [there is one deeper in cord
4146: lib]
4147:
4148: * src/classes/file.C [template_gc] 1.107.2.16.2.23:
4149: comment on OS
4150:
4151: 2003-07-21 paf
4152: * src/main/pa_common.C [template_gc] 1.143.2.21.2.29:
4153: http:// CRLF now [merged from HEAD]
4154:
4155: * src/classes/file.C [template_gc] 1.107.2.16.2.21:
4156: env passing fixed
4157:
4158: * src/classes/file.C [template_gc] 1.107.2.16.2.22:
4159: file::exec/cgi environment variables now must be UPPERCASE and
4160: A-Z 0-9 _-
4161:
4162: * src/classes/Makefile.am [template_gc] 1.40.16.3:
4163: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.2:
4164: removed circular dependency on classes.C
4165:
4166: * src/main/pa_common.C 1.153:
4167: http:// CRLF now
4168:
4169: 2003-07-02 paf
4170: * operators.txt [template_gc] 1.109.2.1.2.9:
4171: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.8:
4172: renamed $memory:status fields to reflect their real meaning
4173:
4174: 2003-06-27 paf
4175: * src/classes/file.C [template_gc] 1.107.2.16.2.20:
4176: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.13:
4177: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.6:
4178: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.9:
4179: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.26:
4180: merged from HEAD file::exec/cgi .charset
4181:
4182: 2003-06-26 paf
4183: * src/classes/file.C [template_gc] 1.107.2.16.2.19:
4184: * src/classes/hash.C [template_gc] 1.54.2.13.2.16:
4185: * src/classes/image.C [template_gc] 1.90.2.15.2.22:
4186: * src/classes/op.C [template_gc] 1.127.2.22.2.33:
4187: * src/classes/string.C [template_gc] 1.125.2.15.2.26:
4188: * src/classes/table.C [template_gc] 1.172.2.14.2.33:
4189: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.17:
4190: fixed several uninitialized local structures.
4191: notably ^hash.foreach now inserts delimiters properly [were inserting it before first body]
4192:
4193: 2003-06-24 paf
4194: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.8:
4195: simplified HASH_ALLOCATES_COUNT
4196:
4197: 2003-06-20 paf
4198: * operators.txt 1.115:
4199: * src/include/pa_globals.h 1.103:
4200: * src/main/pa_common.C 1.152:
4201: * src/main/pa_globals.C 1.156:
4202: introducing
4203: $f[^file::load[binary;http://...]]
4204: $f.tables
4205:
4206: 2003-06-06 paf
4207: * src/types/pa_vhash.h 1.45:
4208: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.7:
4209: hash.field lookup first now: along with table. [were method
4210: lookup: inconsistent]
4211:
1.23 paf 4212: 2003-06-02 paf
4213: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.20:
4214: empty string clone fixed to return writable memory
4215:
4216: * src/main/pa_common.C [template_gc] 1.143.2.21.2.28:
4217: fix_line_breaks bug fix [terminating zero were not appended]
4218: which violated string invariant
4219:
4220: 2003-05-30 paf
4221: * src/main/pa_common.C 1.151:
4222: date format now
4223: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123
4224:
4225: * src/types/pa_value.C [template_gc] 1.9.2.15.2.13:
4226: date format now
4227: Sun, 06 Nov 1994 08:49:37 GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
4228:
4229: * src/classes/xnode.C [template_gc] 1.54.2.10.2.15:
4230: found minor bug, commended for future
4231:
4232: * src/classes/file.C [template_gc] 1.107.2.16.2.18:
4233: * src/classes/form.C [template_gc] 1.34.2.7.2.9:
4234: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.5:
4235: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.26:
4236: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.7:
4237: initialized request_info properly
4238:
4239: 2003-05-28 paf
4240: * src/classes/form.C [template_gc] 1.34.2.7.2.8:
4241: request_info.content_length can't be <0, size_t for some time
4242:
4243: 2003-05-26 paf
4244: * src/classes/file.C [template_gc] 1.107.2.16.2.17:
4245: * src/classes/string.C [template_gc] 1.125.2.15.2.25:
4246: * src/main/pa_string.C [template_gc] 1.172.2.21.2.42:
4247: few forgotten <0 changed to !=STRING_NOT_FOUND
4248:
4249: * src/classes/math.C [template_gc] 1.24.2.12.2.14:
4250: merged ffffu from HEAD
4251:
4252: 2003-05-11 paf
4253: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.11:
4254: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.8:
4255: think that found cause of premature doc free.
4256: transformed document had xmlDoc reference stored to non-gc-memory (libgdome)
4257: added holding-reference
4258:
4259: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.19:
4260: xml memory debugging functions (ifdefed)
4261:
4262: 2003-04-29 paf
4263: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.18:
4264: started digging on double free.
4265: on win32 found that that's perfectly normal.
4266:
4267: 2003-04-25 paf
4268: * src/classes/math.C 1.31:
4269: snprintf(buf, 3) become (buf,2) and failed to print anything.
4270: changed to quicker and simplier code
4271:
4272: * src/classes/hash.C 1.56:
4273: allowed ^hash::create[^rem{xxx}] [were to strict a check]
4274:
4275: * src/classes/table.C 1.180:
4276: * src/lib/md5/pa_md5c.c 1.9:
4277: minor compile errors
4278:
4279: * src/classes/table.C 1.181:
4280: table.join bug fix [bad limit check]
4281:
4282: * src/classes/math.C [template_gc] 1.24.2.12.2.13:
4283: merged from HEAD: simpiler hash_string
4284:
4285: 2003-04-24 paf
4286: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.2:
4287: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.4:
4288: thanks to Ilia Soldis <soldis@infolio.ru> for reporing this
4289: ansi c fiolation syntax report
4290:
4291: * src/include/pa_table.h [template_gc] 1.48.2.11.2.11:
4292: too strict assert loosened
4293:
4294: 2003-04-21 paf
4295: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.2:
4296: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.2:
4297: pp3 added to .am
4298:
4299: * src/main/pa_request.C [template_gc] 1.245.2.37.2.33:
4300: merged from HEAD:
4301: "x:..." and "\\..." file names on Win32 considered disk-global
4302:
4303: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.16:
4304: .5.6 version of libxml allows to install xmlMallocAtomic [
4305: author agreed to my suggestion], used that
4306:
4307: * src/include/pa_string.h [template_gc] 1.144.2.28.2.51:
4308: assert added [looking for bug]
4309:
4310: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.24:
4311: * src/types/pa_value.C [template_gc] 1.9.2.15.2.12:
4312: * src/types/pa_value.h [template_gc] 1.109.2.25.2.12:
4313: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.18:
4314: attributed_meaning_to_string added L_UNSPECIFIED piece
4315: which was sortof OK, but violated string invariant [assertion barked on that]
4316: changed to L_PASS_APPEND, made that param obligatory
4317:
4318: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.19:
4319: ^mail:send[$.body backward compatibility
4320:
4321: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.17:
4322: pcre memory management changed to use GC memory
4323:
4324: * src/main/pa_request.C 1.247:
4325: "x:..." and "\\..." file names on Win32 considered disk-global
4326:
4327: * src/main/pa_string.C [template_gc] 1.172.2.21.2.41:
4328: String::ArrayFragment::append_positions bug fixed [assert
4329: helped]
4330:
4331: 2003-04-18 paf
4332: * src/main/untaint.C [template_gc] 1.115.2.12.2.28:
4333: merged from HEAD:
4334: enabled '~' letter in filenames
4335:
4336: * src/main/untaint.C 1.116:
4337: enabled '~' letter in filenames
4338:
4339: 2003-04-16 paf
4340: * src/classes/file.C [template_gc] 1.107.2.16.2.16:
4341: small bug introduced in autoptr times fixed
4342:
4343: * src/classes/table.C [template_gc] 1.172.2.14.2.32:
4344: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.3:
4345: fix: gcc reported tiny error
4346:
4347: * etc/parser3.charsets/koi8-r.cfg [template_gc] 1.2.22.1:
4348: * etc/parser3.charsets/windows-1251.cfg [template_gc] 1.6.14.1:
4349: merged from HEAD
4350:
4351: 2003-04-15 paf
4352: * operators.txt 1.112:
4353: * operators.txt [release_3_0_0007] 1.107.2.2:
4354: * src/classes/math.C 1.27:
4355: * src/lib/md5/pa_md5.h 1.7:
4356: * src/lib/md5/pa_md5c.c 1.8:
4357: ^math:md5[string]
4358: 16-byte digest
4359:
4360: * operators.txt 1.113:
4361: * src/classes/math.C 1.28:
4362: * src/classes/math.C 1.29:
4363: ^math:uuid[]
4364:
4365: * tests/results/141.processed 1.1:
4366: file 141.processed was initially added on branch template_gc.
4367:
4368: * operators.txt 1.114:
4369: * src/classes/math.C 1.30:
4370: ^math:uid64[]
4371:
4372: * operators.txt [template_gc] 1.109.2.1.2.8:
4373: * src/classes/math.C [template_gc] 1.24.2.12.2.12:
4374: * src/lib/md5/pa_md5.h [template_gc] 1.5.2.1.2.1:
4375: * src/lib/md5/pa_md5c.c [template_gc] 1.6.2.1.2.1:
4376: * tests/141.html [template_gc] 1.1.2.1:
4377: * tests/results/141.processed [template_gc] 1.1.2.1:
4378: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.16:
4379: merged from head
4380: ^math:uuid[]
4381: ^math:uid64[]
4382: ^math:md5[string]
4383:
4384: test added: 141.html
4385:
4386: * tests/141.html 1.1:
4387: file 141.html was initially added on branch template_gc.
4388:
4389: * operators.txt [release_3_0_0007] 1.107.2.1:
4390: * src/classes/file.C [release_3_0_0007] 1.106.2.1:
4391: * src/include/pa_common.h [release_3_0_0007] 1.88.4.1:
4392: * src/include/pa_config_fixed.h [release_3_0_0007] 1.52.4.1:
4393: * src/main/pa_common.C [release_3_0_0007] 1.140.2.3:
4394: ^file::load[mode;name;
4395: $.offset
4396: $.limit
4397:
4398: 2003-04-14 paf
4399: * src/classes/table.C 1.178:
4400: more warnings
4401:
4402: * src/include/pa_array.h [template_gc] 1.57.2.27.2.16:
4403: * src/include/pa_table.h [template_gc] 1.48.2.11.2.9:
4404: * src/main/pa_table.C [template_gc] 1.53.2.10.2.7:
4405: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.15:
4406: removed checks in table::set_current, moved them back to table::locate
1.39 paf 4407: implemented table::create/join ? $.reverse
1.23 paf 4408:
4409: * tests/results/140.processed 1.1:
4410: file 140.processed was initially added on branch template_gc.
4411:
4412: * src/include/pa_table.h 1.50:
4413: * src/main/pa_array.C 1.56:
4414: * src/main/pa_table.C 1.55:
4415: removed checks in table::set_current, moved them back to table
4416: :locate
4417:
4418: * src/classes/table.C 1.179:
4419: * src/include/pa_table.h 1.51:
4420: table $.distinct[tables] bug fixed
4421:
4422: * src/classes/table.C [template_gc] 1.172.2.14.2.31:
4423: * src/include/pa_array.h [template_gc] 1.57.2.27.2.17:
4424: * src/include/pa_table.h [template_gc] 1.48.2.11.2.10:
4425: * src/main/pa_table.C [template_gc] 1.53.2.10.2.8:
4426: * tests/140.html [template_gc] 1.1.2.1:
4427: * tests/results/140.processed [template_gc] 1.1.2.1:
4428: table $.reverse option works in create&co
4429: table $.distinct[tables] bug fix merged
4430:
4431: * tests/140.html 1.1:
4432: file 140.html was initially added on branch template_gc.
4433:
4434: * src/classes/math.C 1.26:
4435: * src/lib/md5/pa_md5.h 1.6:
4436: * src/lib/md5/pa_md5c.c 1.7:
4437: started ^math:md5
4438:
4439: 2003-04-11 paf
4440: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.6:
4441: less xml, couple dup were valid
4442:
4443: * tests/128.html 1.1:
4444: file 128.html was initially added on branch template_gc.
4445:
4446: * tests/results/134.processed 1.1:
4447: file 134.processed was initially added on branch template_gc.
4448:
4449: * tests/129.html 1.1:
4450: file 129.html was initially added on branch template_gc.
4451:
4452: * tests/130.html 1.1:
4453: file 130.html was initially added on branch template_gc.
4454:
4455: * tests/results/126.processed 1.1:
4456: file 126.processed was initially added on branch template_gc.
4457:
4458: * tests/130.html [template_gc] 1.1.2.1:
4459: * tests/131.html [template_gc] 1.1.2.1:
4460: * tests/132.html [template_gc] 1.1.2.1:
4461: * tests/133.html [template_gc] 1.1.2.1:
4462: * tests/134.html [template_gc] 1.1.2.1:
4463: * tests/135.html [template_gc] 1.1.2.1:
4464: * tests/136.html [template_gc] 1.1.2.1:
4465: * tests/137.html [template_gc] 1.1.2.1:
4466: * tests/138.html [template_gc] 1.1.2.1:
4467: * tests/139.html [template_gc] 1.1.2.1:
4468: * tests/descript.ion [template_gc] 1.1.2.1:
4469: * tests/results/130.processed [template_gc] 1.1.2.1:
4470: * tests/results/131.processed [template_gc] 1.1.2.1:
4471: * tests/results/132.processed [template_gc] 1.1.2.1:
4472: * tests/results/133.processed [template_gc] 1.1.2.1:
4473: * tests/results/134.processed [template_gc] 1.1.2.1:
4474: * tests/results/135.processed [template_gc] 1.1.2.1:
4475: * tests/results/136.processed [template_gc] 1.1.2.1:
4476: * tests/results/137.processed [template_gc] 1.1.2.1:
4477: * tests/results/138.processed [template_gc] 1.1.2.1:
4478: * tests/results/139.processed [template_gc] 1.1.2.1:
4479: added few mustfail tests
4480: 130.html mustfail: empty regexp
4481: 131.html mustfail: invalid date/time
4482: 132.html mustfail: access to junction outside of context
4483: 133.html mustfail: access to junction outside of context, case version
4484: 134.html mustfail: hash: adding a key inside of foreach
4485: 135.html mustfail: modifying system class
4486: 136.html mustfail: $.name outside of $hash[here]
4487: 137.html mustfail: appendChild without import
4488: 138.html mustfail: invalid encoding inside of xml
4489: 139.html mustfail: bad XPath
4490:
4491: * tests/131.html 1.1:
4492: file 131.html was initially added on branch template_gc.
4493:
4494: * tests/results/136.processed 1.1:
4495: file 136.processed was initially added on branch template_gc.
4496:
4497: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.3:
4498: context-style
4499:
4500: * tests/132.html 1.1:
4501: file 132.html was initially added on branch template_gc.
4502:
4503: * tests/results/128.processed 1.1:
4504: file 128.processed was initially added on branch template_gc.
4505:
4506: * tests/results/138.processed 1.1:
4507: file 138.processed was initially added on branch template_gc.
4508:
4509: * operators.txt [template_gc] 1.109.2.1.2.7:
4510: * src/classes/date.C [template_gc] 1.42.2.11.2.13:
4511: * src/classes/table.C [template_gc] 1.172.2.14.2.30:
4512: * src/include/pa_array.h [template_gc] 1.57.2.27.2.15:
4513: * src/include/pa_common.h [template_gc] 1.89.2.13.2.13:
4514: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.3:
4515: * src/include/pa_string.h [template_gc] 1.144.2.28.2.50:
4516: * src/include/pa_table.h [template_gc] 1.48.2.11.2.8:
4517: * src/main/pa_request.C [template_gc] 1.245.2.37.2.32:
4518: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.13:
4519: * src/main/pa_string.C [template_gc] 1.172.2.21.2.40:
4520: * src/main/pa_table.C [template_gc] 1.53.2.10.2.6:
4521: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.14:
4522: merged from HEAD
4523: from before_append_array_limit_sense_change
4524: to after_append_array_limit_sense_change
4525:
4526: * operators.txt [template_gc] 1.109.2.1.2.6:
4527: * src/classes/table.C [template_gc] 1.172.2.14.2.28:
4528: * tests/084.html [template_gc] 1.1.2.1.2.1:
4529: * tests/125.html [template_gc] 1.1.2.1:
4530: * tests/126.html [template_gc] 1.1.2.1:
4531: * tests/127.html [template_gc] 1.1.2.1:
4532: * tests/128.html [template_gc] 1.1.2.1:
4533: * tests/129.html [template_gc] 1.1.2.1:
4534: * tests/results/125.processed [template_gc] 1.1.2.1:
4535: * tests/results/126.processed [template_gc] 1.1.2.1:
4536: * tests/results/127.processed [template_gc] 1.1.2.1:
4537: * tests/results/128.processed [template_gc] 1.1.2.1:
4538: * tests/results/129.processed [template_gc] 1.1.2.1:
4539: merged from HEAD
4540: ^table.hash[key][$.distinct[tables]]
4541:
4542: maked appropriate tests [changed one old nonconforming]
4543:
4544: * tests/descript.ion 1.1:
4545: file descript.ion was initially added on branch template_gc.
4546:
4547: * tests/133.html 1.1:
4548: file 133.html was initially added on branch template_gc.
4549:
4550: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.4:
4551: removed bad lines
4552:
4553: * tests/results/131.processed 1.1:
4554: file 131.processed was initially added on branch template_gc.
4555:
4556: * tests/134.html 1.1:
4557: file 134.html was initially added on branch template_gc.
4558:
4559: * tests/135.html 1.1:
4560: file 135.html was initially added on branch template_gc.
4561:
4562: * tests/results/133.processed 1.1:
4563: file 133.processed was initially added on branch template_gc.
4564:
4565: * tests/136.html 1.1:
4566: file 136.html was initially added on branch template_gc.
4567:
4568: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.7:
4569: const
4570:
4571: * tests/results/125.processed 1.1:
4572: file 125.processed was initially added on branch template_gc.
4573:
4574: * tests/137.html 1.1:
4575: file 137.html was initially added on branch template_gc.
4576:
4577: * operators.txt 1.110:
4578: * src/classes/table.C 1.174:
4579: ^table.hash[key][$.distinct[tables]]
4580:
4581: * tests/results/135.processed 1.1:
4582: file 135.processed was initially added on branch template_gc.
4583:
4584: * tests/138.html 1.1:
4585: file 138.html was initially added on branch template_gc.
4586:
4587: * operators.txt 1.111:
4588: * src/classes/date.C 1.45:
4589: * src/classes/table.C 1.176:
4590: * src/include/pa_array.h 1.58:
4591: * src/include/pa_common.h 1.92:
4592: * src/include/pa_config_includes.h 1.24:
4593: * src/include/pa_globals.h 1.102:
4594: * src/include/pa_table.h 1.49:
4595: * src/main/pa_array.C 1.55:
4596: * src/main/pa_globals.C 1.155:
4597: * src/main/pa_request.C 1.246:
4598: * src/main/pa_sql_driver_manager.C 1.70:
4599: * src/main/pa_string.C 1.173:
4600: * src/main/pa_table.C 1.54:
4601: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.13:
4602: append_array_limit_sense_change
4603: locate accepts options same as create
4604: new option: $.reverse(1) [do not work in table::create]
4605:
4606: * tests/results/127.processed 1.1:
4607: file 127.processed was initially added on branch template_gc.
4608:
4609: * tests/139.html 1.1:
4610: file 139.html was initially added on branch template_gc.
4611:
4612: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.3:
4613: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.5:
4614: *** empty log message ***
4615:
4616: * tests/results/137.processed 1.1:
4617: file 137.processed was initially added on branch template_gc.
4618:
4619: * tests/results/130.processed 1.1:
4620: file 130.processed was initially added on branch template_gc.
4621:
4622: * tests/results/129.processed 1.1:
4623: file 129.processed was initially added on branch template_gc.
4624:
4625: * src/include/pa_common.h 1.91:
4626: * src/include/pa_common.h [template_gc] 1.89.2.13.2.12:
4627: * src/main/pa_common.C 1.150:
4628: * src/main/pa_common.C [template_gc] 1.143.2.21.2.27:
4629: gcc didn't like (stat xxx,
4630:
4631: * INSTALL [template_gc] 1.31.6.3:
4632: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.11:
4633: * src/lib/Makefile.am [template_gc] 1.3.10.3:
4634: * src/lib/patches/Makefile.am [template_gc] 1.3.6.2:
4635: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.2:
4636: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.25:
4637: re-added libgdome patch. regretfully libgdome bug can not be
4638: worked around
4639:
4640: * src/classes/xdoc.C 1.110:
4641: * src/classes/xnode.C 1.55:
4642: * src/include/pa_charset.h 1.22:
4643: merged fix for
4644: found very old xml (dom) bug:
4645: were passing domString objects and later ERROREOUSLY freed them
4646:
4647: * src/classes/table.C 1.175:
4648: * src/classes/table.C 1.177:
4649: * src/classes/table.C [template_gc] 1.172.2.14.2.29:
4650: typo
4651:
4652: * tests/results/139.processed 1.1:
4653: file 139.processed was initially added on branch template_gc.
4654:
4655: * tests/125.html 1.1:
4656: file 125.html was initially added on branch template_gc.
4657:
4658: * tests/results/132.processed 1.1:
4659: file 132.processed was initially added on branch template_gc.
4660:
4661: * tests/126.html 1.1:
4662: file 126.html was initially added on branch template_gc.
4663:
4664: * tests/127.html 1.1:
4665: file 127.html was initially added on branch template_gc.
4666:
4667: 2003-04-10 paf
4668: * src/doc/string.dox [template_gc] 1.4.22.2:
4669: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.19:
4670: * src/include/pa_string.h [template_gc] 1.144.2.28.2.49:
4671: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.11:
4672: * src/main/pa_string.C [template_gc] 1.172.2.21.2.39:
4673: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.8:
4674: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.5:
4675: * tests/123.html [template_gc] 1.1.2.1:
4676: * tests/124.html [template_gc] 1.1.2.1:
4677: * tests/results/001.processed [template_gc] 1.1.2.2.2.1:
4678: * tests/results/002.processed [template_gc] 1.1.2.2.2.1:
4679: * tests/results/003.processed [template_gc] 1.1.2.2.2.1:
4680: * tests/results/004.processed [template_gc] 1.1.2.2.2.1:
4681: * tests/results/005.processed [template_gc] 1.1.2.2.2.1:
4682: * tests/results/006.processed [template_gc] 1.1.2.2.2.1:
4683: * tests/results/008.processed [template_gc] 1.1.2.2.2.1:
4684: * tests/results/009.processed [template_gc] 1.1.2.2.2.1:
4685: * tests/results/010.processed [template_gc] 1.1.2.1.2.1:
4686: * tests/results/011.processed [template_gc] 1.1.2.2.2.1:
4687: * tests/results/012.processed [template_gc] 1.1.2.2.2.1:
4688: * tests/results/013.processed [template_gc] 1.1.2.2.2.1:
4689: * tests/results/014.processed [template_gc] 1.1.2.2.2.1:
4690: * tests/results/015.processed [template_gc] 1.1.2.2.2.1:
4691: * tests/results/016.processed [template_gc] 1.1.2.2.2.1:
4692: * tests/results/017.processed [template_gc] 1.1.2.2.2.1:
4693: * tests/results/018.processed [template_gc] 1.1.2.1.2.1:
4694: * tests/results/020.processed [template_gc] 1.1.2.2.2.1:
4695: * tests/results/021.processed [template_gc] 1.1.2.2.2.1:
4696: * tests/results/022.processed [template_gc] 1.1.2.2.2.1:
4697: * tests/results/023.processed [template_gc] 1.1.2.1.2.1:
4698: * tests/results/024.processed [template_gc] 1.1.2.2.2.1:
4699: * tests/results/025.processed [template_gc] 1.1.2.2.2.1:
4700: * tests/results/026.processed [template_gc] 1.1.2.2.2.1:
4701: * tests/results/027.processed [template_gc] 1.1.2.2.2.1:
4702: * tests/results/028.processed [template_gc] 1.1.2.2.2.1:
4703: * tests/results/029.processed [template_gc] 1.1.2.2.2.1:
4704: * tests/results/030.processed [template_gc] 1.1.2.2.2.1:
4705: * tests/results/031.processed [template_gc] 1.1.2.2.2.1:
4706: * tests/results/032.processed [template_gc] 1.1.2.1.2.1:
4707: * tests/results/033.processed [template_gc] 1.1.2.1.2.1:
4708: * tests/results/034.processed [template_gc] 1.1.2.1.2.1:
4709: * tests/results/035.processed [template_gc] 1.1.2.1.2.1:
4710: * tests/results/036.processed [template_gc] 1.1.2.1.2.1:
4711: * tests/results/037.processed [template_gc] 1.1.2.1.2.1:
4712: * tests/results/038.processed [template_gc] 1.1.2.1.2.1:
4713: * tests/results/039.processed [template_gc] 1.1.2.1.2.1:
4714: * tests/results/040.processed [template_gc] 1.1.2.1.2.1:
4715: * tests/results/041.processed [template_gc] 1.1.2.1.2.1:
4716: * tests/results/042.processed [template_gc] 1.1.2.1.2.1:
4717: * tests/results/043.processed [template_gc] 1.1.2.1.2.1:
4718: * tests/results/044.processed [template_gc] 1.1.2.1.2.1:
4719: * tests/results/045.processed [template_gc] 1.1.2.1.2.1:
4720: * tests/results/046.processed [template_gc] 1.1.2.1.2.1:
4721: * tests/results/047.processed [template_gc] 1.1.2.1.2.1:
4722: * tests/results/048.processed [template_gc] 1.1.2.1.2.1:
4723: * tests/results/049.processed [template_gc] 1.1.2.1.2.1:
4724: * tests/results/050.processed [template_gc] 1.1.2.1.2.1:
4725: * tests/results/051.processed [template_gc] 1.1.2.1.2.1:
4726: * tests/results/052.processed [template_gc] 1.1.2.1.2.1:
4727: * tests/results/053.processed [template_gc] 1.1.2.1.2.1:
4728: * tests/results/054.processed [template_gc] 1.1.2.1.2.1:
4729: * tests/results/055.processed [template_gc] 1.1.2.1.2.1:
4730: * tests/results/056.processed [template_gc] 1.1.2.1.2.1:
4731: * tests/results/057.processed [template_gc] 1.1.2.3.2.1:
4732: * tests/results/058.processed [template_gc] 1.1.2.2.2.1:
4733: * tests/results/059.processed [template_gc] 1.1.2.1.2.1:
4734: * tests/results/060.processed [template_gc] 1.1.2.1.2.1:
4735: * tests/results/061.processed [template_gc] 1.1.2.1.2.1:
4736: * tests/results/062.processed [template_gc] 1.1.2.1.2.1:
4737: * tests/results/063.processed [template_gc] 1.1.2.1.2.1:
4738: * tests/results/064.processed [template_gc] 1.1.2.1.2.1:
4739: * tests/results/065.processed [template_gc] 1.1.2.1.2.1:
4740: * tests/results/066.processed [template_gc] 1.1.2.1.2.1:
4741: * tests/results/067.processed [template_gc] 1.1.2.1.2.1:
4742: * tests/results/068.processed [template_gc] 1.1.2.1.2.1:
4743: * tests/results/069.processed [template_gc] 1.1.2.1.2.1:
4744: * tests/results/070.processed [template_gc] 1.1.2.1.2.1:
4745: * tests/results/071.processed [template_gc] 1.1.2.1.2.1:
4746: * tests/results/072.processed [template_gc] 1.1.2.1.2.1:
4747: * tests/results/073.processed [template_gc] 1.1.2.1.2.1:
4748: * tests/results/074.processed [template_gc] 1.1.2.1.2.1:
4749: * tests/results/075.processed [template_gc] 1.1.2.1.2.1:
4750: * tests/results/076.processed [template_gc] 1.1.2.1.2.1:
4751: * tests/results/077.processed [template_gc] 1.1.2.1.2.1:
4752: * tests/results/078.processed [template_gc] 1.1.2.1.2.1:
4753: * tests/results/079.processed [template_gc] 1.1.2.1.2.1:
4754: * tests/results/080.processed [template_gc] 1.1.2.1.2.1:
4755: * tests/results/081.processed [template_gc] 1.1.2.1.2.1:
4756: * tests/results/082.processed [template_gc] 1.1.2.1.2.1:
4757: * tests/results/083.processed [template_gc] 1.1.2.1.2.1:
4758: * tests/results/084.processed [template_gc] 1.1.2.1.2.1:
4759: * tests/results/085.processed [template_gc] 1.1.2.1.2.1:
4760: * tests/results/086.processed [template_gc] 1.1.2.1.2.1:
4761: * tests/results/087.processed [template_gc] 1.1.2.1.2.1:
4762: * tests/results/088.processed [template_gc] 1.1.2.1.2.1:
4763: * tests/results/089.processed [template_gc] 1.1.2.1.2.1:
4764: * tests/results/090.processed [template_gc] 1.1.2.1.2.1:
4765: * tests/results/091.processed [template_gc] 1.1.2.1.2.1:
4766: * tests/results/092.processed [template_gc] 1.1.2.1.2.1:
4767: * tests/results/093.processed [template_gc] 1.1.2.1.2.1:
4768: * tests/results/094.processed [template_gc] 1.1.2.1.2.1:
4769: * tests/results/095.processed [template_gc] 1.1.2.1.2.1:
4770: * tests/results/096.processed [template_gc] 1.1.2.1.2.1:
4771: * tests/results/097.processed [template_gc] 1.1.2.1.2.1:
4772: * tests/results/101.processed [template_gc] 1.1.2.1.2.1:
4773: * tests/results/102.processed [template_gc] 1.1.2.1.2.1:
4774: * tests/results/104.processed [template_gc] 1.1.2.1.2.1:
4775: * tests/results/105.processed [template_gc] 1.1.2.1.2.1:
4776: * tests/results/106.processed [template_gc] 1.1.2.1.2.1:
4777: * tests/results/107.processed [template_gc] 1.1.2.1.2.2:
4778: * tests/results/108.processed [template_gc] 1.1.2.1.2.2:
4779: * tests/results/109.processed [template_gc] 1.1.2.1.2.2:
4780: * tests/results/110.processed [template_gc] 1.1.2.1.2.1:
4781: * tests/results/111.processed [template_gc] 1.1.2.1.2.1:
4782: * tests/results/112.processed [template_gc] 1.1.2.1.2.1:
4783: * tests/results/113.processed [template_gc] 1.1.2.1.2.1:
4784: * tests/results/114.processed [template_gc] 1.1.2.1.2.1:
4785: * tests/results/115.processed [template_gc] 1.1.2.1.2.1:
4786: * tests/results/116.processed [template_gc] 1.1.2.1.2.1:
4787: * tests/results/117.processed [template_gc] 1.1.2.1.2.2:
4788: * tests/results/118.processed [template_gc] 1.1.2.1.2.1:
4789: * tests/results/119.processed [template_gc] 1.1.2.1.2.1:
4790: * tests/results/120.processed [template_gc] 1.1.2.1.2.1:
4791: * tests/results/121.processed [template_gc] 1.1.2.2:
4792: * tests/results/122.processed [template_gc] 1.1.2.2:
4793: * tests/results/123.processed [template_gc] 1.1.2.1:
4794: * tests/results/124.processed [template_gc] 1.1.2.1:
4795: new convention: char* never 0. assert in cord on that
4796:
4797: * tests/124.html 1.1:
4798: file 124.html was initially added on branch template_gc.
4799:
4800: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.24:
4801: couple more asserts
4802:
4803: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.25:
4804: * src/classes/xnode.C [template_gc] 1.54.2.10.2.14:
4805: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.10:
4806: found very old xml (dom) bug:
4807: were passing domString objects and later ERROREOUSLY freed them
4808:
4809: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.20:
4810: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.21:
4811: bugfix on memory buffer overrun [but that's memory from
4812: gc_malloc, not from g_malloc :(, but would hope]
4813:
4814: * tests/results/123.processed 1.1:
4815: file 123.processed was initially added on branch template_gc.
4816:
4817: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.9:
4818: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.23:
4819: little transcodes speedup
4820:
4821: * tests/results/124.processed 1.1:
4822: file 124.processed was initially added on branch template_gc.
4823:
4824: * tests/123.html 1.1:
4825: file 123.html was initially added on branch template_gc.
4826:
4827: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.19:
4828: checked custom malloc for returning 0
4829:
4830: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.22:
4831: couple assertions on fantastic situations added [may be those
4832: is the case now?]
4833:
4834: 2003-04-09 paf
4835: * tests/122.html [template_gc] 1.1.2.1:
4836: * tests/results/122.processed [template_gc] 1.1.2.1:
4837: 122 date test <= and == added [after volatile fix. passes on
4838: win&intel-solaris]
4839:
4840: * src/targets/cgi/pp3.cmd [template_gc] 1.1.2.1:
4841: custom profiling script:
4842: plist/ST << Sort by function time
4843:
4844: * src/classes/date.C [template_gc] 1.42.2.11.2.12:
4845: merged ^date.roll changes
4846:
4847: * src/classes/date.C 1.44:
4848: ^date.roll bug fix
4849:
4850: * tests/results/122.processed 1.1:
4851: file 122.processed was initially added on branch template_gc.
4852:
4853: * tests/122.html 1.1:
4854: file 122.html was initially added on branch template_gc.
4855:
4856: * src/classes/date.C 1.43:
4857: ^date.roll now throws less errors:
4858: month shifts handles end of month situation by reducing day number
4859: hour-hole shift reduces hour to recover
4860:
4861: * src/targets/cgi/pp3.cmd 1.1:
4862: file pp3.cmd was initially added on branch template_gc.
4863:
4864: * operators.txt [template_gc] 1.109.2.1.2.5:
4865: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.18:
4866: * src/main/pa_common.C [template_gc] 1.143.2.21.2.26:
4867: http://
4868: $.charset[] param
4869: done
4870:
4871: 2003-04-08 paf
4872: * src/main/untaint.C [template_gc] 1.115.2.12.2.21:
4873: CORD_pos_advance turned out to have limit on 'n' param. worked
4874: that around
4875:
4876: * src/main/untaint.C [template_gc] 1.115.2.12.2.22:
4877: removed redundant & in CORD_pos param passing [for it's a
4878: pointer really]
4879:
4880: * src/main/pa_common.C [template_gc] 1.143.2.21.2.24:
4881: merged PA_USE_ALARM bugfix from HEAD
4882:
4883: * src/lib/cord/source.url 1.1:
4884: file source.url was initially added on branch template_gc.
4885:
4886: * src/classes/date.C [template_gc] 1.42.2.11.2.11:
4887: * src/classes/file.C [template_gc] 1.107.2.16.2.14:
4888: * src/classes/hash.C [template_gc] 1.54.2.13.2.15:
4889: * src/classes/op.C [template_gc] 1.127.2.22.2.31:
4890: * src/classes/string.C [template_gc] 1.125.2.15.2.23:
4891: * src/classes/table.C [template_gc] 1.172.2.14.2.26:
4892: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.7:
4893: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.18:
4894: * src/include/pa_string.h [template_gc] 1.144.2.28.2.47:
4895: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.34:
4896: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.16:
4897: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.15:
4898: * src/main/pa_request.C [template_gc] 1.245.2.37.2.29:
4899: * src/main/pa_string.C [template_gc] 1.172.2.21.2.37:
4900: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.5:
4901: * src/main/untaint.C [template_gc] 1.115.2.12.2.25:
4902: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.5:
4903: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.7:
4904: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.6:
4905: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.4:
4906: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.15:
4907: pa_vform violated String::invariant. started fixing [not
4908: compiled now]
4909:
4910: * src/classes/file.C [template_gc] 1.107.2.16.2.15:
4911: * src/classes/op.C [template_gc] 1.127.2.22.2.32:
4912: * src/classes/table.C [template_gc] 1.172.2.14.2.27:
4913: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.24:
4914: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.8:
4915: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.5:
4916: * src/include/pa_common.h [template_gc] 1.89.2.13.2.11:
4917: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.3:
4918: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.17:
4919: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.4:
4920: * src/main/pa_common.C [template_gc] 1.143.2.21.2.25:
4921: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.16:
4922: * src/main/pa_request.C [template_gc] 1.245.2.37.2.30:
4923: * src/main/untaint.C [template_gc] 1.115.2.12.2.27:
4924: * src/types/pa_value.h [template_gc] 1.109.2.25.2.11:
4925: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.17:
4926: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.5:
4927: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.6:
4928: started http://
4929: $.charset[] param
4930: and
4931: http response charset detection
4932: just compiled.
4933: todo:test
4934:
4935: * src/classes/string.C [template_gc] 1.125.2.15.2.24:
4936: * src/include/pa_string.h [template_gc] 1.144.2.28.2.48:
4937: * src/main/pa_string.C [template_gc] 1.172.2.21.2.38:
4938: * src/main/untaint.C [template_gc] 1.115.2.12.2.26:
4939: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.6:
4940: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.7:
4941: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.16:
4942: changed transcode param converntion along with string creating convention -- all strings are zero-terminated,
4943: this allowed to fix one remaining String("123", 2) case
4944:
4945: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.3:
4946: * src/lib/cord/Makefile.in [template_gc] 1.1.2.2:
4947: *** empty log message ***
4948:
4949: * src/classes/string.C [template_gc] 1.125.2.15.2.22:
4950: * src/include/pa_string.h [template_gc] 1.144.2.28.2.46:
4951: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.10:
4952: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.33:
4953: * src/main/compile.y [template_gc] 1.204.2.8.2.17:
4954: * src/main/pa_string.C [template_gc] 1.172.2.21.2.36:
4955: * src/main/untaint.C [template_gc] 1.115.2.12.2.24:
4956: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.23:
4957: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.12:
4958: number of string style improvements & optimizations
4959:
4960: * src/lib/cord/Makefile.am [template_gc] 1.1.2.2:
4961: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.9:
4962: * src/lib/cord/source.url [template_gc] 1.1.2.1:
4963: From: "Boehm, Hans" <hans_boehm@hp.com>
4964: To: "'Alexandr Petrosian (PAF)'" <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com>
4965: Sent: Tuesday, April 08, 2003 2:16 AM
4966: Subject: RE: libgc 6.2.alpha4 cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
4967:
4968:
4969: Thanks for the bug report and patch.
4970:
4971: 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.
4972:
4973: Hans
4974:
4975: * src/classes/xnode.C [template_gc] 1.54.2.10.2.13:
4976: =0 bug fix [left from autoptr default ctor :(]
4977:
4978: 2003-04-07 paf
4979: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.7:
4980: small style change
4981:
4982: * src/include/pa_string.h [template_gc] 1.144.2.28.2.45:
4983: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.8:
4984: CORD_cat bugfix
4985:
4986: * src/include/pa_common.h [template_gc] 1.89.2.13.2.10:
4987: * src/main/pa_common.C [template_gc] 1.143.2.21.2.23:
4988: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.14:
4989: merged from head:safe mode error message now includes numbers
4990:
4991: * src/include/pa_common.h 1.90:
4992: * src/main/pa_common.C 1.149:
4993: * src/main/pa_exec.C 1.50:
4994: safe mode error message now includes numbers
4995:
4996: * src/main/execute.C 1.296:
4997: * src/main/execute.C [template_gc] 1.295.2.27.2.22:
4998: n-th attempt to make a=a work with double.
4999: problem: as_double returns it's result in fp-register
5000: compiler optimizes access to that register after b->as_double,
5001: and just compares ALREADY_STORED_VALUE with prev-calculated a->as_double from memory.
5002: _SAME_ double values do not match here.
5003: when forced to REload fp-register, values do match.
5004:
5005: tried to make them volatile.
5006:
5007: * src/main/untaint.C [template_gc] 1.115.2.12.2.19:
5008: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.22:
5009: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.11:
5010: unknown untaint lang now causes death
5011:
5012: 2003-04-04 paf
5013: * src/types/pa_vmail.C 1.44:
5014: mail receive: .txt attachemnts bug fix
5015: http://i2/tasks/edit/?id=4507350336410850921
5016:
5017: * src/main/pa_globals.C 1.154:
5018: exif mem leak
5019: http://i2/tasks/edit/?id=4480590323629807263
5020:
5021: * src/classes/classes.dsp 1.27:
5022: * src/lib/ltdl/libltdl.dsp 1.5:
5023: * src/lib/md5/md5.dsp 1.4:
5024: * src/lib/pcre/pcre.dsp 1.3:
5025: * src/main/compile.tab.C 1.82:
5026: * src/main/main.dsp 1.163:
5027: * src/main/pa_globals.C 1.153:
5028: * src/targets/cgi/parser3.dsp 1.62:
5029: * src/types/types.dsp 1.38:
5030: links to xml libs made relative, no need to unpack
5031: parser3project to /parser3project.
5032:
5033: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.31:
5034: * src/main/compile.y [template_gc] 1.204.2.8.2.15:
5035: more understandable error message in case @CLASS with more then
5036: one line inside
5037:
5038: * src/classes/classes.dsp 1.28:
5039: * src/main/main.dsp 1.164:
5040: * src/targets/cgi/parser3.dsp 1.63:
5041: * src/types/pa_vmail.C 1.43:
5042: * src/types/types.dsp 1.39:
5043: buf fix http://i2/tasks/edit/?id=4493946731322521294
5044: $.to[billgates@microsoft.com
5045: BCc: send-spam-to@someemails.ru
5046: ]
5047:
5048: * src/classes/file.C 1.110:
5049: * src/include/pa_exec.h 1.12:
5050: * src/main/pa_exec.C 1.49:
5051: incorportated pa_exec patch by
5052: From: "Victor Fedoseev" <vvf_ru@mail.ru>
5053: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
5054: Sent: Thursday, January 23, 2003 9:14 AM
5055:
5056: huge speedup on ^file::cgi with big result
5057:
5058: * configure [template_gc] 1.66.2.5.2.7:
5059: * tests/Makefile [template_gc] 1.1.2.8.2.8:
5060: * tests/Makefile [template_gc] 1.1.2.8.2.9:
5061: *** empty log message ***
5062:
5063: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.21:
5064: more understandable error message in case of errors in @unhandled_exception
5065:
5066: * src/classes/math.C 1.25:
5067: allowed random 1...
5068:
5069: * src/classes/xdoc.C 1.109:
5070: memory allocation func bugfix
5071: http://i2/tasks/edit/?id=4499303470368629745
5072:
1.39 paf 5073: * src/classes/table.C 1.173:
5074: sort table with 0 rows bug fixed
5075:
1.23 paf 5076: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.32:
5077: * src/main/compile.y [template_gc] 1.204.2.8.2.16:
5078: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.11:
5079: error column more precise - tab handling bug fixed
5080:
1.39 paf 5081: * src/classes/math.C [template_gc] 1.24.2.12.2.11:
5082: allowed random 0..
5083:
1.23 paf 5084: * src/classes/hash.C 1.55:
5085: * src/types/pa_vhash.h 1.44:
5086: $hash._default showed in foreach & co bug fix
5087: http://i2/tasks/edit/?id=4493701604654042676
5088:
5089: @main[]
5090: $with_default[
5091: $.a[1]
5092: $._default[default from with_default]
5093: ]
5094: ^show[$with_default]
5095:
5096: $to_add_to[
5097: $.b[2]
5098: ]
5099: ^to_add_to.add[$with_default]
5100: =$to_add_to.xxx=<br>
5101:
5102:
5103: ^show[$to_add_to]
5104:
5105:
5106: $cloned[^hash::create[$with_default]]
5107: =$cloned.xxx=<br>
5108: ^show[$cloned]
5109:
5110:
5111: @show[hash]
5112: ^hash.foreach[k;v]{
5113: $k = $v <br>
5114:
5115: }
5116: <hr>
5117:
5118: 2003-04-03 paf
5119: * src/classes/op.C [template_gc] 1.127.2.22.2.23:
5120: * src/include/pa_request.h [template_gc] 1.160.2.37.2.18:
5121: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.6:
5122: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.23:
5123: * src/main/execute.C [template_gc] 1.295.2.27.2.16:
5124: * src/main/pa_request.C [template_gc] 1.245.2.37.2.22:
5125: strack trace reset after handled exception [old bug fixed]
5126:
5127: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.22:
5128: * src/main/compile.y [template_gc] 1.204.2.8.2.10:
5129: parse position old bug fixed.
5130: position reporting made precise [both, in parse erros and runtime errors]
5131:
5132: * operators.txt [template_gc] 1.109.2.1.2.4:
5133: * src/classes/date.C [template_gc] 1.42.2.11.2.10:
5134: * src/classes/date.C [template_gc] 1.42.2.11.2.9:
5135: * src/classes/double.C [template_gc] 1.53.2.8.2.4:
5136: * src/classes/file.C [template_gc] 1.107.2.16.2.13:
5137: * src/classes/hash.C [template_gc] 1.54.2.13.2.14:
5138: * src/classes/image.C [template_gc] 1.90.2.15.2.20:
5139: * src/classes/image.C [template_gc] 1.90.2.15.2.21:
5140: * src/classes/int.C [template_gc] 1.49.2.7.2.5:
5141: * src/classes/mail.C [template_gc] 1.88.2.16.2.17:
5142: * src/classes/math.C [template_gc] 1.24.2.12.2.9:
5143: * src/classes/memory.C [template_gc] 1.1.2.4:
5144: * src/classes/op.C [template_gc] 1.127.2.22.2.27:
5145: * src/classes/op.C [template_gc] 1.127.2.22.2.28:
5146: * src/classes/response.C [template_gc] 1.23.2.8.2.3:
5147: * src/classes/string.C [template_gc] 1.125.2.15.2.20:
5148: * src/classes/string.C [template_gc] 1.125.2.15.2.21:
5149: * src/classes/table.C [template_gc] 1.172.2.14.2.24:
5150: * src/classes/table.C [template_gc] 1.172.2.14.2.25:
5151: * src/classes/void.C [template_gc] 1.28.2.5.2.9:
5152: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.22:
5153: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.23:
5154: * src/classes/xnode.C [template_gc] 1.54.2.10.2.12:
5155: * src/classes/xnode.h [template_gc] 1.18.2.6.2.7:
5156: * src/main/execute.C [template_gc] 1.295.2.27.2.19:
5157: * src/types/pa_method.h [template_gc] 1.1.2.4.2.5:
5158: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.12:
5159: MethodParams& now [methods without params receive zero
5160: reference, but they are expected not to look there]
5161:
5162: * src/main/execute.C [template_gc] 1.295.2.27.2.18:
5163: * src/types/pa_value.C [template_gc] 1.9.2.15.2.11:
5164: * src/types/pa_value.h [template_gc] 1.109.2.25.2.10:
5165: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.5:
5166: slightly improved error messages text:
5167: 1. is '%s', it
5168: 2. method undefined in case of ^void[]
5169:
1.39 paf 5170: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.2:
5171: removed 'patches'
5172:
1.23 paf 5173: * src/classes/math.C [template_gc] 1.24.2.12.2.10:
5174: top limit
5175:
5176: * src/classes/op.C [template_gc] 1.127.2.22.2.24:
5177: * src/include/pa_request.h [template_gc] 1.160.2.37.2.19:
5178: removed from trace 'a' exception when
5179: ^try{
5180: ^throw[a;1]
5181: }{
5182: ^throw[b;2]
5183: }
5184:
5185: this makes life easier: were: bad stack order -- were in exception catch unwind order, which didn't match execution order
5186:
5187:
5188: @main[]
5189: ^try{
5190: ^first[]
5191: }{
5192: ^throw[c;3]
5193: }
5194:
5195: @first[]
5196: ^throw[a;1]
5197:
5198: showed
5199: throw a
5200: first
5201: throw b
5202: try
5203:
5204: which is no good
5205:
5206: * src/classes/op.C [template_gc] 1.127.2.22.2.30:
5207: * src/main/pa_request.C [template_gc] 1.245.2.37.2.26:
5208: * tests/042.html [template_gc] 1.1.2.1.2.1:
5209: test 042 changed to realities, and passed [bug fixed]
5210:
5211: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.25:
5212: * src/main/compile.y [template_gc] 1.204.2.8.2.12:
5213: *** empty log message ***
5214:
5215: * operators.txt [template_gc] 1.109.2.1.2.3:
5216: * src/classes/op.C [template_gc] 1.127.2.22.2.26:
5217: * src/include/pa_request.h [template_gc] 1.160.2.37.2.21:
5218: * src/main/pa_request.C [template_gc] 1.245.2.37.2.24:
5219: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.11:
5220: ^process...[filename]
5221: useful for better error reporting [file/line/col]
5222:
5223: * INSTALL [template_gc] 1.31.6.2:
5224: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.5:
5225: * src/include/pa_request.h [template_gc] 1.160.2.37.2.23:
5226: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.29:
5227: * src/main/compile.y [template_gc] 1.204.2.8.2.14:
5228: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.11:
5229: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.10:
5230: * src/main/execute.C [template_gc] 1.295.2.27.2.20:
5231: * src/main/pa_request.C [template_gc] 1.245.2.37.2.27:
5232: debug info format simplified, now it's:
5233: OP_VALUE
5234: Operation::Origin << here
5235: value*
5236:
5237: higher limits:
5238: file number (max: 255)
5239: line number (max: 64535)
5240: column number (max: 255)
5241:
5242: * src/main/compile.C [template_gc] 1.69.2.6.2.8:
5243: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.27:
5244: * src/main/compile.y [template_gc] 1.204.2.8.2.13:
5245: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.9:
5246: precise parse error position in case of
5247:
5248: ^bug
5249: ]
5250:
5251: * src/classes/op.C [template_gc] 1.127.2.22.2.25:
5252: * src/include/pa_request.h [template_gc] 1.160.2.37.2.20:
5253: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.7:
5254: * src/include/pa_types.h [template_gc] 1.44.2.3.2.1:
5255: * src/main/execute.C [template_gc] 1.295.2.27.2.17:
5256: * src/main/pa_request.C [template_gc] 1.245.2.37.2.23:
5257: exception handling done. now we have error columns
5258: todo: test it
5259:
5260: * src/classes/op.C [template_gc] 1.127.2.22.2.29:
5261: * src/include/pa_request.h [template_gc] 1.160.2.37.2.22:
5262: * src/main/compile.C [template_gc] 1.69.2.6.2.7:
5263: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.24:
5264: * src/main/compile.y [template_gc] 1.204.2.8.2.11:
5265: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.10:
5266: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.8:
5267: * src/main/pa_request.C [template_gc] 1.245.2.37.2.25:
5268: introducing ^process...[main-method-alias]
5269:
5270: 2003-04-02 paf
5271: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.21:
5272: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.10:
5273: removed ref leak in xdoc::create/load
5274:
5275: * src/classes/op.C [template_gc] 1.127.2.22.2.22:
5276: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.3:
5277: * src/include/pa_request.h [template_gc] 1.160.2.37.2.16:
5278: * src/main/compile.C [template_gc] 1.69.2.6.2.5:
5279: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.20:
5280: * src/main/compile.y [template_gc] 1.204.2.8.2.8:
5281: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.8:
5282: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.6:
5283: * src/main/execute.C [template_gc] 1.295.2.27.2.14:
5284: * src/main/pa_request.C [template_gc] 1.245.2.37.2.20:
5285: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.9:
5286: prepared debug info
5287: todo:use it
5288:
5289: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.6:
5290: * tests/Makefile [template_gc] 1.1.2.8.2.6:
5291: replace bug fix [broke Dictionary constructor when moved to gc]
5292:
5293: * src/classes/op.C [template_gc] 1.127.2.22.2.21:
5294: * src/classes/table.C [template_gc] 1.172.2.14.2.22:
5295: * src/include/pa_request.h [template_gc] 1.160.2.37.2.15:
5296: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.7:
5297: * src/main/execute.C [template_gc] 1.295.2.27.2.12:
5298: * src/types/pa_value.h [template_gc] 1.109.2.25.2.9:
5299: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.2:
5300: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.4:
5301: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.4:
5302: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.3:
5303: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.6:
5304: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.6:
5305: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.7:
5306: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.4:
5307: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.2:
5308: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.8:
5309: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.6:
5310: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.4:
5311: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.6:
5312: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.3:
5313: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.9:
5314: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.7:
5315: more locally scoped vars in execute (more easily optimizable)
5316:
5317: * src/lib/patches/gdome2.patch [template_gc] 1.1.6.1:
5318: starting in gdome 0.7.4 this is no longer needed [author
5319: applied my patch]
5320:
5321: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.4:
5322: * src/include/pa_request.h [template_gc] 1.160.2.37.2.17:
5323: * src/main/compile.C [template_gc] 1.69.2.6.2.6:
5324: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.21:
5325: * src/main/compile.y [template_gc] 1.204.2.8.2.9:
5326: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.9:
5327: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.7:
5328: * src/main/execute.C [template_gc] 1.295.2.27.2.15:
5329: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.9:
5330: * src/main/pa_request.C [template_gc] 1.245.2.37.2.21:
5331: debug info: started using.
5332: todo:complete
5333:
5334: * src/lib/patches/Makefile.am [template_gc] 1.3.6.1:
5335: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.2:
5336: not patches now
5337:
5338: * src/main/pa_common.C [template_gc] 1.143.2.21.2.21:
5339: * src/main/pa_common.C [template_gc] 1.143.2.21.2.22:
5340: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.6:
5341: uncommented http:// file loading
5342:
5343: * tests/Makefile [template_gc] 1.1.2.8.2.7:
5344: * tests/results/108.processed [template_gc] 1.1.2.1.2.1:
5345: * tests/results/117.processed [template_gc] 1.1.2.1.2.1:
5346: meta considered OK [it's up to coder now to remove it not
5347: needed]
5348:
5349: * configure [template_gc] 1.66.2.5.2.3:
5350: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.2:
5351: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.14:
5352: --enable-assertions autoconf-ed
5353:
5354: * src/include/pa_array.h [template_gc] 1.57.2.27.2.12:
5355: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.4:
5356: * src/main/main.dsp [template_gc] 1.161.6.14.2.8:
5357: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.19:
5358: array::get/put inlined
5359:
5360: * src/include/pa_array.h [template_gc] 1.57.2.27.2.14:
5361: * src/main/execute.C [template_gc] 1.295.2.27.2.13:
5362: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.20:
5363: * tests/run_parser.sh [template_gc] 1.1.2.1.2.1:
5364: gif encoder bug fix [gdGrowingBuf]
5365:
5366: * src/classes/form.C [template_gc] 1.34.2.7.2.7:
5367: * src/classes/hash.C [template_gc] 1.54.2.13.2.13:
5368: * src/classes/image.C [template_gc] 1.90.2.15.2.19:
5369: * src/classes/string.C [template_gc] 1.125.2.15.2.19:
5370: * src/classes/table.C [template_gc] 1.172.2.14.2.23:
5371: * src/classes/void.C [template_gc] 1.28.2.5.2.8:
5372: * src/include/pa_common.h [template_gc] 1.89.2.13.2.9:
5373: * src/main/pa_common.C [template_gc] 1.143.2.21.2.20:
5374: * src/main/pa_request.C [template_gc] 1.245.2.37.2.19:
5375: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.12:
5376: * src/main/pa_string.C [template_gc] 1.172.2.21.2.35:
5377: all calls to String::String(str,helper_length) are checked.
5378: found/fixed one place:
5379: $request:body now zero-terminated,
5380:
5381: * src/lib/patches/libxslt.patch [template_gc] 1.1.6.1:
5382: decided against patching -- one can remove that header in @
5383: postprocess, if he/she wants to
5384:
5385: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.2:
5386: strange mistake fixed: forgot to return Operation class->union
5387: after switching from autoptrs.
5388:
5389: * configure.in [template_gc] 1.62.2.5.2.4:
5390: * src/lib/Makefile.am [template_gc] 1.3.10.2:
5391: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.8:
5392: removed patches
5393:
5394: * configure [template_gc] 1.66.2.5.2.4:
5395: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.15:
5396: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.14:
5397: *** empty log message ***
5398:
5399: * configure.in [template_gc] 1.62.2.5.2.3:
5400: * src/classes/xnode.C [template_gc] 1.54.2.10.2.11:
5401: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.5:
5402: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.2:
5403: * src/include/pa_string.h [template_gc] 1.144.2.28.2.43:
5404: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.6:
5405: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.11:
5406: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.18:
5407: converted debug hacks to ANSI assertions
5408: started configure.in --enable-assertions
5409:
5410: * src/include/pa_array.h [template_gc] 1.57.2.27.2.13:
5411: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.5:
5412: * src/include/pa_string.h [template_gc] 1.144.2.28.2.44:
5413: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.6:
5414: * src/main/main.dsp [template_gc] 1.161.6.14.2.9:
5415: * src/main/pa_table.C [template_gc] 1.53.2.10.2.4:
5416: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.10:
5417: array get/put check become assertion
5418: iterator in methodframe filler
5419:
5420: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.7:
5421: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.13:
5422: globals.c: gc_substitute_memory_management_functions
5423: +installed CORD_oom function
5424:
5425: * src/lib/patches/libxml2.patch [template_gc] 1.1.6.1:
5426: found a way of dealing with charset tables without patching
5427: library [price: imposed limit of 10 user-defined charsets, but
5428: limit can be easily increased]
5429:
5430: * src/classes/table.C [template_gc] 1.172.2.14.2.21:
5431: * src/include/pa_table.h [template_gc] 1.48.2.11.2.7:
5432: * src/main/pa_table.C [template_gc] 1.53.2.10.2.5:
5433: few for(size_t i=0...) -> for(Array_iterator... i(..); i
5434: has_next()
5435:
5436: 2003-04-01 paf
5437: * src/lib/gc/Makefile.am 1.1:
5438: * src/lib/gc/include/Makefile.am 1.1:
5439: file Makefile.am was initially added on branch template_gc.
5440:
5441: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.8:
5442: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.4:
5443: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.19:
5444: * src/main/main.dsp [template_gc] 1.161.6.14.2.7:
5445: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.10:
5446: * src/targets/apache13/ApacheModuleParser3.dsp [template_gc] 1.16.12.1.2.1:
5447: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.12:
5448: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.2:
5449: * src/types/types.dsp [template_gc] 1.35.10.9.2.8:
5450: prepared xml-static configuration
5451:
5452: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.11:
5453: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.16:
5454: xml memory debugging showed no errors. todo: debug parser memory
5455:
5456: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.9:
5457: bug() to set bpt in (memory.c)
5458: some .am changes
5459:
5460: * src/lib/gc/Makefile.in 1.1:
5461: * src/lib/gc/include/Makefile.in 1.1:
5462: file Makefile.in was initially added on branch template_gc.
5463:
5464: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.20:
5465: * src/classes/xnode.h [template_gc] 1.18.2.6.2.6:
5466: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.17:
5467: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.10:
5468: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.17:
5469: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.8:
5470: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.8:
5471: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.6:
5472: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.5:
5473: memory bug debugged down: gdome uses glib memory, and stores last pointer to xmlDoc there, gc misses that and collects valid memory
5474: fixed by remembering xmlDoc from dom object in xdoc.
5475: todo: do something with premature free of xdoc with xnodes/node values referring into it
5476:
5477: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.15:
5478: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.13:
5479: more build configurations
5480:
5481: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.16:
5482: * src/main/pa_common.C [template_gc] 1.143.2.21.2.18:
5483: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.12:
5484: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.8:
5485: moved memory debugging to global level: to pa_gc_malloc
5486:
5487: * src/lib/gc/Makefile.am [template_gc] 1.1.2.1:
5488: * src/lib/gc/Makefile.in [template_gc] 1.1.2.1:
5489: * src/lib/gc/include/Makefile.am [template_gc] 1.1.2.1:
5490: * src/lib/gc/include/Makefile.in [template_gc] 1.1.2.1:
5491: *** empty log message ***
5492:
5493: * src/classes/mail.C [template_gc] 1.88.2.16.2.15:
5494: * src/classes/mail.C [template_gc] 1.88.2.16.2.16:
5495: typo fix
5496:
5497: 2003-03-31 paf
5498: * INSTALL [template_gc] 1.31.6.1:
5499: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.19:
5500: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.9:
5501: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.14:
5502: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.11:
5503: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.4:
5504: started xml lib memory debugging, simple checks failed:
5505: it seems that library does realloc(bad ptr), and recording those ptrs in heap [for debugging] was bad:
5506: heap situation changes = everything works fine
5507:
5508: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.6:
5509: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.13:
5510: worked around xmlRegisterCharEncodingHandler limitation [
5511: currently imposed limit of 10 user-defined charsets]
5512:
5513: 2003-03-28 paf
5514: * src/main/execute.C [template_gc] 1.295.2.27.2.11:
5515: execution stack copied to local
5516: register
5517: variable, removed lots [~2e7) of memory accesses
5518:
5519: 2003-03-27 paf
5520: * src/classes/string.C [template_gc] 1.125.2.15.2.17:
5521: * src/classes/table.C [template_gc] 1.172.2.14.2.19:
5522: * src/include/pa_array.h [template_gc] 1.57.2.27.2.9:
5523: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.3:
5524: * src/include/pa_string.h [template_gc] 1.144.2.28.2.40:
5525: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.5:
5526: * src/main/pa_string.C [template_gc] 1.172.2.21.2.33:
5527: * src/main/untaint.C [template_gc] 1.115.2.12.2.18:
5528: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.9:
5529: fixed clients of &get():
5530: most to use non-ref version,
5531: some[in tight places] to get_unchecked_ref
5532:
5533: * src/classes/date.C [template_gc] 1.42.2.11.2.8:
5534: * src/classes/file.C [template_gc] 1.107.2.16.2.12:
5535: * src/classes/hash.C [template_gc] 1.54.2.13.2.12:
5536: * src/classes/string.C [template_gc] 1.125.2.15.2.18:
5537: * src/classes/table.C [template_gc] 1.172.2.14.2.20:
5538: * src/classes/void.C [template_gc] 1.28.2.5.2.7:
5539: * src/include/pa_string.h [template_gc] 1.144.2.28.2.41:
5540: * src/lib/cord/cord.dsp [template_gc] 1.1.2.8:
5541: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.5:
5542: * src/lib/cord/include/cord.h [template_gc] 1.1.2.2:
5543: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.16:
5544: * src/main/compile.y [template_gc] 1.204.2.8.2.7:
5545: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.5:
5546: * src/main/pa_common.C [template_gc] 1.143.2.21.2.17:
5547: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.12:
5548: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.13:
5549: * src/main/pa_request.C [template_gc] 1.245.2.37.2.18:
5550: * src/main/pa_string.C [template_gc] 1.172.2.21.2.34:
5551: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.4:
5552: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.4:
5553: * src/types/pa_value.C [template_gc] 1.9.2.15.2.10:
5554: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.5:
5555: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.4:
5556: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.14:
5557: introducing append_help_length [radical improvement here]
5558:
5559: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.12:
5560: GC_java_finalization turned off [was 'not recommened' in gc.h,
5561: on win32 noticed no difference]
5562:
5563: * src/include/pa_array.h [template_gc] 1.57.2.27.2.11:
5564: returned checked array get [were disabled for debugging]
5565: result:not slower [don't understand that, it were INLINED]
5566: todo: find out a way of inlining it!
5567:
5568: * src/classes/memory.C [template_gc] 1.1.2.3:
5569: * src/include/pa_array.h [template_gc] 1.57.2.27.2.10:
5570: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.7:
5571: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.15:
5572: * src/lib/cord/cord.dsp [template_gc] 1.1.2.7:
5573: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.3:
5574: * src/lib/gc/include/gc.h [template_gc] 1.1.2.2:
5575: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.6:
5576: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.10:
5577: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.9:
5578: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.7:
5579: disabled gc, become even slower
5580:
5581: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.7:
5582: * src/classes/memory.C [template_gc] 1.1.2.2:
5583: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.16:
5584: * src/include/pa_array.h [template_gc] 1.57.2.27.2.8:
5585: * src/include/pa_request.h [template_gc] 1.160.2.37.2.14:
5586: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.2:
5587: * src/include/pa_string.h [template_gc] 1.144.2.28.2.39:
5588: * src/lib/cord/cord.dsp [template_gc] 1.1.2.6:
5589: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.4:
5590: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.3:
5591: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.3:
5592: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.15:
5593: * src/main/compile.y [template_gc] 1.204.2.8.2.6:
5594: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.4:
5595: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.4:
5596: * src/main/main.dsp [template_gc] 1.161.6.14.2.6:
5597: * src/main/pa_string.C [template_gc] 1.172.2.21.2.32:
5598: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.9:
5599: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.8:
5600: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.13:
5601: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.8:
5602: * src/types/types.dsp [template_gc] 1.35.10.9.2.7:
5603: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.3:
5604: Array::put(index, T>>&<< removed
5605: after Stack::pop wiping removed [moved to separate func]
5606: other Array & removed
5607:
5608: * src/lib/gc/include/gc_fake.h 1.1:
5609: file gc_fake.h was initially added on branch template_gc.
5610:
5611: * src/include/pa_string.h [template_gc] 1.144.2.28.2.42:
5612: * src/lib/gc/include/gc.h [template_gc] 1.1.2.3:
5613: * src/lib/gc/include/gc_fake.h [template_gc] 1.1.2.1:
5614: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.17:
5615: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.7:
5616: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.11:
5617: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.10:
5618: convention changed: all resulting strings are zero-terminated
5619:
5620: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.17:
5621: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.18:
5622: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.6:
5623: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.13:
5624: forgot to merge XML memory funcs replacement from gc branch
5625:
5626: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.18:
5627: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.7:
5628: XML memory funcs to GC works in debug, but fails in release
5629: todo: fix that
5630:
5631: * src/doc/memory.dox 1.1:
5632: file memory.dox was initially added on branch template_gc.
5633:
5634: * src/doc/memory.dox [template_gc] 1.1.2.1:
5635: forgot to add
5636:
5637: 2003-03-26 paf
5638: * src/lib/cord/include/private/cord_pos.h 1.1:
5639: file cord_pos.h was initially added on branch template_gc.
5640:
5641: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.6:
5642: * src/classes/file.C [template_gc] 1.107.2.16.2.11:
5643: * src/classes/op.C [template_gc] 1.127.2.22.2.20:
5644: * src/classes/table.C [template_gc] 1.172.2.14.2.18:
5645: * src/include/pa_array.h [template_gc] 1.57.2.27.2.7:
5646: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.5:
5647: * src/include/pa_stack.h [template_gc] 1.17.2.6.2.1:
5648: * src/include/pa_string.h [template_gc] 1.144.2.28.2.38:
5649: * src/include/pa_table.h [template_gc] 1.48.2.11.2.6:
5650: * src/lib/cord/cord.dsp [template_gc] 1.1.2.5:
5651: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.3:
5652: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.2:
5653: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.2:
5654: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.14:
5655: * src/main/compile.y [template_gc] 1.204.2.8.2.5:
5656: * src/main/main.dsp [template_gc] 1.161.6.14.2.5:
5657: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.12:
5658: * src/main/pa_common.C [template_gc] 1.143.2.21.2.16:
5659: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.11:
5660: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.11:
5661: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.7:
5662: * src/main/pa_table.C [template_gc] 1.53.2.10.2.3:
5663: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.8:
5664: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.7:
5665: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.7:
5666: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.10:
5667: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.7:
5668: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.5:
5669: * src/types/types.dsp [template_gc] 1.35.10.9.2.6:
5670: pre-evaluated .count() in some places
5671:
5672: * src/lib/cord/Makefile.am 1.1:
5673: * src/lib/cord/include/Makefile.am 1.1:
5674: * src/lib/cord/include/private/Makefile.am 1.1:
5675: file Makefile.am was initially added on branch template_gc.
5676:
5677: * src/lib/cord/Makefile.in 1.1:
5678: * src/lib/cord/include/Makefile.in 1.1:
5679: * src/lib/cord/include/private/Makefile.in 1.1:
5680: file Makefile.in was initially added on branch template_gc.
5681:
5682: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.4:
5683: * src/lib/cord/cord.dsp [template_gc] 1.1.2.3:
5684: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.13:
5685: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.3:
5686: * src/main/main.dsp [template_gc] 1.161.6.14.2.3:
5687: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.5:
5688: * src/targets/isapi/parser3isapi.dsp [template_gc] 1.41.12.1.2.1:
5689: * src/types/types.dsp [template_gc] 1.35.10.9.2.4:
5690: .dsp updated to use lib/gc,lib/cord
5691:
5692: * src/lib/cord/include/gc.h [template_gc] 1.1.2.2:
5693: * src/lib/gc/include/gc.h [template_gc] 1.1.2.1:
5694: introducing lib/gc
5695:
5696: * src/lib/cord/include/cord.h [template_gc] 1.1.2.1:
5697: * src/lib/cord/include/ec.h [template_gc] 1.1.2.1:
5698: * src/lib/cord/include/gc.h [template_gc] 1.1.2.1:
5699: * src/lib/cord/include/private/cord_pos.h [template_gc] 1.1.2.1:
5700: bundled gc includes
5701:
5702: * src/lib/cord/include/cord.h 1.1:
5703: file cord.h was initially added on branch template_gc.
5704:
5705: * src/lib/cord/include/ec.h 1.1:
5706: file ec.h was initially added on branch template_gc.
5707:
5708: * src/classes/op.C [template_gc] 1.127.2.22.2.18:
5709: * src/include/pa_array.h [template_gc] 1.57.2.27.2.6:
5710: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.7:
5711: * src/include/pa_string.h [template_gc] 1.144.2.28.2.35:
5712: * src/include/pa_version.h [template_gc] 1.7.16.1:
5713: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.12:
5714: * src/main/compile.y [template_gc] 1.204.2.8.2.4:
5715: * src/main/execute.C [template_gc] 1.295.2.27.2.10:
5716: * src/main/pa_common.C [template_gc] 1.143.2.21.2.15:
5717: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.8:
5718: * src/main/pa_request.C [template_gc] 1.245.2.37.2.17:
5719: * src/main/pa_string.C [template_gc] 1.172.2.21.2.30:
5720: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.7:
5721: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.4:
5722: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.2:
5723: a number of bugfixes [while testing first real site (aval)]
5724:
5725: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.5:
5726: * src/lib/cord/cord.dsp [template_gc] 1.1.2.4:
5727: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.2:
5728: * src/lib/md5/md5.dsp [template_gc] 1.2.10.2.2.1:
5729: * src/main/main.dsp [template_gc] 1.161.6.14.2.4:
5730: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.6:
5731: * src/types/types.dsp [template_gc] 1.35.10.9.2.5:
5732: started profiling
5733:
5734: * src/lib/cord/include/gc.h 1.1:
5735: * src/lib/gc/include/gc.h 1.1:
5736: file gc.h was initially added on branch template_gc.
5737:
5738: * acsite.m4 1.1:
5739: file acsite.m4 was initially added on branch template_gc.
5740:
5741: * acsite.m4 [template_gc] 1.1.2.1:
5742: * bin/Makefile.in [template_gc] 1.9.2.3.2.1:
5743: * etc/Makefile.in [template_gc] 1.14.2.3.2.1:
5744: * etc/parser3.charsets/Makefile.in [template_gc] 1.17.2.3.2.1:
5745: * src/Makefile.in [template_gc] 1.55.2.3.2.1:
5746: * src/classes/Makefile.am [template_gc] 1.40.16.2:
5747: * src/classes/Makefile.in [template_gc] 1.53.2.3.2.1:
5748: * src/classes/mail.C [template_gc] 1.88.2.16.2.14:
5749: * src/classes/math.C [template_gc] 1.24.2.12.2.8:
5750: * src/classes/op.C [template_gc] 1.127.2.22.2.19:
5751: * src/include/Makefile.in [template_gc] 1.11.2.5.2.1:
5752: * src/include/pa_common.h [template_gc] 1.89.2.13.2.8:
5753: * src/include/pa_config_auto.h.in [template_gc] 1.37.2.2.2.1:
5754: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.3:
5755: * src/include/pa_config_includes.h [template_gc] 1.23.2.5.2.1:
5756: * src/include/pa_request.h [template_gc] 1.160.2.37.2.13:
5757: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.5:
5758: * src/include/pa_string.h [template_gc] 1.144.2.28.2.36:
5759: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.4:
5760: * src/include/pa_version.h [template_gc] 1.7.16.2:
5761: * src/lib/Makefile.am [template_gc] 1.3.10.1:
5762: * src/lib/Makefile.in [template_gc] 1.8.2.3.2.1:
5763: * src/lib/cord/Makefile.am [template_gc] 1.1.2.1:
5764: * src/lib/cord/Makefile.in [template_gc] 1.1.2.1:
5765: * src/lib/cord/include/Makefile.am [template_gc] 1.1.2.1:
5766: * src/lib/cord/include/Makefile.in [template_gc] 1.1.2.1:
5767: * src/lib/cord/include/private/Makefile.am [template_gc] 1.1.2.1:
5768: * src/lib/cord/include/private/Makefile.in [template_gc] 1.1.2.1:
5769: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.2:
5770: * src/lib/md5/Makefile.in [template_gc] 1.6.2.3.2.1:
5771: * src/lib/patches/Makefile.in [template_gc] 1.10.2.3.2.1:
5772: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.2:
5773: * src/main/Makefile.am [template_gc] 1.35.6.4.2.2:
5774: * src/main/Makefile.in [template_gc] 1.50.2.6.2.1:
5775: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.10:
5776: * src/main/pa_string.C [template_gc] 1.172.2.21.2.31:
5777: * src/main/untaint.C [template_gc] 1.115.2.12.2.17:
5778: * src/sql/Makefile.in [template_gc] 1.11.2.3.2.1:
5779: * src/targets/Makefile.in [template_gc] 1.42.2.3.2.1:
5780: * src/targets/apache13/Makefile.in [template_gc] 1.44.2.3.2.1:
5781: * src/targets/apache13/p3runConfigure.in [template_gc] 1.11.14.4.2.1:
5782: * src/targets/cgi/Makefile.am [template_gc] 1.46.2.5.2.1:
5783: * src/targets/cgi/Makefile.in [template_gc] 1.62.2.5.2.1:
5784: * src/targets/isapi/Makefile.in [template_gc] 1.11.2.3.2.1:
5785: * src/types/Makefile.am [template_gc] 1.28.10.1.2.2:
5786: * src/types/Makefile.in [template_gc] 1.50.2.4.2.1:
5787: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.3:
5788: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.3:
5789: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.3:
5790: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.5:
5791: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.6:
5792: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.3:
5793: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.5:
5794: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.4:
5795: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.6:
5796: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.6:
5797: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.3:
5798: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.5:
5799: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.7:
5800: configured math funcs
5801: ported pa_exec
5802:
5803: * src/classes/classes.dsp 1.26:
5804: * src/lib/ltdl/libltdl.dsp 1.4:
5805: * src/lib/md5/md5.dsp 1.3:
5806: * src/lib/pcre/pcre.dsp 1.2:
5807: * src/main/main.dsp 1.162:
5808: * src/targets/cgi/parser3.dsp 1.61:
5809: * src/types/types.dsp 1.37:
5810: .dsp profiling updated
5811:
5812: 2003-03-25 paf
5813: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.14:
5814: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.9:
5815: memory: new 'new' overloads for structure handling
5816:
1.39 paf 5817: * tests/results/109.processed [template_gc] 1.1.2.1.2.1:
5818: it was a bug in parser. updated 109 test result
5819:
1.23 paf 5820: * operators.txt [template_gc] 1.109.2.1.2.2:
5821: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.10:
5822: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.5:
5823: $status.memory
5824: used
5825: free
5826: since_compact
5827: process
5828:
5829: * src/doc/exception.dox 1.1:
5830: file exception.dox was initially added on branch template_gc.
5831:
5832: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.11:
5833: * src/main/untaint.C [template_gc] 1.115.2.12.2.15:
5834: untaint.C L_MAIL_HEADER
5835:
5836: * src/classes/xnode.C [template_gc] 1.54.2.10.2.9:
5837: * src/classes/xnode.h [template_gc] 1.18.2.6.2.5:
5838: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.13:
5839: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.6:
5840: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.5:
5841: xnode.C compiled, doc/node finalizers isntalled
5842:
5843: * src/main/pa_request.C [template_gc] 1.245.2.37.2.14:
5844: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.6:
5845: vxnode compiled
5846: xml linked
5847:
5848: * tests/results/121.processed 1.1:
5849: file 121.processed was initially added on branch template_gc.
5850:
5851: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.6:
5852: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.5:
5853: * src/main/untaint.C [template_gc] 1.115.2.12.2.16:
5854: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.3:
5855: untaint.C L_SQL
5856:
5857: * src/types/pa_vmemory.h 1.1:
5858: file pa_vmemory.h was initially added on branch template_gc.
5859:
5860: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.14:
5861: fixed transform params
5862:
5863: * operators.txt [template_gc] 1.109.2.1.2.1:
5864: * src/classes/Makefile.am [template_gc] 1.40.16.1:
5865: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.3:
5866: * src/classes/memory.C [template_gc] 1.1.2.1:
5867: * src/classes/op.C [template_gc] 1.127.2.22.2.17:
5868: * src/main/pa_request.C [template_gc] 1.245.2.37.2.15:
5869: * src/types/Makefile.am [template_gc] 1.28.10.1.2.1:
5870: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.4:
5871: * src/types/pa_vmemory.h [template_gc] 1.1.2.1:
5872: * src/types/types.dsp [template_gc] 1.35.10.9.2.3:
5873: * www/htdocs/.htaccess [template_gc] 1.12.6.9.2.1:
5874: ^memory:compact[]
5875:
5876: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.4:
5877: vxdoc compiled
5878:
5879: * tests/121.html 1.1:
5880: file 121.html was initially added on branch template_gc.
5881:
5882: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.15:
5883: * tests/Makefile [template_gc] 1.1.2.8.2.5:
5884: fixed transform params2
5885:
5886: * src/doc/string.dox [template_gc] 1.4.22.1:
5887: updated: new string internals
5888:
5889: * src/classes/image.C [template_gc] 1.90.2.15.2.18:
5890: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.13:
5891: * src/classes/xnode.C [template_gc] 1.54.2.10.2.10:
5892: * src/include/pa_string.h [template_gc] 1.144.2.28.2.34:
5893: * src/main/pa_string.C [template_gc] 1.172.2.21.2.29:
5894: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.7:
5895: removed StringBody(0) ambiguilty, introducting static
5896: StringBody::Format(int)
5897:
5898: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.10:
5899: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.6:
5900: * tests/Makefile [template_gc] 1.1.2.8.2.4:
5901: * tests/results/107.processed [template_gc] 1.1.2.1.2.1:
5902: fixed dom language [values are now considered tainted.
5903: it was a bug in parser. updated 107 test result
5904:
5905: * src/classes/image.C [template_gc] 1.90.2.15.2.17:
5906: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.12:
5907: * src/classes/xnode.h [template_gc] 1.18.2.6.2.4:
5908: * src/doc/exception.dox [template_gc] 1.1.2.1:
5909: * src/doc/index.dox [template_gc] 1.4.8.1:
5910: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.4:
5911: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.12:
5912: * src/include/pa_request.h [template_gc] 1.160.2.37.2.12:
5913: * src/include/pa_string.h [template_gc] 1.144.2.28.2.33:
5914: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.8:
5915: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.5:
5916: * src/main/pa_string.C [template_gc] 1.172.2.21.2.28:
5917: xdoc.C compiled
5918: todo: xnode.C / finalizers
5919:
5920: * src/classes/memory.C 1.1:
5921: file memory.C was initially added on branch template_gc.
5922:
5923: * src/main/pa_request.C [template_gc] 1.245.2.37.2.16:
5924: * src/main/untaint.C [template_gc] 1.115.2.12.2.14:
5925: * src/types/pa_value.C [template_gc] 1.9.2.15.2.9:
5926: * src/types/pa_value.h [template_gc] 1.109.2.25.2.8:
5927: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.5:
5928: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.6:
5929: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.4:
5930: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.5:
5931: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.3:
5932: * tests/121.html [template_gc] 1.1.2.1:
5933: * tests/results/121.processed [template_gc] 1.1.2.1:
5934: untaint.C L_URI
5935:
5936: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.5:
5937: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.6:
5938: fixed stylesheet caching
5939:
5940: 2003-03-24 paf
5941: * src/classes/void.C [template_gc] 1.28.2.5.2.6:
5942: void.C compiled
5943:
5944: * src/main/pa_common.C [template_gc] 1.143.2.21.2.14:
5945: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.9:
5946: http://
5947:
5948: * src/classes/file.C [template_gc] 1.107.2.16.2.10:
5949: * src/classes/image.C [template_gc] 1.90.2.15.2.16:
5950: * src/classes/mail.C [template_gc] 1.88.2.16.2.13:
5951: * src/include/pa_string.h [template_gc] 1.144.2.28.2.32:
5952: * src/main/pa_common.C [template_gc] 1.143.2.21.2.13:
5953: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.8:
5954: introducing string[body]::pos(char)
5955:
5956: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.4:
5957: pa_vstatus.C compiled
5958:
5959: * src/include/pa_string.h [template_gc] 1.144.2.28.2.30:
5960: * src/main/pa_string.C [template_gc] 1.172.2.21.2.26:
5961: * src/main/untaint.C [template_gc] 1.115.2.12.2.12:
5962: String::ArrayFragment::append_positions fixed
5963:
5964: * src/classes/hash.C [template_gc] 1.54.2.13.2.11:
5965: * src/classes/string.C [template_gc] 1.125.2.15.2.16:
5966: * src/classes/table.C [template_gc] 1.172.2.14.2.14:
5967: * src/types/pa_value.C [template_gc] 1.9.2.15.2.7:
5968: all linked
5969: todo: debug
5970:
5971: * src/classes/hash.C [template_gc] 1.54.2.13.2.10:
5972: * src/classes/image.C [template_gc] 1.90.2.15.2.12:
5973: * src/classes/string.C [template_gc] 1.125.2.15.2.10:
5974: * src/classes/table.C [template_gc] 1.172.2.14.2.9:
5975: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.10:
5976: * src/include/pa_string.h [template_gc] 1.144.2.28.2.23:
5977: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.4:
5978: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.4:
5979: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.10:
5980: image.C compiled
5981:
5982: * src/classes/mail.C [template_gc] 1.88.2.16.2.10:
5983: * src/classes/string.C [template_gc] 1.125.2.15.2.11:
5984: * src/classes/table.C [template_gc] 1.172.2.14.2.11:
5985: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.3:
5986: mail.C compiled
5987:
5988: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.4:
5989: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.5:
5990: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.9:
5991: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.5:
5992: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.4:
5993: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.5:
5994: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.4:
5995: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.4:
5996: pa_vstateless_class.C compiled
5997:
5998: * src/classes/hash.C [template_gc] 1.54.2.13.2.9:
5999: * src/classes/string.C [template_gc] 1.125.2.15.2.9:
6000: * src/classes/table.C [template_gc] 1.172.2.14.2.8:
6001: * src/classes/void.C [template_gc] 1.28.2.5.2.4:
6002: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.9:
6003: * src/include/pa_request.h [template_gc] 1.160.2.37.2.8:
6004: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.4:
6005: hash.C compiled
6006:
6007: * src/classes/string.C [template_gc] 1.125.2.15.2.15:
6008: * src/types/pa_value.C [template_gc] 1.9.2.15.2.6:
6009: * src/types/pa_value.h [template_gc] 1.109.2.25.2.5:
6010: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.4:
6011: pa_value.C compiled
6012:
6013: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.6:
6014: pa_vtable.C compiled
6015:
6016: * src/main/execute.C [template_gc] 1.295.2.27.2.7:
6017: * src/main/pa_string.C [template_gc] 1.172.2.21.2.22:
6018: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.5:
6019: classes.lib
6020: main.lib compiled
6021:
6022: * src/classes/image.C [template_gc] 1.90.2.15.2.14:
6023: * src/classes/op.C [template_gc] 1.127.2.22.2.16:
6024: * src/classes/table.C [template_gc] 1.172.2.14.2.16:
6025: * src/include/pa_string.h [template_gc] 1.144.2.28.2.28:
6026: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.10:
6027: * src/main/compile.y [template_gc] 1.204.2.8.2.3:
6028: * src/main/execute.C [template_gc] 1.295.2.27.2.8:
6029: * src/main/pa_common.C [template_gc] 1.143.2.21.2.11:
6030: * src/main/untaint.C [template_gc] 1.115.2.12.2.11:
6031: * tests/Makefile [template_gc] 1.1.2.8.2.1:
6032: attempt to do gif encoding to CORD_ec [bad]
6033: would rewrite as realloc now
6034:
6035: * src/classes/mail.C [template_gc] 1.88.2.16.2.11:
6036: * src/main/pa_request.C [template_gc] 1.245.2.37.2.10:
6037: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.5:
6038: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.5:
6039: all compiled.
6040: todo:link
6041:
6042: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.3:
6043: pa_vfile.C compiled
6044:
6045: * src/main/pa_string.C [template_gc] 1.172.2.21.2.24:
6046: * tests/Makefile [template_gc] 1.1.2.8.2.2:
6047: string::pos fixed
6048:
6049: * src/classes/op.C [template_gc] 1.127.2.22.2.14:
6050: * src/classes/string.C [template_gc] 1.125.2.15.2.12:
6051: * src/classes/table.C [template_gc] 1.172.2.14.2.12:
6052: * src/classes/void.C [template_gc] 1.28.2.5.2.5:
6053: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.5:
6054: * src/include/pa_string.h [template_gc] 1.144.2.28.2.24:
6055: * src/main/pa_request.C [template_gc] 1.245.2.37.2.9:
6056: * src/main/pa_string.C [template_gc] 1.172.2.21.2.19:
6057: op.C compiled
6058:
6059: * src/classes/string.C [template_gc] 1.125.2.15.2.14:
6060: * src/classes/table.C [template_gc] 1.172.2.14.2.13:
6061: * src/include/pa_string.h [template_gc] 1.144.2.28.2.26:
6062: * src/main/pa_string.C [template_gc] 1.172.2.21.2.21:
6063: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.5:
6064: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.4:
6065: table.C compiled
6066:
6067: * src/types/pa_value.h [template_gc] 1.109.2.25.2.6:
6068: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.3:
6069: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.6:
6070: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.3:
6071: pa_vcookie.C compiled
6072:
6073: * parser3.dsw [template_gc] 1.7.6.1.2.3:
6074: * src/classes/date.C [template_gc] 1.42.2.11.2.6:
6075: * src/classes/file.C [template_gc] 1.107.2.16.2.7:
6076: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.5:
6077: * src/include/pa_string.h [template_gc] 1.144.2.28.2.27:
6078: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.8:
6079: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.6:
6080: empty run passed OK
6081:
6082: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.11:
6083: * src/classes/xnode.C [template_gc] 1.54.2.10.2.8:
6084: * src/classes/xnode.h [template_gc] 1.18.2.6.2.3:
6085: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.3:
6086: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.2:
6087: * src/include/pa_request.h [template_gc] 1.160.2.37.2.11:
6088: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.3:
6089: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.4:
6090: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.7:
6091: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.7:
6092: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.4:
6093: * src/main/pa_request.C [template_gc] 1.245.2.37.2.13:
6094: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.5:
6095: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.5:
6096: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.4:
6097: started XML
6098:
6099: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.5:
6100: pa_vform.C compiled
6101:
6102: * src/classes/math.C [template_gc] 1.24.2.12.2.6:
6103: * src/classes/op.C [template_gc] 1.127.2.22.2.13:
6104: math.C compiled
6105:
6106: * src/classes/classes.C [template_gc] 1.18.2.6.2.2:
6107: * src/classes/classes.awk [template_gc] 1.6.6.3.2.1:
6108: * src/classes/classes.h [template_gc] 1.23.2.9.2.3:
6109: * src/classes/date.C [template_gc] 1.42.2.11.2.5:
6110: * src/classes/double.C [template_gc] 1.53.2.8.2.3:
6111: * src/classes/file.C [template_gc] 1.107.2.16.2.6:
6112: * src/classes/form.C [template_gc] 1.34.2.7.2.5:
6113: * src/classes/hash.C [template_gc] 1.54.2.13.2.8:
6114: * src/classes/image.C [template_gc] 1.90.2.15.2.11:
6115: * src/classes/int.C [template_gc] 1.49.2.7.2.3:
6116: * src/classes/mail.C [template_gc] 1.88.2.16.2.9:
6117: * src/classes/math.C [template_gc] 1.24.2.12.2.5:
6118: * src/classes/op.C [template_gc] 1.127.2.22.2.12:
6119: * src/classes/response.C [template_gc] 1.23.2.8.2.2:
6120: * src/classes/string.C [template_gc] 1.125.2.15.2.8:
6121: * src/classes/table.C [template_gc] 1.172.2.14.2.7:
6122: * src/classes/void.C [template_gc] 1.28.2.5.2.3:
6123: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.8:
6124: * src/classes/xnode.C [template_gc] 1.54.2.10.2.7:
6125: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.9:
6126: * src/include/pa_request.h [template_gc] 1.160.2.37.2.7:
6127: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.4:
6128: * src/include/pa_string.h [template_gc] 1.144.2.28.2.22:
6129: * src/main/pa_string.C [template_gc] 1.172.2.21.2.18:
6130: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.3:
6131: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.8:
6132: file.C
6133: table.C compiled
6134:
6135: * src/classes/file.C [template_gc] 1.107.2.16.2.9:
6136: * src/classes/image.C [template_gc] 1.90.2.15.2.15:
6137: * src/classes/mail.C [template_gc] 1.88.2.16.2.12:
6138: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.11:
6139: * src/include/pa_string.h [template_gc] 1.144.2.28.2.31:
6140: * src/main/pa_common.C [template_gc] 1.143.2.21.2.12:
6141: * src/main/pa_request.C [template_gc] 1.245.2.37.2.12:
6142: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.7:
6143: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.5:
6144: size_t pos everywhere checks changed to check for eq STRING_NOT_FOUND
6145:
6146: * src/classes/int.C [template_gc] 1.49.2.7.2.4:
6147: * src/classes/table.C [template_gc] 1.172.2.14.2.10:
6148: int.C compiled
6149:
6150: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.4:
6151: pa_wcontext.C compiled
6152:
6153: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.4:
6154: pa_vstring.C compiled
6155:
6156: * src/main/pa_string.C [template_gc] 1.172.2.21.2.27:
6157: * src/main/untaint.C [template_gc] 1.115.2.12.2.13:
6158: * tests/Makefile [template_gc] 1.1.2.8.2.3:
6159: string optimize bit implemented
6160:
6161: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.6:
6162: * src/main/execute.C [template_gc] 1.295.2.27.2.9:
6163: * src/main/pa_string.C [template_gc] 1.172.2.21.2.23:
6164: hashcode implemented fully, including per-char callback [it can
6165: be - substr CORD node]
6166:
6167: * src/classes/table.C [template_gc] 1.172.2.14.2.17:
6168: * src/include/pa_string.h [template_gc] 1.144.2.28.2.29:
6169: * src/main/pa_string.C [template_gc] 1.172.2.21.2.25:
6170: String::this_starts fixed
6171:
6172: * src/classes/date.C [template_gc] 1.42.2.11.2.7:
6173: * src/classes/file.C [template_gc] 1.107.2.16.2.8:
6174: * src/classes/form.C [template_gc] 1.34.2.7.2.6:
6175: * src/classes/image.C [template_gc] 1.90.2.15.2.13:
6176: * src/classes/math.C [template_gc] 1.24.2.12.2.7:
6177: * src/classes/op.C [template_gc] 1.127.2.22.2.15:
6178: * src/classes/table.C [template_gc] 1.172.2.14.2.15:
6179: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.4:
6180: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.4:
6181: * src/include/pa_common.h [template_gc] 1.89.2.13.2.7:
6182: * src/include/pa_request.h [template_gc] 1.160.2.37.2.10:
6183: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.4:
6184: * src/include/pa_table.h [template_gc] 1.48.2.11.2.5:
6185: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.6:
6186: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.6:
6187: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.9:
6188: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.3:
6189: * src/main/pa_request.C [template_gc] 1.245.2.37.2.11:
6190: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.3:
6191: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.4:
6192: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.5:
6193: * src/types/pa_value.C [template_gc] 1.9.2.15.2.8:
6194: * src/types/pa_value.h [template_gc] 1.109.2.25.2.7:
6195: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.12:
6196: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.6:
6197: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.5:
6198: 2*2 worked :)
6199:
6200: * src/classes/string.C [template_gc] 1.125.2.15.2.13:
6201: * src/include/pa_request.h [template_gc] 1.160.2.37.2.9:
6202: * src/include/pa_string.h [template_gc] 1.144.2.28.2.25:
6203: * src/main/pa_string.C [template_gc] 1.172.2.21.2.20:
6204: string.C compiled
6205:
6206: * src/include/pa_array.h [template_gc] 1.57.2.27.2.5:
6207: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.11:
6208: gif encoding rewritten to rewalloc with 100byte buf ahead
6209:
6210: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.10:
6211: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.11:
6212: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.4:
6213: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.3:
6214: pa_vmail.C compiled
6215:
6216: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.2:
6217: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.6:
6218: pa_vimage.C compiled
6219:
6220: * src/include/pa_string.h [template_gc] 1.144.2.28.2.21:
6221: * src/main/pa_string.C [template_gc] 1.172.2.21.2.17:
6222: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.2:
6223: * src/main/untaint.C [template_gc] 1.115.2.12.2.10:
6224: main.lib compiled
6225:
6226: 2003-03-21 paf
6227: * src/classes/hash.C [template_gc] 1.54.2.13.2.6:
6228: * src/classes/mail.C [template_gc] 1.88.2.16.2.8:
6229: * src/classes/op.C [template_gc] 1.127.2.22.2.9:
6230: * src/include/pa_request.h [template_gc] 1.160.2.37.2.5:
6231: * src/main/execute.C [template_gc] 1.295.2.27.2.6:
6232: * src/main/pa_request.C [template_gc] 1.245.2.37.2.7:
6233: * src/types/pa_value.C [template_gc] 1.9.2.15.2.5:
6234: * src/types/pa_value.h [template_gc] 1.109.2.25.2.4:
6235: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.5:
6236: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.3:
6237: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.4:
6238: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.7:
6239: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.4:
6240: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.3:
6241: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.3:
6242: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.3:
6243: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.4:
6244: pa_request.C 50% compiled
6245:
6246: * src/classes/op.C [template_gc] 1.127.2.22.2.11:
6247: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.3:
6248: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.3:
6249: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.3:
6250: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.3:
6251: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.5:
6252: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.2:
6253: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.5:
6254: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.2:
6255: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.5:
6256: pa_sql_driver_manager.C compiled
6257:
6258: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.4:
6259: * src/main/pa_string.C [template_gc] 1.172.2.21.2.14:
6260: test14 [bug fixed]
6261:
1.39 paf 6262: * src/classes/file.C 1.108:
6263: ^file::exec/cgi now does not pass post data by default.
6264: use: ^file::exec[...;$.stdin[$request.body]
6265:
1.23 paf 6266: * src/classes/classes.C [template_gc] 1.18.2.6.2.1:
6267: * src/classes/classes.h [template_gc] 1.23.2.9.2.2:
6268: * src/classes/date.C [template_gc] 1.42.2.11.2.4:
6269: * src/classes/double.C [template_gc] 1.53.2.8.2.2:
6270: * src/classes/file.C [template_gc] 1.107.2.16.2.5:
6271: * src/classes/form.C [template_gc] 1.34.2.7.2.4:
6272: * src/classes/hash.C [template_gc] 1.54.2.13.2.5:
6273: * src/classes/image.C [template_gc] 1.90.2.15.2.8:
6274: * src/classes/int.C [template_gc] 1.49.2.7.2.2:
6275: * src/classes/mail.C [template_gc] 1.88.2.16.2.6:
6276: * src/classes/math.C [template_gc] 1.24.2.12.2.4:
6277: * src/classes/op.C [template_gc] 1.127.2.22.2.7:
6278: * src/classes/string.C [template_gc] 1.125.2.15.2.7:
6279: * src/classes/table.C [template_gc] 1.172.2.14.2.6:
6280: * src/classes/void.C [template_gc] 1.28.2.5.2.2:
6281: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.6:
6282: * src/classes/xnode.C [template_gc] 1.54.2.10.2.5:
6283: * src/classes/xnode.h [template_gc] 1.18.2.6.2.2:
6284: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.2:
6285: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.2:
6286: * src/include/pa_common.h [template_gc] 1.89.2.13.2.5:
6287: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.2:
6288: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.8:
6289: * src/include/pa_operation.h [template_gc] 1.1.2.6.2.1:
6290: * src/include/pa_request.h [template_gc] 1.160.2.37.2.3:
6291: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.3:
6292: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.2:
6293: * src/include/pa_string.h [template_gc] 1.144.2.28.2.17:
6294: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.2:
6295: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.2:
6296: * src/include/pa_table.h [template_gc] 1.48.2.11.2.4:
6297: * src/main/compile.C [template_gc] 1.69.2.6.2.3:
6298: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.7:
6299: * src/main/compile.y [template_gc] 1.204.2.8.2.1:
6300: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.3:
6301: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.2:
6302: * src/main/execute.C [template_gc] 1.295.2.27.2.4:
6303: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.4:
6304: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.2:
6305: * src/main/pa_common.C [template_gc] 1.143.2.21.2.8:
6306: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.5:
6307: * src/main/pa_request.C [template_gc] 1.245.2.37.2.5:
6308: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.4:
6309: * src/main/pa_string.C [template_gc] 1.172.2.21.2.15:
6310: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.4:
6311: * src/main/untaint.C [template_gc] 1.115.2.12.2.9:
6312: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.3:
6313: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.4:
6314: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.4:
6315: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.2:
6316: * src/types/pa_method.h [template_gc] 1.1.2.4.2.3:
6317: * src/types/pa_value.C [template_gc] 1.9.2.15.2.4:
6318: * src/types/pa_value.h [template_gc] 1.109.2.25.2.3:
6319: * src/types/pa_vbool.h [template_gc] 1.21.2.3.2.1:
6320: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.2:
6321: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.2:
6322: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.3:
6323: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.4:
6324: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.2:
6325: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.2:
6326: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.2:
6327: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.3:
6328: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.2:
6329: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.4:
6330: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.4:
6331: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.2:
6332: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.2:
6333: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.3:
6334: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.2:
6335: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.2:
6336: * src/types/pa_vjunction.h [template_gc] 1.19.2.5.2.1:
6337: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.8:
6338: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.2:
6339: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.2:
6340: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.2:
6341: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.4:
6342: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.5:
6343: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.3:
6344: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.2:
6345: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.2:
6346: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.2:
6347: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.3:
6348: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.2:
6349: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.2:
6350: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.3:
6351: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.2:
6352: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.3:
6353: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.2:
6354: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.3:
6355: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.2:
6356: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.3:
6357: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.3:
6358: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.2:
6359: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.3:
6360: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.4:
6361: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.4:
6362: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.3:
6363: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.3:
6364: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.4:
6365: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.3:
6366: introducing StringBody [C++ CORD wrapper]
6367:
6368: * src/main/pa_common.C 1.146:
6369: * src/main/pa_common.C 1.148:
6370: } typo bug fix
6371:
6372: * src/classes/hash.C [template_gc] 1.54.2.13.2.7:
6373: * src/classes/image.C [template_gc] 1.90.2.15.2.10:
6374: * src/classes/op.C [template_gc] 1.127.2.22.2.10:
6375: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.7:
6376: * src/classes/xnode.C [template_gc] 1.54.2.10.2.6:
6377: * src/include/pa_common.h [template_gc] 1.89.2.13.2.6:
6378: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.5:
6379: * src/include/pa_request.h [template_gc] 1.160.2.37.2.6:
6380: * src/include/pa_string.h [template_gc] 1.144.2.28.2.20:
6381: * src/main/compile.C [template_gc] 1.69.2.6.2.4:
6382: * src/main/pa_common.C [template_gc] 1.143.2.21.2.10:
6383: * src/main/pa_request.C [template_gc] 1.245.2.37.2.8:
6384: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.9:
6385: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.4:
6386: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.5:
6387: pa_request.C compiled
6388:
6389: * src/classes/image.C [template_gc] 1.90.2.15.2.9:
6390: * src/classes/mail.C [template_gc] 1.88.2.16.2.7:
6391: * src/classes/op.C [template_gc] 1.127.2.22.2.8:
6392: * src/include/pa_request.h [template_gc] 1.160.2.37.2.4:
6393: * src/include/pa_string.h [template_gc] 1.144.2.28.2.18:
6394: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.8:
6395: * src/main/compile.y [template_gc] 1.204.2.8.2.2:
6396: * src/main/execute.C [template_gc] 1.295.2.27.2.5:
6397: * src/main/pa_common.C [template_gc] 1.143.2.21.2.9:
6398: * src/main/pa_request.C [template_gc] 1.245.2.37.2.6:
6399: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.3:
6400: * src/types/pa_method.h [template_gc] 1.1.2.4.2.4:
6401: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.4:
6402: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.3:
6403: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.6:
6404: execute.C compiled
6405:
6406: * src/main/pa_common.C 1.147:
6407: * src/targets/cgi/parser3.C 1.217:
6408: *** empty log message ***
6409:
6410: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.2:
6411: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.3:
6412: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.3:
6413: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.9:
6414: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.5:
6415: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.3:
6416: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.5:
6417: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.6:
6418: pa_charsets.C compiled
6419:
6420: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.4:
6421: * src/include/pa_string.h [template_gc] 1.144.2.28.2.19:
6422: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.7:
6423: * src/main/pa_string.C [template_gc] 1.172.2.21.2.16:
6424: pa_exec.C compiled [win32 only for now] todo: on unix
6425:
6426: * src/classes/file.C 1.109:
6427: * src/include/pa_charset.h 1.21:
6428: * src/main/pa_charset.C 1.34:
6429: $file::exec/cgi[script;
6430: $.charset[this is script's charset]
6431:
6432: command line, env values, input got transcoded before call
6433: stdout, stderr got transcoded after call
6434:
6435: 2003-03-20 paf
6436: * src/include/pa_string.h [template_gc] 1.144.2.28.2.12:
6437: this_starts fixed
6438:
6439: * src/include/pa_string.h [template_gc] 1.144.2.28.2.16:
6440: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.3:
6441: * src/main/pa_string.C [template_gc] 1.172.2.21.2.13:
6442: * src/main/untaint.C [template_gc] 1.115.2.12.2.8:
6443: cord bug fix, but still errors
6444: todo: clear out
6445:
6446: * src/include/pa_array.h [template_gc] 1.57.2.27.2.4:
6447: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.4:
6448: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.6:
6449: * src/include/pa_string.h [template_gc] 1.144.2.28.2.9:
6450: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.3:
6451: * src/main/pa_string.C [template_gc] 1.172.2.21.2.8:
6452: test: gc/exit runned OK
6453:
6454: * src/classes/image.C [template_gc] 1.90.2.15.2.5:
6455: * src/classes/mail.C [template_gc] 1.88.2.16.2.4:
6456: * src/classes/math.C [template_gc] 1.24.2.12.2.3:
6457: * src/classes/string.C [template_gc] 1.125.2.15.2.5:
6458: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.3:
6459: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.3:
6460: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.5:
6461: * src/include/pa_string.h [template_gc] 1.144.2.28.2.7:
6462: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.2:
6463: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.2:
6464: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.2:
6465: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.3:
6466: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.2:
6467: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.2:
6468: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.2:
6469: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.2:
6470: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.2:
6471: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.4:
6472: * src/main/pa_common.C [template_gc] 1.143.2.21.2.5:
6473: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.2:
6474: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.3:
6475: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.2:
6476: * src/main/pa_request.C [template_gc] 1.245.2.37.2.4:
6477: * src/main/pa_string.C [template_gc] 1.172.2.21.2.6:
6478: * src/main/untaint.C [template_gc] 1.115.2.12.2.4:
6479: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.3:
6480: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.5:
6481: untaint.C 99% [except mail&sql&optimize]
6482:
1.24 paf 6483: * src/types/pa_vmail.C 1.42:
6484: another naming problem: should not name vars like that: unpredictable close caused problems with later sending mail:
6485: Mar 20 06:39:53 pt-6 sendmail[19044]: File descriptors missing on startup: stdin; Bad file number
6486:
6487: todo: find out why so many filters(stream) here. probably wrong?
6488:
1.23 paf 6489: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.4:
6490: * src/include/pa_string.h [template_gc] 1.144.2.28.2.8:
6491: * src/main/pa_common.C [template_gc] 1.143.2.21.2.6:
6492: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.3:
6493: * src/main/pa_string.C [template_gc] 1.172.2.21.2.7:
6494: * src/main/untaint.C [template_gc] 1.115.2.12.2.5:
6495: test compiled
6496:
6497: * src/include/pa_string.h [template_gc] 1.144.2.28.2.15:
6498: more tests
6499:
6500: * src/classes/image.C [template_gc] 1.90.2.15.2.7:
6501: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.5:
6502: * src/include/pa_string.h [template_gc] 1.144.2.28.2.14:
6503: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.1:
6504: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.1:
6505: * src/lib/pcre/internal.h [template_gc] 1.1.18.1:
6506: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.3:
6507: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.3:
6508: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.6:
6509: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.4:
6510: * src/main/pa_string.C [template_gc] 1.172.2.21.2.11:
6511: * src/main/untaint.C [template_gc] 1.115.2.12.2.7:
6512: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.7:
6513: more tests [bugs fixed]
6514:
1.24 paf 6515: * src/include/pa_string.h [template_gc] 1.144.2.28.2.11:
6516: * src/main/pa_string.C [template_gc] 1.172.2.21.2.10:
6517: added: assertion on new String ctor & append params convention
6518:
1.23 paf 6519: * src/main/pa_string.C [template_gc] 1.172.2.21.2.12:
6520: string.pos fixed
6521:
6522: * src/classes/file.C [template_gc] 1.107.2.16.2.4:
6523: * src/classes/hash.C [template_gc] 1.54.2.13.2.4:
6524: * src/classes/image.C [template_gc] 1.90.2.15.2.6:
6525: * src/classes/mail.C [template_gc] 1.88.2.16.2.5:
6526: * src/classes/op.C [template_gc] 1.127.2.22.2.6:
6527: * src/classes/string.C [template_gc] 1.125.2.15.2.6:
6528: * src/classes/table.C [template_gc] 1.172.2.14.2.5:
6529: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.5:
6530: * src/include/pa_common.h [template_gc] 1.89.2.13.2.4:
6531: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.7:
6532: * src/include/pa_string.h [template_gc] 1.144.2.28.2.10:
6533: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.5:
6534: * src/main/pa_common.C [template_gc] 1.143.2.21.2.7:
6535: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.4:
6536: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.4:
6537: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.3:
6538: * src/main/pa_string.C [template_gc] 1.172.2.21.2.9:
6539: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.3:
6540: * src/main/untaint.C [template_gc] 1.115.2.12.2.6:
6541: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.3:
6542: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.2:
6543: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.6:
6544: more tests OK
6545:
6546: * parser3.dsw [template_gc] 1.7.6.1.2.2:
6547: * src/classes/file.C [template_gc] 1.107.2.16.2.3:
6548: * src/classes/image.C [template_gc] 1.90.2.15.2.4:
6549: * src/classes/op.C [template_gc] 1.127.2.22.2.5:
6550: * src/classes/string.C [template_gc] 1.125.2.15.2.4:
6551: * src/classes/table.C [template_gc] 1.172.2.14.2.4:
6552: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.4:
6553: * src/classes/xnode.C [template_gc] 1.54.2.10.2.4:
6554: * src/include/pa_common.h [template_gc] 1.89.2.13.2.3:
6555: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.4:
6556: * src/include/pa_request.h [template_gc] 1.160.2.37.2.2:
6557: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.2:
6558: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.2:
6559: * src/include/pa_string.h [template_gc] 1.144.2.28.2.6:
6560: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.3:
6561: * src/main/execute.C [template_gc] 1.295.2.27.2.3:
6562: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.3:
6563: * src/main/pa_common.C [template_gc] 1.143.2.21.2.4:
6564: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.3:
6565: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.2:
6566: * src/main/pa_request.C [template_gc] 1.245.2.37.2.3:
6567: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.2:
6568: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.2:
6569: * src/main/untaint.C [template_gc] 1.115.2.12.2.3:
6570: * src/sql/pa_sql_driver.h [template_gc] 1.34.2.4.2.1:
6571: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.2:
6572: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.3:
6573: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.2:
6574: * src/types/pa_value.C [template_gc] 1.9.2.15.2.3:
6575: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.2:
6576: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.3:
6577: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.2:
6578: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.3:
6579: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.4:
6580: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.3:
6581: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.4:
6582: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.2:
6583: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.2:
6584: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.2:
6585: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.2:
6586: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.2:
6587: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.3:
6588: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.3:
6589: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.3:
6590: untaint.C 30%,
6591: pa_common.C [done, without http for now]
6592:
6593: * src/include/pa_string.h [template_gc] 1.144.2.28.2.13:
6594: warning
6595:
6596: * src/lib/ltdl/Makefile.in [template_gc] 1.4.2.1.2.1:
6597: * src/lib/ltdl/config_fixed.h [template_gc] 1.2.2.2.2.1:
6598: * src/lib/ltdl/configure [template_gc] 1.4.2.1.2.1:
6599: * src/lib/ltdl/configure.in [template_gc] 1.4.2.1.2.1:
6600: * src/lib/ltdl/libltdl.dsp [template_gc] 1.3.2.2.2.1:
6601: * src/lib/ltdl/ltdl.c [template_gc] 1.3.2.1.2.2:
6602: * src/lib/ltdl/ltdl.h [template_gc] 1.2.2.1.2.2:
6603: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.3:
6604: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.4:
6605: * src/lib/pcre/internal.h [template_gc] 1.1.18.2:
6606: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.3:
6607: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.4:
6608: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.3:
6609: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.3:
6610: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.4:
6611: undone bad replaces
6612:
6613: 2003-03-19 paf
6614: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.2:
6615: * src/classes/string.C [template_gc] 1.125.2.15.2.3:
6616: * src/classes/table.C [template_gc] 1.172.2.14.2.3:
6617: * src/include/pa_array.h [template_gc] 1.57.2.27.2.1:
6618: * src/include/pa_common.h [template_gc] 1.89.2.13.2.2:
6619: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.2:
6620: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.2:
6621: * src/include/pa_string.h [template_gc] 1.144.2.28.2.3:
6622: * src/include/pa_table.h [template_gc] 1.48.2.11.2.2:
6623: * src/lib/cord/cord.dsp [template_gc] 1.1.2.2:
6624: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.2:
6625: * src/main/main.dsp [template_gc] 1.161.6.14.2.2:
6626: * src/main/pa_common.C [template_gc] 1.143.2.21.2.2:
6627: * src/main/pa_string.C [template_gc] 1.172.2.21.2.3:
6628: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.2:
6629: * src/types/pa_method.h [template_gc] 1.1.2.4.2.2:
6630: * src/types/pa_value.h [template_gc] 1.109.2.25.2.2:
6631: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.2:
6632: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.2:
6633: * src/types/types.dsp [template_gc] 1.35.10.9.2.2:
6634: string reimplementation with cord+array<fragment>: 70%
6635:
6636: * src/lib/pcre/Makefile.in [template_gc] 1.8.2.3.2.1:
6637: * src/lib/pcre/dftables.c [template_gc] 1.1.14.1.2.1:
6638: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.2:
6639: * src/lib/pcre/maketables.c [template_gc] 1.1.14.1.2.1:
6640: * src/lib/pcre/pcre.c [template_gc] 1.1.14.1.2.1:
6641: * src/lib/pcre/pcre.dsp [template_gc] 1.1.14.1.2.1:
6642: * src/lib/pcre/pcre.h [template_gc] 1.1.14.1.2.1:
6643: * src/lib/pcre/pcre_parser_ctype.c [template_gc] 1.3.2.1.2.1:
6644: * src/lib/pcre/study.c [template_gc] 1.1.14.1.2.1:
6645: restored bad replaces
6646:
6647: * src/classes/date.C [template_gc] 1.42.2.11.2.3:
6648: * src/classes/form.C [template_gc] 1.34.2.7.2.3:
6649: * src/classes/hash.C [template_gc] 1.54.2.13.2.3:
6650: * src/classes/image.C [template_gc] 1.90.2.15.2.3:
6651: * src/classes/mail.C [template_gc] 1.88.2.16.2.3:
6652: * src/classes/op.C [template_gc] 1.127.2.22.2.4:
6653: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.3:
6654: * src/classes/xnode.C [template_gc] 1.54.2.10.2.3:
6655: * src/include/pa_array.h [template_gc] 1.57.2.27.2.3:
6656: * src/include/pa_config_fixed.h [template_gc] 1.54.2.5.2.1:
6657: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.3:
6658: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.3:
6659: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.2:
6660: * src/include/pa_string.h [template_gc] 1.144.2.28.2.5:
6661: * src/include/pa_table.h [template_gc] 1.48.2.11.2.3:
6662: * src/main/compile.C [template_gc] 1.69.2.6.2.2:
6663: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.2:
6664: * src/main/execute.C [template_gc] 1.295.2.27.2.2:
6665: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.2:
6666: * src/main/pa_common.C [template_gc] 1.143.2.21.2.3:
6667: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.2:
6668: * src/main/pa_request.C [template_gc] 1.245.2.37.2.2:
6669: * src/main/pa_socks.C [template_gc] 1.18.2.5.2.1:
6670: * src/main/pa_string.C [template_gc] 1.172.2.21.2.5:
6671: * src/main/pa_table.C [template_gc] 1.53.2.10.2.2:
6672: * src/main/untaint.C [template_gc] 1.115.2.12.2.2:
6673: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.2:
6674: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.3:
6675: * src/types/pa_value.C [template_gc] 1.9.2.15.2.2:
6676: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.2:
6677: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.2:
6678: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.2:
6679: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.3:
6680: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.3:
6681: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.2:
6682: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.2:
6683: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.2:
6684: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.2:
6685: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.2:
6686: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.2:
6687: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.2:
6688: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.2:
6689: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.2:
6690: started test
6691:
6692: * src/classes/op.C [template_gc] 1.127.2.22.2.3:
6693: * src/include/pa_array.h [template_gc] 1.57.2.27.2.2:
6694: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.2:
6695: * src/include/pa_string.h [template_gc] 1.144.2.28.2.4:
6696: * src/main/pa_string.C [template_gc] 1.172.2.21.2.4:
6697: string compiled
6698: todo: test it
6699:
6700: 2003-03-18 paf
6701: * src/classes/date.C [template_gc] 1.42.2.11.2.2:
6702: * src/classes/file.C [template_gc] 1.107.2.16.2.2:
6703: * src/classes/form.C [template_gc] 1.34.2.7.2.2:
6704: * src/classes/hash.C [template_gc] 1.54.2.13.2.2:
6705: * src/classes/image.C [template_gc] 1.90.2.15.2.2:
6706: * src/classes/mail.C [template_gc] 1.88.2.16.2.2:
6707: * src/classes/math.C [template_gc] 1.24.2.12.2.2:
6708: * src/classes/op.C [template_gc] 1.127.2.22.2.2:
6709: * src/classes/string.C [template_gc] 1.125.2.15.2.2:
6710: * src/classes/table.C [template_gc] 1.172.2.14.2.2:
6711: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.2:
6712: * src/classes/xnode.C [template_gc] 1.54.2.10.2.2:
6713: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.2:
6714: * src/include/pa_string.h [template_gc] 1.144.2.28.2.2:
6715: * src/main/pa_string.C [template_gc] 1.172.2.21.2.2:
6716: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.2:
6717: lots of replacements,
6718: todo:we can ignore lang in cmp and pos really,
6719: but would split properly!
6720:
6721: * src/include/pa_pool.h [gc] 1.86.4.2:
6722: * src/main/execute.C [gc] 1.295.4.2:
6723: * src/targets/cgi/pa_pool.C [gc] 1.41.4.2:
6724: gc logging
6725:
6726: * src/lib/cord/cord.dsp [template_gc] 1.1.2.1:
6727: * src/lib/cord/cordbscs.c [template_gc] 1.1.2.1:
6728: * src/lib/cord/cordprnt.c [template_gc] 1.1.2.1:
6729: * src/lib/cord/cordxtra.c [template_gc] 1.1.2.1:
6730: gc: cord part made parser/src/lib: it's not compiled into libgc
6731: by default
6732:
6733: * src/lib/cord/cordxtra.c 1.1:
6734: file cordxtra.c was initially added on branch template_gc.
6735:
6736: * src/lib/cord/cordbscs.c 1.1:
6737: file cordbscs.c was initially added on branch template_gc.
6738:
6739: * parser3.dsw [template_gc] 1.7.6.1.2.1:
6740: * src/classes/classes.dsp [template_gc] 1.25.10.5.2.1:
6741: * src/classes/classes.h [template_gc] 1.23.2.9.2.1:
6742: * src/classes/date.C [template_gc] 1.42.2.11.2.1:
6743: * src/classes/double.C [template_gc] 1.53.2.8.2.1:
6744: * src/classes/file.C [template_gc] 1.107.2.16.2.1:
6745: * src/classes/form.C [template_gc] 1.34.2.7.2.1:
6746: * src/classes/hash.C [template_gc] 1.54.2.13.2.1:
6747: * src/classes/image.C [template_gc] 1.90.2.15.2.1:
6748: * src/classes/int.C [template_gc] 1.49.2.7.2.1:
6749: * src/classes/mail.C [template_gc] 1.88.2.16.2.1:
6750: * src/classes/math.C [template_gc] 1.24.2.12.2.1:
6751: * src/classes/op.C [template_gc] 1.127.2.22.2.1:
6752: * src/classes/response.C [template_gc] 1.23.2.8.2.1:
6753: * src/classes/string.C [template_gc] 1.125.2.15.2.1:
6754: * src/classes/table.C [template_gc] 1.172.2.14.2.1:
6755: * src/classes/void.C [template_gc] 1.28.2.5.2.1:
6756: * src/classes/xdoc.C [template_gc] 1.108.2.19.2.1:
6757: * src/classes/xnode.C [template_gc] 1.54.2.10.2.1:
6758: * src/classes/xnode.h [template_gc] 1.18.2.6.2.1:
6759: * src/include/Makefile.am [template_gc] 1.3.14.2.2.1:
6760: * src/include/pa_cache_managers.h [template_gc] 1.9.2.7.2.1:
6761: * src/include/pa_charset.h [template_gc] 1.20.2.18.2.1:
6762: * src/include/pa_charsets.h [template_gc] 1.8.2.8.2.1:
6763: * src/include/pa_common.h [template_gc] 1.89.2.13.2.1:
6764: * src/include/pa_dictionary.h [template_gc] 1.13.2.8.2.1:
6765: * src/include/pa_exception.h [template_gc] 1.38.2.15.2.1:
6766: * src/include/pa_exec.h [template_gc] 1.11.2.6.2.1:
6767: * src/include/pa_globals.h [template_gc] 1.101.2.15.2.1:
6768: * src/include/pa_hash.h [template_gc] 1.58.2.18.2.1:
6769: * src/include/pa_memory.h [template_gc] 1.1.2.9.2.1:
6770: * src/include/pa_pool.h [template_gc] 1.86.2.32.2.1:
6771: * src/include/pa_request.h [template_gc] 1.160.2.37.2.1:
6772: * src/include/pa_request_charsets.h [template_gc] 1.1.2.3.2.1:
6773: * src/include/pa_sapi.h [template_gc] 1.22.2.8.2.1:
6774: * src/include/pa_sql_connection.h [template_gc] 1.30.2.7.2.1:
6775: * src/include/pa_sql_driver_manager.h [template_gc] 1.26.2.9.2.1:
6776: * src/include/pa_string.h [template_gc] 1.144.2.28.2.1:
6777: * src/include/pa_stylesheet_connection.h [template_gc] 1.32.2.5.2.1:
6778: * src/include/pa_stylesheet_manager.h [template_gc] 1.15.2.5.2.1:
6779: * src/include/pa_table.h [template_gc] 1.48.2.11.2.1:
6780: * src/include/pa_uue.h [template_gc] 1.4.2.3.2.1:
6781: * src/lib/pcre/get.c [template_gc] 1.1.14.1.2.1:
6782: * src/main/Makefile.am [template_gc] 1.35.6.4.2.1:
6783: * src/main/compile.C [template_gc] 1.69.2.6.2.1:
6784: * src/main/compile.tab.C [template_gc] 1.81.2.13.2.1:
6785: * src/main/compile_tools.C [template_gc] 1.54.2.5.2.1:
6786: * src/main/compile_tools.h [template_gc] 1.67.2.8.2.1:
6787: * src/main/execute.C [template_gc] 1.295.2.27.2.1:
6788: * src/main/main.dsp [template_gc] 1.161.6.14.2.1:
6789: * src/main/pa_charset.C [template_gc] 1.33.2.19.2.1:
6790: * src/main/pa_charsets.C [template_gc] 1.11.2.10.2.1:
6791: * src/main/pa_common.C [template_gc] 1.143.2.21.2.1:
6792: * src/main/pa_dictionary.C [template_gc] 1.17.2.6.2.1:
6793: * src/main/pa_exception.C [template_gc] 1.43.2.15.2.1:
6794: * src/main/pa_exec.C [template_gc] 1.48.2.18.2.1:
6795: * src/main/pa_globals.C [template_gc] 1.152.2.19.2.1:
6796: * src/main/pa_memory.C [template_gc] 1.1.2.5.2.1:
6797: * src/main/pa_pool.C [template_gc] 1.59.2.6.2.1:
6798: * src/main/pa_request.C [template_gc] 1.245.2.37.2.1:
6799: * src/main/pa_sql_driver_manager.C [template_gc] 1.69.2.17.2.1:
6800: * src/main/pa_string.C [template_gc] 1.172.2.21.2.1:
6801: * src/main/pa_stylesheet_manager.C [template_gc] 1.16.2.7.2.1:
6802: * src/main/pa_table.C [template_gc] 1.53.2.10.2.1:
6803: * src/main/pa_uue.C [template_gc] 1.4.2.5.2.1:
6804: * src/main/untaint.C [template_gc] 1.115.2.12.2.1:
6805: * src/targets/apache13/mod_parser3.C [template_gc] 1.28.2.6.2.1:
6806: * src/targets/cgi/parser3.C [template_gc] 1.216.2.30.2.1:
6807: * src/targets/cgi/parser3.dsp [template_gc] 1.60.10.2.2.1:
6808: * src/targets/isapi/parser3isapi.C [template_gc] 1.82.2.6.2.1:
6809: * src/types/pa_junction.h [template_gc] 1.1.2.2.2.1:
6810: * src/types/pa_method.h [template_gc] 1.1.2.4.2.1:
6811: * src/types/pa_value.C [template_gc] 1.9.2.15.2.1:
6812: * src/types/pa_value.h [template_gc] 1.109.2.25.2.1:
6813: * src/types/pa_vclass.C [template_gc] 1.16.2.5.2.1:
6814: * src/types/pa_vclass.h [template_gc] 1.39.2.5.2.1:
6815: * src/types/pa_vcode_frame.h [template_gc] 1.24.2.3.2.1:
6816: * src/types/pa_vcookie.C [template_gc] 1.55.2.9.2.1:
6817: * src/types/pa_vcookie.h [template_gc] 1.23.2.6.2.1:
6818: * src/types/pa_vdate.h [template_gc] 1.24.2.5.2.1:
6819: * src/types/pa_vdouble.h [template_gc] 1.42.2.9.2.1:
6820: * src/types/pa_venv.h [template_gc] 1.28.2.5.2.1:
6821: * src/types/pa_vfile.C [template_gc] 1.36.2.10.2.1:
6822: * src/types/pa_vfile.h [template_gc] 1.52.2.16.2.1:
6823: * src/types/pa_vform.C [template_gc] 1.74.2.11.2.1:
6824: * src/types/pa_vform.h [template_gc] 1.45.2.8.2.1:
6825: * src/types/pa_vhash.C [template_gc] 1.1.2.3.2.1:
6826: * src/types/pa_vhash.h [template_gc] 1.43.2.14.2.1:
6827: * src/types/pa_vimage.C [template_gc] 1.22.2.7.2.1:
6828: * src/types/pa_vimage.h [template_gc] 1.34.2.8.2.1:
6829: * src/types/pa_vint.h [template_gc] 1.38.2.10.2.1:
6830: * src/types/pa_vmail.C [template_gc] 1.40.2.12.2.1:
6831: * src/types/pa_vmail.h [template_gc] 1.9.2.6.2.1:
6832: * src/types/pa_vmath.C [template_gc] 1.1.2.9.2.1:
6833: * src/types/pa_vmath.h [template_gc] 1.14.2.4.2.1:
6834: * src/types/pa_vmethod_frame.C [template_gc] 1.1.2.5.2.1:
6835: * src/types/pa_vmethod_frame.h [template_gc] 1.45.2.8.2.1:
6836: * src/types/pa_vobject.C [template_gc] 1.12.2.7.2.1:
6837: * src/types/pa_vobject.h [template_gc] 1.38.2.10.2.1:
6838: * src/types/pa_vrequest.C [template_gc] 1.27.2.9.2.1:
6839: * src/types/pa_vrequest.h [template_gc] 1.25.2.3.2.1:
6840: * src/types/pa_vresponse.C [template_gc] 1.17.2.6.2.1:
6841: * src/types/pa_vresponse.h [template_gc] 1.32.2.6.2.1:
6842: * src/types/pa_vstateless_class.C [template_gc] 1.19.2.9.2.1:
6843: * src/types/pa_vstateless_class.h [template_gc] 1.42.2.16.2.1:
6844: * src/types/pa_vstateless_object.h [template_gc] 1.28.2.4.2.1:
6845: * src/types/pa_vstatus.C [template_gc] 1.15.2.6.2.1:
6846: * src/types/pa_vstatus.h [template_gc] 1.15.2.7.2.1:
6847: * src/types/pa_vstring.C [template_gc] 1.22.2.3.2.1:
6848: * src/types/pa_vstring.h [template_gc] 1.54.2.11.2.1:
6849: * src/types/pa_vtable.C [template_gc] 1.21.2.5.2.1:
6850: * src/types/pa_vtable.h [template_gc] 1.48.2.8.2.1:
6851: * src/types/pa_vvoid.h [template_gc] 1.17.2.8.2.1:
6852: * src/types/pa_vxdoc.C [template_gc] 1.23.2.5.2.1:
6853: * src/types/pa_vxdoc.h [template_gc] 1.31.2.9.2.1:
6854: * src/types/pa_vxnode.C [template_gc] 1.30.2.5.2.1:
6855: * src/types/pa_vxnode.h [template_gc] 1.22.2.6.2.1:
6856: * src/types/pa_wcontext.C [template_gc] 1.24.2.5.2.1:
6857: * src/types/pa_wcontext.h [template_gc] 1.42.2.9.2.1:
6858: * src/types/pa_wwrapper.h [template_gc] 1.28.2.3.2.1:
6859: * src/types/types.dsp [template_gc] 1.35.10.9.2.1:
6860: started porting to gc:
6861: PA_Object done
6862: lots of replacements also
6863:
6864: * src/lib/cord/cordprnt.c 1.1:
6865: file cordprnt.c was initially added on branch template_gc.
6866:
6867: * src/lib/cord/cord.dsp 1.1:
6868: file cord.dsp was initially added on branch template_gc.
6869:
6870: 2003-03-17 paf
6871: * src/classes/date.C [gc] 1.42.4.1:
6872: * src/classes/file.C [gc] 1.107.4.1:
6873: * src/classes/form.C [gc] 1.34.4.1:
6874: * src/classes/image.C [gc] 1.90.4.1:
6875: * src/classes/mail.C [gc] 1.88.4.1:
6876: * src/classes/op.C [gc] 1.127.4.1:
6877: * src/classes/table.C [gc] 1.172.4.1:
6878: * src/classes/xdoc.C [gc] 1.108.4.1:
6879: * src/classes/xnode.C [gc] 1.54.4.1:
6880: * src/include/pa_pool.h [gc] 1.86.4.1:
6881: * src/include/pa_pragma_pack_begin.h [gc] 1.6.4.1:
6882: * src/include/pa_pragma_pack_end.h [gc] 1.6.4.1:
6883: * src/include/pa_string.h [gc] 1.144.4.1:
6884: * src/include/pa_types.h [gc] 1.44.4.1:
6885: * src/main/compile.C [gc] 1.69.4.1:
6886: * src/main/compile.tab.C [gc] 1.81.4.1:
6887: * src/main/execute.C [gc] 1.295.4.1:
6888: * src/main/pa_charset.C [gc] 1.33.4.1:
6889: * src/main/pa_common.C [gc] 1.145.2.1:
6890: * src/main/pa_exception.C [gc] 1.43.4.1:
6891: * src/main/pa_exec.C [gc] 1.48.4.1:
6892: * src/main/pa_globals.C [gc] 1.152.4.1:
6893: * src/main/pa_pool.C [gc] 1.59.4.1:
6894: * src/main/pa_request.C [gc] 1.245.4.1:
6895: * src/main/pa_sql_driver_manager.C [gc] 1.69.4.1:
6896: * src/main/pa_string.C [gc] 1.172.4.1:
6897: * src/main/pa_stylesheet_manager.C [gc] 1.16.4.1:
6898: * src/main/pa_uue.C [gc] 1.4.4.1:
6899: * src/main/untaint.C [gc] 1.115.4.1:
6900: * src/targets/cgi/pa_pool.C [gc] 1.41.4.1:
6901: * src/targets/cgi/parser3.C [gc] 1.216.4.1:
6902: * src/targets/cgi/parser3.dsp [gc] 1.60.12.1:
6903: * src/targets/cgi/pool_storage.h [gc] 1.13.4.1:
6904: * src/types/pa_vcookie.C [gc] 1.55.4.1:
6905: * src/types/pa_vdouble.h [gc] 1.42.4.1:
6906: * src/types/pa_vfile.C [gc] 1.36.4.1:
6907: * src/types/pa_vform.C [gc] 1.74.4.1:
6908: * src/types/pa_vint.h [gc] 1.38.4.1:
6909: * src/types/pa_vmail.C [gc] 1.41.2.1:
6910: * src/types/pa_vxdoc.C [gc] 1.23.4.1:
6911: * src/types/pa_vxdoc.h [gc] 1.31.4.1:
6912: * src/types/pa_vxnode.C [gc] 1.30.4.1:
6913: * src/types/pa_vxnode.h [gc] 1.22.4.1:
6914: * www/htdocs/.htaccess [gc] 1.12.8.1:
6915: * www/htdocs/auto.p [gc] 1.17.12.1:
6916: libgc attempt
6917:
6918: * src/main/pa_common.C [gc] 1.145.2.2:
6919: * src/main/pa_common.C [gc] 1.145.2.3:
6920: *** empty log message ***
6921:
6922: 2003-03-13 paf
6923: * src/include/pa_request.h [autoptr] 1.160.2.37:
6924: * src/lib/ltdl/libltdl.dsp [autoptr] 1.3.2.1:
6925: * src/lib/md5/md5.dsp [autoptr] 1.2.10.1:
6926: * src/main/compile.tab.C [autoptr] 1.81.2.13:
6927: * src/main/execute.C [autoptr] 1.295.2.27:
6928: * src/main/pa_request.C [autoptr] 1.245.2.37:
6929: * src/targets/cgi/parser3.C [autoptr] 1.216.2.28:
6930: * src/types/pa_value.C [autoptr] 1.9.2.15:
6931: * src/types/pa_value.h [autoptr] 1.109.2.25:
6932: * src/types/pa_vobject.h [autoptr] 1.38.2.9:
6933: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.16:
6934: * src/types/pa_vstatus.C [autoptr] 1.15.2.6:
6935: * src/types/types.dsp [autoptr] 1.35.10.8:
6936: * www/htdocs/.htaccess [autoptr] 1.12.6.9:
6937: set_base, set_derived simplified [counter leaks fixed]
6938:
6939: * src/include/pa_config_fixed.h 1.55:
6940: * src/types/pa_vstatus.C 1.16:
6941: * src/types/types.dsp 1.36:
6942: incorporated status class patch
6943: From: "Victor Fedoseev" <vvf_ru@mail.ru>
6944: Sent: Thursday, January 23, 2003 8:14 AM
6945:
6946: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus Win32 specific:
6947: QuotaPeakNonPagedPoolUsage
6948: QuotaPeakPagedPoolUsage
6949: PeakPagefileUsage]
6950:
6951: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.9:
6952: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.17:
6953: * src/targets/cgi/parser3.C [autoptr] 1.216.2.29:
6954: lt_dlexit called
6955:
6956: 2003-03-12 paf
6957: * Makefile.in [autoptr] 1.48.2.4:
6958: * bin/Makefile.in [autoptr] 1.9.2.3:
6959: * configure [autoptr] 1.66.2.4:
6960: * configure.in [autoptr] 1.62.2.4:
6961: * etc/Makefile.in [autoptr] 1.14.2.3:
6962: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.3:
6963: * src/Makefile.in [autoptr] 1.55.2.3:
6964: * src/classes/Makefile.in [autoptr] 1.53.2.3:
6965: * src/include/Makefile.in [autoptr] 1.11.2.5:
6966: * src/lib/Makefile.in [autoptr] 1.8.2.3:
6967: * src/lib/md5/Makefile.in [autoptr] 1.6.2.3:
6968: * src/lib/patches/Makefile.in [autoptr] 1.10.2.3:
6969: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.3:
6970: * src/main/Makefile.in [autoptr] 1.50.2.6:
6971: * src/sql/Makefile.in [autoptr] 1.11.2.3:
6972: * src/targets/Makefile.in [autoptr] 1.42.2.3:
6973: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.4:
6974: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.4:
6975: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.4:
6976: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.3:
6977: * src/types/Makefile.in [autoptr] 1.50.2.4:
6978: libstdc++ linkage fixed for g++ 3.2.2
6979:
6980: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.8:
6981: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.5:
6982: * src/main/compile.tab.C [autoptr] 1.81.2.12:
6983: gcc 3.2 rightliy complained on using privately declared class [
6984: fixed]
6985:
6986: * Makefile.am [autoptr] 1.34.2.3:
6987: * Makefile.in [autoptr] 1.48.2.5:
6988: * src/targets/apache13/Makefile.in 1.45:
6989: * src/targets/apache13/p3runConfigure.in 1.12:
6990: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.2:
6991: * tests/Makefile [autoptr] 1.1.2.8:
6992: *** empty log message ***
6993:
6994: * src/include/pa_request.h [autoptr] 1.160.2.36:
6995: * src/main/compile.tab.C [autoptr] 1.81.2.11:
6996: * src/main/execute.C [autoptr] 1.295.2.26:
6997: * src/targets/cgi/parser3.C [autoptr] 1.216.2.25:
6998: SIGPIPE now can be intercepted
6999: and does not cause exception in exception handler
7000:
7001: * Makefile.in [autoptr] 1.48.2.3:
7002: * bin/Makefile.in [autoptr] 1.9.2.2:
7003: * configure [autoptr] 1.66.2.3:
7004: * configure.in [autoptr] 1.62.2.3:
7005: * etc/Makefile.in [autoptr] 1.14.2.2:
7006: * etc/parser3.charsets/Makefile.in [autoptr] 1.17.2.2:
7007: * src/Makefile.in [autoptr] 1.55.2.2:
7008: * src/classes/Makefile.in [autoptr] 1.53.2.2:
7009: * src/include/Makefile.in [autoptr] 1.11.2.4:
7010: * src/lib/Makefile.in [autoptr] 1.8.2.2:
7011: * src/lib/md5/Makefile.in [autoptr] 1.6.2.2:
7012: * src/lib/patches/Makefile.in [autoptr] 1.10.2.2:
7013: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.2:
7014: * src/main/Makefile.in [autoptr] 1.50.2.5:
7015: * src/sql/Makefile.in [autoptr] 1.11.2.2:
7016: * src/targets/Makefile.in [autoptr] 1.42.2.2:
7017: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.2:
7018: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.3:
7019: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.3:
7020: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.3:
7021: * src/targets/isapi/Makefile.in [autoptr] 1.11.2.2:
7022: * src/types/Makefile.in [autoptr] 1.50.2.3:
7023: configure now default links libstdc++ statically.
7024: that can be overriden by --with-dynamic-stdcpp
7025:
7026: * src/targets/cgi/parser3.C [autoptr] 1.216.2.26:
7027: 1. more detailed log on signals.
7028: 2. sigpipe before request constructor now causes death
7029:
7030: * configure [autoptr] 1.66.2.5:
7031: * configure.in [autoptr] 1.62.2.5:
7032: * src/lib/ltdl/Makefile.in [autoptr] 1.4.2.1:
7033: * src/lib/ltdl/configure [autoptr] 1.4.2.1:
7034: * src/lib/ltdl/configure.in [autoptr] 1.4.2.1:
7035: * src/targets/apache13/Makefile.in [autoptr] 1.44.2.3:
7036: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.5:
7037: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.5:
7038: lib/ltdl/Makefile now created by /configure.in only [were by
7039: lib/ltdl/configure.in OVERWRITE]
7040:
7041: 2003-03-11 paf
7042: * src/main/compile.tab.C [autoptr] 1.81.2.10:
7043: * src/main/compile.y [autoptr] 1.204.2.7:
7044: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.4:
7045: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.8:
7046: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.15:
7047: * www/htdocs/.htaccess [autoptr] 1.12.6.8:
7048: removed necessity of libstdc++
7049:
7050: * src/include/pa_request.h 1.161:
7051: * src/include/pa_request.h [autoptr] 1.160.2.35:
7052: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
7053:
7054: 2003-03-08 paf
7055: * tests/117.html 1.1:
7056: file 117.html was initially added on branch autoptr.
7057:
7058: * src/classes/xdoc.C [autoptr] 1.108.2.19:
7059: forgotten: global xdoc when ndef XML
7060:
7061: * src/classes/mail.C [autoptr] 1.88.2.16:
7062: * src/classes/response.C [autoptr] 1.23.2.8:
7063: * src/include/pa_request.h [autoptr] 1.160.2.33:
7064: * src/main/pa_request.C [autoptr] 1.245.2.36:
7065: removing vform,response,cookie.h -> pa_request.h dependency
7066:
7067: * tests/118.html 1.1:
7068: file 118.html was initially added on branch autoptr.
7069:
7070: * tests/results/115.processed 1.1:
7071: file 115.processed was initially added on branch autoptr.
7072:
7073: * tests/119.html 1.1:
7074: file 119.html was initially added on branch autoptr.
7075:
7076: * tests/120.html 1.1:
7077: file 120.html was initially added on branch autoptr.
7078:
7079: * src/targets/cgi/parser3.C [autoptr] 1.216.2.22:
7080: charsets: see some strange things with old xml lib-- it's
7081: internal memory handling has faults
7082:
7083: * tests/results/117.processed 1.1:
7084: file 117.processed was initially added on branch autoptr.
7085:
7086: * tests/results/109.processed 1.1:
7087: file 109.processed was initially added on branch autoptr.
7088:
7089: * tests/results/110.processed 1.1:
7090: file 110.processed was initially added on branch autoptr.
7091:
7092: * tests/021.html [autoptr] 1.1.2.2:
7093: * tests/031.html [autoptr] 1.1.2.2:
7094: * tests/033.html [autoptr] 1.1.2.2:
7095: * tests/109.html [autoptr] 1.1.2.1:
7096: * tests/110.html [autoptr] 1.1.2.1:
7097: * tests/111.html [autoptr] 1.1.2.1:
7098: * tests/112.html [autoptr] 1.1.2.1:
7099: * tests/113.html [autoptr] 1.1.2.1:
7100: * tests/114.html [autoptr] 1.1.2.1:
7101: * tests/115.html [autoptr] 1.1.2.1:
7102: * tests/116.html [autoptr] 1.1.2.1:
7103: * tests/117.html [autoptr] 1.1.2.1:
7104: * tests/118.html [autoptr] 1.1.2.1:
7105: * tests/119.html [autoptr] 1.1.2.1:
7106: * tests/120.html [autoptr] 1.1.2.1:
7107: * tests/results/109.processed [autoptr] 1.1.2.1:
7108: * tests/results/110.processed [autoptr] 1.1.2.1:
7109: * tests/results/111.processed [autoptr] 1.1.2.1:
7110: * tests/results/112.processed [autoptr] 1.1.2.1:
7111: * tests/results/113.processed [autoptr] 1.1.2.1:
7112: * tests/results/114.processed [autoptr] 1.1.2.1:
7113: * tests/results/115.processed [autoptr] 1.1.2.1:
7114: * tests/results/116.processed [autoptr] 1.1.2.1:
7115: * tests/results/117.processed [autoptr] 1.1.2.1:
7116: * tests/results/118.processed [autoptr] 1.1.2.1:
7117: * tests/results/119.processed [autoptr] 1.1.2.1:
7118: * tests/results/120.processed [autoptr] 1.1.2.1:
7119: xml: tests
7120: 109 dom create/show
7121: 110 xpath selectSingle
7122: 111 xdoc.create from tainted &
7123: 112 xdoc.create/output with russian attr value
7124: 113 xpath selectString/Number
7125: 114 dom attributes.count
7126: 115 xpath selectBool
7127: 116 output media-type change
7128: 117 transform by dom stylesheet
7129: 118 empty transform result
7130: 119 dom setAttribute
7131: 120 nbsp letter output
7132:
7133: =END OF PREPARED XML TESTS=
7134:
7135: * tests/results/119.processed 1.1:
7136: file 119.processed was initially added on branch autoptr.
7137:
7138: * tests/results/120.processed 1.1:
7139: file 120.processed was initially added on branch autoptr.
7140:
7141: * src/targets/cgi/parser3.C [autoptr] 1.216.2.23:
7142: todo: move to latest xml version on win32 and run memleak tests again
7143:
7144: * src/classes/op.C [autoptr] 1.127.2.21:
7145: * src/include/pa_request.h [autoptr] 1.160.2.34:
7146: removing vclass,object.h -> pa_request.h dependency
7147:
7148: * tests/results/112.processed 1.1:
7149: file 112.processed was initially added on branch autoptr.
7150:
7151: * tests/results/114.processed 1.1:
7152: file 114.processed was initially added on branch autoptr.
7153:
7154: * src/main/pa_request.C [autoptr] 1.245.2.32:
7155: * src/main/pa_request.C [autoptr] 1.245.2.33:
7156: * www/htdocs/.htaccess [autoptr] 1.12.6.7:
7157: forgotten: ifdef XML
7158:
7159: * src/classes/hash.C [autoptr] 1.54.2.13:
7160: * src/classes/mail.C [autoptr] 1.88.2.15:
7161: * src/classes/string.C [autoptr] 1.125.2.15:
7162: * src/classes/table.C [autoptr] 1.172.2.14:
7163: * src/include/pa_array.h [autoptr] 1.57.2.27:
7164: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.16:
7165: * src/types/pa_vmail.C [autoptr] 1.40.2.10:
7166: * src/types/pa_vmail.h [autoptr] 1.9.2.5:
7167: * www/htdocs/.htaccess [autoptr] 1.12.6.6:
7168: * www/htdocs/index.html 1.211:
7169: started full-scale-site-test [~ http://parser.ru sources]
7170:
7171: some fixes
7172:
7173: * tests/110.html 1.1:
7174: file 110.html was initially added on branch autoptr.
7175:
7176: * tests/109.html 1.1:
7177: file 109.html was initially added on branch autoptr.
7178:
7179: * src/include/pa_types.h [autoptr] 1.44.2.3:
7180: * src/main/pa_charset.C [autoptr] 1.33.2.19:
7181: charsets: fixed problems when transcode from charset A to A.
7182:
7183: * tests/results/116.processed 1.1:
7184: file 116.processed was initially added on branch autoptr.
7185:
1.24 paf 7186: * Makefile.in [autoptr] 1.48.2.2:
7187: * src/main/pa_request.C [autoptr] 1.245.2.34:
7188: * www/cgi-bin/parser3.log [autoptr] 1.78.10.1:
7189: *** empty log message ***
7190:
1.23 paf 7191: * tests/111.html 1.1:
7192: file 111.html was initially added on branch autoptr.
7193:
7194: * src/main/untaint.C [autoptr] 1.115.2.12:
7195: * src/types/pa_vmail.C [autoptr] 1.40.2.11:
7196: mail: transcode fixed.
7197: todo: still problems when transcode from charset A to A.
7198:
7199: * tests/112.html 1.1:
7200: file 112.html was initially added on branch autoptr.
7201:
7202: * tests/results/118.processed 1.1:
7203: file 118.processed was initially added on branch autoptr.
7204:
7205: * tests/113.html 1.1:
7206: file 113.html was initially added on branch autoptr.
7207:
7208: * tests/results/111.processed 1.1:
7209: file 111.processed was initially added on branch autoptr.
7210:
7211: * tests/Makefile [autoptr] 1.1.2.7:
7212: make install & co
7213:
7214: * tests/114.html 1.1:
7215: file 114.html was initially added on branch autoptr.
7216:
7217: * tests/115.html 1.1:
7218: file 115.html was initially added on branch autoptr.
7219:
7220: * src/include/pa_config_fixed.h [autoptr] 1.54.2.5:
7221: * src/types/pa_vxdoc.C [autoptr] 1.23.2.5:
7222: yet another return 0; fixed
7223:
7224: * src/include/pa_config_fixed.h [autoptr] 1.54.2.4:
7225: * src/types/pa_vmail.C [autoptr] 1.40.2.12:
7226: * src/types/pa_vmail.h [autoptr] 1.9.2.6:
7227: vmail.C received just compiled [not tested]
7228:
7229: * tests/results/113.processed 1.1:
7230: file 113.processed was initially added on branch autoptr.
7231:
7232: * tests/116.html 1.1:
7233: file 116.html was initially added on branch autoptr.
7234:
7235: * src/include/pa_request.h [autoptr] 1.160.2.32:
7236: removing vmail.h -> pa_request.h dependency [testing...]
7237:
7238: 2003-03-07 paf
7239: * src/classes/xdoc.C [autoptr] 1.108.2.18:
7240: * src/include/pa_charset.h [autoptr] 1.20.2.18:
7241: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.5:
7242: * tests/108.html [autoptr] 1.1.2.1:
7243: * tests/108.xsl [autoptr] 1.1.2.1:
7244: * tests/results/108.processed [autoptr] 1.1.2.1:
7245: xml: test 108 transform with params [bugs fixed]
7246:
7247: * tests/results/107.processed 1.1:
7248: file 107.processed was initially added on branch autoptr.
7249:
7250: * tests/108.xsl 1.1:
7251: file 108.xsl was initially added on branch autoptr.
7252:
1.39 paf 7253: * src/classes/xdoc.C [autoptr] 1.108.2.15:
7254: * src/types/pa_vxdoc.h [autoptr] 1.31.2.7:
7255: * src/types/pa_vxnode.h [autoptr] 1.22.2.5:
7256: xml: linked
7257:
1.23 paf 7258: * tests/106.html 1.1:
7259: file 106.html was initially added on branch autoptr.
7260:
7261: * src/classes/classes.C [autoptr] 1.18.2.6:
7262: fixed: prevent system classes from modification to lock ALL the
7263: classes, not only directly used
7264:
7265: * tests/107.html 1.1:
7266: file 107.html was initially added on branch autoptr.
7267:
7268: * tests/108.html 1.1:
7269: file 108.html was initially added on branch autoptr.
7270:
7271: * tests/results/106.processed 1.1:
7272: file 106.processed was initially added on branch autoptr.
7273:
7274: * src/include/pa_charset.h [autoptr] 1.20.2.16:
7275: * src/main/pa_charset.C [autoptr] 1.33.2.16:
7276: * www/htdocs/.htaccess [autoptr] 1.12.6.5:
7277: xml: charset two mem alloc functions used for different cases [
7278: libxml, libxsl]
7279:
7280: * src/classes/xdoc.C [autoptr] 1.108.2.17:
7281: * src/include/pa_charset.h [autoptr] 1.20.2.17:
7282: * src/include/pa_request.h [autoptr] 1.160.2.31:
7283: * src/main/execute.C [autoptr] 1.295.2.25:
7284: * src/main/pa_charset.C [autoptr] 1.33.2.17:
7285: * src/main/pa_exception.C [autoptr] 1.43.2.15:
7286: * src/main/pa_globals.C [autoptr] 1.152.2.19:
7287: * src/main/pa_request.C [autoptr] 1.245.2.31:
7288: * src/types/pa_vxdoc.C [autoptr] 1.23.2.4:
7289: * src/types/pa_vxdoc.h [autoptr] 1.31.2.9:
7290: * src/types/pa_vxnode.C [autoptr] 1.30.2.5:
7291: * tests/107.html [autoptr] 1.1.2.1:
7292: * tests/results/107.processed [autoptr] 1.1.2.1:
7293: xml: test: 107 bug fixes
7294:
7295: * tests/results/108.processed 1.1:
7296: file 108.processed was initially added on branch autoptr.
7297:
7298: * src/classes/xdoc.C [autoptr] 1.108.2.14:
7299: * src/types/pa_vxdoc.h [autoptr] 1.31.2.6:
7300: xdoc.C compiled
7301:
7302: * tests/106.html [autoptr] 1.1.2.1:
7303: * tests/results/106.processed [autoptr] 1.1.2.1:
7304: test: 106 xdoc create, string
7305:
7306: * src/classes/xdoc.C [autoptr] 1.108.2.16:
7307: * src/classes/xnode.C [autoptr] 1.54.2.10:
7308: * src/classes/xnode.h [autoptr] 1.18.2.6:
7309: * src/types/pa_value.h [autoptr] 1.109.2.24:
7310: * src/types/pa_vxdoc.C [autoptr] 1.23.2.3:
7311: * src/types/pa_vxdoc.h [autoptr] 1.31.2.8:
7312: * src/types/pa_vxnode.C [autoptr] 1.30.2.4:
7313: * src/types/pa_vxnode.h [autoptr] 1.22.2.6:
7314: test: 107 bug fixes
7315:
7316: * src/main/pa_charset.C [autoptr] 1.33.2.18:
7317: * src/targets/cgi/parser3.C [autoptr] 1.216.2.21:
7318: fixed: mem leak from copy/paste bug
7319:
7320: 2003-03-06 paf
7321: * tests/023.html [autoptr] 1.1.2.2:
7322: in some cases it rounded up badly. postponing solution of that
7323: problem, making more simple test
7324:
7325: * src/include/pa_charset.h [autoptr] 1.20.2.14:
7326: * src/include/pa_config_fixed.h [autoptr] 1.54.2.3:
7327: * src/include/pa_memory.h [autoptr] 1.1.2.6:
7328: * src/include/pa_pool.h [autoptr] 1.86.2.32:
7329: * src/main/pa_charset.C [autoptr] 1.33.2.14:
7330: * src/main/pa_memory.C [autoptr] 1.1.2.4:
7331: * src/main/pa_pool.C [autoptr] 1.59.2.6:
7332: * src/types/pa_vxdoc.C [autoptr] 1.23.2.2:
7333: * src/types/pa_vxdoc.h [autoptr] 1.31.2.5:
7334: * src/types/pa_vxnode.C [autoptr] 1.30.2.3:
7335: * src/types/pa_vxnode.h [autoptr] 1.22.2.4:
7336: xml: charsets
7337:
7338: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.4:
7339: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.4:
7340: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.15:
7341: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.6:
7342: xml: stylesheet&manager done
7343:
7344: * src/classes/xnode.C [autoptr] 1.54.2.9:
7345: * src/classes/xnode.h [autoptr] 1.18.2.5:
7346: * src/include/pa_charset.h [autoptr] 1.20.2.15:
7347: * src/include/pa_memory.h [autoptr] 1.1.2.8:
7348: * src/include/pa_request.h [autoptr] 1.160.2.30:
7349: * src/include/pa_string.h [autoptr] 1.144.2.28:
7350: * src/main/pa_globals.C [autoptr] 1.152.2.18:
7351: * src/main/pa_request.C [autoptr] 1.245.2.30:
7352: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.7:
7353: xnode.C compiled
7354:
7355: * src/include/pa_memory.h [autoptr] 1.1.2.7:
7356: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.3:
7357: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.3:
7358: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.5:
7359: xml: stylesheet&manager STARTED
7360:
7361: * src/include/pa_globals.h [autoptr] 1.101.2.15:
7362: * src/main/pa_charset.C [autoptr] 1.33.2.15:
7363: * src/main/pa_exception.C [autoptr] 1.43.2.14:
7364: * src/main/pa_globals.C [autoptr] 1.152.2.17:
7365: xml: exceptions
7366:
7367: * src/classes/xdoc.C [autoptr] 1.108.2.13:
7368: xdoc.C 50%
7369:
7370: * src/include/pa_charset.h [autoptr] 1.20.2.13:
7371: * src/include/pa_charsets.h [autoptr] 1.8.2.8:
7372: * src/main/pa_charset.C [autoptr] 1.33.2.13:
7373: * src/main/pa_charsets.C [autoptr] 1.11.2.10:
7374: * www/htdocs/.htaccess [autoptr] 1.12.6.4:
7375: charset_utf8 declaration moved to charsets.C
7376:
7377: * Makefile.am [autoptr] 1.34.2.2:
7378: * tests/Makefile [autoptr] 1.1.2.4:
7379: * tests/Makefile [autoptr] 1.1.2.6:
7380: *** empty log message ***
7381:
7382: * tests/058_paf2000.png [autoptr] 1.1.2.2:
7383: * tests/results/058.processed [autoptr] 1.1.2.2:
7384: .png added with -kb now
7385:
7386: 2003-03-05 paf
7387: * tests/results/105.processed 1.1:
7388: file 105.processed was initially added on branch autoptr.
7389:
7390: * src/classes/math.C [autoptr] 1.24.2.12:
7391: can be: crypt in -lcrypt OK, but crypt.h be missing
7392:
7393: * src/classes/op.C [autoptr] 1.127.2.20:
7394: * src/main/main.dsp [autoptr] 1.161.6.13:
7395: * tests/104.html [autoptr] 1.1.2.1:
7396: * tests/results/104.processed [autoptr] 1.1.2.1:
7397: * www/htdocs/.htaccess [autoptr] 1.12.6.3:
7398: ^bpt operator added [does int3 in debug build on win32]
7399:
7400: * www/htdocs/auto.p [autoptr] 1.17.10.1:
7401: * www/htdocs/autoptr.html [autoptr] 1.1.2.4:
7402: * www/htdocs/base.p [autoptr] 1.6.6.1:
7403: * www/htdocs/derived.p [autoptr] 1.24.6.1:
7404: * www/htdocs/font.gif [autoptr] 1.1.6.1:
7405: * www/htdocs/global.xsl [autoptr] 1.8.10.1:
7406: * www/htdocs/index.html [autoptr] 1.210.2.1:
7407: * www/htdocs/mailreceive.eml [autoptr] 1.3.10.1:
7408: * www/htdocs/mailreceive.html [autoptr] 1.1.10.1:
7409: * www/htdocs/operators.p [autoptr] 1.11.8.1:
7410: * www/htdocs/parser-status.html [autoptr] 1.2.18.1:
7411: * www/htdocs/people.dtd [autoptr] 1.1.20.1:
7412: * www/htdocs/some.p [autoptr] 1.2.8.1:
7413: removed old tests
7414:
7415: * tests/104.html 1.1:
7416: file 104.html was initially added on branch autoptr.
7417:
1.39 paf 7418: * tests/105.html 1.1:
7419: file 105.html was initially added on branch autoptr.
7420:
1.23 paf 7421: * src/classes/math.C [autoptr] 1.24.2.11:
7422: * src/classes/op.C [autoptr] 1.127.2.19:
7423: * src/classes/string.C [autoptr] 1.125.2.13:
7424: * src/lib/Makefile.in [autoptr] 1.8.2.1:
7425: * src/lib/md5/Makefile.in [autoptr] 1.6.2.1:
7426: * src/lib/patches/Makefile.in [autoptr] 1.10.2.1:
7427: * src/lib/pcre/Makefile.in [autoptr] 1.8.2.1:
7428: * src/main/pa_exec.C [autoptr] 1.48.2.18:
7429: * src/targets/Makefile.in [autoptr] 1.42.2.1:
7430: * src/targets/apache13/Makefile.am [autoptr] 1.15.10.1:
7431: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.1:
7432: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.1:
7433: gcc more happy. todo:make linker happy
7434:
7435: * tests/results/104.processed 1.1:
7436: file 104.processed was initially added on branch autoptr.
7437:
7438: * ltmain.sh [autoptr] 1.5.2.1:
7439: ltmain.sh added
7440:
7441: * src/targets/apache13/p3runConfigure.in [autoptr] 1.11.14.1:
7442: * src/targets/cgi/Makefile.am [autoptr] 1.46.2.2:
7443: * src/targets/cgi/Makefile.in [autoptr] 1.62.2.2:
7444: linker needed more tricks to link OK
7445:
7446: * src/types/pa_vhash.C [autoptr] 1.1.2.2:
7447: * src/types/pa_vhash.h [autoptr] 1.43.2.13:
7448: hash_default_element_name made static
7449:
7450: * src/include/Makefile.am [autoptr] 1.3.14.2:
7451: * src/include/Makefile.in [autoptr] 1.11.2.3:
7452: * src/main/Makefile.am [autoptr] 1.35.6.4:
7453: * src/main/Makefile.in [autoptr] 1.50.2.4:
7454: * src/types/Makefile.am [autoptr] 1.28.10.1:
7455: * src/types/Makefile.in [autoptr] 1.50.2.2:
7456: forgotten files added to Makes
7457:
7458: * src/types/pa_vhash.C [autoptr] 1.1.2.3:
7459: * src/types/pa_vhash.h [autoptr] 1.43.2.14:
7460: hash_default_element_name change undone ;(
7461:
7462: * src/classes/file.C [autoptr] 1.107.2.16:
7463: * src/include/pa_exec.h [autoptr] 1.11.2.6:
7464: * src/main/pa_exec.C [autoptr] 1.48.2.17:
7465: pa_exec env param made optional
7466:
7467: * tests/057.html [autoptr] 1.1.2.3:
7468: * tests/results/057.processed [autoptr] 1.1.2.3:
7469: test bug fixed
7470:
7471: * src/classes/string.C [autoptr] 1.125.2.14:
7472: * src/include/pa_string.h [autoptr] 1.144.2.27:
7473: * src/main/pa_string.C [autoptr] 1.172.2.20:
7474: * tests/105.html [autoptr] 1.1.2.1:
7475: * tests/results/105.processed [autoptr] 1.1.2.1:
7476: String::match bug fixed
7477:
7478: 2003-03-04 paf
7479: * tests/results/060.processed 1.1:
7480: file 060.processed was initially added on branch autoptr.
7481:
7482: * tests/results/059.processed 1.1:
7483: file 059.processed was initially added on branch autoptr.
7484:
7485: * tests/072.html 1.1:
7486: file 072.html was initially added on branch autoptr.
7487:
7488: * tests/results/052.processed 1.1:
7489: file 052.processed was initially added on branch autoptr.
7490:
7491: * tests/074.html 1.1:
7492: file 074.html was initially added on branch autoptr.
7493:
7494: * tests/results/099.processed 1.1:
7495: file 099.processed was initially added on branch autoptr.
7496:
7497: * tests/076.html 1.1:
7498: file 076.html was initially added on branch autoptr.
7499:
7500: * tests/results/092.processed 1.1:
7501: file 092.processed was initially added on branch autoptr.
7502:
7503: * tests/results/102.processed 1.1:
7504: file 102.processed was initially added on branch autoptr.
7505:
7506: * tests/results/084.processed 1.1:
7507: file 084.processed was initially added on branch autoptr.
7508:
7509: * tests/078.html 1.1:
7510: file 078.html was initially added on branch autoptr.
7511:
7512: * tests/results/076.processed 1.1:
7513: file 076.processed was initially added on branch autoptr.
7514:
7515: * tests/081.html 1.1:
7516: file 081.html was initially added on branch autoptr.
7517:
7518: * tests/results/068.processed 1.1:
7519: file 068.processed was initially added on branch autoptr.
7520:
7521: * tests/results/061.processed 1.1:
7522: file 061.processed was initially added on branch autoptr.
7523:
7524: * src/classes/Makefile.in [autoptr] 1.53.2.1:
7525: * src/classes/mail.C [autoptr] 1.88.2.13:
7526: * src/main/Makefile.in [autoptr] 1.50.2.3:
7527: * src/main/pa_exec.C [autoptr] 1.48.2.16:
7528: * src/sql/Makefile.in [autoptr] 1.11.2.1:
7529: * src/types/Makefile.in [autoptr] 1.50.2.1:
7530: *** empty log message ***
7531:
7532: * tests/083.html 1.1:
7533: file 083.html was initially added on branch autoptr.
7534:
7535: * tests/results/053.processed 1.1:
7536: file 053.processed was initially added on branch autoptr.
7537:
7538: * tests/053.html [autoptr] 1.1.2.1:
7539: * tests/054.html [autoptr] 1.1.2.1:
7540: * tests/055.html [autoptr] 1.1.2.1:
7541: * tests/056.html [autoptr] 1.1.2.1:
7542: * tests/057.html [autoptr] 1.1.2.1:
7543: * tests/058.html [autoptr] 1.1.2.1:
7544: * tests/058_paf2000.png [autoptr] 1.1.2.1:
7545: * tests/059.html [autoptr] 1.1.2.1:
7546: * tests/060.html [autoptr] 1.1.2.1:
7547: * tests/results/053.processed [autoptr] 1.1.2.1:
7548: * tests/results/054.processed [autoptr] 1.1.2.1:
7549: * tests/results/055.processed [autoptr] 1.1.2.1:
7550: * tests/results/056.processed [autoptr] 1.1.2.1:
7551: * tests/results/057.processed [autoptr] 1.1.2.1:
7552: * tests/results/058.processed [autoptr] 1.1.2.1:
7553: * tests/results/059.processed [autoptr] 1.1.2.1:
7554: * tests/results/060.processed [autoptr] 1.1.2.1:
7555: test:
7556: 53 string.replace
7557: 54 junctions
7558: 55 table.hash
7559: 56 call indirect
7560: 57 date.create[string]
7561: 58 image.measure[png]
7562:
7563: * src/classes/image.C [autoptr] 1.90.2.14:
7564: * tests/098.html [autoptr] 1.1.2.1:
7565: * tests/098font.gif [autoptr] 1.1.2.1:
7566: * tests/results/098.processed [autoptr] 1.1.2.1:
7567: test:
7568: 98 image font text [bug fixed]
7569:
7570: * tests/085.html 1.1:
7571: file 085.html was initially added on branch autoptr.
7572:
7573: * tests/096_dir/188.jpg 1.1:
7574: file 188.jpg was initially added on branch autoptr.
7575:
7576: * tests/096_dir/163.jpg 1.1:
7577: file 163.jpg was initially added on branch autoptr.
7578:
7579: * tests/087.html 1.1:
7580: file 087.html was initially added on branch autoptr.
7581:
7582: * tests/103paf2001.gif 1.1:
7583: file 103paf2001.gif was initially added on branch autoptr.
7584:
7585: * tests/results/103.processed 1.1:
7586: file 103.processed was initially added on branch autoptr.
7587:
7588: * tests/results/093.processed 1.1:
7589: file 093.processed was initially added on branch autoptr.
7590:
7591: * tests/053.html 1.1:
7592: file 053.html was initially added on branch autoptr.
7593:
7594: * tests/results/085.processed 1.1:
7595: file 085.processed was initially added on branch autoptr.
7596:
7597: * tests/089.html 1.1:
7598: file 089.html was initially added on branch autoptr.
7599:
7600: * tests/090.html 1.1:
7601: file 090.html was initially added on branch autoptr.
7602:
7603: * tests/100.html 1.1:
7604: file 100.html was initially added on branch autoptr.
7605:
7606: * tests/results/077.processed 1.1:
7607: file 077.processed was initially added on branch autoptr.
7608:
7609: * tests/055.html 1.1:
7610: file 055.html was initially added on branch autoptr.
7611:
7612: * src/classes/table.C [autoptr] 1.172.2.12:
7613: * src/main/execute.C [autoptr] 1.295.2.23:
7614: * tests/061.dat [autoptr] 1.1.2.1:
7615: * tests/061.html [autoptr] 1.1.2.1:
7616: * tests/062.html [autoptr] 1.1.2.1:
7617: * tests/063.html [autoptr] 1.1.2.1:
7618: * tests/064.html [autoptr] 1.1.2.1:
7619: * tests/065.html [autoptr] 1.1.2.1:
7620: * tests/066.html [autoptr] 1.1.2.1:
7621: * tests/067.html [autoptr] 1.1.2.1:
7622: * tests/068.html [autoptr] 1.1.2.1:
7623: * tests/069.html [autoptr] 1.1.2.1:
7624: * tests/070.html [autoptr] 1.1.2.1:
7625: * tests/071.html [autoptr] 1.1.2.1:
7626: * tests/072.html [autoptr] 1.1.2.1:
7627: * tests/073.html [autoptr] 1.1.2.1:
7628: * tests/074.html [autoptr] 1.1.2.1:
7629: * tests/075.html [autoptr] 1.1.2.1:
7630: * tests/076.html [autoptr] 1.1.2.1:
7631: * tests/077.html [autoptr] 1.1.2.1:
7632: * tests/078.html [autoptr] 1.1.2.1:
7633: * tests/079.html [autoptr] 1.1.2.1:
7634: * tests/080.html [autoptr] 1.1.2.1:
7635: * tests/081.html [autoptr] 1.1.2.1:
7636: * tests/082.html [autoptr] 1.1.2.1:
7637: * tests/083.html [autoptr] 1.1.2.1:
7638: * tests/084.html [autoptr] 1.1.2.1:
7639: * tests/085.html [autoptr] 1.1.2.1:
7640: * tests/086.html [autoptr] 1.1.2.1:
7641: * tests/087.html [autoptr] 1.1.2.1:
7642: * tests/088.html [autoptr] 1.1.2.1:
7643: * tests/089.html [autoptr] 1.1.2.1:
7644: * tests/090.html [autoptr] 1.1.2.1:
7645: * tests/091.html [autoptr] 1.1.2.1:
7646: * tests/092.html [autoptr] 1.1.2.1:
7647: * tests/093.html [autoptr] 1.1.2.1:
7648: * tests/094.html [autoptr] 1.1.2.1:
7649: * tests/095.html [autoptr] 1.1.2.1:
7650: * tests/results/061.processed [autoptr] 1.1.2.1:
7651: * tests/results/062.processed [autoptr] 1.1.2.1:
7652: * tests/results/063.processed [autoptr] 1.1.2.1:
7653: * tests/results/064.processed [autoptr] 1.1.2.1:
7654: * tests/results/065.processed [autoptr] 1.1.2.1:
7655: * tests/results/066.processed [autoptr] 1.1.2.1:
7656: * tests/results/067.processed [autoptr] 1.1.2.1:
7657: * tests/results/068.processed [autoptr] 1.1.2.1:
7658: * tests/results/069.processed [autoptr] 1.1.2.1:
7659: * tests/results/070.processed [autoptr] 1.1.2.1:
7660: * tests/results/071.processed [autoptr] 1.1.2.1:
7661: * tests/results/072.processed [autoptr] 1.1.2.1:
7662: * tests/results/073.processed [autoptr] 1.1.2.1:
7663: * tests/results/074.processed [autoptr] 1.1.2.1:
7664: * tests/results/075.processed [autoptr] 1.1.2.1:
7665: * tests/results/076.processed [autoptr] 1.1.2.1:
7666: * tests/results/077.processed [autoptr] 1.1.2.1:
7667: * tests/results/078.processed [autoptr] 1.1.2.1:
7668: * tests/results/079.processed [autoptr] 1.1.2.1:
7669: * tests/results/080.processed [autoptr] 1.1.2.1:
7670: * tests/results/081.processed [autoptr] 1.1.2.1:
7671: * tests/results/082.processed [autoptr] 1.1.2.1:
7672: * tests/results/083.processed [autoptr] 1.1.2.1:
7673: * tests/results/084.processed [autoptr] 1.1.2.1:
7674: * tests/results/085.processed [autoptr] 1.1.2.1:
7675: * tests/results/086.processed [autoptr] 1.1.2.1:
7676: * tests/results/087.processed [autoptr] 1.1.2.1:
7677: * tests/results/088.processed [autoptr] 1.1.2.1:
7678: * tests/results/089.processed [autoptr] 1.1.2.1:
7679: * tests/results/090.processed [autoptr] 1.1.2.1:
7680: * tests/results/091.processed [autoptr] 1.1.2.1:
7681: * tests/results/092.processed [autoptr] 1.1.2.1:
7682: * tests/results/093.processed [autoptr] 1.1.2.1:
7683: * tests/results/094.processed [autoptr] 1.1.2.1:
7684: * tests/results/095.processed [autoptr] 1.1.2.1:
7685: tests:
7686: 61 file::stat size
7687: 62 string->int autoconvert
7688: 63 double .int,dec,div,mul
7689: 64 date compare
7690: 65 file: basename,justname,justext
7691: 66 math:crypt
7692: 67 string.match simple on long
7693: 68 string.match normalized simple on long
7694: 69 string.int
7695: 70 file::stat content-type
7696: 71 table.join
7697: 72 hash parameter conditional pass
7698: 73 date daylightsaving,yearday
7699: 74 date arithmetics
7700: 75 response date values/attributes
7701: 76 string.pos of void, void.pos
7702: 77 syntax parsing
7703: 78 cookie tainting
7704: 79 switch with local
7705: 80 scientific numeric literal in string autoconvert
7706: 81 xor: logical and numerical
7707: 82 for delims
7708: 83 menu delims
7709: 84 table.hash distinct
7710: 85 long string replace
7711: 86 throw+catch current language preserve
7712: 87 bit shifts
7713: 88 junction tests + $caller test
7714: 89 hash.foreach selfmodification
7715: 90 int/void to int
7716: 91 $caller test
7717: 92 junction is + def junction tests
7718: 93 $caller test
7719: 94 syntax test
7720: 95 table.hash(keygenerator) [bug fixed]
7721:
7722: * tests/results/070.processed 1.1:
7723: file 070.processed was initially added on branch autoptr.
7724:
7725: * tests/results/069.processed 1.1:
7726: file 069.processed was initially added on branch autoptr.
7727:
7728: * tests/061.dat 1.1:
7729: file 061.dat was initially added on branch autoptr.
7730:
7731: * tests/092.html 1.1:
7732: file 092.html was initially added on branch autoptr.
7733:
7734: * tests/102.html 1.1:
7735: file 102.html was initially added on branch autoptr.
7736:
7737: * tests/results/062.processed 1.1:
7738: file 062.processed was initially added on branch autoptr.
7739:
7740: * tests/057.html 1.1:
7741: file 057.html was initially added on branch autoptr.
7742:
7743: * tests/results/054.processed 1.1:
7744: file 054.processed was initially added on branch autoptr.
7745:
7746: * tests/094.html 1.1:
7747: file 094.html was initially added on branch autoptr.
7748:
7749: * tests/059.html 1.1:
7750: file 059.html was initially added on branch autoptr.
7751:
7752: * tests/060.html 1.1:
7753: file 060.html was initially added on branch autoptr.
7754:
7755: * tests/096.html 1.1:
7756: file 096.html was initially added on branch autoptr.
7757:
7758: * tests/results/094.processed 1.1:
7759: file 094.processed was initially added on branch autoptr.
7760:
7761: * tests/062.html 1.1:
7762: file 062.html was initially added on branch autoptr.
7763:
7764: * tests/results/086.processed 1.1:
7765: file 086.processed was initially added on branch autoptr.
7766:
7767: * tests/098font.gif 1.1:
7768: file 098font.gif was initially added on branch autoptr.
7769:
7770: * tests/098.html 1.1:
7771: file 098.html was initially added on branch autoptr.
7772:
7773: * tests/results/078.processed 1.1:
7774: file 078.processed was initially added on branch autoptr.
7775:
7776: * tests/064.html 1.1:
7777: file 064.html was initially added on branch autoptr.
7778:
7779: * tests/results/071.processed 1.1:
7780: file 071.processed was initially added on branch autoptr.
7781:
7782: * tests/results/063.processed 1.1:
7783: file 063.processed was initially added on branch autoptr.
7784:
7785: * tests/066.html 1.1:
7786: file 066.html was initially added on branch autoptr.
7787:
7788: * tests/results/055.processed 1.1:
7789: file 055.processed was initially added on branch autoptr.
7790:
7791: * tests/068.html 1.1:
7792: file 068.html was initially added on branch autoptr.
7793:
7794: * tests/071.html 1.1:
7795: file 071.html was initially added on branch autoptr.
7796:
7797: * tests/results/095.processed 1.1:
7798: file 095.processed was initially added on branch autoptr.
7799:
7800: * tests/results/087.processed 1.1:
7801: file 087.processed was initially added on branch autoptr.
7802:
7803: * tests/073.html 1.1:
7804: file 073.html was initially added on branch autoptr.
7805:
7806: * tests/results/079.processed 1.1:
7807: file 079.processed was initially added on branch autoptr.
7808:
7809: * tests/results/080.processed 1.1:
7810: file 080.processed was initially added on branch autoptr.
7811:
7812: * tests/results/072.processed 1.1:
7813: file 072.processed was initially added on branch autoptr.
7814:
7815: * tests/075.html 1.1:
7816: file 075.html was initially added on branch autoptr.
7817:
7818: * tests/results/064.processed 1.1:
7819: file 064.processed was initially added on branch autoptr.
7820:
7821: * tests/103.html [autoptr] 1.1.2.1:
7822: * tests/103mark.gif [autoptr] 1.1.2.1:
7823: * tests/103paf2001.gif [autoptr] 1.1.2.1:
7824: * tests/results/103.processed [autoptr] 1.1.2.1:
7825: tests:
7826: 103 image.copy transparence test
7827:
7828: * tests/results/056.processed 1.1:
7829: file 056.processed was initially added on branch autoptr.
7830:
7831: * tests/077.html 1.1:
7832: file 077.html was initially added on branch autoptr.
7833:
7834: * tests/080.html 1.1:
7835: file 080.html was initially added on branch autoptr.
7836:
7837: * tests/079.html 1.1:
7838: file 079.html was initially added on branch autoptr.
7839:
7840: * tests/results/096.processed 1.1:
7841: file 096.processed was initially added on branch autoptr.
7842:
7843: * tests/082.html 1.1:
7844: file 082.html was initially added on branch autoptr.
7845:
7846: * tests/results/088.processed 1.1:
7847: file 088.processed was initially added on branch autoptr.
7848:
7849: * tests/results/081.processed 1.1:
7850: file 081.processed was initially added on branch autoptr.
7851:
7852: * tests/084.html 1.1:
7853: file 084.html was initially added on branch autoptr.
7854:
7855: * tests/results/073.processed 1.1:
7856: file 073.processed was initially added on branch autoptr.
7857:
7858: * tests/058_paf2000.png 1.1:
7859: file 058_paf2000.png was initially added on branch autoptr.
7860:
7861: * tests/results/065.processed 1.1:
7862: file 065.processed was initially added on branch autoptr.
7863:
7864: * tests/086.html 1.1:
7865: file 086.html was initially added on branch autoptr.
7866:
7867: * tests/results/057.processed 1.1:
7868: file 057.processed was initially added on branch autoptr.
7869:
7870: * tests/052.html 1.1:
7871: file 052.html was initially added on branch autoptr.
7872:
7873: * tests/088.html 1.1:
7874: file 088.html was initially added on branch autoptr.
7875:
7876: * tests/054.html 1.1:
7877: file 054.html was initially added on branch autoptr.
7878:
7879: * src/main/pa_common.C [autoptr] 1.143.2.21:
7880: * src/targets/cgi/parser3.C [autoptr] 1.216.2.20:
7881: * tests/097.html [autoptr] 1.1.2.1:
7882: * tests/results/097.processed [autoptr] 1.1.2.1:
7883: test:
7884: 97 file::load http:// [bugs fixed]
7885:
7886: * tests/101.html 1.1:
7887: file 101.html was initially added on branch autoptr.
7888:
7889: * tests/091.html 1.1:
7890: file 091.html was initially added on branch autoptr.
7891:
7892: * tests/results/097.processed 1.1:
7893: file 097.processed was initially added on branch autoptr.
7894:
7895: * tests/056.html 1.1:
7896: file 056.html was initially added on branch autoptr.
7897:
7898: * tests/results/089.processed 1.1:
7899: file 089.processed was initially added on branch autoptr.
7900:
7901: * tests/results/090.processed 1.1:
7902: file 090.processed was initially added on branch autoptr.
7903:
7904: * src/classes/hash.C [autoptr] 1.54.2.12:
7905: * src/classes/image.C [autoptr] 1.90.2.13:
7906: * src/classes/table.C [autoptr] 1.172.2.13:
7907: * src/include/pa_memory.h [autoptr] 1.1.2.5:
7908: * tests/096.html [autoptr] 1.1.2.1:
7909: * tests/096_dir/163.jpg [autoptr] 1.1.2.1:
7910: * tests/096_dir/188.jpg [autoptr] 1.1.2.1:
7911: * tests/results/096.processed [autoptr] 1.1.2.1:
7912: tests:
7913: 96 image EXIF [bug fixed]
7914:
7915: * tests/results/100.processed 1.1:
7916: file 100.processed was initially added on branch autoptr.
7917:
7918: * tests/103.html 1.1:
7919: file 103.html was initially added on branch autoptr.
7920:
7921: * tests/093.html 1.1:
7922: file 093.html was initially added on branch autoptr.
7923:
7924: * tests/results/082.processed 1.1:
7925: file 082.processed was initially added on branch autoptr.
7926:
7927: * tests/052.html [autoptr] 1.1.2.1:
7928: * tests/outputs/049.processed [autoptr] 1.1.2.2:
7929: * tests/outputs/050.processed [autoptr] 1.1.2.2:
7930: * tests/outputs/051.processed [autoptr] 1.1.2.2:
7931: * tests/results/052.processed [autoptr] 1.1.2.1:
7932: test:
7933: 52 pre/match/post test: passed AS-IT-WERE, but wrong :) separate task: fix that
7934:
7935: * tests/058.html 1.1:
7936: file 058.html was initially added on branch autoptr.
7937:
7938: * tests/results/074.processed 1.1:
7939: file 074.processed was initially added on branch autoptr.
7940:
7941: * tests/095.html 1.1:
7942: file 095.html was initially added on branch autoptr.
7943:
7944: * tests/results/066.processed 1.1:
7945: file 066.processed was initially added on branch autoptr.
7946:
7947: * tests/061.html 1.1:
7948: file 061.html was initially added on branch autoptr.
7949:
7950: * tests/results/058.processed 1.1:
7951: file 058.processed was initially added on branch autoptr.
7952:
7953: * tests/103mark.gif 1.1:
7954: file 103mark.gif was initially added on branch autoptr.
7955:
7956: * tests/097.html 1.1:
7957: file 097.html was initially added on branch autoptr.
7958:
7959: * tests/063.html 1.1:
7960: file 063.html was initially added on branch autoptr.
7961:
7962: * src/main/execute.C [autoptr] 1.295.2.22:
7963: * src/main/pa_table.C [autoptr] 1.53.2.10:
7964: test:
7965: 59 table.locate [bug fixed]
7966: 60 string eq string [bug fixed]
7967:
7968: * tests/099.html 1.1:
7969: file 099.html was initially added on branch autoptr.
7970:
7971: * tests/065.html 1.1:
7972: file 065.html was initially added on branch autoptr.
7973:
7974: * tests/results/098.processed 1.1:
7975: file 098.processed was initially added on branch autoptr.
7976:
7977: * tests/results/091.processed 1.1:
7978: file 091.processed was initially added on branch autoptr.
7979:
7980: * tests/results/101.processed 1.1:
7981: file 101.processed was initially added on branch autoptr.
7982:
7983: * tests/057.html [autoptr] 1.1.2.2:
7984: * tests/099.html [autoptr] 1.1.2.1:
7985: * tests/100.html [autoptr] 1.1.2.1:
7986: * tests/results/057.processed [autoptr] 1.1.2.2:
7987: * tests/results/099.processed [autoptr] 1.1.2.1:
7988: * tests/results/100.processed [autoptr] 1.1.2.1:
7989: tests:
7990: 57 date create 2002: added
7991: 99,100 response:body/download
7992:
7993: * tests/067.html 1.1:
7994: file 067.html was initially added on branch autoptr.
7995:
7996: * tests/results/083.processed 1.1:
7997: file 083.processed was initially added on branch autoptr.
7998:
7999: * tests/results/075.processed 1.1:
8000: file 075.processed was initially added on branch autoptr.
8001:
8002: * src/main/execute.C [autoptr] 1.295.2.24:
8003: * tests/101.html [autoptr] 1.1.2.1:
8004: * tests/102.html [autoptr] 1.1.2.1:
8005: * tests/results/101.processed [autoptr] 1.1.2.1:
8006: * tests/results/102.processed [autoptr] 1.1.2.1:
8007: tests:
8008: 101 method/variable name conflict test
8009: 102 form fields change should not not change anything [bug fix]
8010:
8011: * tests/070.html 1.1:
8012: file 070.html was initially added on branch autoptr.
8013:
8014: * tests/069.html 1.1:
8015: file 069.html was initially added on branch autoptr.
8016:
8017: * tests/results/067.processed 1.1:
8018: file 067.processed was initially added on branch autoptr.
8019:
8020: * src/classes/image.C [autoptr] 1.90.2.15:
8021: * src/include/pa_request.h [autoptr] 1.160.2.29:
8022: * src/include/pa_stack.h [autoptr] 1.17.2.6:
8023: * src/types/pa_vimage.h [autoptr] 1.34.2.8:
8024: number of gcc compiler bugs fixed
8025:
8026: 2003-03-03 paf
8027: * tests/037.html 1.1:
8028: file 037.html was initially added on branch autoptr.
8029:
8030: * tests/results/044.processed 1.1:
8031: file 044.processed was initially added on branch autoptr.
8032:
8033: * tests/039.html 1.1:
8034: file 039.html was initially added on branch autoptr.
8035:
8036: * tests/040.html 1.1:
8037: file 040.html was initially added on branch autoptr.
8038:
8039: * tests/results/036.processed 1.1:
8040: file 036.processed was initially added on branch autoptr.
8041:
8042: * tests/042.html 1.1:
8043: file 042.html was initially added on branch autoptr.
8044:
8045: * tests/044.html 1.1:
8046: file 044.html was initially added on branch autoptr.
8047:
8048: * src/main/pa_request.C [autoptr] 1.245.2.29:
8049: * src/types/pa_vmath.C [autoptr] 1.1.2.9:
8050: * tests/033.html [autoptr] 1.1.2.1:
8051: * tests/034.html [autoptr] 1.1.2.1:
8052: * tests/035.html [autoptr] 1.1.2.1:
8053: * tests/036.html [autoptr] 1.1.2.1:
8054: * tests/037.html [autoptr] 1.1.2.1:
8055: * tests/038.html [autoptr] 1.1.2.1:
8056: * tests/results/033.processed [autoptr] 1.1.2.1:
8057: * tests/results/034.processed [autoptr] 1.1.2.1:
8058: * tests/results/035.processed [autoptr] 1.1.2.1:
8059: * tests/results/036.processed [autoptr] 1.1.2.1:
8060: * tests/results/037.processed [autoptr] 1.1.2.1:
8061: * tests/results/038.processed [autoptr] 1.1.2.1:
8062: tests:
8063: 33 string.replace
8064: 34 string.upper
8065: 35 table created
8066: 36 local/global vars with juntions
8067: 37 table clone
8068: 38 math PI & number formatting
8069:
8070: math class registring typo fixed
8071:
8072: * tests/046.html 1.1:
8073: file 046.html was initially added on branch autoptr.
8074:
8075: * tests/040.html [autoptr] 1.1.2.1:
8076: * tests/results/040.processed [autoptr] 1.1.2.1:
8077: test:
8078: 39 method result of type table
8079: 40 method param junction auto evaluate
8080:
8081: * tests/051b.p 1.1:
8082: file 051b.p was initially added on branch autoptr.
8083:
8084: * tests/results/045.processed 1.1:
8085: file 045.processed was initially added on branch autoptr.
8086:
8087: * tests/048.html 1.1:
8088: file 048.html was initially added on branch autoptr.
8089:
8090: * tests/results/037.processed 1.1:
8091: file 037.processed was initially added on branch autoptr.
8092:
8093: * tests/051.html 1.1:
8094: file 051.html was initially added on branch autoptr.
8095:
8096: * tests/results/046.processed 1.1:
8097: file 046.processed was initially added on branch autoptr.
8098:
8099: * tests/results/038.processed 1.1:
8100: file 038.processed was initially added on branch autoptr.
8101:
8102: * tests/041.html [autoptr] 1.1.2.1:
8103: * tests/results/041.processed [autoptr] 1.1.2.1:
8104: test:
8105: 41 table.locate by expression
8106:
8107: * tests/032.html 1.1:
8108: file 032.html was initially added on branch autoptr.
8109:
8110: * tests/results/047.processed 1.1:
8111: file 047.processed was initially added on branch autoptr.
8112:
8113: * tests/034.html 1.1:
8114: file 034.html was initially added on branch autoptr.
8115:
8116: * tests/results/040.processed 1.1:
8117: file 040.processed was initially added on branch autoptr.
8118:
8119: * tests/results/039.processed 1.1:
8120: file 039.processed was initially added on branch autoptr.
8121:
8122: * tests/results/032.processed 1.1:
8123: file 032.processed was initially added on branch autoptr.
8124:
8125: * tests/036.html 1.1:
8126: file 036.html was initially added on branch autoptr.
8127:
8128: * tests/038.html 1.1:
8129: file 038.html was initially added on branch autoptr.
8130:
8131: * tests/parser-unix.sh 1.1:
8132: file parser-unix.sh was initially added on branch autoptr.
8133:
8134: * tests/043.html [autoptr] 1.1.2.1:
8135: * tests/044.html [autoptr] 1.1.2.1:
8136: * tests/045.html [autoptr] 1.1.2.1:
8137: * tests/046.html [autoptr] 1.1.2.1:
8138: * tests/047.html [autoptr] 1.1.2.1:
8139: * tests/048.html [autoptr] 1.1.2.1:
8140: * tests/049.html [autoptr] 1.1.2.1:
8141: * tests/050.html [autoptr] 1.1.2.1:
8142: * tests/051.html [autoptr] 1.1.2.1:
8143: * tests/051b.p [autoptr] 1.1.2.1:
8144: * tests/051t.p [autoptr] 1.1.2.1:
8145: * tests/Makefile [autoptr] 1.1.2.3:
8146: * tests/outputs/049.processed [autoptr] 1.1.2.1:
8147: * tests/outputs/050.processed [autoptr] 1.1.2.1:
8148: * tests/outputs/051.processed [autoptr] 1.1.2.1:
8149: * tests/parser-cygwin.sh [autoptr] 1.1.2.2:
8150: * tests/parser-unix.sh [autoptr] 1.1.2.2:
8151: * tests/results/001.processed [autoptr] 1.1.2.2:
8152: * tests/results/002.processed [autoptr] 1.1.2.2:
8153: * tests/results/003.processed [autoptr] 1.1.2.2:
8154: * tests/results/005.processed [autoptr] 1.1.2.2:
8155: * tests/results/006.processed [autoptr] 1.1.2.2:
8156: * tests/results/008.processed [autoptr] 1.1.2.2:
8157: * tests/results/009.processed [autoptr] 1.1.2.2:
8158: * tests/results/011.processed [autoptr] 1.1.2.2:
8159: * tests/results/012.processed [autoptr] 1.1.2.2:
8160: * tests/results/013.processed [autoptr] 1.1.2.2:
8161: * tests/results/014.processed [autoptr] 1.1.2.2:
8162: * tests/results/015.processed [autoptr] 1.1.2.2:
8163: * tests/results/016.processed [autoptr] 1.1.2.2:
8164: * tests/results/017.processed [autoptr] 1.1.2.2:
8165: * tests/results/020.processed [autoptr] 1.1.2.2:
8166: * tests/results/021.processed [autoptr] 1.1.2.2:
8167: * tests/results/022.processed [autoptr] 1.1.2.2:
8168: * tests/results/024.processed [autoptr] 1.1.2.2:
8169: * tests/results/025.processed [autoptr] 1.1.2.2:
8170: * tests/results/026.processed [autoptr] 1.1.2.2:
8171: * tests/results/027.processed [autoptr] 1.1.2.2:
8172: * tests/results/028.processed [autoptr] 1.1.2.2:
8173: * tests/results/029.processed [autoptr] 1.1.2.2:
8174: * tests/results/030.processed [autoptr] 1.1.2.2:
8175: * tests/results/031.processed [autoptr] 1.1.2.2:
8176: * tests/results/043.processed [autoptr] 1.1.2.1:
8177: * tests/results/044.processed [autoptr] 1.1.2.1:
8178: * tests/results/045.processed [autoptr] 1.1.2.1:
8179: * tests/results/046.processed [autoptr] 1.1.2.1:
8180: * tests/results/047.processed [autoptr] 1.1.2.1:
8181: * tests/results/048.processed [autoptr] 1.1.2.1:
8182: * tests/results/049.processed [autoptr] 1.1.2.1:
8183: * tests/results/050.processed [autoptr] 1.1.2.1:
8184: * tests/results/051.processed [autoptr] 1.1.2.1:
8185: * tests/run_parser.sh [autoptr] 1.1.2.1:
8186: tests:
8187: 43,44,45 date rolls
8188: 46 autoevaluating junction
8189: 47 table.select
8190: 48 name with subvar
8191: 49 hash-creating switch
8192: 50 process
8193: 51 started parent/child, works as it were but it were NOT GOOD, created separate task to fix that
8194:
8195: * tests/041.html 1.1:
8196: file 041.html was initially added on branch autoptr.
8197:
8198: * src/classes/op.C [autoptr] 1.127.2.18:
8199: * src/include/pa_request.h [autoptr] 1.160.2.28:
8200: * src/include/pa_string.h [autoptr] 1.144.2.25:
8201: * src/main/execute.C [autoptr] 1.295.2.21:
8202: * src/main/pa_request.C [autoptr] 1.245.2.28:
8203: * src/main/pa_string.C [autoptr] 1.172.2.18:
8204: * src/main/untaint.C [autoptr] 1.115.2.11:
8205: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.3:
8206: * src/types/pa_wcontext.h [autoptr] 1.42.2.9:
8207: * tests/032.html [autoptr] 1.1.2.1:
8208: * tests/results/032.processed [autoptr] 1.1.2.1:
8209: uchar changed to String_UL in all places [was not everywhere]
8210: untaint test: 032
8211:
8212: * tests/results/048.processed 1.1:
8213: file 048.processed was initially added on branch autoptr.
8214:
8215: * tests/043.html 1.1:
8216: file 043.html was initially added on branch autoptr.
8217:
8218: * tests/results/041.processed 1.1:
8219: file 041.processed was initially added on branch autoptr.
8220:
8221: * tests/results/033.processed 1.1:
8222: file 033.processed was initially added on branch autoptr.
8223:
8224: * tests/045.html 1.1:
8225: file 045.html was initially added on branch autoptr.
8226:
8227: * tests/047.html 1.1:
8228: file 047.html was initially added on branch autoptr.
8229:
8230: * tests/051t.p 1.1:
8231: file 051t.p was initially added on branch autoptr.
8232:
8233: * tests/050.html 1.1:
8234: file 050.html was initially added on branch autoptr.
8235:
8236: * tests/049.html 1.1:
8237: file 049.html was initially added on branch autoptr.
8238:
8239: * src/targets/cgi/parser3.C [autoptr] 1.216.2.19:
8240: * tests/004.html [autoptr] 1.1.2.2:
8241: * tests/Makefile [autoptr] 1.1.2.2:
8242: * tests/parser-cygwin.sh [autoptr] 1.1.2.1:
8243: * tests/parser-unix.sh [autoptr] 1.1.2.1:
8244: * tests/results/004.processed [autoptr] 1.1.2.2:
8245: * www/htdocs/.htaccess [autoptr] 1.12.6.2:
8246: removed -H command line key, now testing using .sh file with
8247: SERVER_SOFTWARE=xxx
8248:
1.39 paf 8249: * tests/042.html [autoptr] 1.1.2.1:
8250: * tests/results/042.processed [autoptr] 1.1.2.1:
8251: test:
8252: 42 exception.handled
8253:
1.23 paf 8254: * tests/outputs/049.processed 1.1:
8255: * tests/results/049.processed 1.1:
8256: file 049.processed was initially added on branch autoptr.
8257:
8258: * tests/outputs/050.processed 1.1:
8259: * tests/results/050.processed 1.1:
8260: file 050.processed was initially added on branch autoptr.
8261:
8262: * tests/results/042.processed 1.1:
8263: file 042.processed was initially added on branch autoptr.
8264:
8265: * tests/results/034.processed 1.1:
8266: file 034.processed was initially added on branch autoptr.
8267:
8268: * tests/039.html [autoptr] 1.1.2.1:
8269: * tests/results/039.processed [autoptr] 1.1.2.1:
8270: test:
8271: 37 method result of type table
8272:
8273: * tests/outputs/051.processed 1.1:
8274: * tests/results/051.processed 1.1:
8275: file 051.processed was initially added on branch autoptr.
8276:
8277: * tests/parser-cygwin.sh 1.1:
8278: file parser-cygwin.sh was initially added on branch autoptr.
8279:
8280: * tests/results/043.processed 1.1:
8281: file 043.processed was initially added on branch autoptr.
8282:
8283: * tests/results/035.processed 1.1:
8284: file 035.processed was initially added on branch autoptr.
8285:
8286: * tests/033.html 1.1:
8287: file 033.html was initially added on branch autoptr.
8288:
8289: * tests/run_parser.sh 1.1:
8290: file run_parser.sh was initially added on branch autoptr.
8291:
8292: * tests/035.html 1.1:
8293: file 035.html was initially added on branch autoptr.
8294:
8295: 2003-02-27 paf
8296: * www/htdocs/maximized.htm [autoptr] 1.1.2.1:
8297: *** empty log message ***
8298:
8299: * www/htdocs/maximized.htm 1.1:
8300: file maximized.htm was initially added on branch autoptr.
8301:
8302: 2003-02-26 paf
8303: * tests/001.html 1.1:
8304: file 001.html was initially added on branch autoptr.
8305:
8306: * tests/003.html 1.1:
8307: file 003.html was initially added on branch autoptr.
8308:
8309: * tests/results/028.processed 1.1:
8310: file 028.processed was initially added on branch autoptr.
8311:
8312: * tests/005.html 1.1:
8313: file 005.html was initially added on branch autoptr.
8314:
8315: * tests/results/021.processed 1.1:
8316: file 021.processed was initially added on branch autoptr.
8317:
8318: * tests/results/013.processed 1.1:
8319: file 013.processed was initially added on branch autoptr.
8320:
8321: * src/include/pa_array.h [autoptr] 1.57.2.26:
8322: * src/include/pa_hash.h [autoptr] 1.58.2.17:
8323: * src/include/pa_memory.h [autoptr] 1.1.2.3:
8324: * src/main/pa_charset.C [autoptr] 1.33.2.12:
8325: * tests/001.html [autoptr] 1.1.2.1:
8326: * tests/002.html [autoptr] 1.1.2.1:
8327: * tests/003.html [autoptr] 1.1.2.1:
8328: * tests/004.html [autoptr] 1.1.2.1:
8329: * tests/005.html [autoptr] 1.1.2.1:
8330: * tests/006.html [autoptr] 1.1.2.1:
8331: * tests/007.html [autoptr] 1.1.2.1:
8332: * tests/008.html [autoptr] 1.1.2.1:
8333: * tests/009.html [autoptr] 1.1.2.1:
8334: * tests/010.html [autoptr] 1.1.2.1:
8335: * tests/011.html [autoptr] 1.1.2.1:
8336: * tests/012.html [autoptr] 1.1.2.1:
8337: * tests/013.html [autoptr] 1.1.2.1:
8338: * tests/014.html [autoptr] 1.1.2.1:
8339: * tests/Makefile [autoptr] 1.1.2.1:
8340: * tests/outputs/create-dir [autoptr] 1.1.2.1:
8341: * tests/results/001.processed [autoptr] 1.1.2.1:
8342: * tests/results/002.processed [autoptr] 1.1.2.1:
8343: * tests/results/003.processed [autoptr] 1.1.2.1:
8344: * tests/results/004.processed [autoptr] 1.1.2.1:
8345: * tests/results/005.processed [autoptr] 1.1.2.1:
8346: * tests/results/006.processed [autoptr] 1.1.2.1:
8347: * tests/results/007.processed [autoptr] 1.1.2.1:
8348: * tests/results/008.processed [autoptr] 1.1.2.1:
8349: * tests/results/009.processed [autoptr] 1.1.2.1:
8350: * tests/results/010.processed [autoptr] 1.1.2.1:
8351: * tests/results/011.processed [autoptr] 1.1.2.1:
8352: * tests/results/012.processed [autoptr] 1.1.2.1:
8353: * tests/results/013.processed [autoptr] 1.1.2.1:
8354: * tests/results/014.processed [autoptr] 1.1.2.1:
8355: hash cloning fixed
8356:
8357: * tests/007.html 1.1:
8358: file 007.html was initially added on branch autoptr.
8359:
8360: * tests/results/005.processed 1.1:
8361: file 005.processed was initially added on branch autoptr.
8362:
8363: * tests/010.html 1.1:
8364: file 010.html was initially added on branch autoptr.
8365:
8366: * tests/009.html 1.1:
8367: file 009.html was initially added on branch autoptr.
8368:
8369: * tests/012.html 1.1:
8370: file 012.html was initially added on branch autoptr.
8371:
8372: * tests/014.html 1.1:
8373: file 014.html was initially added on branch autoptr.
8374:
8375: * src/main/execute.C [autoptr] 1.295.2.20:
8376: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.14:
8377: * tests/024.html [autoptr] 1.1.2.1:
8378: * tests/025.html [autoptr] 1.1.2.1:
8379: * tests/026.html [autoptr] 1.1.2.1:
8380: * tests/027.html [autoptr] 1.1.2.1:
8381: * tests/028.html [autoptr] 1.1.2.1:
8382: * tests/029.html [autoptr] 1.1.2.1:
8383: * tests/030.html [autoptr] 1.1.2.1:
8384: * tests/031.html [autoptr] 1.1.2.1:
8385: * tests/results/024.processed [autoptr] 1.1.2.1:
8386: * tests/results/025.processed [autoptr] 1.1.2.1:
8387: * tests/results/026.processed [autoptr] 1.1.2.1:
8388: * tests/results/027.processed [autoptr] 1.1.2.1:
8389: * tests/results/028.processed [autoptr] 1.1.2.1:
8390: * tests/results/029.processed [autoptr] 1.1.2.1:
8391: * tests/results/030.processed [autoptr] 1.1.2.1:
8392: * tests/results/031.processed [autoptr] 1.1.2.1:
8393: fixed bug with name_cstr mutable CharPtr
8394: more tests
8395:
8396: * tests/results/029.processed 1.1:
8397: file 029.processed was initially added on branch autoptr.
8398:
8399: * tests/results/030.processed 1.1:
8400: file 030.processed was initially added on branch autoptr.
8401:
8402: * tests/016.html 1.1:
8403: file 016.html was initially added on branch autoptr.
8404:
8405: * tests/results/022.processed 1.1:
8406: file 022.processed was initially added on branch autoptr.
8407:
8408: * tests/results/014.processed 1.1:
8409: file 014.processed was initially added on branch autoptr.
8410:
8411: * tests/018.html 1.1:
8412: file 018.html was initially added on branch autoptr.
8413:
8414: * tests/results/006.processed 1.1:
8415: file 006.processed was initially added on branch autoptr.
8416:
8417: * tests/022_dir/a.html 1.1:
8418: file a.html was initially added on branch autoptr.
8419:
8420: * tests/021.html 1.1:
8421: file 021.html was initially added on branch autoptr.
8422:
8423: * tests/023.html 1.1:
8424: file 023.html was initially added on branch autoptr.
8425:
8426: * tests/results/031.processed 1.1:
8427: file 031.processed was initially added on branch autoptr.
8428:
8429: * tests/025.html 1.1:
8430: file 025.html was initially added on branch autoptr.
8431:
8432: * tests/results/023.processed 1.1:
8433: file 023.processed was initially added on branch autoptr.
8434:
8435: * src/include/pa_sapi.h [autoptr] 1.22.2.8:
8436: * src/main/pa_globals.C [autoptr] 1.152.2.16:
8437: * src/main/pa_memory.C [autoptr] 1.1.2.3:
8438: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.6:
8439: * src/targets/cgi/parser3.C [autoptr] 1.216.2.18:
8440: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.6:
8441: SAPI::abort << abort. die now just exits
8442:
8443: * tests/results/015.processed 1.1:
8444: file 015.processed was initially added on branch autoptr.
8445:
8446: * tests/027.html 1.1:
8447: file 027.html was initially added on branch autoptr.
8448:
8449: * tests/results/007.processed 1.1:
8450: file 007.processed was initially added on branch autoptr.
8451:
8452: * tests/030.html 1.1:
8453: file 030.html was initially added on branch autoptr.
8454:
8455: * tests/029.html 1.1:
8456: file 029.html was initially added on branch autoptr.
8457:
8458: * tests/outputs/create-dir 1.1:
8459: file create-dir was initially added on branch autoptr.
8460:
8461: * tests/022_dir/b.txt 1.1:
8462: file b.txt was initially added on branch autoptr.
8463:
8464: * tests/results/024.processed 1.1:
8465: file 024.processed was initially added on branch autoptr.
8466:
8467: * tests/002.html 1.1:
8468: file 002.html was initially added on branch autoptr.
8469:
8470: * tests/results/016.processed 1.1:
8471: file 016.processed was initially added on branch autoptr.
8472:
8473: * tests/results/008.processed 1.1:
8474: file 008.processed was initially added on branch autoptr.
8475:
8476: * tests/004.html 1.1:
8477: file 004.html was initially added on branch autoptr.
8478:
8479: * tests/results/001.processed 1.1:
8480: file 001.processed was initially added on branch autoptr.
8481:
8482: * tests/006.html 1.1:
8483: file 006.html was initially added on branch autoptr.
8484:
8485: * tests/008.html 1.1:
8486: file 008.html was initially added on branch autoptr.
8487:
8488: * tests/011.html 1.1:
8489: file 011.html was initially added on branch autoptr.
8490:
8491: * tests/results/025.processed 1.1:
8492: file 025.processed was initially added on branch autoptr.
8493:
8494: * tests/results/017.processed 1.1:
8495: file 017.processed was initially added on branch autoptr.
8496:
8497: * tests/Makefile 1.1:
8498: file Makefile was initially added on branch autoptr.
8499:
8500: * tests/results/009.processed 1.1:
8501: file 009.processed was initially added on branch autoptr.
8502:
8503: * tests/results/010.processed 1.1:
8504: file 010.processed was initially added on branch autoptr.
8505:
8506: * tests/013.html 1.1:
8507: file 013.html was initially added on branch autoptr.
8508:
8509: * tests/results/002.processed 1.1:
8510: file 002.processed was initially added on branch autoptr.
8511:
8512: * tests/019paf2001.gif 1.1:
8513: file 019paf2001.gif was initially added on branch autoptr.
8514:
8515: * tests/015.html 1.1:
8516: file 015.html was initially added on branch autoptr.
8517:
8518: * tests/017.html 1.1:
8519: file 017.html was initially added on branch autoptr.
8520:
8521: * tests/020.html 1.1:
8522: file 020.html was initially added on branch autoptr.
8523:
8524: * tests/019.html 1.1:
8525: file 019.html was initially added on branch autoptr.
8526:
8527: * tests/results/026.processed 1.1:
8528: file 026.processed was initially added on branch autoptr.
8529:
8530: * tests/results/018.processed 1.1:
8531: file 018.processed was initially added on branch autoptr.
8532:
8533: * tests/022.html 1.1:
8534: file 022.html was initially added on branch autoptr.
8535:
8536: * tests/results/011.processed 1.1:
8537: file 011.processed was initially added on branch autoptr.
8538:
8539: * tests/024.html 1.1:
8540: file 024.html was initially added on branch autoptr.
8541:
8542: * tests/results/003.processed 1.1:
8543: file 003.processed was initially added on branch autoptr.
8544:
8545: * tests/022_dir/c.htm 1.1:
8546: file c.htm was initially added on branch autoptr.
8547:
8548: * tests/026.html 1.1:
8549: file 026.html was initially added on branch autoptr.
8550:
8551: * tests/028.html 1.1:
8552: file 028.html was initially added on branch autoptr.
8553:
8554: * tests/031.html 1.1:
8555: file 031.html was initially added on branch autoptr.
8556:
8557: * tests/results/027.processed 1.1:
8558: file 027.processed was initially added on branch autoptr.
8559:
8560: * tests/results/019.processed 1.1:
8561: file 019.processed was initially added on branch autoptr.
8562:
8563: * tests/results/020.processed 1.1:
8564: file 020.processed was initially added on branch autoptr.
8565:
8566: * src/classes/classes.awk [autoptr] 1.6.6.3:
8567: * src/classes/classes.h [autoptr] 1.23.2.9:
8568: * src/classes/date.C [autoptr] 1.42.2.11:
8569: * src/classes/double.C [autoptr] 1.53.2.8:
8570: * src/classes/file.C [autoptr] 1.107.2.15:
8571: * src/classes/form.C [autoptr] 1.34.2.7:
8572: * src/classes/hash.C [autoptr] 1.54.2.11:
8573: * src/classes/image.C [autoptr] 1.90.2.12:
8574: * src/classes/int.C [autoptr] 1.49.2.7:
8575: * src/classes/mail.C [autoptr] 1.88.2.12:
8576: * src/classes/math.C [autoptr] 1.24.2.10:
8577: * src/classes/op.C [autoptr] 1.127.2.17:
8578: * src/classes/response.C [autoptr] 1.23.2.7:
8579: * src/classes/string.C [autoptr] 1.125.2.12:
8580: * src/classes/table.C [autoptr] 1.172.2.11:
8581: * src/classes/void.C [autoptr] 1.28.2.5:
8582: * src/classes/xdoc.C [autoptr] 1.108.2.12:
8583: * src/classes/xnode.C [autoptr] 1.54.2.8:
8584: * src/include/pa_memory.h [autoptr] 1.1.2.4:
8585: * src/include/pa_sapi.h [autoptr] 1.22.2.7:
8586: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.5:
8587: * src/targets/cgi/parser3.C [autoptr] 1.216.2.17:
8588: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.5:
8589: * src/types/pa_venv.h [autoptr] 1.28.2.5:
8590: * src/types/pa_vform.C [autoptr] 1.74.2.11:
8591: * tests/015.html [autoptr] 1.1.2.1:
8592: * tests/016.html [autoptr] 1.1.2.1:
8593: * tests/017.html [autoptr] 1.1.2.1:
8594: * tests/018.html [autoptr] 1.1.2.1:
8595: * tests/019.html [autoptr] 1.1.2.1:
8596: * tests/019paf2001.gif [autoptr] 1.1.2.1:
8597: * tests/020.html [autoptr] 1.1.2.1:
8598: * tests/021.html [autoptr] 1.1.2.1:
8599: * tests/022.html [autoptr] 1.1.2.1:
8600: * tests/022_dir/a.html [autoptr] 1.1.2.1:
8601: * tests/022_dir/b.txt [autoptr] 1.1.2.1:
8602: * tests/022_dir/c.htm [autoptr] 1.1.2.1:
8603: * tests/023.html [autoptr] 1.1.2.1:
8604: * tests/results/015.processed [autoptr] 1.1.2.1:
8605: * tests/results/016.processed [autoptr] 1.1.2.1:
8606: * tests/results/017.processed [autoptr] 1.1.2.1:
8607: * tests/results/018.processed [autoptr] 1.1.2.1:
8608: * tests/results/019.processed [autoptr] 1.1.2.1:
8609: * tests/results/020.processed [autoptr] 1.1.2.1:
8610: * tests/results/021.processed [autoptr] 1.1.2.1:
8611: * tests/results/022.processed [autoptr] 1.1.2.1:
8612: * tests/results/023.processed [autoptr] 1.1.2.1:
8613: methoded_array now contains all Mxxx classes
8614: SAPI::get_env now returns info on pool
8615: more tests
8616:
8617: * tests/results/012.processed 1.1:
8618: file 012.processed was initially added on branch autoptr.
8619:
8620: * tests/results/004.processed 1.1:
8621: file 004.processed was initially added on branch autoptr.
8622:
8623: 2003-02-25 paf
8624: * src/main/pa_common.C [release_3_0_0007] 1.140.2.2:
8625: typo fixed
8626:
8627: 2003-02-24 paf
8628: * src/types/pa_vcookie.C [autoptr] 1.55.2.9:
8629: fixed all places with bad get_string(0)
8630: [one remained]
8631:
8632: * src/include/pa_request.h [autoptr] 1.160.2.27:
8633: * src/main/execute.C [autoptr] 1.295.2.19:
8634: few bad get_string(0) [should have been get_string(&pool)]
8635: todo: check other such calls
8636:
8637: * src/types/pa_vmail.C 1.41:
8638: body [text/html] transcoded to
8639: $.charset[specified]
8640: now
8641:
8642: * src/main/compile.tab.C [autoptr] 1.81.2.9:
8643: * src/main/execute.C [autoptr] 1.295.2.18:
8644: * src/types/pa_vfile.h [autoptr] 1.52.2.16:
8645: test10, bad lookups
8646:
8647: xxx* xxx=smartptr.get(); << is bad style, after ";" original object got destructed, and xxx points to sky
8648:
8649: * src/main/pa_common.C 1.145:
8650: * src/main/pa_common.C [release_3_0_0007] 1.140.2.1:
8651: stupid gcc [2.95.4] generated bad code
8652: which failed to handle sigsetjmp+throw: crashed inside of pre-throw code.
8653: rewritten simplier [though duplicating closesocket code]
8654:
8655: * src/classes/string.C [autoptr] 1.125.2.11:
8656: match bug fixed
8657:
1.22 paf 8658: 2003-02-21 paf
8659: * src/targets/cgi/parser3.C [autoptr] 1.216.2.15:
8660: MAKE_TEST must be used inside of 'make tests' only
8661: [it's not forcing CGI mode now]
8662: now use -H to output CGI header when parser used in command line [useful for tests also]
8663:
8664: * src/classes/file.C [autoptr] 1.107.2.14:
8665: * src/classes/image.C [autoptr] 1.90.2.11:
8666: * src/classes/mail.C [autoptr] 1.88.2.11:
8667: * src/classes/op.C [autoptr] 1.127.2.16:
8668: * src/classes/xdoc.C [autoptr] 1.108.2.11:
8669: * src/main/pa_charset.C [autoptr] 1.33.2.11:
8670: * src/main/pa_exec.C [autoptr] 1.48.2.14:
8671: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.14:
8672: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.4:
8673: * src/types/pa_vimage.C [autoptr] 1.22.2.7:
8674: * src/types/pa_vxdoc.h [autoptr] 1.31.2.4:
8675: fixed all cstr's that must use pool [as the one in ^process]
8676:
8677: * src/include/pa_array.h [autoptr] 1.57.2.25:
8678: * src/include/pa_exception.h [autoptr] 1.38.2.15:
8679: * src/include/pa_memory.h [autoptr] 1.1.2.1:
8680: * src/include/pa_pool.h [autoptr] 1.86.2.31:
8681: * src/main/Makefile.am [autoptr] 1.35.6.3:
8682: * src/main/main.dsp [autoptr] 1.161.6.12:
8683: * src/main/pa_array.C [autoptr] 1.54.2.5:
8684: * src/main/pa_memory.C [autoptr] 1.1.2.1:
8685: * src/main/pa_pool.C [autoptr] 1.59.2.5:
8686: reorganized memory handling files
8687:
8688: * src/include/pa_memory.h [autoptr] 1.1.2.2:
8689: * src/main/pa_memory.C [autoptr] 1.1.2.2:
8690: inlined memory handling pa_*
8691:
8692: * src/main/execute.C [autoptr] 1.295.2.17:
8693: * src/targets/cgi/parser3.C [autoptr] 1.216.2.11:
8694: * www/htdocs/autoptr.html [autoptr] 1.1.2.3:
8695: release mode now compiles OK
8696: test to show benefits of free
8697:
8698: * src/targets/cgi/parser3.C [autoptr] 1.216.2.14:
8699: MAKE_TEST environment variable switches on CGI mode, and is
8700: used in regression tests
8701:
8702: * operators.txt [autoptr] 1.109.2.1:
8703: * src/targets/cgi/parser3.C [autoptr] 1.216.2.16:
8704: * src/types/pa_vcookie.C [autoptr] 1.55.2.8:
8705: $cookie:name[$.expires[date << can be now]]
8706:
8707: written makefile with regression tests [raw]
8708:
8709: * src/include/pa_request.h [autoptr] 1.160.2.26:
8710: * src/main/pa_request.C [autoptr] 1.245.2.27:
8711: * src/targets/cgi/parser3.C [autoptr] 1.216.2.13:
8712: * src/types/pa_vcookie.h [autoptr] 1.23.2.6:
8713: * src/types/pa_venv.h [autoptr] 1.28.2.4:
8714: env fixed
8715:
8716: * src/main/pa_array.C [autoptr] 1.54.2.4:
8717: pool::format_integer terminator fixed
8718:
8719: * src/include/pa_memory.h 1.1:
8720: file pa_memory.h was initially added on branch autoptr.
8721:
8722: * src/main/pa_memory.C 1.1:
8723: file pa_memory.C was initially added on branch autoptr.
8724:
8725: * src/classes/op.C [autoptr] 1.127.2.15:
8726: fixed process.
8727: sould now check for all cstr's -- some must use pool [as the one in ^process]
8728:
8729: 2003-02-20 paf
8730: * www/htdocs/autoptr.html 1.1:
8731: file autoptr.html was initially added on branch autoptr.
8732:
8733: * src/include/pa_config_fixed.h [autoptr] 1.54.2.2:
8734: * src/targets/cgi/parser3.C [autoptr] 1.216.2.10:
8735: form values passed OK now
8736:
8737: * src/classes/date.C [autoptr] 1.42.2.10:
8738: * src/classes/double.C [autoptr] 1.53.2.7:
8739: * src/classes/file.C [autoptr] 1.107.2.13:
8740: * src/classes/hash.C [autoptr] 1.54.2.10:
8741: * src/classes/image.C [autoptr] 1.90.2.10:
8742: * src/classes/int.C [autoptr] 1.49.2.6:
8743: * src/classes/mail.C [autoptr] 1.88.2.10:
8744: * src/classes/math.C [autoptr] 1.24.2.9:
8745: * src/classes/op.C [autoptr] 1.127.2.13:
8746: * src/classes/response.C [autoptr] 1.23.2.6:
8747: * src/classes/string.C [autoptr] 1.125.2.10:
8748: * src/classes/table.C [autoptr] 1.172.2.10:
8749: * src/classes/void.C [autoptr] 1.28.2.4:
8750: * src/classes/xdoc.C [autoptr] 1.108.2.10:
8751: * src/classes/xnode.C [autoptr] 1.54.2.7:
8752: * src/main/pa_string.C [autoptr] 1.172.2.17:
8753: * src/types/pa_method.h [autoptr] 1.1.2.4:
8754: * src/types/pa_value.C [autoptr] 1.9.2.14:
8755: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.8:
8756: * www/htdocs/autoptr.html [autoptr] 1.1.2.1:
8757: string cmp fixed
8758:
8759: 2003-02-19 paf
8760: * src/classes/form.C [autoptr] 1.34.2.6:
8761: * src/include/pa_charset.h [autoptr] 1.20.2.12:
8762: * src/include/pa_pool.h [autoptr] 1.86.2.30:
8763: * src/main/pa_charset.C [autoptr] 1.33.2.10:
8764: * src/main/pa_exception.C [autoptr] 1.43.2.13:
8765: * src/main/pa_request.C [autoptr] 1.245.2.25:
8766: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.3:
8767: * src/targets/apache13/ApacheModuleParser3.dsp [autoptr] 1.16.12.1:
8768: * src/targets/cgi/parser3.C [autoptr] 1.216.2.8:
8769: * src/targets/isapi/parser3isapi.dsp [autoptr] 1.41.12.1:
8770: * src/types/pa_vcookie.C [autoptr] 1.55.2.7:
8771: * src/types/pa_vform.C [autoptr] 1.74.2.9:
8772: * src/types/pa_vmail.C [autoptr] 1.40.2.9:
8773: * src/types/pa_vxnode.C [autoptr] 1.30.2.2:
8774: found&kill all remaning leaks resulted from pooled::malloc calls
8775: [excluding in gd -- planning complete rewrite extremely ugly code]
8776:
8777: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.2:
8778: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.2:
8779: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.2:
8780: removed unneeded files
8781:
8782: 2003-02-17 paf
8783: * src/classes/classes.C [autoptr] 1.18.2.4:
8784: * src/include/pa_array.h [autoptr] 1.57.2.22:
8785: * src/include/pa_hash.h [autoptr] 1.58.2.16:
8786: * src/include/pa_pool.h [autoptr] 1.86.2.29:
8787: * src/include/pa_request.h [autoptr] 1.160.2.23:
8788: * src/main/pa_request.C [autoptr] 1.245.2.20:
8789: * src/main/pa_string.C [autoptr] 1.172.2.16:
8790: * src/main/untaint.C [autoptr] 1.115.2.10:
8791: * src/types/pa_value.h [autoptr] 1.109.2.23:
8792: * src/types/pa_vint.h [autoptr] 1.38.2.10:
8793: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.12:
8794: * src/types/pa_vstring.h [autoptr] 1.54.2.10:
8795: * src/types/pa_vvoid.h [autoptr] 1.17.2.7:
8796: * src/types/pa_wcontext.h [autoptr] 1.42.2.7:
8797: class fields of simple type not initialized with zeros :(
8798: while class fields of class types initialized with default constructors.
8799: learn C++
8800:
8801: * src/main/execute.C [autoptr] 1.295.2.11:
8802: * src/main/pa_request.C [autoptr] 1.245.2.21:
8803: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.5:
8804: first letters out OK
8805:
8806: * src/classes/classes.awk [autoptr] 1.6.6.2:
8807: * src/classes/double.C [autoptr] 1.53.2.5:
8808: * src/classes/file.C [autoptr] 1.107.2.11:
8809: * src/classes/form.C [autoptr] 1.34.2.5:
8810: * src/classes/image.C [autoptr] 1.90.2.8:
8811: * src/classes/int.C [autoptr] 1.49.2.4:
8812: * src/classes/mail.C [autoptr] 1.88.2.8:
8813: * src/classes/math.C [autoptr] 1.24.2.7:
8814: * src/classes/xdoc.C [autoptr] 1.108.2.7:
8815: * src/classes/xnode.C [autoptr] 1.54.2.5:
8816: * src/include/pa_array.h [autoptr] 1.57.2.21:
8817: * src/include/pa_string.h [autoptr] 1.144.2.24:
8818: * src/main/pa_exec.C [autoptr] 1.48.2.13:
8819: * src/types/pa_vmail.C [autoptr] 1.40.2.7:
8820: parser3.exe - 0 error(s), 0 warning(s)
8821:
8822: * src/classes/date.C [autoptr] 1.42.2.8:
8823: * src/classes/op.C [autoptr] 1.127.2.12:
8824: * src/classes/table.C [autoptr] 1.172.2.8:
8825: * src/classes/xdoc.C [autoptr] 1.108.2.8:
8826: * src/classes/xnode.C [autoptr] 1.54.2.6:
8827: * src/include/pa_array.h [autoptr] 1.57.2.24:
8828: * src/include/pa_charset.h [autoptr] 1.20.2.11:
8829: * src/main/Makefile.am [autoptr] 1.35.6.2:
8830: * src/main/main.dsp [autoptr] 1.161.6.11:
8831: * src/main/pa_charset.C [autoptr] 1.33.2.8:
8832: * src/main/pa_common.C [autoptr] 1.143.2.20:
8833: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.13:
8834: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.2:
8835: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.4:
8836: * src/targets/cgi/parser3.C [autoptr] 1.216.2.6:
8837: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.4:
8838: * src/types/pa_vmail.C [autoptr] 1.40.2.8:
8839: fixed more leaks resulted from pooled::malloc calls
8840:
8841: * src/include/pa_stack.h [autoptr] 1.17.2.4:
8842: * src/main/compile.C [autoptr] 1.69.2.6:
8843: * src/main/execute.C [autoptr] 1.295.2.13:
8844: * src/main/pa_request.C [autoptr] 1.245.2.23:
8845: stack-stored items need extra .ref to prevent object_ptr from
8846: delete[them]
8847:
8848: * src/main/pa_request.C [autoptr] 1.245.2.22:
8849: * src/targets/cgi/parser3.C [autoptr] 1.216.2.5:
8850: * src/types/pa_vfile.C [autoptr] 1.36.2.10:
8851: couple mem leaks rusulted from old pooled::malloc usage.
8852: todo:find more like those
8853:
8854: * src/main/execute.C [autoptr] 1.295.2.14:
8855: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.2:
8856: * src/targets/cgi/parser3.C [autoptr] 1.216.2.7:
8857: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.2:
8858: few bugs in debug output fixed
8859:
8860: * src/include/pa_array.h [autoptr] 1.57.2.23:
8861: * src/include/pa_request.h [autoptr] 1.160.2.24:
8862: * src/main/execute.C [autoptr] 1.295.2.12:
8863: stackItem fixed [there were no string on stack before]
8864:
8865: * src/classes/date.C [autoptr] 1.42.2.9:
8866: * src/classes/double.C [autoptr] 1.53.2.6:
8867: * src/classes/file.C [autoptr] 1.107.2.12:
8868: * src/classes/image.C [autoptr] 1.90.2.9:
8869: * src/classes/int.C [autoptr] 1.49.2.5:
8870: * src/classes/mail.C [autoptr] 1.88.2.9:
8871: * src/classes/math.C [autoptr] 1.24.2.8:
8872: * src/classes/response.C [autoptr] 1.23.2.5:
8873: * src/classes/string.C [autoptr] 1.125.2.9:
8874: * src/classes/table.C [autoptr] 1.172.2.9:
8875: * src/classes/xdoc.C [autoptr] 1.108.2.9:
8876: * src/classes/xnode.h [autoptr] 1.18.2.4:
8877: * src/include/pa_stack.h [autoptr] 1.17.2.5:
8878: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.2:
8879: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.2:
8880: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.3:
8881: * src/types/pa_vdate.h [autoptr] 1.24.2.5:
8882: * src/types/pa_vdouble.h [autoptr] 1.42.2.9:
8883: * src/types/pa_vfile.h [autoptr] 1.52.2.15:
8884: * src/types/pa_vform.C [autoptr] 1.74.2.8:
8885: * src/types/pa_vform.h [autoptr] 1.45.2.8:
8886: * src/types/pa_vimage.h [autoptr] 1.34.2.7:
8887: * src/types/pa_vstatus.h [autoptr] 1.15.2.7:
8888: * src/types/pa_vstring.h [autoptr] 1.54.2.11:
8889: * src/types/pa_vtable.h [autoptr] 1.48.2.8:
8890: * src/types/pa_vvoid.h [autoptr] 1.17.2.8:
8891: * src/types/pa_vxdoc.h [autoptr] 1.31.2.3:
8892: * src/types/pa_vxnode.h [autoptr] 1.22.2.3:
8893: * src/types/pa_wcontext.h [autoptr] 1.42.2.8:
8894: * src/types/pa_wwrapper.h [autoptr] 1.28.2.3:
8895: fixed all remained bugs of unitialized simple-typed field
8896:
8897: * src/classes/classes.C [autoptr] 1.18.2.5:
8898: * src/classes/classes.h [autoptr] 1.23.2.8:
8899: * src/main/execute.C [autoptr] 1.295.2.15:
8900: * src/main/pa_charset.C [autoptr] 1.33.2.9:
8901: * src/main/pa_request.C [autoptr] 1.245.2.24:
8902: another bug of unitialized simple-typed field fixed.
8903: todo: find&kill all like that one
8904:
8905: * src/main/compile.C [autoptr] 1.69.2.5:
8906: * src/main/compile_tools.C [autoptr] 1.54.2.5:
8907: 2*2!
8908:
8909: 2003-02-14 paf
8910: * src/classes/classes.dsp [autoptr] 1.25.10.4:
8911: * src/classes/op.C [autoptr] 1.127.2.10:
8912: * src/classes/string.C [autoptr] 1.125.2.8:
8913: * src/classes/table.C [autoptr] 1.172.2.7:
8914: * src/include/pa_common.h [autoptr] 1.89.2.11:
8915: * src/include/pa_globals.h [autoptr] 1.101.2.14:
8916: * src/include/pa_pool.h [autoptr] 1.86.2.28:
8917: * src/include/pa_request.h [autoptr] 1.160.2.20:
8918: * src/main/pa_globals.C [autoptr] 1.152.2.15:
8919: * src/main/pa_request.C [autoptr] 1.245.2.16:
8920: * src/types/pa_value.h [autoptr] 1.109.2.22:
8921: * src/types/pa_vhash.h [autoptr] 1.43.2.12:
8922: * src/types/pa_vint.h [autoptr] 1.38.2.9:
8923: * src/types/types.dsp [autoptr] 1.35.10.7:
8924: op compiled
8925:
8926: * src/classes/classes.C [autoptr] 1.18.2.3:
8927: * src/classes/classes.awk [autoptr] 1.6.6.1:
8928: * src/classes/file.C [autoptr] 1.107.2.9:
8929: * src/classes/hash.C [autoptr] 1.54.2.9:
8930: * src/classes/mail.C [autoptr] 1.88.2.7:
8931: * src/classes/op.C [autoptr] 1.127.2.11:
8932: * src/include/pa_common.h [autoptr] 1.89.2.12:
8933: * src/include/pa_request.h [autoptr] 1.160.2.21:
8934: * src/include/pa_sapi.h [autoptr] 1.22.2.6:
8935: * src/main/pa_common.C [autoptr] 1.143.2.18:
8936: * src/main/pa_request.C [autoptr] 1.245.2.17:
8937: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.3:
8938: * src/targets/cgi/parser3.C [autoptr] 1.216.2.3:
8939: * src/targets/cgi/parser3.dsp [autoptr] 1.60.10.1:
8940: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.3:
8941: classes.lib - 0 error(s), 0 warning(s)
8942: parser.C compiled
8943:
8944: * src/classes/classes.dsp [autoptr] 1.25.10.3:
8945: * src/classes/response.C [autoptr] 1.23.2.4:
8946: * src/classes/string.C [autoptr] 1.125.2.7:
8947: * src/include/pa_dictionary.h [autoptr] 1.13.2.7:
8948: * src/include/pa_string.h [autoptr] 1.144.2.23:
8949: * src/main/pa_string.C [autoptr] 1.172.2.15:
8950: * src/main/untaint.C [autoptr] 1.115.2.9:
8951: * src/types/pa_vtable.h [autoptr] 1.48.2.7:
8952: string, response compiled
8953:
8954: * src/classes/file.C [autoptr] 1.107.2.10:
8955: * src/include/pa_request.h [autoptr] 1.160.2.22:
8956: * src/main/pa_request.C [autoptr] 1.245.2.18:
8957: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.12:
8958: * src/targets/cgi/parser3.C [autoptr] 1.216.2.4:
8959: * src/types/pa_vfile.C [autoptr] 1.36.2.9:
8960: * src/types/pa_vfile.h [autoptr] 1.52.2.14:
8961: * src/types/pa_vform.C [autoptr] 1.74.2.7:
8962: * src/types/pa_vimage.C [autoptr] 1.22.2.6:
8963: * src/types/pa_vtable.C [autoptr] 1.21.2.5:
8964: all compiled, only 14 link errors :)
8965:
8966: * src/types/pa_vhash.C 1.1:
8967: file pa_vhash.C was initially added on branch autoptr.
8968:
8969: * src/include/pa_common.h [autoptr] 1.89.2.13:
8970: * src/main/pa_common.C [autoptr] 1.143.2.19:
8971: * src/main/pa_request.C [autoptr] 1.245.2.19:
8972: 13 link errors
8973:
8974: 2003-02-07 paf
8975: * src/classes/table.C [autoptr] 1.172.2.6:
8976: * src/types/pa_vtable.h [autoptr] 1.48.2.6:
8977: table compiled
8978:
8979: 2003-02-06 paf
8980: * src/classes/image.C [autoptr] 1.90.2.7:
8981: * src/classes/string.C [autoptr] 1.125.2.6:
8982: * src/classes/xdoc.C [autoptr] 1.108.2.6:
8983: * src/include/pa_common.h [autoptr] 1.89.2.10:
8984: * src/include/pa_hash.h [autoptr] 1.58.2.15:
8985: * src/main/pa_common.C [autoptr] 1.143.2.17:
8986: * src/types/pa_vfile.h [autoptr] 1.52.2.13:
8987: * src/types/pa_vimage.h [autoptr] 1.34.2.6:
8988: image compiled
8989:
8990: * src/classes/mail.C [autoptr] 1.88.2.6:
8991: * src/include/pa_request.h [autoptr] 1.160.2.19:
8992: * src/main/pa_request.C [autoptr] 1.245.2.15:
8993: mail compiled
8994:
8995: * src/classes/hash.C [autoptr] 1.54.2.7:
8996: * src/include/pa_hash.h [autoptr] 1.58.2.14:
8997: * src/include/pa_table.h [autoptr] 1.48.2.11:
8998: * src/types/pa_vstring.h [autoptr] 1.54.2.9:
8999: hash compiled
9000:
9001: * src/classes/classes.dsp [autoptr] 1.25.10.2:
9002: * src/classes/file.C [autoptr] 1.107.2.7:
9003: * src/include/pa_common.h [autoptr] 1.89.2.9:
9004: * src/include/pa_exec.h [autoptr] 1.11.2.5:
9005: * src/main/pa_common.C [autoptr] 1.143.2.16:
9006: * src/main/pa_exec.C [autoptr] 1.48.2.12:
9007: * src/types/pa_vfile.C [autoptr] 1.36.2.8:
9008: * src/types/pa_vfile.h [autoptr] 1.52.2.12:
9009: file compiled
9010:
9011: * src/classes/file.C [autoptr] 1.107.2.8:
9012: * src/classes/form.C [autoptr] 1.34.2.4:
9013: form compiled
9014:
9015: * src/classes/hash.C [autoptr] 1.54.2.8:
9016: * src/classes/math.C [autoptr] 1.24.2.6:
9017: * src/types/pa_vmath.C [autoptr] 1.1.2.8:
9018: * src/types/pa_vmath.h [autoptr] 1.14.2.4:
9019: math compiled [win32]
9020:
9021: 2003-02-04 paf
9022: * src/classes/date.C [autoptr] 1.42.2.5:
9023: * src/classes/double.C [autoptr] 1.53.2.3:
9024: * src/classes/file.C [autoptr] 1.107.2.5:
9025: * src/classes/form.C [autoptr] 1.34.2.3:
9026: * src/classes/hash.C [autoptr] 1.54.2.4:
9027: * src/classes/image.C [autoptr] 1.90.2.5:
9028: * src/classes/int.C [autoptr] 1.49.2.3:
9029: * src/classes/mail.C [autoptr] 1.88.2.4:
9030: * src/classes/math.C [autoptr] 1.24.2.4:
9031: * src/classes/op.C [autoptr] 1.127.2.8:
9032: * src/classes/response.C [autoptr] 1.23.2.3:
9033: * src/classes/string.C [autoptr] 1.125.2.4:
9034: * src/classes/table.C [autoptr] 1.172.2.4:
9035: * src/classes/void.C [autoptr] 1.28.2.3:
9036: * src/classes/xdoc.C [autoptr] 1.108.2.4:
9037: * src/classes/xnode.C [autoptr] 1.54.2.3:
9038: * src/types/pa_vdouble.h [autoptr] 1.42.2.8:
9039: * src/types/pa_vhash.h [autoptr] 1.43.2.10:
9040: * src/types/pa_vint.h [autoptr] 1.38.2.8:
9041: * src/types/pa_vstring.h [autoptr] 1.54.2.8:
9042: * src/types/pa_vtable.h [autoptr] 1.48.2.5:
9043: * src/types/pa_vxdoc.h [autoptr] 1.31.2.2:
9044: * src/types/pa_vxnode.h [autoptr] 1.22.2.2:
9045: int compiled
9046:
9047: * src/types/pa_value.C [autoptr] 1.9.2.12:
9048: * src/types/pa_value_includes.h [autoptr] 1.1.2.4:
9049: * src/types/pa_vrequest.C [autoptr] 1.27.2.8:
9050: trying to remove stupid value_includes.h
9051:
9052: * src/classes/date.C [autoptr] 1.42.2.4:
9053: * src/classes/double.C [autoptr] 1.53.2.2:
9054: * src/classes/file.C [autoptr] 1.107.2.4:
9055: * src/classes/hash.C [autoptr] 1.54.2.3:
9056: * src/classes/image.C [autoptr] 1.90.2.4:
9057: * src/classes/int.C [autoptr] 1.49.2.2:
9058: * src/classes/mail.C [autoptr] 1.88.2.3:
9059: * src/classes/math.C [autoptr] 1.24.2.3:
9060: * src/classes/op.C [autoptr] 1.127.2.7:
9061: * src/classes/response.C [autoptr] 1.23.2.2:
9062: * src/classes/string.C [autoptr] 1.125.2.3:
9063: * src/classes/table.C [autoptr] 1.172.2.3:
9064: * src/classes/void.C [autoptr] 1.28.2.2:
9065: * src/classes/xdoc.C [autoptr] 1.108.2.3:
9066: * src/classes/xnode.C [autoptr] 1.54.2.2:
9067: * src/classes/xnode.h [autoptr] 1.18.2.3:
9068: * src/types/pa_vvoid.h [autoptr] 1.17.2.6:
9069: void compiled :)
9070:
9071: * src/classes/date.C [autoptr] 1.42.2.7:
9072: * src/classes/hash.C [autoptr] 1.54.2.6:
9073: * src/include/pa_exec.h [autoptr] 1.11.2.4:
9074: * src/include/pa_hash.h [autoptr] 1.58.2.13:
9075: * src/include/pa_request.h [autoptr] 1.160.2.18:
9076: * src/include/pa_string.h [autoptr] 1.144.2.22:
9077: * src/include/pa_table.h [autoptr] 1.48.2.10:
9078: * src/main/pa_common.C [autoptr] 1.143.2.15:
9079: * src/main/pa_exec.C [autoptr] 1.48.2.11:
9080: * src/main/pa_string.C [autoptr] 1.172.2.14:
9081: * src/types/pa_method.h [autoptr] 1.1.2.3:
9082: * src/types/pa_vform.C [autoptr] 1.74.2.6:
9083: * src/types/pa_vhash.h [autoptr] 1.43.2.11:
9084: hash 50% compiled
9085:
9086: * src/types/pa_method.h 1.1:
9087: file pa_method.h was initially added on branch autoptr.
9088:
9089: * src/include/pa_globals.h [autoptr] 1.101.2.13:
9090: * src/main/pa_cache_managers.C [autoptr] 1.7.2.5:
9091: * src/main/pa_charset.C [autoptr] 1.33.2.7:
9092: * src/main/pa_charsets.C [autoptr] 1.11.2.9:
9093: * src/main/pa_common.C [autoptr] 1.143.2.14:
9094: * src/main/pa_dir.C [autoptr] 1.14.2.3:
9095: * src/main/pa_exception.C [autoptr] 1.43.2.12:
9096: * src/main/pa_exec.C [autoptr] 1.48.2.10:
9097: * src/main/pa_globals.C [autoptr] 1.152.2.13:
9098: * src/main/pa_pool.C [autoptr] 1.59.2.4:
9099: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.11:
9100: * src/main/pa_string.C [autoptr] 1.172.2.12:
9101: * src/main/pa_uue.C [autoptr] 1.4.2.5:
9102: * src/main/untaint.C [autoptr] 1.115.2.8:
9103: * src/types/pa_value.C [autoptr] 1.9.2.13:
9104: * src/types/pa_vcookie.C [autoptr] 1.55.2.6:
9105: * src/types/pa_vfile.C [autoptr] 1.36.2.7:
9106: * src/types/pa_vimage.C [autoptr] 1.22.2.5:
9107: * src/types/pa_vmath.C [autoptr] 1.1.2.7:
9108: * src/types/pa_vrequest.C [autoptr] 1.27.2.9:
9109: * src/types/pa_vresponse.C [autoptr] 1.17.2.6:
9110: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.6:
9111: * src/types/pa_vstatus.C [autoptr] 1.15.2.5:
9112: * src/types/pa_vstring.C [autoptr] 1.22.2.3:
9113: * src/types/pa_vtable.C [autoptr] 1.21.2.4:
9114: * src/types/pa_wcontext.C [autoptr] 1.24.2.5:
9115: * src/types/types.dsp [autoptr] 1.35.10.6:
9116: removed stupid value_includes.h
9117:
9118: * src/main/pa_exec.C [autoptr] 1.48.2.8:
9119: libmain.a compiled on six [unix]
9120:
9121: * src/include/pa_config_includes.h [autoptr] 1.23.2.5:
9122: * src/include/pa_dictionary.h [autoptr] 1.13.2.6:
9123: * src/main/pa_common.C [autoptr] 1.143.2.13:
9124: * src/main/pa_dictionary.C [autoptr] 1.17.2.6:
9125: * src/main/pa_exec.C [autoptr] 1.48.2.7:
9126: * src/main/pa_socks.C [autoptr] 1.18.2.5:
9127: libmain.a gcc
9128: and
9129: mail.lib msvc++
9130: compiled
9131:
9132: * src/include/pa_globals.h [autoptr] 1.101.2.12:
9133: * src/include/pa_request.h [autoptr] 1.160.2.16:
9134: * src/types/pa_value.C [autoptr] 1.9.2.11:
9135: * src/types/pa_value.h [autoptr] 1.109.2.21:
9136: * src/types/pa_vclass.C [autoptr] 1.16.2.5:
9137: * src/types/pa_vcookie.C [autoptr] 1.55.2.5:
9138: * src/types/pa_vdate.h [autoptr] 1.24.2.4:
9139: * src/types/pa_vfile.C [autoptr] 1.36.2.6:
9140: * src/types/pa_vfile.h [autoptr] 1.52.2.11:
9141: * src/types/pa_vmail.C [autoptr] 1.40.2.6:
9142: * src/types/pa_vobject.C [autoptr] 1.12.2.6:
9143: * src/types/pa_vrequest.C [autoptr] 1.27.2.7:
9144: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.5:
9145: * src/types/pa_vstatus.C [autoptr] 1.15.2.4:
9146: * src/types/pa_vtable.C [autoptr] 1.21.2.3:
9147: libtypes.a compiled gcc
9148:
1.39 paf 9149: * src/include/pa_array.h [autoptr] 1.57.2.20:
9150: * src/include/pa_config_includes.h [autoptr] 1.23.2.4:
9151: * src/include/pa_dictionary.h [autoptr] 1.13.2.5:
9152: * src/main/pa_dictionary.C [autoptr] 1.17.2.5:
9153: * src/main/pa_exec.C [autoptr] 1.48.2.6:
9154: * src/main/pa_socks.C [autoptr] 1.18.2.4:
9155: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.10:
9156: gcc libmain.a compiled
9157:
1.22 paf 9158: * src/classes/classes.dsp [autoptr] 1.25.10.1:
9159: * src/classes/double.C [autoptr] 1.53.2.4:
9160: double compiled
9161:
9162: * src/main/pa_globals.C [release_3_0_0007] 1.148.2.1:
9163: merged changes from 1.149-1.150 (stupid name conflicts)
9164:
9165: * src/include/pa_array.h [autoptr] 1.57.2.19:
9166: * src/include/pa_pool.h [autoptr] 1.86.2.27:
9167: * src/main/Makefile.am [autoptr] 1.35.6.1:
9168: * src/main/Makefile.in [autoptr] 1.50.2.2:
9169: * src/main/compile.tab.C [autoptr] 1.81.2.7:
9170: * src/main/compile.y [autoptr] 1.204.2.6:
9171: * src/main/execute.C [autoptr] 1.295.2.10:
9172: * src/main/pa_request.C [autoptr] 1.245.2.14:
9173: * src/main/untaint.C [autoptr] 1.115.2.7:
9174: * src/types/pa_junction.h [autoptr] 1.1.2.2:
9175: * src/types/pa_method.h [autoptr] 1.1.2.2:
9176: * src/types/pa_value.h [autoptr] 1.109.2.20:
9177: * src/types/pa_value_includes.h [autoptr] 1.1.2.3:
9178: * src/types/pa_vimage.h [autoptr] 1.34.2.5:
9179: *** empty log message ***
9180:
9181: * src/main/pa_exec.C [autoptr] 1.48.2.9:
9182: pa_exec compiled on win32
9183:
9184: * src/classes/date.C [autoptr] 1.42.2.6:
9185: * src/classes/file.C [autoptr] 1.107.2.6:
9186: * src/classes/hash.C [autoptr] 1.54.2.5:
9187: * src/classes/image.C [autoptr] 1.90.2.6:
9188: * src/classes/mail.C [autoptr] 1.88.2.5:
9189: * src/classes/math.C [autoptr] 1.24.2.5:
9190: * src/classes/op.C [autoptr] 1.127.2.9:
9191: * src/classes/string.C [autoptr] 1.125.2.5:
9192: * src/classes/table.C [autoptr] 1.172.2.5:
9193: * src/classes/xdoc.C [autoptr] 1.108.2.5:
9194: * src/classes/xnode.C [autoptr] 1.54.2.4:
9195: * src/include/pa_request.h [autoptr] 1.160.2.17:
9196: * src/main/pa_globals.C [autoptr] 1.152.2.14:
9197: * src/main/pa_string.C [autoptr] 1.172.2.13:
9198: date compiled
9199:
9200: * src/types/pa_junction.h 1.1:
9201: file pa_junction.h was initially added on branch autoptr.
9202:
9203: * src/main/compile_tools.h [autoptr] 1.67.2.8:
9204: * src/main/execute.C [autoptr] 1.295.2.9:
9205: * src/main/pa_table.C [autoptr] 1.53.2.9:
9206: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.7:
9207: * src/types/pa_vvoid.h [autoptr] 1.17.2.5:
9208: yuk: gcc on cygwin yelds "virtual memory exhausted" while
9209: trying to compile execute.C [eating up to 127MB]
9210:
9211: 2003-02-03 paf
9212: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.4:
9213: vstateless_class compiled
9214:
9215: * src/include/pa_request.h [autoptr] 1.160.2.13:
9216: * src/main/execute.C [autoptr] 1.295.2.7:
9217: * src/main/pa_request.C [autoptr] 1.245.2.8:
9218: * src/types/pa_value.h [autoptr] 1.109.2.16:
9219: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.6:
9220: execute compiled
9221:
9222: * src/types/pa_vresponse.C [autoptr] 1.17.2.5:
9223: * src/types/pa_vresponse.h [autoptr] 1.32.2.6:
9224: vresponse compiled
9225:
9226: * src/types/pa_value.C [autoptr] 1.9.2.9:
9227: * src/types/pa_value.h [autoptr] 1.109.2.18:
9228: * src/types/pa_vclass.C [autoptr] 1.16.2.4:
9229: * src/types/pa_vclass.h [autoptr] 1.39.2.5:
9230: * src/types/pa_vobject.C [autoptr] 1.12.2.5:
9231: * src/types/pa_vobject.h [autoptr] 1.38.2.8:
9232: vobject compiled
9233:
9234: * src/types/pa_vtable.C [autoptr] 1.21.2.2:
9235: vtable compiled
9236:
9237: * src/types/pa_vmath.C [autoptr] 1.1.2.6:
9238: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.4:
9239: vmath compiled
9240:
9241: * src/include/pa_config_includes.h [autoptr] 1.23.2.2:
9242: * src/include/pa_hash.h [autoptr] 1.58.2.12:
9243: * src/include/pa_operation.h [autoptr] 1.1.2.6:
9244: * src/include/pa_pool.h [autoptr] 1.86.2.26:
9245: * src/include/pa_string.h [autoptr] 1.144.2.21:
9246: * src/main/pa_common.C [autoptr] 1.143.2.12:
9247: * src/types/pa_value.C [autoptr] 1.9.2.10:
9248: * src/types/pa_value.h [autoptr] 1.109.2.19:
9249: * src/types/pa_vdouble.h [autoptr] 1.42.2.7:
9250: * src/types/pa_vfile.h [autoptr] 1.52.2.10:
9251: * src/types/pa_vhash.h [autoptr] 1.43.2.9:
9252: * src/types/pa_vint.h [autoptr] 1.38.2.7:
9253: * src/types/pa_vjunction.h [autoptr] 1.19.2.5:
9254: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.11:
9255: * src/types/pa_vstring.h [autoptr] 1.54.2.7:
9256: * src/types/types.dsp [autoptr] 1.35.10.5:
9257: started gcc compiling
9258: pa_common compiled
9259:
9260: * src/include/pa_pool.h [autoptr] 1.86.2.23:
9261: * src/main/pa_request.C [autoptr] 1.245.2.10:
9262: * src/types/pa_value.C [autoptr] 1.9.2.8:
9263: * src/types/pa_vclass.C [autoptr] 1.16.2.3:
9264: * src/types/pa_vcookie.C [autoptr] 1.55.2.4:
9265: * src/types/pa_vcookie.h [autoptr] 1.23.2.5:
9266: * src/types/pa_vform.C [autoptr] 1.74.2.4:
9267: * src/types/pa_vform.h [autoptr] 1.45.2.7:
9268: * src/types/pa_vobject.h [autoptr] 1.38.2.7:
9269: vform compiled
9270:
9271: * src/include/Makefile.am [autoptr] 1.3.14.1:
9272: * src/include/Makefile.in [autoptr] 1.11.2.1:
9273: * src/include/pa_hash.h [autoptr] 1.58.2.11:
9274: * src/include/pa_pool.h [autoptr] 1.86.2.24:
9275: gcc refused to compile _P identifier. it replaced it to some
9276: strange 0x0000040
9277:
9278: * configure [autoptr] 1.66.2.2:
9279: * configure.in [autoptr] 1.62.2.2:
9280: * src/Makefile.in [autoptr] 1.55.2.1:
9281: * src/include/Makefile.in [autoptr] 1.11.2.2:
9282: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.1:
9283: * src/include/pa_config_auto.h.in [autoptr] 1.37.2.2:
9284: * src/include/pa_string.h [autoptr] 1.144.2.20:
9285: * src/main/Makefile.in [autoptr] 1.50.2.1:
9286: *** empty log message ***
9287:
9288: * src/types/pa_vstring.C [autoptr] 1.22.2.2:
9289: * src/types/pa_vstring.h [autoptr] 1.54.2.6:
9290: vstring compiled
9291:
9292: * src/include/pa_request.h [autoptr] 1.160.2.14:
9293: * src/main/execute.C [autoptr] 1.295.2.8:
9294: * src/main/pa_request.C [autoptr] 1.245.2.9:
9295: main.lib - 0 error(s), 0 warning(s)
9296:
9297: * src/types/pa_vrequest.C [autoptr] 1.27.2.6:
9298: vrequest compiled
9299:
9300: * src/classes/form.C [autoptr] 1.34.2.2:
9301: * src/classes/mail.C [autoptr] 1.88.2.2:
9302: * src/include/pa_request.h [autoptr] 1.160.2.15:
9303: * src/main/pa_globals.C [autoptr] 1.152.2.12:
9304: * src/main/pa_request.C [autoptr] 1.245.2.11:
9305: * src/types/pa_value.h [autoptr] 1.109.2.17:
9306: * src/types/pa_vform.C [autoptr] 1.74.2.5:
9307: * src/types/pa_vmail.C [autoptr] 1.40.2.5:
9308: * src/types/pa_vmail.h [autoptr] 1.9.2.4:
9309: vmail compiled
9310:
9311: * src/types/pa_vimage.C [autoptr] 1.22.2.4:
9312: * src/types/pa_vimage.h [autoptr] 1.34.2.4:
9313: vimage compiled
9314:
9315: * src/include/pa_exception.h [autoptr] 1.38.2.14:
9316: * src/include/pa_pool.h [autoptr] 1.86.2.25:
9317: * src/main/pa_exception.C [autoptr] 1.43.2.11:
9318: exception gcc change #1
9319:
9320: * src/include/pa_cache_managers.h [autoptr] 1.9.2.6:
9321: * src/main/pa_request.C [autoptr] 1.245.2.12:
9322: * src/types/pa_vstatus.C [autoptr] 1.15.2.2:
9323: * src/types/pa_vstatus.h [autoptr] 1.15.2.6:
9324: vstatus compiled
9325:
9326: 2003-01-31 paf
9327: * src/classes/classes.C [autoptr] 1.18.2.2:
9328: * src/classes/classes.h [autoptr] 1.23.2.7:
9329: * src/classes/date.C [autoptr] 1.42.2.3:
9330: * src/classes/double.C [autoptr] 1.53.2.1:
9331: * src/classes/file.C [autoptr] 1.107.2.3:
9332: * src/classes/form.C [autoptr] 1.34.2.1:
9333: * src/classes/hash.C [autoptr] 1.54.2.2:
9334: * src/classes/image.C [autoptr] 1.90.2.3:
9335: * src/classes/int.C [autoptr] 1.49.2.1:
9336: * src/classes/mail.C [autoptr] 1.88.2.1:
9337: * src/classes/math.C [autoptr] 1.24.2.2:
9338: * src/classes/op.C [autoptr] 1.127.2.5:
9339: * src/classes/response.C [autoptr] 1.23.2.1:
9340: * src/classes/string.C [autoptr] 1.125.2.1:
9341: * src/classes/table.C [autoptr] 1.172.2.2:
9342: * src/classes/void.C [autoptr] 1.28.2.1:
9343: * src/classes/xdoc.C [autoptr] 1.108.2.2:
9344: * src/classes/xnode.C [autoptr] 1.54.2.1:
9345: * src/classes/xnode.h [autoptr] 1.18.2.2:
9346: * src/include/pa_array.h [autoptr] 1.57.2.16:
9347: * src/include/pa_cache_managers.h [autoptr] 1.9.2.5:
9348: * src/include/pa_charset.h [autoptr] 1.20.2.10:
9349: * src/include/pa_charsets.h [autoptr] 1.8.2.7:
9350: * src/include/pa_common.h [autoptr] 1.89.2.7:
9351: * src/include/pa_config_fixed.h [autoptr] 1.54.2.1:
9352: * src/include/pa_config_includes.h [autoptr] 1.23.2.1:
9353: * src/include/pa_dictionary.h [autoptr] 1.13.2.4:
9354: * src/include/pa_dir.h [autoptr] 1.13.2.1:
9355: * src/include/pa_exception.h [autoptr] 1.38.2.13:
9356: * src/include/pa_exec.h [autoptr] 1.11.2.3:
9357: * src/include/pa_globals.h [autoptr] 1.101.2.10:
9358: * src/include/pa_hash.h [autoptr] 1.58.2.10:
9359: * src/include/pa_opcode.h [autoptr] 1.24.2.2:
9360: * src/include/pa_operation.h [autoptr] 1.1.2.4:
9361: * src/include/pa_pool.h [autoptr] 1.86.2.22:
9362: * src/include/pa_request.h [autoptr] 1.160.2.9:
9363: * src/include/pa_request_charsets.h [autoptr] 1.1.2.3:
9364: * src/include/pa_request_info.h [autoptr] 1.1.2.4:
9365: * src/include/pa_sapi.h [autoptr] 1.22.2.4:
9366: * src/include/pa_socks.h [autoptr] 1.11.2.2:
9367: * src/include/pa_sql_connection.h [autoptr] 1.30.2.6:
9368: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.7:
9369: * src/include/pa_stack.h [autoptr] 1.17.2.3:
9370: * src/include/pa_string.h [autoptr] 1.144.2.18:
9371: * src/include/pa_stylesheet_connection.h [autoptr] 1.32.2.1:
9372: * src/include/pa_stylesheet_manager.h [autoptr] 1.15.2.1:
9373: * src/include/pa_table.h [autoptr] 1.48.2.9:
9374: * src/include/pa_threads.h [autoptr] 1.26.2.1:
9375: * src/include/pa_types.h [autoptr] 1.44.2.2:
9376: * src/include/pa_uue.h [autoptr] 1.4.2.3:
9377: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.2:
9378: * src/lib/ltdl/ltdl.c [autoptr] 1.3.2.1:
9379: * src/lib/ltdl/ltdl.h [autoptr] 1.2.2.1:
9380: * src/lib/md5/pa_md5.h [autoptr] 1.5.2.1:
9381: * src/lib/md5/pa_md5c.c [autoptr] 1.6.2.1:
9382: * src/lib/pcre/dftables.c [autoptr] 1.1.14.1:
9383: * src/lib/pcre/get.c [autoptr] 1.1.14.1:
9384: * src/lib/pcre/maketables.c [autoptr] 1.1.14.1:
9385: * src/lib/pcre/pcre.c [autoptr] 1.1.14.1:
9386: * src/lib/pcre/pcre.h [autoptr] 1.1.14.1:
9387: * src/lib/pcre/pcre_parser_ctype.c [autoptr] 1.3.2.1:
9388: * src/lib/pcre/study.c [autoptr] 1.1.14.1:
9389: * src/main/compile.C [autoptr] 1.69.2.4:
9390: * src/main/compile.tab.C [autoptr] 1.81.2.4:
9391: * src/main/compile.y [autoptr] 1.204.2.3:
9392: * src/main/compile_tools.C [autoptr] 1.54.2.4:
9393: * src/main/compile_tools.h [autoptr] 1.67.2.6:
9394: * src/main/execute.C [autoptr] 1.295.2.4:
9395: * src/main/main.dsp [autoptr] 1.161.6.8:
9396: * src/main/pa_cache_managers.C [autoptr] 1.7.2.4:
9397: * src/main/pa_charset.C [autoptr] 1.33.2.6:
9398: * src/main/pa_charsets.C [autoptr] 1.11.2.8:
9399: * src/main/pa_common.C [autoptr] 1.143.2.10:
9400: * src/main/pa_dictionary.C [autoptr] 1.17.2.4:
9401: * src/main/pa_dir.C [autoptr] 1.14.2.2:
9402: * src/main/pa_exception.C [autoptr] 1.43.2.10:
9403: * src/main/pa_exec.C [autoptr] 1.48.2.5:
9404: * src/main/pa_globals.C [autoptr] 1.152.2.10:
9405: * src/main/pa_pool.C [autoptr] 1.59.2.3:
9406: * src/main/pa_request.C [autoptr] 1.245.2.5:
9407: * src/main/pa_socks.C [autoptr] 1.18.2.3:
9408: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.9:
9409: * src/main/pa_string.C [autoptr] 1.172.2.11:
9410: * src/main/pa_stylesheet_manager.C [autoptr] 1.16.2.1:
9411: * src/main/pa_table.C [autoptr] 1.53.2.8:
9412: * src/main/pa_uue.C [autoptr] 1.4.2.4:
9413: * src/main/untaint.C [autoptr] 1.115.2.6:
9414: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.2:
9415: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.1:
9416: * src/targets/apache13/pa_md5c.c [autoptr] 1.5.2.1:
9417: * src/targets/apache13/pa_pool.C [autoptr] 1.8.2.1:
9418: * src/targets/apache13/pa_threads.C [autoptr] 1.11.2.1:
9419: * src/targets/cgi/getopt.c [autoptr] 1.2.6.1:
9420: * src/targets/cgi/getopt.h [autoptr] 1.2.10.1:
9421: * src/targets/cgi/pa_pool.C [autoptr] 1.41.2.1:
9422: * src/targets/cgi/pa_threads.C [autoptr] 1.12.2.1:
9423: * src/targets/cgi/parser3.C [autoptr] 1.216.2.1:
9424: * src/targets/cgi/pool_storage.h [autoptr] 1.13.2.1:
9425: * src/targets/isapi/pa_pool.C [autoptr] 1.16.2.1:
9426: * src/targets/isapi/pa_threads.C [autoptr] 1.13.2.1:
9427: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.1:
9428: * src/targets/isapi/pool_storage.h [autoptr] 1.19.2.1:
9429: * src/types/pa_value.C [autoptr] 1.9.2.7:
9430: * src/types/pa_value.h [autoptr] 1.109.2.14:
9431: * src/types/pa_value_includes.h [autoptr] 1.1.2.2:
9432: * src/types/pa_vbool.h [autoptr] 1.21.2.3:
9433: * src/types/pa_vclass.C [autoptr] 1.16.2.2:
9434: * src/types/pa_vclass.h [autoptr] 1.39.2.4:
9435: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.1:
9436: * src/types/pa_vcookie.C [autoptr] 1.55.2.3:
9437: * src/types/pa_vcookie.h [autoptr] 1.23.2.3:
9438: * src/types/pa_vdate.h [autoptr] 1.24.2.3:
9439: * src/types/pa_vdouble.h [autoptr] 1.42.2.6:
9440: * src/types/pa_venv.h [autoptr] 1.28.2.3:
9441: * src/types/pa_vfile.C [autoptr] 1.36.2.4:
9442: * src/types/pa_vfile.h [autoptr] 1.52.2.8:
9443: * src/types/pa_vform.C [autoptr] 1.74.2.3:
9444: * src/types/pa_vform.h [autoptr] 1.45.2.5:
9445: * src/types/pa_vhash.h [autoptr] 1.43.2.7:
9446: * src/types/pa_vimage.C [autoptr] 1.22.2.3:
9447: * src/types/pa_vimage.h [autoptr] 1.34.2.3:
9448: * src/types/pa_vint.h [autoptr] 1.38.2.6:
9449: * src/types/pa_vjunction.h [autoptr] 1.19.2.3:
9450: * src/types/pa_vmail.C [autoptr] 1.40.2.3:
9451: * src/types/pa_vmail.h [autoptr] 1.9.2.2:
9452: * src/types/pa_vmath.C [autoptr] 1.1.2.5:
9453: * src/types/pa_vmath.h [autoptr] 1.14.2.3:
9454: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.3:
9455: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.5:
9456: * src/types/pa_vobject.C [autoptr] 1.12.2.4:
9457: * src/types/pa_vobject.h [autoptr] 1.38.2.6:
9458: * src/types/pa_vrequest.C [autoptr] 1.27.2.5:
9459: * src/types/pa_vrequest.h [autoptr] 1.25.2.3:
9460: * src/types/pa_vresponse.C [autoptr] 1.17.2.4:
9461: * src/types/pa_vresponse.h [autoptr] 1.32.2.4:
9462: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.3:
9463: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.10:
9464: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.4:
9465: * src/types/pa_vstatus.C [autoptr] 1.15.2.1:
9466: * src/types/pa_vstatus.h [autoptr] 1.15.2.5:
9467: * src/types/pa_vstring.C [autoptr] 1.22.2.1:
9468: * src/types/pa_vstring.h [autoptr] 1.54.2.5:
9469: * src/types/pa_vtable.C [autoptr] 1.21.2.1:
9470: * src/types/pa_vtable.h [autoptr] 1.48.2.3:
9471: * src/types/pa_vvoid.h [autoptr] 1.17.2.4:
9472: * src/types/pa_vxdoc.C [autoptr] 1.23.2.1:
9473: * src/types/pa_vxdoc.h [autoptr] 1.31.2.1:
9474: * src/types/pa_vxnode.C [autoptr] 1.30.2.1:
9475: * src/types/pa_vxnode.h [autoptr] 1.22.2.1:
9476: * src/types/pa_wcontext.C [autoptr] 1.24.2.3:
9477: * src/types/pa_wcontext.h [autoptr] 1.42.2.5:
9478: * src/types/pa_wwrapper.h [autoptr] 1.28.2.2:
9479: grammar compiled
9480:
9481: * src/classes/op.C [autoptr] 1.127.2.6:
9482: * src/classes/string.C [autoptr] 1.125.2.2:
9483: * src/include/pa_common.h [autoptr] 1.89.2.8:
9484: * src/include/pa_globals.h [autoptr] 1.101.2.11:
9485: * src/include/pa_request.h [autoptr] 1.160.2.10:
9486: * src/include/pa_sql_connection.h [autoptr] 1.30.2.7:
9487: * src/main/compile.tab.C [autoptr] 1.81.2.5:
9488: * src/main/compile.y [autoptr] 1.204.2.4:
9489: * src/main/execute.C [autoptr] 1.295.2.5:
9490: * src/main/main.dsp [autoptr] 1.161.6.9:
9491: * src/main/pa_common.C [autoptr] 1.143.2.11:
9492: * src/main/pa_globals.C [autoptr] 1.152.2.11:
9493: * src/main/pa_request.C [autoptr] 1.245.2.6:
9494: * src/types/pa_value.h [autoptr] 1.109.2.15:
9495: * src/types/pa_vcode_frame.h [autoptr] 1.24.2.2:
9496: * src/types/pa_vcookie.h [autoptr] 1.23.2.4:
9497: * src/types/pa_vform.h [autoptr] 1.45.2.6:
9498: * src/types/pa_vmail.C [autoptr] 1.40.2.4:
9499: * src/types/pa_vmail.h [autoptr] 1.9.2.3:
9500: * src/types/pa_vresponse.h [autoptr] 1.32.2.5:
9501: * src/types/pa_vtable.h [autoptr] 1.48.2.4:
9502: * src/types/pa_wcontext.C [autoptr] 1.24.2.4:
9503: * src/types/pa_wcontext.h [autoptr] 1.42.2.6:
9504: * src/types/types.dsp [autoptr] 1.35.10.4:
9505: most pa_request compiled
9506:
9507: * src/include/pa_array.h [autoptr] 1.57.2.17:
9508: * src/include/pa_operation.h [autoptr] 1.1.2.5:
9509: * src/include/pa_request.h [autoptr] 1.160.2.12:
9510: * src/main/execute.C [autoptr] 1.295.2.6:
9511: * src/main/main.dsp [autoptr] 1.161.6.10:
9512: * src/types/pa_vjunction.h [autoptr] 1.19.2.4:
9513: started last file from main library: execute
9514:
9515: * src/include/pa_request.h [autoptr] 1.160.2.11:
9516: * src/include/pa_sapi.h [autoptr] 1.22.2.5:
9517: * src/main/compile.tab.C [autoptr] 1.81.2.6:
9518: * src/main/compile.y [autoptr] 1.204.2.5:
9519: * src/main/compile_tools.h [autoptr] 1.67.2.7:
9520: * src/main/pa_request.C [autoptr] 1.245.2.7:
9521: * src/targets/apache13/mod_parser3.C [autoptr] 1.28.2.2:
9522: * src/targets/cgi/parser3.C [autoptr] 1.216.2.2:
9523: * src/targets/isapi/parser3isapi.C [autoptr] 1.82.2.2:
9524: * src/types/pa_vfile.C [autoptr] 1.36.2.5:
9525: * src/types/pa_vfile.h [autoptr] 1.52.2.9:
9526: * src/types/pa_vhash.h [autoptr] 1.43.2.8:
9527: pa_request compiled
9528:
9529: * src/classes/classes.h [autoptr] 1.23.2.6:
9530: * src/classes/op.C [autoptr] 1.127.2.4:
9531: * src/include/pa_cache_managers.h [autoptr] 1.9.2.4:
9532: * src/include/pa_charset.h [autoptr] 1.20.2.9:
9533: * src/include/pa_charsets.h [autoptr] 1.8.2.6:
9534: * src/include/pa_common.h [autoptr] 1.89.2.6:
9535: * src/include/pa_dictionary.h [autoptr] 1.13.2.3:
9536: * src/include/pa_exception.h [autoptr] 1.38.2.12:
9537: * src/include/pa_exec.h [autoptr] 1.11.2.2:
9538: * src/include/pa_pool.h [autoptr] 1.86.2.21:
9539: * src/include/pa_request.h [autoptr] 1.160.2.8:
9540: * src/include/pa_sapi.h [autoptr] 1.22.2.3:
9541: * src/include/pa_sql_connection.h [autoptr] 1.30.2.5:
9542: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.6:
9543: * src/include/pa_string.h [autoptr] 1.144.2.17:
9544: * src/include/pa_table.h [autoptr] 1.48.2.8:
9545: * src/include/pa_uue.h [autoptr] 1.4.2.2:
9546: * src/main/compile.C [autoptr] 1.69.2.3:
9547: * src/main/compile.tab.C [autoptr] 1.81.2.3:
9548: * src/main/compile_tools.C [autoptr] 1.54.2.3:
9549: * src/main/compile_tools.h [autoptr] 1.67.2.5:
9550: * src/main/main.dsp [autoptr] 1.161.6.7:
9551: * src/main/pa_charset.C [autoptr] 1.33.2.5:
9552: * src/main/pa_charsets.C [autoptr] 1.11.2.7:
9553: * src/main/pa_common.C [autoptr] 1.143.2.9:
9554: * src/main/pa_dictionary.C [autoptr] 1.17.2.3:
9555: * src/main/pa_exception.C [autoptr] 1.43.2.9:
9556: * src/main/pa_exec.C [autoptr] 1.48.2.4:
9557: * src/main/pa_request.C [autoptr] 1.245.2.4:
9558: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.8:
9559: * src/main/pa_string.C [autoptr] 1.172.2.10:
9560: * src/main/pa_table.C [autoptr] 1.53.2.7:
9561: * src/main/pa_uue.C [autoptr] 1.4.2.3:
9562: * src/main/untaint.C [autoptr] 1.115.2.5:
9563: * src/types/pa_value.C [autoptr] 1.9.2.6:
9564: * src/types/pa_value.h [autoptr] 1.109.2.13:
9565: * src/types/pa_vclass.h [autoptr] 1.39.2.3:
9566: * src/types/pa_vcookie.C [autoptr] 1.55.2.2:
9567: * src/types/pa_vcookie.h [autoptr] 1.23.2.2:
9568: * src/types/pa_vdate.h [autoptr] 1.24.2.2:
9569: * src/types/pa_vdouble.h [autoptr] 1.42.2.5:
9570: * src/types/pa_venv.h [autoptr] 1.28.2.2:
9571: * src/types/pa_vfile.C [autoptr] 1.36.2.3:
9572: * src/types/pa_vfile.h [autoptr] 1.52.2.7:
9573: * src/types/pa_vform.h [autoptr] 1.45.2.4:
9574: * src/types/pa_vhash.h [autoptr] 1.43.2.6:
9575: * src/types/pa_vimage.C [autoptr] 1.22.2.2:
9576: * src/types/pa_vimage.h [autoptr] 1.34.2.2:
9577: * src/types/pa_vint.h [autoptr] 1.38.2.5:
9578: * src/types/pa_vmail.C [autoptr] 1.40.2.2:
9579: * src/types/pa_vmail.h [autoptr] 1.9.2.1:
9580: * src/types/pa_vmath.C [autoptr] 1.1.2.4:
9581: * src/types/pa_vmath.h [autoptr] 1.14.2.2:
9582: * src/types/pa_vmethod_frame.C [autoptr] 1.1.2.2:
9583: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.4:
9584: * src/types/pa_vobject.C [autoptr] 1.12.2.3:
9585: * src/types/pa_vobject.h [autoptr] 1.38.2.5:
9586: * src/types/pa_vrequest.C [autoptr] 1.27.2.4:
9587: * src/types/pa_vrequest.h [autoptr] 1.25.2.2:
9588: * src/types/pa_vresponse.C [autoptr] 1.17.2.3:
9589: * src/types/pa_vresponse.h [autoptr] 1.32.2.3:
9590: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.2:
9591: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.9:
9592: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.3:
9593: * src/types/pa_vstatus.h [autoptr] 1.15.2.4:
9594: * src/types/pa_vstring.h [autoptr] 1.54.2.4:
9595: * src/types/pa_vtable.h [autoptr] 1.48.2.2:
9596: * src/types/pa_vvoid.h [autoptr] 1.17.2.3:
9597: * src/types/pa_wcontext.C [autoptr] 1.24.2.2:
9598: * src/types/pa_wcontext.h [autoptr] 1.42.2.4:
9599: * src/types/pa_wwrapper.h [autoptr] 1.28.2.1:
9600: * www/htdocs/.htaccess [autoptr] 1.12.6.1:
9601: ConstStringPtr died, long live StringPtr
9602:
9603: 2003-01-30 paf
9604: * src/classes/classes.h [autoptr] 1.23.2.5:
9605: * src/include/pa_pool.h [autoptr] 1.86.2.20:
9606: * src/main/compile.C [autoptr] 1.69.2.2:
9607: * src/main/compile.tab.C [autoptr] 1.81.2.1:
9608: * src/types/pa_value.h [autoptr] 1.109.2.12:
9609: * src/types/pa_vfile.h [autoptr] 1.52.2.6:
9610: * src/types/pa_vhash.h [autoptr] 1.43.2.5:
9611: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.3:
9612: * src/types/pa_vstateless_class.C [autoptr] 1.19.2.1:
9613: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.8:
9614: * src/types/types.dsp [autoptr] 1.35.10.3:
9615: vstateless_class compiled
9616:
9617: * src/include/pa_charset.h [autoptr] 1.20.2.8:
9618: * src/include/pa_request.h [autoptr] 1.160.2.7:
9619: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.5:
9620: * src/main/compile.tab.C [autoptr] 1.81.2.2:
9621: * src/main/compile.y [autoptr] 1.204.2.2:
9622: * src/main/compile_tools.h [autoptr] 1.67.2.4:
9623: * src/main/pa_request.C [autoptr] 1.245.2.3:
9624: * src/types/pa_vobject.h [autoptr] 1.38.2.4:
9625: * src/types/pa_vstatus.h [autoptr] 1.15.2.3:
9626: grammar compiled
9627:
9628: * src/include/pa_opcode.h [autoptr] 1.24.2.1:
9629: * src/main/compile_tools.h [autoptr] 1.67.2.1:
9630: * src/main/execute.C [autoptr] 1.295.2.3:
9631: * src/main/main.dsp [autoptr] 1.161.6.6:
9632: * src/types/pa_value.C [autoptr] 1.9.2.5:
9633: * src/types/pa_value.h [autoptr] 1.109.2.11:
9634: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.2:
9635: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.7:
9636: value compiled
9637:
9638: * src/types/pa_vmethod_frame.C 1.1:
9639: file pa_vmethod_frame.C was initially added on branch autoptr.
9640:
9641: * src/include/pa_array.h [autoptr] 1.57.2.15:
9642: * src/include/pa_operation.h [autoptr] 1.1.2.3:
9643: * src/include/pa_table.h [autoptr] 1.48.2.7:
9644: * src/main/compile_tools.C [autoptr] 1.54.2.2:
9645: * src/main/compile_tools.h [autoptr] 1.67.2.3:
9646: * src/main/pa_table.C [autoptr] 1.53.2.6:
9647: compile_tools compiled
9648:
9649: * src/main/compile.C [autoptr] 1.69.2.1:
9650: compile compiled
9651:
9652: * ltmain.sh 1.5:
9653: *** empty log message ***
9654:
9655: * src/include/pa_operation.h [autoptr] 1.1.2.2:
9656: * src/main/compile.y [autoptr] 1.204.2.1:
9657: * src/main/compile_tools.C [autoptr] 1.54.2.1:
9658: * src/main/compile_tools.h [autoptr] 1.67.2.2:
9659: started compile_tools. vagues ideas of how to free compiled code
9660:
9661: * src/include/pa_operation.h 1.1:
9662: file pa_operation.h was initially added on branch autoptr.
9663:
9664: 2003-01-29 paf
9665: * src/include/pa_request_charsets.h [autoptr] 1.1.2.2:
9666: * src/include/pa_request_info.h [autoptr] 1.1.2.3:
9667: * src/main/main.dsp [autoptr] 1.161.6.5:
9668: * src/main/untaint.C [autoptr] 1.115.2.4:
9669: more compiled
9670:
9671: * src/include/pa_globals.h [autoptr] 1.101.2.9:
9672: * src/include/pa_request.h [autoptr] 1.160.2.6:
9673: * src/main/pa_globals.C [autoptr] 1.152.2.9:
9674: * src/main/pa_request.C [autoptr] 1.245.2.2:
9675: * src/types/pa_value.h [autoptr] 1.109.2.10:
9676: * src/types/pa_vmethod_frame.h [autoptr] 1.45.2.1:
9677: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.6:
9678: * src/types/pa_wcontext.h [autoptr] 1.42.2.3:
9679: * src/types/types.dsp [autoptr] 1.35.10.2:
9680: vmethodframe, pa_request.h compiled
9681:
9682: * src/classes/file.C [autoptr] 1.107.2.2:
9683: * src/include/pa_globals.h [autoptr] 1.101.2.8:
9684: * src/main/pa_globals.C [autoptr] 1.152.2.8:
9685: * src/types/pa_value.C [autoptr] 1.9.2.4:
9686: * src/types/pa_value.h [autoptr] 1.109.2.9:
9687: * src/types/pa_vfile.C [autoptr] 1.36.2.1:
9688: * src/types/pa_vfile.h [autoptr] 1.52.2.4:
9689: vfile compiled
9690:
9691: * src/classes/classes.h [autoptr] 1.23.2.3:
9692: * src/classes/math.C [autoptr] 1.24.2.1:
9693: * src/include/pa_pool.h [autoptr] 1.86.2.17:
9694: * src/include/pa_request.h [autoptr] 1.160.2.3:
9695: * src/include/pa_sapi.h [autoptr] 1.22.2.2:
9696: * src/include/pa_string.h [autoptr] 1.144.2.13:
9697: * src/main/main.dsp [autoptr] 1.161.6.3:
9698: * src/types/pa_value.h [autoptr] 1.109.2.5:
9699: * src/types/pa_vbool.h [autoptr] 1.21.2.2:
9700: * src/types/pa_vclass.h [autoptr] 1.39.2.2:
9701: * src/types/pa_vdouble.h [autoptr] 1.42.2.3:
9702: * src/types/pa_venv.h [autoptr] 1.28.2.1:
9703: * src/types/pa_vfile.h [autoptr] 1.52.2.2:
9704: * src/types/pa_vform.C [autoptr] 1.74.2.1:
9705: * src/types/pa_vform.h [autoptr] 1.45.2.1:
9706: * src/types/pa_vjunction.h [autoptr] 1.19.2.2:
9707: * src/types/pa_vmath.C [autoptr] 1.1.2.2:
9708: * src/types/pa_vmath.h [autoptr] 1.14.2.1:
9709: * src/types/pa_vobject.h [autoptr] 1.38.2.2:
9710: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.4:
9711: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.2:
9712: * src/types/pa_vstatus.h [autoptr] 1.15.2.2:
9713: * src/types/pa_vstring.h [autoptr] 1.54.2.2:
9714: * src/types/types.dsp [autoptr] 1.35.10.1:
9715: vmath compiled
9716:
9717: * src/types/pa_vmath.C 1.1:
9718: file pa_vmath.C was initially added on branch autoptr.
9719:
9720: * src/include/pa_common.h [autoptr] 1.89.2.5:
9721: * src/include/pa_globals.h [autoptr] 1.101.2.7:
9722: * src/include/pa_string.h [autoptr] 1.144.2.16:
9723: * src/main/pa_globals.C [autoptr] 1.152.2.7:
9724: * src/types/pa_value.C [autoptr] 1.9.2.3:
9725: * src/types/pa_value.h [autoptr] 1.109.2.8:
9726: * src/types/pa_vcookie.C [autoptr] 1.55.2.1:
9727: * src/types/pa_vcookie.h [autoptr] 1.23.2.1:
9728: * src/types/pa_vform.C [autoptr] 1.74.2.2:
9729: * src/types/pa_vform.h [autoptr] 1.45.2.3:
9730: vcookie compiled
9731:
1.39 paf 9732: * src/lib/ltdl/config_fixed.h [autoptr] 1.2.2.1:
9733: libltdl compiled without warnings now
9734:
1.22 paf 9735: * src/include/pa_request_info.h 1.1:
9736: file pa_request_info.h was initially added on branch autoptr.
9737:
9738: * src/include/pa_array.h [autoptr] 1.57.2.14:
9739: * src/include/pa_exception.h [autoptr] 1.38.2.11:
9740: * src/include/pa_pool.h [autoptr] 1.86.2.19:
9741: * src/main/pa_exception.C [autoptr] 1.43.2.8:
9742: * src/types/pa_vfile.C [autoptr] 1.36.2.2:
9743: * src/types/pa_vfile.h [autoptr] 1.52.2.5:
9744: * src/types/pa_vimage.C [autoptr] 1.22.2.1:
9745: * src/types/pa_vimage.h [autoptr] 1.34.2.1:
9746: gd compiled
9747:
9748: * src/include/pa_exception.h [autoptr] 1.38.2.10:
9749: * src/main/pa_cache_managers.C [autoptr] 1.7.2.3:
9750: * src/main/pa_charsets.C [autoptr] 1.11.2.6:
9751: * src/main/pa_common.C [autoptr] 1.143.2.8:
9752: * src/main/pa_dir.C [autoptr] 1.14.2.1:
9753: * src/main/pa_exception.C [autoptr] 1.43.2.7:
9754: * src/main/pa_exec.C [autoptr] 1.48.2.3:
9755: * src/main/pa_pool.C [autoptr] 1.59.2.2:
9756: * src/main/pa_socks.C [autoptr] 1.18.2.2:
9757: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.7:
9758: * src/main/pa_string.C [autoptr] 1.172.2.9:
9759: * src/main/pa_uue.C [autoptr] 1.4.2.2:
9760: #include "pa_value_includes.h"
9761: everywhere in main
9762:
9763: * src/include/pa_charsets.h [autoptr] 1.8.2.5:
9764: * src/include/pa_request.h [autoptr] 1.160.2.5:
9765: * src/include/pa_request_info.h [autoptr] 1.1.2.2:
9766: * src/include/pa_string.h [autoptr] 1.144.2.15:
9767: * src/main/pa_charsets.C [autoptr] 1.11.2.5:
9768: * src/types/pa_value.h [autoptr] 1.109.2.7:
9769: * src/types/pa_vdate.h [autoptr] 1.24.2.1:
9770: * src/types/pa_vform.h [autoptr] 1.45.2.2:
9771: * src/types/pa_vhash.h [autoptr] 1.43.2.4:
9772: * src/types/pa_vobject.C [autoptr] 1.12.2.2:
9773: * src/types/pa_vobject.h [autoptr] 1.38.2.3:
9774: * src/types/pa_vrequest.C [autoptr] 1.27.2.2:
9775: * src/types/pa_vrequest.C [autoptr] 1.27.2.3:
9776: * src/types/pa_vresponse.C [autoptr] 1.17.2.1:
9777: * src/types/pa_vresponse.C [autoptr] 1.17.2.2:
9778: * src/types/pa_vresponse.h [autoptr] 1.32.2.1:
9779: * src/types/pa_vresponse.h [autoptr] 1.32.2.2:
9780: * src/types/pa_wcontext.h [autoptr] 1.42.2.2:
9781: vrequest compiled
9782:
9783: * src/types/pa_value_includes.h 1.1:
9784: file pa_value_includes.h was initially added on branch autoptr.
9785:
9786: * src/classes/classes.h [autoptr] 1.23.2.4:
9787: * src/include/pa_charset.h [autoptr] 1.20.2.7:
9788: * src/include/pa_charsets.h [autoptr] 1.8.2.4:
9789: * src/include/pa_globals.h [autoptr] 1.101.2.6:
9790: * src/include/pa_pool.h [autoptr] 1.86.2.18:
9791: * src/include/pa_request.h [autoptr] 1.160.2.4:
9792: * src/include/pa_string.h [autoptr] 1.144.2.14:
9793: * src/main/main.dsp [autoptr] 1.161.6.4:
9794: * src/main/pa_charset.C [autoptr] 1.33.2.4:
9795: * src/main/pa_charsets.C [autoptr] 1.11.2.4:
9796: * src/main/pa_globals.C [autoptr] 1.152.2.6:
9797: * src/main/untaint.C [autoptr] 1.115.2.3:
9798: * src/types/pa_value.h [autoptr] 1.109.2.6:
9799: * src/types/pa_vdouble.h [autoptr] 1.42.2.4:
9800: * src/types/pa_vfile.h [autoptr] 1.52.2.3:
9801: * src/types/pa_vint.h [autoptr] 1.38.2.4:
9802: * src/types/pa_vmath.C [autoptr] 1.1.2.3:
9803: * src/types/pa_vrequest.C [autoptr] 1.27.2.1:
9804: * src/types/pa_vrequest.h [autoptr] 1.25.2.1:
9805: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.5:
9806: * src/types/pa_vstring.h [autoptr] 1.54.2.3:
9807: * src/types/pa_vvoid.h [autoptr] 1.17.2.2:
9808: vrequest,vdouble,vint compiled
9809:
9810: * src/include/pa_request_charsets.h 1.1:
9811: file pa_request_charsets.h was initially added on branch
9812: autoptr.
9813:
9814: 2003-01-28 paf
9815: * src/include/pa_charset.h [autoptr] 1.20.2.6:
9816: * src/include/pa_exception.h [autoptr] 1.38.2.9:
9817: * src/include/pa_request.h [autoptr] 1.160.2.2:
9818: * src/include/pa_string.h [autoptr] 1.144.2.12:
9819: * src/main/untaint.C [autoptr] 1.115.2.2:
9820: untaint compiled
9821:
9822: * src/include/pa_charset.h [autoptr] 1.20.2.5:
9823: * src/main/pa_charset.C [autoptr] 1.33.2.3:
9824: * src/main/pa_charsets.C [autoptr] 1.11.2.3:
9825: charset/s simplified [charset::pool_for_load introduced]
9826:
9827: * src/include/pa_cache_managers.h [autoptr] 1.9.2.3:
9828: * src/main/pa_cache_managers.C [autoptr] 1.7.2.2:
9829: * src/main/pa_globals.C [autoptr] 1.152.2.5:
9830: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.6:
9831: globals compiled
9832:
9833: * src/include/pa_array.h [autoptr] 1.57.2.11:
9834: * src/include/pa_charset.h [autoptr] 1.20.2.3:
9835: * src/include/pa_charsets.h [autoptr] 1.8.2.1:
9836: * src/include/pa_pool.h [autoptr] 1.86.2.13:
9837: * src/include/pa_sql_connection.h [autoptr] 1.30.2.4:
9838: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.4:
9839: * src/include/pa_stack.h [autoptr] 1.17.2.2:
9840: * src/include/pa_string.h [autoptr] 1.144.2.9:
9841: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.4:
9842: * src/types/pa_vhash.h [autoptr] 1.43.2.3:
9843: * src/types/pa_vint.h [autoptr] 1.38.2.3:
9844: sql_driver_manager compiled
9845:
9846: * src/classes/date.C [autoptr] 1.42.2.1:
9847: * src/include/pa_charset.h [autoptr] 1.20.2.4:
9848: * src/include/pa_charsets.h [autoptr] 1.8.2.2:
9849: * src/include/pa_charsets.h [autoptr] 1.8.2.3:
9850: * src/include/pa_globals.h [autoptr] 1.101.2.5:
9851: * src/main/pa_charset.C [autoptr] 1.33.2.2:
9852: * src/main/pa_charsets.C [autoptr] 1.11.2.1:
9853: * src/main/pa_charsets.C [autoptr] 1.11.2.2:
9854: * src/main/pa_globals.C [autoptr] 1.152.2.4:
9855: * src/main/pa_request.C [autoptr] 1.245.2.1:
9856: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.5:
9857: pa_charsets compiled
9858:
1.39 paf 9859: * src/include/pa_pool.h [autoptr] 1.86.2.14:
9860: * src/main/pa_common.C [autoptr] 1.143.2.7:
9861: * src/types/pa_vdouble.h [autoptr] 1.42.2.2:
9862: common compiled
9863:
1.22 paf 9864: * etc/parser3.charsets/koi8-r.cfg 1.3:
9865: * etc/parser3.charsets/windows-1251.cfg 1.7:
9866: ukranian letter i with two dots added to koi,
9867: all ukranian letters added to win1251.
9868:
9869: typographic simbol 0xb9 deleted from win1251 [strange one & were abscent from koi]
9870:
9871: * src/classes/classes.h [autoptr] 1.23.2.2:
9872: * src/classes/date.C [autoptr] 1.42.2.2:
9873: * src/classes/file.C [autoptr] 1.107.2.1:
9874: * src/classes/hash.C [autoptr] 1.54.2.1:
9875: * src/classes/image.C [autoptr] 1.90.2.2:
9876: * src/classes/table.C [autoptr] 1.172.2.1:
9877: * src/classes/xdoc.C [autoptr] 1.108.2.1:
9878: * src/classes/xnode.h [autoptr] 1.18.2.1:
9879: * src/main/execute.C [autoptr] 1.295.2.2:
9880: * src/main/main.dsp [autoptr] 1.161.6.2:
9881: * src/types/pa_value.h [autoptr] 1.109.2.4:
9882: * src/types/pa_vclass.C [autoptr] 1.16.2.1:
9883: * src/types/pa_vclass.h [autoptr] 1.39.2.1:
9884: * src/types/pa_vobject.C [autoptr] 1.12.2.1:
9885: * src/types/pa_vobject.h [autoptr] 1.38.2.1:
9886: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.3:
9887: started main: compile_tools
9888:
9889: * src/include/pa_array.h [autoptr] 1.57.2.13:
9890: * src/include/pa_string.h [autoptr] 1.144.2.11:
9891: * src/main/execute.C [autoptr] 1.295.2.1:
9892: * src/main/untaint.C [autoptr] 1.115.2.1:
9893: * src/types/pa_vmail.C [autoptr] 1.40.2.1:
9894: more compiled.
9895: struck with string::store_to needing to know source/client charsets
9896:
9897: * src/include/pa_exception.h [autoptr] 1.38.2.8:
9898: * src/include/pa_uue.h [autoptr] 1.4.2.1:
9899: * src/main/pa_uue.C [autoptr] 1.4.2.1:
9900: * src/types/pa_vfile.h [autoptr] 1.52.2.1:
9901: uue compiled
9902:
9903: * src/include/pa_table.h [autoptr] 1.48.2.6:
9904: * src/main/pa_string.C [autoptr] 1.172.2.8:
9905: * src/main/pa_table.C [autoptr] 1.53.2.5:
9906: table compiled
9907:
9908: * src/include/pa_array.h [autoptr] 1.57.2.12:
9909: * src/include/pa_exec.h [autoptr] 1.11.2.1:
9910: * src/include/pa_hash.h [autoptr] 1.58.2.9:
9911: * src/include/pa_pool.h [autoptr] 1.86.2.15:
9912: * src/main/pa_exec.C [autoptr] 1.48.2.2:
9913: pa_exec win32 compiled
9914:
9915: 2003-01-27 paf
9916: * src/include/pa_array.h [autoptr] 1.57.2.9:
9917: * src/include/pa_common.h [autoptr] 1.89.2.4:
9918: * src/include/pa_hash.h [autoptr] 1.58.2.7:
9919: * src/include/pa_pool.h [autoptr] 1.86.2.9:
9920: * src/include/pa_string.h [autoptr] 1.144.2.7:
9921: * src/main/pa_common.C [autoptr] 1.143.2.4:
9922: * src/main/pa_string.C [autoptr] 1.172.2.6:
9923: * src/types/pa_value.C [autoptr] 1.9.2.2:
9924: * src/types/pa_value.h [autoptr] 1.109.2.3:
9925: * src/types/pa_vhash.h [autoptr] 1.43.2.2:
9926: * src/types/pa_vint.h [autoptr] 1.38.2.2:
9927: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.2:
9928: * src/types/pa_wcontext.C [autoptr] 1.24.2.1:
9929: * src/types/pa_wcontext.h [autoptr] 1.42.2.1:
9930: wcontext compiled
9931:
9932: * src/include/pa_exception.h [autoptr] 1.38.2.6:
9933: * src/include/pa_sql_connection.h [autoptr] 1.30.2.3:
9934: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.3:
9935: * src/include/pa_string.h [autoptr] 1.144.2.8:
9936: * src/main/pa_common.C [autoptr] 1.143.2.6:
9937: * src/main/pa_exec.C [autoptr] 1.48.2.1:
9938: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.3:
9939: * src/sql/pa_sql_driver.h [autoptr] 1.34.2.1:
9940: paused on sql_manager
9941:
9942: * src/classes/op.C [autoptr] 1.127.2.3:
9943: * src/include/pa_globals.h [autoptr] 1.101.2.4:
9944: * src/include/pa_hash.h [autoptr] 1.58.2.8:
9945: * src/include/pa_sql_connection.h [autoptr] 1.30.2.1:
9946: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.1:
9947: * src/include/pa_table.h [autoptr] 1.48.2.5:
9948: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.1:
9949: * src/main/pa_table.C [autoptr] 1.53.2.4:
9950: table compiled
9951:
9952: * src/include/pa_pool.h [autoptr] 1.86.2.10:
9953: * src/main/pa_common.C [autoptr] 1.143.2.5:
9954: common compiled
9955:
9956: * src/include/pa_cache_managers.h [autoptr] 1.9.2.1:
9957: * src/main/pa_cache_managers.C [autoptr] 1.7.2.1:
9958: cache_managers compiled
9959:
9960: * src/include/pa_cache_managers.h [autoptr] 1.9.2.2:
9961: * src/include/pa_pool.h [autoptr] 1.86.2.12:
9962: * src/include/pa_sql_connection.h [autoptr] 1.30.2.2:
9963: * src/include/pa_sql_driver_manager.h [autoptr] 1.26.2.2:
9964: * src/include/pa_stack.h [autoptr] 1.17.2.1:
9965: * src/main/pa_sql_driver_manager.C [autoptr] 1.69.2.2:
9966: * src/types/pa_vtable.h [autoptr] 1.48.2.1:
9967: * src/types/pa_vvoid.h [autoptr] 1.17.2.1:
9968: vtable compiled
9969:
9970: * src/include/pa_array.h [autoptr] 1.57.2.10:
9971: * src/include/pa_charset.h [autoptr] 1.20.2.2:
9972: * src/include/pa_pool.h [autoptr] 1.86.2.11:
9973: * src/main/pa_charset.C [autoptr] 1.33.2.1:
9974: charset compiled
9975:
9976: 2003-01-24 paf
9977: * src/classes/classes.C [autoptr] 1.18.2.1:
9978: * src/classes/classes.h [autoptr] 1.23.2.1:
9979: * src/include/pa_array.h [autoptr] 1.57.2.8:
9980: * src/include/pa_common.h [autoptr] 1.89.2.3:
9981: * src/include/pa_globals.h [autoptr] 1.101.2.3:
9982: * src/include/pa_hash.h [autoptr] 1.58.2.6:
9983: * src/include/pa_pool.h [autoptr] 1.86.2.8:
9984: * src/include/pa_string.h [autoptr] 1.144.2.6:
9985: * src/main/pa_common.C [autoptr] 1.143.2.3:
9986: * src/main/pa_globals.C [autoptr] 1.152.2.3:
9987: * src/main/pa_string.C [autoptr] 1.172.2.5:
9988: * src/types/pa_value.h [autoptr] 1.109.2.2:
9989: * src/types/pa_vbool.h [autoptr] 1.21.2.1:
9990: * src/types/pa_vdouble.h [autoptr] 1.42.2.1:
9991: * src/types/pa_vhash.h [autoptr] 1.43.2.1:
9992: * src/types/pa_vint.h [autoptr] 1.38.2.1:
9993: * src/types/pa_vjunction.h [autoptr] 1.19.2.1:
9994: * src/types/pa_vstateless_class.h [autoptr] 1.42.2.1:
9995: * src/types/pa_vstateless_object.h [autoptr] 1.28.2.1:
9996: * src/types/pa_vstatus.h [autoptr] 1.15.2.1:
9997: * src/types/pa_vstring.h [autoptr] 1.54.2.1:
9998: more patched
9999:
10000: * src/classes/op.C [autoptr] 1.127.2.2:
10001: * src/include/pa_array.h [autoptr] 1.57.2.7:
10002: * src/include/pa_exception.h [autoptr] 1.38.2.5:
10003: * src/include/pa_hash.h [autoptr] 1.58.2.5:
10004: * src/include/pa_pool.h [autoptr] 1.86.2.7:
10005: * src/include/pa_string.h [autoptr] 1.144.2.5:
10006: * src/include/pa_table.h [autoptr] 1.48.2.4:
10007: * src/main/pa_dictionary.C [autoptr] 1.17.2.2:
10008: * src/main/pa_exception.C [autoptr] 1.43.2.5:
10009: * src/main/pa_string.C [autoptr] 1.172.2.4:
10010: * src/main/pa_table.C [autoptr] 1.53.2.3:
10011: string compiled
10012:
10013: * src/include/pa_array.h [autoptr] 1.57.2.6:
10014: * src/include/pa_common.h [autoptr] 1.89.2.2:
10015: * src/include/pa_dictionary.h [autoptr] 1.13.2.2:
10016: * src/include/pa_exception.h [autoptr] 1.38.2.4:
10017: * src/include/pa_pool.h [autoptr] 1.86.2.6:
10018: * src/include/pa_string.h [autoptr] 1.144.2.4:
10019: * src/include/pa_table.h [autoptr] 1.48.2.3:
10020: * src/main/pa_common.C [autoptr] 1.143.2.2:
10021: * src/main/pa_dictionary.C [autoptr] 1.17.2.1:
10022: * src/main/pa_exception.C [autoptr] 1.43.2.4:
10023: * src/main/pa_string.C [autoptr] 1.172.2.3:
10024: dictionary compiled
10025:
10026: 2003-01-23 paf
10027: * src/include/pa_array.h [autoptr] 1.57.2.4:
10028: * src/include/pa_exception.h [autoptr] 1.38.2.2:
10029: * src/include/pa_hash.h [autoptr] 1.58.2.4:
10030: * src/include/pa_pool.h [autoptr] 1.86.2.4:
10031: * src/include/pa_table.h [autoptr] 1.48.2.2:
10032: * src/main/pa_exception.C [autoptr] 1.43.2.2:
10033: * src/main/pa_table.C [autoptr] 1.53.2.2:
10034: table compiled
10035:
10036: * src/include/pa_array.h [autoptr] 1.57.2.2:
10037: * src/include/pa_hash.h [autoptr] 1.58.2.2:
10038: * src/include/pa_pool.h [autoptr] 1.86.2.2:
10039: * src/main/main.dsp [autoptr] 1.161.6.1:
10040: continued with Hash
10041:
10042: * src/include/pa_array.h [autoptr] 1.57.2.5:
10043: * src/include/pa_common.h [autoptr] 1.89.2.1:
10044: * src/include/pa_exception.h [autoptr] 1.38.2.3:
10045: * src/include/pa_globals.h [autoptr] 1.101.2.2:
10046: * src/include/pa_pool.h [autoptr] 1.86.2.5:
10047: * src/include/pa_request.h [autoptr] 1.160.2.1:
10048: * src/include/pa_string.h [autoptr] 1.144.2.3:
10049: * src/main/pa_common.C [autoptr] 1.143.2.1:
10050: * src/main/pa_exception.C [autoptr] 1.43.2.3:
10051: * src/main/pa_globals.C [autoptr] 1.152.2.2:
10052: * src/types/pa_value.C [autoptr] 1.9.2.1:
10053: * src/types/pa_value.h [autoptr] 1.109.2.1:
10054: resurrected pool in new sense: now it's factory, producing
10055: accounting memory chunks for read[autofree] buffers
10056:
10057: * src/classes/image.C [autoptr] 1.90.2.1:
10058: * src/classes/op.C [autoptr] 1.127.2.1:
10059: * src/include/pa_array.h [autoptr] 1.57.2.3:
10060: * src/include/pa_exception.h [autoptr] 1.38.2.1:
10061: * src/include/pa_globals.h [autoptr] 1.101.2.1:
10062: * src/include/pa_hash.h [autoptr] 1.58.2.3:
10063: * src/include/pa_pool.h [autoptr] 1.86.2.3:
10064: * src/include/pa_pragma_pack_begin.h [autoptr] 1.6.2.1:
10065: * src/include/pa_pragma_pack_end.h [autoptr] 1.6.2.1:
10066: * src/include/pa_sapi.h [autoptr] 1.22.2.1:
10067: * src/include/pa_string.h [autoptr] 1.144.2.2:
10068: * src/include/pa_table.h [autoptr] 1.48.2.1:
10069: * src/include/pa_types.h [autoptr] 1.44.2.1:
10070: * src/main/pa_exception.C [autoptr] 1.43.2.1:
10071: * src/main/pa_globals.C [autoptr] 1.152.2.1:
10072: * src/main/pa_string.C [autoptr] 1.172.2.2:
10073: * src/main/pa_table.C [autoptr] 1.53.2.1:
10074: aint that easy
10075:
10076: * src/main/pa_common.C 1.144:
10077: connect_string allocated on heap[wes on stack] now. and exception can be reported OK now [can be reported outside of pro
10078: c with that stack]
10079:
10080: * src/lib/pcre/8859-1.ucm 1.1:
10081: file 8859-1.ucm was initially added on branch autoptr.
10082:
10083: 2003-01-22 paf
10084: * src/include/pa_array.h [autoptr] 1.57.2.1:
10085: * src/include/pa_charset.h [autoptr] 1.20.2.1:
10086: * src/include/pa_dictionary.h [autoptr] 1.13.2.1:
10087: * src/include/pa_hash.h [autoptr] 1.58.2.1:
10088: * src/include/pa_pool.h [autoptr] 1.86.2.1:
10089: * src/include/pa_string.h [autoptr] 1.144.2.1:
10090: * src/main/pa_array.C [autoptr] 1.54.2.1:
10091: * src/main/pa_hash.C [autoptr] 1.53.2.1:
10092: * src/main/pa_pool.C [autoptr] 1.59.2.1:
10093: * src/main/pa_string.C [autoptr] 1.172.2.1:
10094: started auto_ptr.
10095: PA_Object is base: contains references_count.
10096: auto_ptr template calls add_ref/release
10097:
10098: 2003-01-21 paf
10099: * src/classes/classes.C 1.18:
10100: * src/classes/classes.h 1.23:
10101: * src/classes/date.C 1.42:
10102: * src/classes/double.C 1.53:
10103: * src/classes/file.C 1.107:
10104: * src/classes/form.C 1.34:
10105: * src/classes/hash.C 1.54:
10106: * src/classes/image.C 1.90:
10107: * src/classes/int.C 1.49:
10108: * src/classes/mail.C 1.88:
10109: * src/classes/math.C 1.24:
10110: * src/classes/op.C 1.127:
10111: * src/classes/response.C 1.23:
10112: * src/classes/string.C 1.125:
10113: * src/classes/table.C 1.172:
10114: * src/classes/void.C 1.28:
10115: * src/classes/xdoc.C 1.108:
10116: * src/classes/xnode.C 1.54:
10117: * src/classes/xnode.h 1.18:
10118: * src/include/pa_array.h 1.57:
10119: * src/include/pa_cache_managers.h 1.9:
10120: * src/include/pa_charset.h 1.20:
10121: * src/include/pa_charsets.h 1.8:
10122: * src/include/pa_common.h 1.89:
10123: * src/include/pa_config_fixed.h 1.54:
10124: * src/include/pa_config_includes.h 1.23:
10125: * src/include/pa_dictionary.h 1.13:
10126: * src/include/pa_dir.h 1.13:
10127: * src/include/pa_exception.h 1.38:
10128: * src/include/pa_exec.h 1.11:
10129: * src/include/pa_globals.h 1.101:
10130: * src/include/pa_hash.h 1.58:
10131: * src/include/pa_opcode.h 1.24:
10132: * src/include/pa_pool.h 1.86:
10133: * src/include/pa_pragma_pack_begin.h 1.6:
10134: * src/include/pa_pragma_pack_end.h 1.6:
10135: * src/include/pa_request.h 1.160:
10136: * src/include/pa_sapi.h 1.22:
10137: * src/include/pa_socks.h 1.11:
10138: * src/include/pa_sql_connection.h 1.30:
10139: * src/include/pa_sql_driver_manager.h 1.26:
10140: * src/include/pa_stack.h 1.17:
10141: * src/include/pa_string.h 1.144:
10142: * src/include/pa_stylesheet_connection.h 1.32:
10143: * src/include/pa_stylesheet_manager.h 1.15:
10144: * src/include/pa_table.h 1.48:
10145: * src/include/pa_threads.h 1.26:
10146: * src/include/pa_types.h 1.44:
10147: * src/include/pa_uue.h 1.4:
10148: * src/lib/md5/pa_md5.h 1.5:
10149: * src/lib/md5/pa_md5c.c 1.6:
10150: * src/lib/pcre/pcre_parser_ctype.c 1.3:
10151: * src/main/compile.C 1.69:
10152: * src/main/compile.tab.C 1.80:
10153: * src/main/compile.y 1.204:
10154: * src/main/compile_tools.C 1.54:
10155: * src/main/compile_tools.h 1.67:
10156: * src/main/execute.C 1.295:
10157: * src/main/pa_array.C 1.54:
10158: * src/main/pa_cache_managers.C 1.7:
10159: * src/main/pa_charset.C 1.33:
10160: * src/main/pa_charsets.C 1.11:
10161: * src/main/pa_common.C 1.143:
10162: * src/main/pa_dictionary.C 1.17:
10163: * src/main/pa_dir.C 1.14:
10164: * src/main/pa_exception.C 1.43:
10165: * src/main/pa_exec.C 1.48:
10166: * src/main/pa_globals.C 1.152:
10167: * src/main/pa_hash.C 1.53:
10168: * src/main/pa_pool.C 1.59:
10169: * src/main/pa_request.C 1.245:
10170: * src/main/pa_socks.C 1.18:
10171: * src/main/pa_sql_driver_manager.C 1.69:
10172: * src/main/pa_string.C 1.172:
10173: * src/main/pa_stylesheet_manager.C 1.16:
10174: * src/main/pa_table.C 1.53:
10175: * src/main/pa_uue.C 1.4:
10176: * src/main/untaint.C 1.115:
10177: * src/sql/pa_sql_driver.h 1.34:
10178: * src/targets/apache13/mod_parser3.C 1.28:
10179: * src/targets/apache13/pa_md5c.c 1.5:
10180: * src/targets/apache13/pa_pool.C 1.8:
10181: * src/targets/apache13/pa_threads.C 1.11:
10182: * src/targets/cgi/pa_pool.C 1.41:
10183: * src/targets/cgi/pa_threads.C 1.12:
10184: * src/targets/cgi/parser3.C 1.216:
10185: * src/targets/cgi/pool_storage.h 1.13:
10186: * src/targets/isapi/pa_pool.C 1.16:
10187: * src/targets/isapi/pa_threads.C 1.13:
10188: * src/targets/isapi/parser3isapi.C 1.82:
10189: * src/targets/isapi/pool_storage.h 1.19:
10190: * src/types/pa_value.C 1.9:
10191: * src/types/pa_value.h 1.109:
10192: * src/types/pa_vbool.h 1.21:
10193: * src/types/pa_vclass.C 1.16:
10194: * src/types/pa_vclass.h 1.39:
10195: * src/types/pa_vcode_frame.h 1.24:
10196: * src/types/pa_vcookie.C 1.55:
10197: * src/types/pa_vcookie.h 1.23:
10198: * src/types/pa_vdate.h 1.24:
10199: * src/types/pa_vdouble.h 1.42:
10200: * src/types/pa_venv.h 1.28:
10201: * src/types/pa_vfile.C 1.36:
10202: * src/types/pa_vfile.h 1.52:
10203: * src/types/pa_vform.C 1.74:
10204: * src/types/pa_vform.h 1.45:
10205: * src/types/pa_vhash.h 1.43:
10206: * src/types/pa_vimage.C 1.22:
10207: * src/types/pa_vimage.h 1.34:
10208: * src/types/pa_vint.h 1.38:
10209: * src/types/pa_vjunction.h 1.19:
10210: * src/types/pa_vmail.C 1.40:
10211: * src/types/pa_vmail.h 1.9:
10212: * src/types/pa_vmath.h 1.14:
10213: * src/types/pa_vmethod_frame.h 1.45:
10214: * src/types/pa_vobject.C 1.12:
10215: * src/types/pa_vobject.h 1.38:
10216: * src/types/pa_vrequest.C 1.27:
10217: * src/types/pa_vrequest.h 1.25:
10218: * src/types/pa_vresponse.C 1.17:
10219: * src/types/pa_vresponse.h 1.32:
10220: * src/types/pa_vstateless_class.C 1.19:
10221: * src/types/pa_vstateless_class.h 1.42:
10222: * src/types/pa_vstateless_object.h 1.28:
10223: * src/types/pa_vstatus.C 1.15:
10224: * src/types/pa_vstatus.h 1.15:
10225: * src/types/pa_vstring.C 1.22:
10226: * src/types/pa_vstring.h 1.54:
10227: * src/types/pa_vtable.C 1.21:
10228: * src/types/pa_vtable.h 1.48:
10229: * src/types/pa_vvoid.h 1.17:
10230: * src/types/pa_vxdoc.C 1.23:
10231: * src/types/pa_vxdoc.h 1.31:
10232: * src/types/pa_vxnode.C 1.30:
10233: * src/types/pa_vxnode.h 1.22:
10234: * src/types/pa_wcontext.C 1.24:
10235: * src/types/pa_wcontext.h 1.42:
10236: * src/types/pa_wwrapper.h 1.28:
10237: 2002->2003
10238:
10239: 2003-01-16 paf
10240: * operators.txt 1.108:
10241: * src/include/pa_config_fixed.h 1.53:
10242: * src/main/pa_common.C 1.141:
10243: * www/htdocs/index.html 1.208:
10244: http request now return status. and not fail on status!=200
10245:
10246: * operators.txt 1.109:
10247: * src/include/pa_globals.h 1.100:
10248: * src/main/pa_common.C 1.142:
10249: * src/main/pa_globals.C 1.151:
10250: * www/htdocs/index.html 1.209:
10251: http://
10252: introducing
10253: $.any-status(1)
10254:
10255: * www/htdocs/index.html 1.210:
10256: image.copy fixed transparent resampling
10257:
10258: * bin/Makefile.in 1.9:
10259: * etc/Makefile.in 1.14:
10260: * etc/parser3.charsets/Makefile.in 1.17:
10261: * src/Makefile.in 1.55:
10262: * src/classes/Makefile.in 1.53:
10263: * src/include/Makefile.in 1.11:
10264: * src/lib/Makefile.in 1.8:
10265: * src/lib/md5/Makefile.in 1.6:
10266: * src/lib/patches/Makefile.in 1.10:
10267: * src/lib/pcre/Makefile.in 1.8:
10268: * src/main/Makefile.in 1.50:
10269: * src/sql/Makefile.in 1.11:
10270: * src/targets/Makefile.in 1.42:
10271: * src/targets/cgi/Makefile.in 1.62:
10272: * src/targets/isapi/Makefile.in 1.11:
10273: * src/types/Makefile.in 1.50:
10274: proper AC_LANG_ switching to fix qsort detection bug
10275:
10276: 2003-01-15 paf
10277: * src/main/pa_globals.C 1.150:
10278: localized pa_xmlFileRead/Close
10279:
10280: 2003-01-14 paf
10281: * src/lib/ltdl/config.guess 1.2:
10282: * src/lib/ltdl/config.sub 1.2:
10283: * src/lib/ltdl/install-sh 1.2:
10284: * src/lib/ltdl/missing 1.2:
10285: * src/lib/ltdl/mkinstalldirs 1.2:
10286: removed some ancient files [they in / really]
10287:
10288: * src/lib/ltdl/config_fixed.h 1.2:
10289: * src/lib/ltdl/libltdl.dsp 1.3:
10290: * src/lib/ltdl/ltdl.c 1.3:
10291: ltdl.c regretfully needed patch in two places.
10292: in config_fixed.h made stubs for lib to compile in MSVC
10293:
10294: * src/lib/ltdl/aclocal.m4 1.1:
10295: *** empty log message ***
10296:
10297: 2003-01-13 paf
10298: * config.guess 1.3:
10299: * config.sub 1.4:
10300: * ltmain.sh 1.4:
10301: * src/targets/apache13/Makefile.in 1.44:
10302: removed last piece of configure.in(libtool) hacks
10303:
10304: * src/lib/ltdl/COPYING.LIB 1.1:
10305: * src/lib/ltdl/Makefile.in 1.4:
10306: * src/lib/ltdl/acinclude.m4 1.2:
10307: * src/lib/ltdl/config.h 1.2:
10308: * src/lib/ltdl/config_auto.h.in 1.3:
10309: * src/lib/ltdl/configure 1.4:
10310: * src/lib/ltdl/configure.in 1.4:
10311: * src/lib/ltdl/libltdl.dsp 1.2:
10312: * src/lib/ltdl/ltdl.c 1.2:
10313: * src/lib/ltdl/ltdl.h 1.2:
10314: moved to latest libtool (1.4.3)
10315:
10316: 2003-01-10 paf
10317: * src/lib/patches/Makefile.am 1.3:
10318: * src/lib/patches/Makefile.in 1.9:
10319: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
10320: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
10321: * src/lib/patches/libgdome_morestatic.patch 1.2:
10322: * src/lib/patches/libxml_error_column_tab.patch 1.2:
10323: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
10324: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
10325: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
10326: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
10327: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
10328: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
10329: * src/main/pa_globals.C 1.149:
10330: moved to latest xml lib versions, changed patches.
10331: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
10332: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
10333: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
10334:
10335: * INSTALL 1.31:
10336: moved to latest versions of xml libs
10337: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
10338: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
10339: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
10340:
10341: * src/lib/patches/libxml2.patch 1.1:
10342: moved to libxml2 2.5.1, only these patches left:
10343: * fixing \t chars to spaces in error position reporting
10344: * adding context to conversion functions
10345:
10346: * src/lib/patches/gdome2.patch 1.1:
10347: moved to gdome 0.7.2, one extern const patch left; making some strings more static still needed.
10348: Paolo said that he would incorporate this patch in upcoming version of gdome.
10349:
10350: * src/lib/ltdl/configure 1.3:
10351: * src/lib/ltdl/configure.in 1.3:
10352: PROG_NM
10353:
10354: * src/lib/patches/libxslt.patch 1.1:
10355: moved to libxslt 1.0.23. still need a patch which suppresses
10356: htmlSetMetaEncoding calls
10357:
10358: 2003-01-09 paf
10359: * bin/Makefile.in 1.8:
10360: * config.guess 1.2:
10361: * config.sub 1.3:
10362: * etc/Makefile.in 1.13:
10363: * etc/parser3.charsets/Makefile.in 1.16:
10364: * missing 1.2:
10365: * mkinstalldirs 1.2:
10366: * src/Makefile.in 1.54:
10367: * src/classes/Makefile.in 1.52:
10368: * src/include/Makefile.in 1.10:
10369: * src/include/pa_config_auto.h.in 1.37:
10370: * src/lib/Makefile.in 1.7:
10371: * src/lib/ltdl/Makefile.in 1.3:
10372: * src/lib/ltdl/config_auto.h.in 1.2:
10373: * src/lib/ltdl/configure 1.2:
10374: * src/lib/ltdl/configure.in 1.2:
10375: * src/lib/md5/Makefile.in 1.5:
10376: * src/lib/patches/Makefile.in 1.8:
10377: * src/lib/pcre/Makefile.in 1.7:
10378: * src/main/Makefile.in 1.49:
10379: * src/sql/Makefile.in 1.10:
10380: * src/targets/Makefile.in 1.41:
10381: * src/targets/apache13/Makefile.in 1.43:
10382: * src/targets/cgi/Makefile.am 1.46:
10383: * src/targets/cgi/Makefile.in 1.61:
10384: * src/targets/isapi/Makefile.in 1.10:
10385: * src/types/Makefile.in 1.49:
10386: moved to autoconf 2.57 & automake 1.7.2
10387:
10388: * depcomp 1.1:
10389: moving to automake 1.7.2
10390:
10391: * INSTALL 1.30:
10392: xml,xslt,gdome lib urls updated
10393:
10394: * Makefile.am 1.30:
10395: * Makefile.in 1.44:
10396: * src/lib/ltdl/missing 1.1:
10397: * src/lib/ltdl/mkinstalldirs 1.1:
10398: *** empty log message ***
10399:
1.21 paf 10400: 2002-12-27 paf
10401: * src/doc/aliased.dox 1.5:
10402: * src/doc/index.dox 1.4:
10403: * src/doc/module.dox 1.4:
10404: * src/doc/pooled.dox 1.4:
10405: * www/htdocs/index.html 1.207:
10406: removed outdated parts, made links to language docs
10407:
10408: * src/include/pa_version.h [release_3_0_0007] 1.7.10.1:
10409: 0007
10410:
10411: * src/include/pa_config_auto.h.in 1.36:
10412: comment
10413:
10414: 2002-12-26 paf
10415: * INSTALL 1.29:
10416: * src/include/pa_config_auto.h.in 1.35:
10417: * src/main/pa_common.C 1.140:
10418: * src/main/pa_exec.C 1.47:
10419: changing SAFE_MODE politics
10420:
10421: * src/classes/file.C 1.106:
10422: file:fullpath[a.gif] when document root did not contain
10423: trailing / fixed.
10424:
10425: 2002-12-25 paf
10426: * src/main/pa_globals.C 1.147:
10427: optimized-as-is
10428:
10429: * src/main/pa_globals.C 1.148:
10430: optimized-xml
10431:
10432: 2002-12-24 paf
10433: * src/main/pa_common.C 1.139:
10434: * src/main/pa_pool.C 1.58:
10435: pool::copy on zero size|ptr fixed [were really called with zero
10436: size when .html?a=&b=]
10437:
10438: * src/main/pa_exec.C 1.46:
10439: * www/htdocs/index.html 1.206:
10440: fork/pipe error now [old always-pipe-error fixed]
10441:
10442: * src/classes/mail.C 1.86:
10443: $MAIL in @conf now invalid when configured with --with-sendmail
10444:
10445: 2002-12-23 paf
10446: * src/types/pa_vcookie.C 1.54:
10447: cookie:field[put value] fixed [were ignoring parameters & were
10448: storing only string with default expires
10449:
10450: * src/main/pa_charset.C 1.32:
10451: From: "Victor Fedoseev" <vvf_ru@mail.ru>
10452: To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
10453: Sent: Monday, December 23, 2002 4:22 AM
1.39 paf 10454: Subject: bug ? Charset::transcode_buf2xchar
1.21 paf 10455:
10456: 2002-12-20 paf
10457: * src/targets/cgi/parser3.C 1.215:
10458: removed last \n appending in non-win32 non-cgi [script] runs
10459:
10460: 2002-12-19 paf
10461: * operators.txt 1.107:
10462: * src/include/pa_globals.h 1.99:
10463: * src/include/pa_request.h 1.159:
10464: * src/main/pa_globals.C 1.146:
10465: * src/main/pa_request.C 1.244:
10466: * www/htdocs/index.html 1.205:
10467: $response:download
10468:
10469: * src/classes/mail.C 1.85:
10470: 'to' check bugfix [now checked only on ms compiler [win32]].
10471:
10472: * INSTALL 1.28:
10473: --without-iconv recommended [it crashes on some systems [tested on elik]]
10474: moreover, it's not needed there [parser registers charsets itself]
10475:
10476: * INSTALL 1.27:
10477: -without-iconv recommended [it crashes on some systems [tested
10478: on elik]]
10479:
10480: 2002-12-18 paf
10481: * src/classes/xdoc.C 1.107:
10482: doc->URL on xdoc.load set correctly now
10483:
10484: 2002-12-17 paf
10485: * src/targets/cgi/parser3.C [release_3_0_0006] 1.213.2.1:
10486: 1. on win32 in die: abort() reverted to exit(1)
10487: 2. more flexible iilegal call check
10488:
10489: * src/targets/cgi/parser3.C 1.214:
10490: merged die&iis changes
10491:
10492: 2002-12-16 paf
10493: * src/main/untaint.C 1.114:
10494: filespec russian small 'r' changed to latin 'p' bug fix
10495:
10496: * Makefile.in 1.38:
10497: ltmain.sh silly required for stupid automake added
10498:
10499: * ltmain.sh 1.3:
10500: *** empty log message ***
10501:
10502: * ltmain.sh [release_3_0_0006] 1.2.2.1:
10503: some automakes silly insist on having this handy
10504:
1.20 paf 10505: 2002-12-15 paf
1.21 paf 10506: * src/main/untaint.C 1.113:
10507: filespec russian small 'r' changed to latin 'p'
10508:
10509: * src/main/pa_common.C [release_3_0_0006] 1.137.2.1:
10510: ftruncate having checked
10511:
10512: * src/main/compile.C [release_3_0_0006] 1.67.6.1:
10513: removed warning
10514:
1.20 paf 10515: * configure.in [release_3_0_0006] 1.52.2.1:
10516: * src/include/pa_version.h [release_3_0_0006] 1.7.8.1:
10517: new version
10518:
1.21 paf 10519: * configure.in [release_3_0_0006] 1.52.2.2:
10520: * src/include/pa_config_auto.h.in [release_3_0_0006] 1.33.2.1:
10521: *** empty log message ***
10522:
10523: * configure.in 1.53:
10524: * src/include/pa_config_auto.h.in 1.34:
10525: * src/main/compile.C 1.68:
10526: * src/main/pa_common.C 1.138:
10527: merged small changes from branch 6 to HEAD
10528:
1.20 paf 10529: 2002-12-14 paf
10530: * src/sql/pa_sql_driver.h 1.33:
10531: * www/htdocs/index.html 1.204:
10532: exception type fixed
10533:
10534: * src/classes/table.C 1.171:
10535: removed unnecessary code
10536:
10537: 2002-12-09 paf
10538: * src/classes/hash.C 1.53:
10539: * src/classes/string.C 1.124:
10540: * src/classes/table.C 1.170:
10541: * src/classes/void.C 1.27:
10542: * src/main/pa_sql_driver_manager.C 1.68:
10543: * src/sql/pa_sql_driver.h 1.32:
10544: changed exception handling mech in sql handlers #2
10545:
10546: * bin/Makefile.in 1.7:
10547: * configure.in 1.52:
10548: * etc/Makefile.in 1.12:
10549: * etc/parser3.charsets/Makefile.in 1.15:
10550: * src/Makefile.in 1.53:
10551: * src/classes/Makefile.in 1.51:
10552: * src/include/Makefile.in 1.9:
10553: * src/lib/Makefile.in 1.6:
10554: * src/lib/ltdl/Makefile.in 1.2:
10555: * src/lib/md5/Makefile.in 1.4:
10556: * src/lib/patches/Makefile.in 1.7:
10557: * src/lib/pcre/Makefile.in 1.6:
10558: * src/main/Makefile.in 1.48:
10559: * src/sql/Makefile.in 1.9:
10560: * src/targets/Makefile.in 1.40:
10561: * src/targets/apache13/Makefile.in 1.42:
10562: * src/targets/cgi/Makefile.in 1.60:
10563: * src/targets/isapi/Makefile.in 1.9:
10564: * src/types/Makefile.in 1.48:
10565: removed configure.in:AC_LIBTOOL, it caused automake to write
10566: makefile which used libtool to install things, which is not needed
10567:
10568: * src/targets/apache13/mod_parser3.C 1.27:
10569: * src/targets/cgi/parser3.C 1.211:
10570: * src/targets/cgi/parser3.C 1.212:
10571: * src/targets/cgi/parser3.C 1.213:
10572: * src/targets/isapi/parser3isapi.C 1.81:
10573: ::die now tries to write core dump
10574:
10575: * src/types/pa_vvoid.h 1.16:
10576: * www/htdocs/index.html 1.203:
10577: $void.store[now] error
10578:
10579: * src/classes/hash.C 1.52:
10580: * src/classes/string.C 1.123:
10581: * src/classes/table.C 1.169:
10582: * src/classes/void.C 1.26:
10583: * src/main/pa_sql_driver_manager.C 1.66:
10584: * src/main/pa_sql_driver_manager.C 1.67:
10585: * src/sql/pa_sql_driver.h 1.29:
10586: * src/sql/pa_sql_driver.h 1.30:
10587: * src/sql/pa_sql_driver.h 1.31:
10588: changed exception handling mech in sql handlers
10589:
10590: 2002-12-06 paf
10591: * operators.txt 1.106:
10592: * src/main/compile.tab.C 1.78:
10593: * src/types/pa_vhash.h 1.42:
10594: $hash.fields -- pseudo field to make 'hash' more like 'table'
10595:
10596: 2002-12-05 paf
10597: * src/main/pa_array.C 1.53:
10598: * src/main/pa_table.C 1.51:
10599: * www/htdocs/index.html 1.199:
10600: wow! found/fixed bug in lowlevel proc
10601:
10602: * src/main/pa_common.C 1.137:
10603: * src/main/untaint.C 1.111:
10604: * src/types/pa_vmail.C 1.38:
10605: * www/htdocs/index.html 1.200:
10606: mail header ',' allowed.
10607: still bugs in smtp [only one receiptient works, cc, bcc ignored now, and MAILED ;)]
10608:
10609: [strncpy killed, memnchr used]
10610:
10611: * src/main/pa_table.C 1.52:
10612: table-copy now current=0
10613:
10614: * src/targets/cgi/parser3.C 1.209:
10615: * src/targets/cgi/parser3.C 1.210:
10616: more checks on http://domain/parser.cgi start [maybe some
10617: getenv returns "", checked that now
10618:
10619: * src/targets/cgi/parser3.C 1.208:
10620: * www/htdocs/index.html 1.198:
10621: error logging made unbuffered [so that out-of-mem errors
10622: reached log]
10623:
10624: * src/main/main.dsp 1.161:
10625: pa_version included into main.dsp
10626:
10627: * www/htdocs/index.html 1.196:
10628: smtp line ends fixed. now \r\n [not \r]. some smtp servers [
10629: win32] leave \n intact, and some clients [bat] fail to show
10630: letter correctly
10631:
10632: * src/classes/mail.C 1.83:
10633: * src/targets/cgi/parser3.C 1.207:
10634: * src/types/pa_vmail.C 1.37:
10635: * www/htdocs/index.html 1.197:
10636: mail:send MIME-Version default
10637:
10638: * src/main/untaint.C 1.112:
10639: * www/htdocs/index.html 1.201:
10640: mail header closed properly
10641:
10642: * src/classes/mail.C 1.84:
10643: * src/types/pa_vmail.C 1.39:
10644: * src/types/pa_vmail.h 1.8:
10645: * www/htdocs/index.html 1.202:
10646: smtp cc/bcc OK now
10647:
10648: 2002-12-04 paf
10649: * gnu.dsp 1.3:
10650: restored
10651:
10652: * src/types/pa_vform.C 1.73:
10653: $form:field string value cut by premature 0
10654:
10655: * parser3.dsw 1.6:
10656: * src/main/compile.tab.C 1.77:
10657: * src/main/main.dsp 1.160:
10658: * www/htdocs/.htaccess 1.12:
10659: * www/htdocs/index.html 1.195:
10660: lib/libltdl -> lib/ltdl Win32 changes. s
10661:
10662: * bin/Makefile.in 1.6:
10663: * configure.in 1.51:
10664: * etc/Makefile.in 1.11:
10665: * etc/parser3.charsets/Makefile.in 1.14:
10666: * gnu.dsp 1.2:
10667: * src/Makefile.in 1.52:
10668: * src/classes/Makefile.in 1.50:
10669: * src/include/Makefile.in 1.8:
10670: * src/lib/Makefile.am 1.3:
10671: * src/lib/Makefile.in 1.5:
10672: * src/lib/ltdl/Makefile.am 1.1:
10673: * src/lib/ltdl/Makefile.in 1.1:
10674: * src/lib/ltdl/README 1.1:
10675: * src/lib/ltdl/acinclude.m4 1.1:
10676: * src/lib/ltdl/config.guess 1.1:
10677: * src/lib/ltdl/config.h 1.1:
10678: * src/lib/ltdl/config.sub 1.1:
10679: * src/lib/ltdl/config_auto.h.in 1.1:
10680: * src/lib/ltdl/config_fixed.h 1.1:
10681: * src/lib/ltdl/configure 1.1:
10682: * src/lib/ltdl/configure.in 1.1:
10683: * src/lib/ltdl/install-sh 1.1:
10684: * src/lib/ltdl/libltdl.dsp 1.1:
10685: * src/lib/ltdl/ltdl.c 1.1:
10686: * src/lib/ltdl/ltdl.h 1.1:
10687: * src/lib/md5/Makefile.in 1.3:
10688: * src/lib/patches/Makefile.in 1.6:
10689: * src/lib/pcre/Makefile.in 1.5:
10690: * src/main/Makefile.in 1.47:
10691: * src/sql/Makefile.in 1.8:
10692: * src/targets/Makefile.in 1.39:
10693: * src/targets/apache13/Makefile.in 1.41:
10694: * src/targets/cgi/Makefile.in 1.59:
10695: * src/targets/isapi/Makefile.in 1.8:
10696: * src/types/Makefile.in 1.47:
10697: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
10698: so it does have no problems with automake.
10699: ltdl/configure AC_OUTPUT(Makefile<<removed)
10700:
10701: * src/classes/classes.awk 1.6:
10702: more strict *.C$
10703:
10704: 2002-12-02 paf
10705: * operators.txt 1.105:
10706: removed outdated status:db
10707:
10708: * src/classes/mail.C 1.82:
10709: * src/include/pa_common.h 1.88:
10710: * src/main/pa_common.C 1.136:
10711: * src/main/pa_request.C 1.243:
10712: * src/types/pa_vcookie.C 1.53:
10713: * src/types/pa_vmail.C 1.36:
10714: * www/htdocs/index.html 1.194:
10715: http header lang of tainted parts becomes http-header
10716:
1.19 paf 10717: 2002-11-29 paf
10718: * src/include/pa_common.h 1.87:
10719: * src/main/pa_common.C 1.135:
10720: * src/types/pa_vresponse.C 1.16:
10721: * src/types/pa_vresponse.h 1.31:
10722: * www/htdocs/index.html 1.192:
10723: http:// param values now handled exactly like $response:header values.
10724: e.g. can be hash [can have subattributes] & contain date values.
10725:
10726: * operators.txt 1.104:
10727: * src/classes/date.C 1.41:
10728: * src/classes/image.C 1.89:
10729: * www/htdocs/index.html 1.193:
10730: exif dates now objects of type date
10731:
10732: * src/main/pa_common.C 1.133:
10733: * www/htdocs/index.html 1.190:
10734: http:// tainted partes now %xx
10735:
10736: * src/main/pa_common.C 1.134:
10737: * www/htdocs/index.html 1.191:
10738: http:// param values lang forced URI
10739:
10740: * src/classes/image.C 1.88:
10741: 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]
10742: now used image.format
10743:
10744: 2002-11-28 paf
10745: * src/classes/op.C 1.126:
10746: * www/htdocs/index.html 1.185:
10747: ^cache bug fixed.
10748: stupid compiler allowed 'false' to go into (Hash *) parameter
10749:
10750: * src/classes/image.C 1.85:
10751: * www/htdocs/index.html 1.186:
10752: image.text now outputs one pixel HIGHER chars [one top
10753: horizontal line of 1pixel height were missing]
10754:
10755: * www/htdocs/index.html 1.187:
10756: regexp syntax xxx$ speed-up experiments
10757:
10758: * operators.txt 1.102:
10759: http.timeout
10760:
10761: * www/htdocs/font.gif 1.1:
10762: *** empty log message ***
10763:
10764: * configure.in 1.50:
10765: stopped double libltdl/Makefile generation
10766:
10767: * src/classes/image.C 1.87:
10768: * www/htdocs/index.html 1.188:
10769: image.length now counts interchar space. plus space after last char
10770:
10771: * www/htdocs/index.html 1.189:
10772: doc samples
10773:
10774: * src/main/pa_string.C 1.171:
10775: PCRE_DOLLAR_ENDONLY
10776:
10777: * src/classes/image.C 1.86:
10778: ^image.font width measurer now scans full height [were -1]
10779:
10780: 2002-11-27 paf
10781: * src/classes/image.C 1.84:
10782: * www/htdocs/index.html 1.183:
10783: ^image.font << bad font file-size now properly reported
10784:
10785: * src/include/pa_globals.h 1.98:
10786: * src/main/pa_globals.C 1.145:
10787: * src/main/pa_request.C 1.242:
10788: * src/types/pa_vmail.C 1.35:
10789: * www/htdocs/index.html 1.184:
10790: response:body[file] if file nows it's name
10791: now returns content-disposition: >>attachment<<
10792:
1.18 paf 10793: 2002-11-26 paf
10794: * operators.txt 1.101:
10795: * src/main/pa_common.C 1.130:
10796: * www/htdocs/index.html 1.182:
10797: http:// response status!=200 made exception: http.status with
10798: source=bad status#
10799:
10800: * src/main/pa_common.C 1.131:
10801: * www/htdocs/.htaccess 1.11:
10802: utf8 prefix ignored @read text
10803:
10804: * src/main/pa_request.C 1.241:
10805: fixed lang in reponse header
10806:
10807: 2002-11-25 paf
10808: * operators.txt 1.99:
10809: * src/main/pa_common.C 1.128:
10810: * www/htdocs/index.html 1.181:
10811: http fields now UPPERCASE
10812:
10813: $file[^file::load[http://there]]
10814: $file.SERVER
10815:
10816: * configure.in 1.49:
10817: * src/classes/image.C 1.83:
10818: * src/include/pa_config_auto.h.in 1.33:
10819: * src/include/pa_config_includes.h 1.22:
10820: * src/main/Makefile.am 1.35:
10821: * src/main/Makefile.in 1.46:
10822: * src/main/pa_common.C 1.129:
10823: * src/main/pa_globals.C 1.142:
10824: http://
10825: and image const void related probs fixed
10826:
10827: * operators.txt 1.98:
10828: * src/classes/file.C 1.104:
10829: * src/classes/table.C 1.168:
10830: * src/classes/xdoc.C 1.105:
10831: * src/include/pa_common.h 1.85:
10832: * src/include/pa_globals.h 1.97:
10833: * src/main/pa_common.C 1.126:
10834: * src/main/pa_globals.C 1.141:
10835: * src/main/pa_request.C 1.239:
10836: * src/types/pa_vfile.C 1.35:
10837: * src/types/pa_vfile.h 1.51:
10838: * www/htdocs/index.html 1.179:
10839: table/xdoc/file::load now understand http:// prefix and additional params, sample:
10840: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
10841: $.USER-AGENT[parser3]
10842: ]]
10843:
10844: * src/classes/file.C 1.105:
10845: * src/classes/image.C 1.82:
10846: * src/classes/xdoc.C 1.106:
10847: * src/include/pa_common.h 1.86:
10848: * src/main/pa_common.C 1.127:
10849: * src/main/pa_request.C 1.240:
10850: * www/htdocs/index.html 1.180:
10851: checked http options [invalid onces now reported]
10852: made default
10853: user-agent: paf
10854:
10855: 2002-11-22 paf
10856: * operators.txt 1.97:
10857: * src/classes/image.C 1.80:
10858: * src/include/pa_globals.h 1.96:
10859: * src/main/execute.C 1.294:
10860: * src/main/pa_globals.C 1.140:
10861: * src/types/pa_vimage.C 1.21:
10862: * src/types/pa_vimage.h 1.33:
10863: * www/htdocs/.htaccess 1.10:
10864: * www/htdocs/index.html 1.178:
10865: $image.exif support
10866: $image.exif.DateTime & co
10867:
10868: 2002-11-21 paf
10869: * src/classes/image.C 1.78:
10870: jpeg size measure fixed: were badly skipping EXIF information [
10871: were big block and it's size were considered negative :(]
10872:
10873: * operators.txt 1.96:
10874: * src/classes/image.C 1.77:
10875: * src/include/pa_common.h 1.83:
10876: * src/main/pa_common.C 1.123:
10877: * src/types/pa_vmail.C 1.34:
10878: * www/htdocs/index.html 1.177:
10879: image.measure internals rewritten. no there's reader.seek, and all's ready for EXIF extraction
10880: [now we fail to measure files with EXIF info]
10881:
10882: * src/main/pa_common.C 1.122:
10883: O_TRUNCATE killed, ftruncate used instead:
10884: O_TRUNC truncates even exclusevely write-locked file [thanks to Igor Milyakov <virtan@rotabanner.com> for discovering]
10885:
10886: * src/main/pa_exec.C 1.44:
10887: * src/main/untaint.C 1.110:
10888: cstr(UL_UNSPECIFIED) [not _PASS_APPENDED)
10889:
10890: 2002-11-20 paf
10891: * src/main/pa_exec.C 1.41:
10892: pa_exec: data written only if size>0
10893:
10894: * src/targets/cgi/parser3.C 1.205:
10895: logging @signal += query_string
10896:
10897: * src/include/pa_config_fixed.h 1.52:
10898: * src/main/pa_common.C 1.121:
10899: * src/main/pa_exec.C 1.40:
10900: * src/targets/cgi/parser3.C 1.200:
10901: ^file:exec/cgi [pa_exec] pipe read errors now checked
10902:
10903: * src/main/pa_exec.C 1.43:
10904: *** empty log message ***
10905:
10906: * operators.txt 1.95:
10907: * src/classes/file.C 1.103:
10908: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
10909:
10910: * src/include/pa_request.h 1.158:
10911: * src/main/execute.C 1.293:
10912: * src/main/pa_request.C 1.238:
10913: * src/targets/cgi/parser3.C 1.201:
10914: SIGUSR1 >> writes to error_log uri of currently processed document
10915: SIGPIPE >> interrupts request processing [exception = DB rollback]
10916:
10917: * src/targets/cgi/parser3.C 1.203:
10918: SIGNALS overriden @ main top
10919:
10920: * configure.in 1.48:
10921: * src/include/pa_config_auto.h.in 1.32:
10922: * src/include/pa_config_includes.h 1.21:
10923: * src/main/pa_exec.C 1.42:
10924: * src/targets/cgi/parser3.C 1.204:
10925: comment
10926:
10927: 2002-11-19 paf
10928: * src/targets/cgi/parser3.C 1.199:
10929: removed #ifdef WIN32 around check of CGI: Illegal call
10930:
10931: 2002-11-01 paf
10932: * src/main/execute.C 1.292:
10933: comment
10934:
10935: 2002-10-31 paf
10936: * src/types/pa_vobject.C 1.11:
10937: * src/types/pa_vstateless_object.h 1.27:
10938: object put replaces static parent if any
10939:
10940: * src/main/execute.C 1.291:
10941: found out why, checked that for now.
10942: todo: find out a way for that user could do that
10943:
10944: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.2:
10945: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.2:
10946: realized that one can't remember derivates in base class: there's so many of them.
10947: also there can be no virtual method calls in static classes
10948:
10949: * src/classes/op.C 1.124:
10950: * src/types/pa_value.h 1.107:
10951: * src/types/pa_vobject.h 1.36:
10952: * www/htdocs/base.p 1.4:
10953: * www/htdocs/derived.p 1.22:
10954: * www/htdocs/index.html 1.174:
10955: * www/htdocs/operators.p 1.11:
10956: * www/htdocs/some.p 1.2:
10957: ^process[$caller.self]{...}
10958: now compiles to last derived object part of that 'self'
10959:
10960: * src/classes/form.C [global_static_self_fix] 1.32.4.1:
10961: * src/classes/mail.C [global_static_self_fix] 1.80.4.1:
10962: * src/classes/op.C [global_static_self_fix] 1.124.2.1:
10963: * src/classes/xnode.h [global_static_self_fix] 1.16.4.1:
10964: * src/main/execute.C [global_static_self_fix] 1.289.2.1:
10965: * src/main/pa_request.C [global_static_self_fix] 1.236.4.1:
10966: * src/types/pa_value.h [global_static_self_fix] 1.107.2.1:
10967: * src/types/pa_vclass.C [global_static_self_fix] 1.14.4.1:
10968: * src/types/pa_vclass.h [global_static_self_fix] 1.37.4.1:
10969: * src/types/pa_vcode_frame.h [global_static_self_fix] 1.22.4.1:
10970: * src/types/pa_vcookie.C [global_static_self_fix] 1.51.4.1:
10971: * src/types/pa_vcookie.h [global_static_self_fix] 1.21.4.1:
10972: * src/types/pa_vdate.h [global_static_self_fix] 1.22.4.1:
10973: * src/types/pa_venv.h [global_static_self_fix] 1.26.4.1:
10974: * src/types/pa_vfile.h [global_static_self_fix] 1.49.4.1:
10975: * src/types/pa_vform.C [global_static_self_fix] 1.70.4.1:
10976: * src/types/pa_vform.h [global_static_self_fix] 1.43.4.1:
10977: * src/types/pa_vhash.h [global_static_self_fix] 1.40.4.1:
10978: * src/types/pa_vimage.h [global_static_self_fix] 1.31.4.1:
10979: * src/types/pa_vmail.C [global_static_self_fix] 1.32.4.1:
10980: * src/types/pa_vmail.h [global_static_self_fix] 1.6.4.1:
10981: * src/types/pa_vmath.h [global_static_self_fix] 1.12.4.1:
10982: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.1:
10983: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.1:
10984: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.1:
10985: * src/types/pa_vrequest.C [global_static_self_fix] 1.25.4.1:
10986: * src/types/pa_vrequest.h [global_static_self_fix] 1.23.4.1:
10987: * src/types/pa_vresponse.C [global_static_self_fix] 1.14.2.1:
10988: * src/types/pa_vresponse.h [global_static_self_fix] 1.29.4.1:
10989: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.1:
10990: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.1:
10991: * src/types/pa_vstateless_object.h [global_static_self_fix] 1.25.4.1:
10992: * src/types/pa_vstatus.C [global_static_self_fix] 1.13.4.1:
10993: * src/types/pa_vstatus.h [global_static_self_fix] 1.13.4.1:
10994: * src/types/pa_vstring.h [global_static_self_fix] 1.52.4.1:
10995: * src/types/pa_vtable.C [global_static_self_fix] 1.19.4.1:
10996: * src/types/pa_vtable.h [global_static_self_fix] 1.46.4.1:
10997: * src/types/pa_vvoid.h [global_static_self_fix] 1.14.4.1:
10998: * src/types/pa_vxdoc.C [global_static_self_fix] 1.21.4.1:
10999: * src/types/pa_vxdoc.h [global_static_self_fix] 1.29.4.1:
11000: * src/types/pa_vxnode.C [global_static_self_fix] 1.28.4.1:
11001: * src/types/pa_vxnode.h [global_static_self_fix] 1.20.4.1:
11002: * src/types/pa_wwrapper.h [global_static_self_fix] 1.26.4.1:
11003: * www/htdocs/base.p [global_static_self_fix] 1.4.2.1:
11004: * www/htdocs/derived.p [global_static_self_fix] 1.22.2.1:
11005: * www/htdocs/index.html [global_static_self_fix] 1.174.2.1:
11006: static call $self fixed
11007:
11008: * www/htdocs/base.p 1.6:
11009: * www/htdocs/derived.p 1.24:
11010: * www/htdocs/index.html 1.176:
11011: this example creates base object, which is wrong, todo: find
11012: out why
11013:
11014: * src/main/compile.tab.C [global_static_self_fix] 1.75.4.1:
11015: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.4:
11016: killed $virtual_fields in dynamic, but one can reach derived
11017: static[class] variable from base
11018:
11019: * src/classes/form.C 1.33:
11020: * src/classes/mail.C 1.81:
11021: * src/classes/op.C 1.125:
11022: * src/classes/xnode.h 1.17:
11023: * src/main/compile.tab.C 1.76:
11024: * src/main/execute.C 1.290:
11025: * src/main/pa_request.C 1.237:
11026: * src/types/pa_value.h 1.108:
11027: * src/types/pa_vclass.C 1.15:
11028: * src/types/pa_vclass.h 1.38:
11029: * src/types/pa_vcode_frame.h 1.23:
11030: * src/types/pa_vcookie.C 1.52:
11031: * src/types/pa_vcookie.h 1.22:
11032: * src/types/pa_vdate.h 1.23:
11033: * src/types/pa_venv.h 1.27:
11034: * src/types/pa_vfile.h 1.50:
11035: * src/types/pa_vform.C 1.71:
11036: * src/types/pa_vform.h 1.44:
11037: * src/types/pa_vhash.h 1.41:
11038: * src/types/pa_vimage.h 1.32:
11039: * src/types/pa_vmail.C 1.33:
11040: * src/types/pa_vmail.h 1.7:
11041: * src/types/pa_vmath.h 1.13:
11042: * src/types/pa_vmethod_frame.h 1.44:
11043: * src/types/pa_vobject.C 1.10:
11044: * src/types/pa_vobject.h 1.37:
11045: * src/types/pa_vrequest.C 1.26:
11046: * src/types/pa_vrequest.h 1.24:
11047: * src/types/pa_vresponse.C 1.15:
11048: * src/types/pa_vresponse.h 1.30:
11049: * src/types/pa_vstateless_class.C 1.18:
11050: * src/types/pa_vstateless_class.h 1.41:
11051: * src/types/pa_vstateless_object.h 1.26:
11052: * src/types/pa_vstatus.C 1.14:
11053: * src/types/pa_vstatus.h 1.14:
11054: * src/types/pa_vstring.h 1.53:
11055: * src/types/pa_vtable.C 1.20:
11056: * src/types/pa_vtable.h 1.47:
11057: * src/types/pa_vvoid.h 1.15:
11058: * src/types/pa_vxdoc.C 1.22:
11059: * src/types/pa_vxdoc.h 1.30:
11060: * src/types/pa_vxnode.C 1.29:
11061: * src/types/pa_vxnode.h 1.21:
11062: * src/types/pa_wwrapper.h 1.27:
11063: * www/htdocs/base.p 1.5:
11064: * www/htdocs/derived.p 1.23:
11065: * www/htdocs/index.html 1.175:
11066: static fix merged
11067:
11068: * src/classes/op.C [global_static_self_fix] 1.124.2.2:
11069: * src/types/pa_value.h [global_static_self_fix] 1.107.2.2:
11070: * src/types/pa_vmethod_frame.h [global_static_self_fix] 1.43.4.2:
11071: * src/types/pa_vobject.C [global_static_self_fix] 1.9.4.3:
11072: * src/types/pa_vobject.h [global_static_self_fix] 1.36.2.2:
11073: * src/types/pa_vstateless_class.C [global_static_self_fix] 1.17.4.3:
11074: * src/types/pa_vstateless_class.h [global_static_self_fix] 1.40.4.2:
11075: fixed statics, left $virtual_fields in dynamic
11076:
11077: * src/main/execute.C 1.288:
11078: comment
11079:
11080: 2002-10-30 paf
11081: * www/htdocs/derived.p 1.21:
11082: * www/htdocs/some.p 1.1:
11083: include method overriding tested OK
11084:
11085: 2002-10-29 paf
11086: * src/targets/isapi/parser3isapi.C 1.80:
11087: comment on 404 bad status re-passing [iis to blame]
11088:
11089: * src/classes/string.C 1.122:
11090: changed string.save to pass current sql connection to cstr
11091: thus one can
11092: ^connect[some server]{
11093: $s[insert into table x (x) values (^taint[sql]{value})]
11094: ^s.save[some.sql]
11095: }
11096: and he'd get in some.sql file code with properly escaped.
11097: [tried in mssql->mysql export->import of binary data]
11098:
11099: 2002-10-28 paf
11100: * www/htdocs/index.html 1.172:
11101: * www/htdocs/index.html 1.173:
11102: bad email handling test
11103:
11104: 2002-10-25 paf
11105: * src/include/pa_hash.h [hash_insensitive_garbage] 1.57.4.1:
11106: * src/main/pa_hash.C [hash_insensitive_garbage] 1.52.4.1:
11107: * src/main/pa_request.C [hash_insensitive_garbage] 1.236.2.1:
11108: * src/types/pa_vresponse.C [hash_insensitive_garbage] 1.13.2.1:
11109: saving for maybe-future
11110:
11111: * src/types/pa_vresponse.C 1.14:
11112: case insensitive response user fields get/put
11113:
11114: 2002-10-23 paf
11115: * src/types/pa_vmail.C 1.32:
11116: * www/htdocs/index.html 1.171:
11117: email whitespace trimBoth-ed
11118:
11119: * operators.txt 1.94:
11120: * src/classes/table.C 1.166:
11121: ^table.hash{code}...
11122: ^table.hash(expr)...
11123:
11124: 2002-10-22 paf
11125: * src/types/pa_vform.C 1.70:
11126: * src/types/pa_vform.h 1.43:
11127: removed needless VForm::Append...(...Value)
11128:
11129: * src/main/execute.C 1.287:
11130: $.name outside of $name[...]
11131: checked
11132:
11133: * src/main/compile.tab.C 1.75:
11134: * src/main/compile.y 1.203:
11135: lexer changed to fix ^call[]^#HH bug [that situation yelded no
11136: EON, which whas wrong]
11137:
11138: 2002-10-21 paf
11139: * operators.txt 1.91:
11140: * src/types/pa_vform.C 1.67:
11141: $form:image-map
11142:
11143: * operators.txt 1.92:
11144: * src/types/pa_vform.C 1.68:
11145: $form:nameless = "?value&...", "...&value&...", "...&value"
11146:
11147: * operators.txt 1.93:
11148: * src/types/pa_vform.C 1.69:
11149: * src/types/pa_vform.h 1.42:
11150: $form:qtail
11151: $form:imap.x/y
11152:
11153: * operators.txt 1.90:
11154: * src/classes/file.C 1.102:
11155: * www/htdocs/index.html 1.170:
11156: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
11157:
11158: 2002-10-17 paf
11159: * src/classes/op.C 1.123:
11160: exception handling fixed [were bad with contexts]
11161:
11162: * src/main/compile.tab.C 1.74:
11163: * src/main/compile.y 1.202:
11164: operators precedence changed a little:
11165: logical not and bitwise negation precedence made highest,
11166: << and >> bitshits precedence made equal [were << higher than >>]
11167:
1.17 paf 11168: 2002-10-16 paf
11169: * src/classes/op.C 1.122:
11170: * src/include/pa_request.h 1.157:
11171: * src/main/execute.C 1.285:
11172: * src/main/execute.C 1.286:
11173: * src/main/pa_request.C 1.236:
11174: * www/htdocs/derived.p 1.20:
11175: * www/htdocs/index.html 1.167:
11176: * www/htdocs/index.html 1.168:
11177: Request::self considered equal to VMethodFrame::self, and removed,
11178: Request::get_self() mapped to VMethodFrame.self()
1.18 paf 11179:
11180: * www/htdocs/index.html 1.169:
11181: bad compile to system class test
1.17 paf 11182:
11183: * src/classes/op.C 1.121:
11184: * src/main/pa_request.C 1.235:
11185: VMainClass now has name = $hash in open field now gives old
11186: good error meesage
11187:
1.15 paf 11188: 2002-10-15 paf
1.17 paf 11189: * www/htdocs/derived.p 1.17:
11190: * www/htdocs/index.html 1.162:
11191: test of ^process from operator called from user class
11192:
11193: * src/types/pa_vjunction.h 1.18:
11194: * www/htdocs/index.html 1.166:
11195: ^if(def $junction){was true}{now false}
11196: use
11197: ^if($junction is junction){was and now true}
11198:
11199: * src/types/pa_vjunction.C 1.2:
11200: ident
11201:
11202: * src/classes/op.C 1.119:
11203: * src/main/compile.tab.C 1.72:
11204: * src/main/compile.y 1.200:
11205: * src/types/pa_vmethod_frame.h 1.42:
11206: process[self] objects also considered [were only classes]
11207:
1.15 paf 11208: * src/main/execute.C 1.283:
11209: * src/targets/cgi/parser3.C 1.198:
11210: * src/types/pa_vstateless_class.C 1.17:
11211: * src/types/pa_vstateless_class.h 1.40:
11212: * www/htdocs/operators.p 1.9:
11213: compiling to system classes disabled
11214:
1.17 paf 11215: * operators.txt 1.88:
11216: * src/classes/op.C 1.116:
11217: * www/htdocs/operators.p 1.8:
11218: ^process[$caller.CLASS]{code-string} added
11219:
11220: * src/types/Makefile.in 1.46:
11221: *** empty log message ***
1.15 paf 11222:
1.17 paf 11223: * src/classes/op.C 1.120:
11224: * src/include/pa_opcode.h 1.23:
11225: * src/include/pa_request.h 1.156:
11226: * src/main/compile.tab.C 1.73:
11227: * src/main/compile.y 1.201:
11228: * src/main/execute.C 1.284:
11229: * src/types/pa_vmethod_frame.h 1.43:
11230: * www/htdocs/derived.p 1.19:
11231: removed last pieces of old code allowing $junction.xxx at
11232: compile time
1.15 paf 11233:
11234: * operators.txt 1.87:
11235: * src/classes/op.C 1.115:
11236: * src/main/compile.tab.C 1.71:
11237: * src/main/compile.y 1.199:
11238: * src/main/execute.C 1.282:
11239: * src/main/pa_request.C 1.234:
11240: * src/types/Makefile.am 1.28:
11241: * src/types/pa_vjunction.C 1.3:
11242: * src/types/pa_vjunction.h 1.17:
11243: * src/types/pa_vmethod_frame.h 1.40:
11244: * src/types/types.dsp 1.35:
11245: * www/htdocs/operators.p 1.7:
11246: removed $junction.get $junction.set[]
11247: introducing $caller
11248:
11249: * src/classes/op.C 1.118:
11250: * src/include/pa_request.h 1.155:
11251: * src/types/pa_vmethod_frame.h 1.41:
11252: * www/htdocs/derived.p 1.18:
11253: * www/htdocs/index.html 1.164:
11254: ^process[CLASS]{body} now executed with CLASS self.
11255: [ (request&method_frame).self temporarily changed ]
11256:
1.17 paf 11257: * src/classes/xdoc.C 1.104:
11258: * src/classes/xnode.C 1.53:
11259: * src/include/pa_charset.h 1.19:
11260: * src/include/pa_pool.h 1.85:
11261: * src/main/pa_charset.C 1.31:
11262: * src/main/pa_pool.C 1.57:
11263: * src/types/pa_vxnode.C 1.28:
11264: * www/htdocs/index.html 1.165:
11265: xml->parser strings now have origin, which points to place
11266: where value left xml library and came to parser: place of dom
11267: field extraction/call
1.16 paf 11268:
1.39 paf 11269: * src/types/pa_value.h 1.106:
11270: removed outdated comments. doxygen would find them lower by
11271: inheritance tree
11272:
1.15 paf 11273: * src/classes/hash.C 1.51:
11274: * src/classes/op.C 1.117:
11275: * www/htdocs/index.html 1.163:
11276: * www/htdocs/operators.p 1.10:
11277: method_frame now always changed, with no exception to native calls.
11278: for&foreach changed to use method_frame.caller for their var's name context
11279:
11280: 2002-10-14 paf
11281: * src/classes/form.C 1.32:
11282: * src/classes/mail.C 1.80:
11283: * src/classes/op.C 1.113:
11284: * src/include/pa_request.h 1.154:
11285: * src/main/compile.C 1.67:
11286: * src/main/compile.tab.C 1.70:
11287: * src/main/compile.y 1.198:
11288: * src/main/execute.C 1.281:
11289: * src/main/pa_request.C 1.233:
11290: * src/types/pa_vstateless_class.h 1.39:
11291: * www/htdocs/index.html 1.161:
11292: operators now main-class-methods
11293:
11294: * src/include/pa_request.h 1.152:
11295: * src/main/execute.C 1.280:
11296: * src/main/pa_request.C 1.232:
11297: operators @auto now executed in MAIN context
11298:
11299: * src/types/pa_vclass.C 1.14:
11300: * src/types/pa_vobject.h 1.35:
11301: * src/types/pa_vstateless_class.C 1.16:
11302: * src/types/pa_vstateless_class.h 1.38:
11303: * www/htdocs/index.html 1.158:
11304: * www/htdocs/operators.p 1.5:
11305: $form:CLASS resurrected [wes killed in action]
11306:
11307: * configure 1.49:
11308: * configure.in 1.47:
11309: * operators.txt 1.86:
11310: * src/include/pa_config_auto.h.in 1.31:
11311: * src/types/pa_vstatus.C 1.13:
11312: * www/htdocs/index.html 1.157:
11313: $status:rusage.tv_secs/usecs introduced
11314:
11315: * src/types/pa_vxnode.C 1.27:
11316: misreplace fixed
11317:
11318: * src/classes/op.C 1.112:
11319: * src/include/pa_request.h 1.153:
11320: * www/htdocs/index.html 1.160:
11321: * www/htdocs/operators.p 1.6:
11322: ^try{^call{}} now has better stack trace [has "call" & co there]
11323:
11324: * src/main/execute.C 1.279:
11325: operator execution context now = MAIN, not closest stack frame
11326:
11327: @touchit[]
11328: $i[after]
11329:
11330: ----t.html
11331: $i[before] << local
11332: ^touchit[]
11333: $i << now 'before', were 'after'
11334:
11335: ---t.html
11336: $i[before] << notlocal [main]
11337: ^touchit[]
11338: $i << now 'after'
11339:
11340: * src/main/execute.C 1.278:
11341: comment
11342:
11343: * src/classes/op.C 1.114:
11344: process compiles to code's class class
11345:
11346: 2002-10-09 paf
11347: * src/classes/double.C 1.52:
11348: * src/classes/int.C 1.48:
11349: * src/classes/string.C 1.121:
11350: * www/htdocs/derived.p 1.16:
11351: * www/htdocs/index.html 1.156:
11352: ^string.int[] now failes on empty string [or uses (default)]
11353:
11354: 2002-10-08 paf
11355: * src/lib/patches/Makefile.am 1.2:
11356: * src/lib/patches/Makefile.in 1.5:
11357: forgot libgdome_morestatic.patch
11358:
11359: * src/types/pa_vxnode.C 1.26:
11360: misreplace
11361:
11362: * src/main/untaint.C 1.109:
11363: mail header quoted printable changed after RFC reread
11364:
11365: * operators.txt 1.85:
11366: plan on ^if(method
11367:
11368: 2002-09-24 paf
11369: * src/targets/cgi/Makefile.am 1.45:
11370: * src/targets/cgi/Makefile.in 1.58:
11371: LIBS were bad name in .am
11372:
11373: * acconfig.h 1.5:
11374: * configure 1.47:
11375: * configure.in 1.46:
11376: * src/include/pa_config_auto.h.in 1.30:
11377: * src/include/pa_config_fixed.h 1.51:
11378: * src/targets/cgi/Makefile.am 1.44:
11379: * src/targets/cgi/Makefile.in 1.57:
11380: * src/types/pa_vmail.C 1.30:
11381: * src/types/pa_vmail.C 1.31:
11382: HAVE_TIMEZONE & co now checked and mailreceive would compile on
11383: freebsd now
11384:
11385: * src/classes/file.C 1.101:
11386: * src/main/untaint.C 1.108:
11387: * www/htdocs/index.html 1.155:
11388: 1.
11389: file spec language changed:
11390: now there are only few chars are untainted:
11391: * ? ' " < > |
11392: and, on unix, : \ ~
11393: [russian letters and SPACES now enabled, one should use ^untaint[uri]{...} now]
11394:
11395: 2.
11396: $list[^file:list[dir]] now returns simply tainted names in $list.name, not tainted as filespec
11397:
11398: @russianindex[]
11399: #dir with files with russian-lang names
11400: $where[dir]
11401:
11402: $dir[^file:list[$where;\.txt^$]]
11403: ^dir.menu{
11404: <a href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br>
11405: }
11406:
11407: 2002-09-23 paf
11408: * src/classes/date.C 1.38:
11409: * src/classes/date.C 1.39:
11410: date bug fix, now round(floatDays*secondsPerDay)
11411:
11412: * src/targets/cgi/Makefile.in 1.56:
11413: *** empty log message ***
11414:
11415: * src/types/pa_vdouble.h 1.41:
11416: double->int round added
11417:
11418: 2002-09-20 paf
11419: * src/types/pa_vhash.h 1.40:
11420: * www/htdocs/operators.p 1.4:
11421: hash.foreach modification of existing keys allowed
11422:
11423: * src/main/compile.tab.C 1.69:
11424: * src/main/compile.y 1.197:
11425: * www/htdocs/index.html 1.153:
11426: changed grammer on junction expanding to include ^junction.method
11427:
11428: * src/classes/xdoc.C 1.102:
11429: empty transform result, being taken as file now returns empty
11430: file, not raises stupid error about "stat-ed file"
11431:
11432: * src/main/execute.C 1.276:
11433: * www/htdocs/index.html 1.154:
11434: code junction calls disabled [before: code was compiled in such a way, that there were no code-junctions in OP_CALL]
11435:
11436: this now error:
11437: @badjunctioncall[]
11438: ^badjunctioncallinside{code}
11439:
11440: @badjunctioncallinside[code]
11441: ^code[]
11442:
11443: * src/targets/apache13/Makefile.am 1.15:
11444: * src/targets/apache13/Makefile.in 1.40:
11445: * src/targets/cgi/Makefile.am 1.43:
11446: * src/targets/cgi/Makefile.in 1.55:
11447: binaries now depend on makefiles, thus taking linking options
11448: configure changes into account [were: ignoring]
11449:
11450: * src/classes/xdoc.C 1.103:
11451: * www/htdocs/index.html 1.152:
11452: xdoc::create[name] now sets $request:charset as internal xdoc
11453: encoding, and after decoding attributes set by dom functions
11454: now encoded OK, not as digital entities
11455:
11456: * src/types/Makefile.in 1.45:
11457: *** empty log message ***
11458:
11459: * src/include/pa_opcode.h 1.22:
11460: * src/include/pa_request.h 1.150:
11461: * src/main/compile.tab.C 1.68:
11462: * src/main/compile.y 1.196:
11463: * src/main/execute.C 1.275:
11464: * src/main/main.dsp 1.159:
11465: * src/targets/cgi/parser3.dsp 1.60:
11466: * src/types/Makefile.am 1.27:
11467: * src/types/pa_vjunction.C 1.1:
11468: * src/types/pa_vjunction.h 1.16:
11469: * src/types/types.dsp 1.34:
11470: * www/htdocs/.htaccess 1.8:
11471: * www/htdocs/index.html 1.151:
11472: introducing $junction.get/put(1)
11473: one can write iterators now:
11474:
11475: ^user-foreach[key;value]{$key=$value<br>}
11476:
11477: @user-foreach[key;value;code]
11478: ^for[i](1;10){
11479: $code.key($i)
11480: $code.value($i*2)
11481: $code
11482: }
11483:
11484: * src/main/pa_common.C 1.120:
11485: -d "DIR/" now true
11486:
11487: * src/main/compile_tools.h 1.66:
11488: mistype
11489:
11490: 2002-09-19 paf
11491: * Makefile.am 1.8:
11492: * Makefile.in 1.21:
11493: * aclocal.m4 1.5:
11494: *** empty log message ***
11495:
11496: * aclocal.m4 1.3:
11497: forced to be older
11498:
11499: * Makefile.am 1.12:
11500: * Makefile.in 1.25:
11501: new: make commit
11502:
11503: 2002-09-18 paf
11504: * parser3.dsw 1.4:
11505: * src/include/pa_opcode.h 1.21:
11506: * src/main/compile.tab.C 1.67:
11507: * src/main/compile.y 1.195:
11508: * src/main/execute.C 1.274:
11509: * www/htdocs/index.html 1.150:
11510: << >> int shifts
11511:
11512: * src/classes/file.C 1.100:
11513: * www/htdocs/index.html 1.149:
11514: * www/htdocs/mailreceive.eml 1.3:
11515: ^file::exec/cgi $.stdin[can be file now]
11516: so that one can pass binary data there
11517:
11518: * src/include/pa_common.h 1.82:
11519: * src/include/pa_request.h 1.149:
11520: * src/main/pa_common.C 1.119:
11521: * src/main/pa_request.C 1.230:
11522: auto.p exists but unreadable - now this - fatal error
11523:
11524: * src/classes/date.C 1.37:
11525: * src/classes/double.C 1.51:
11526: * src/classes/file.C 1.99:
11527: * src/classes/hash.C 1.50:
11528: * src/classes/image.C 1.76:
11529: * src/classes/int.C 1.47:
11530: * src/classes/mail.C 1.79:
11531: * src/classes/op.C 1.111:
11532: * src/classes/response.C 1.22:
11533: * src/classes/string.C 1.120:
11534: * src/classes/table.C 1.165:
11535: * src/classes/void.C 1.25:
11536: * src/classes/xdoc.C 1.101:
11537: * src/classes/xnode.C 1.52:
11538: * src/include/pa_request.h 1.148:
11539: * www/htdocs/index.html 1.148:
11540: pa_request contexts made privated, plus get_{self/method_frame} to read.
11541: Request_context_saver used in ^try to save flang too.
11542: [were not saved]
11543:
11544: * src/types/pa_vresponse.C 1.13:
11545: header value chains joined before output, this should help
11546: $.subject[$var $var]
11547: from being converted to
11548: subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
11549:
11550: 2002-09-17 paf
11551: * src/classes/op.C 1.109:
11552: * www/htdocs/index.html 1.147:
11553: * www/htdocs/operators.p 1.2:
11554: made place for ^process to compile it's code to in case of no self
11555:
11556: * src/classes/op.C 1.110:
11557: * src/main/execute.C 1.272:
11558: * src/main/pa_request.C 1.229:
11559: * src/types/pa_value.C 1.8:
11560: * src/types/pa_value.h 1.104:
11561: * src/types/pa_vmethod_frame.h 1.38:
11562: * src/types/pa_vstateless_class.h 1.37:
11563: * www/htdocs/operators.p 1.3:
11564: operators now executed with MAIN self.
11565: it's for ^include sake, too strong a change
11566:
11567: * src/classes/hash.C 1.47:
11568: foreach delims bug fixed [were ,2,3]
11569:
11570: * src/classes/hash.C 1.48:
11571: * src/classes/table.C 1.162:
11572: * src/include/pa_sql_connection.h 1.29:
11573: * www/htdocs/index.html 1.141:
11574: table.sql hash::sql duplicate keys now errors
11575:
11576: * src/main/execute.C 1.273:
11577: * src/types/pa_value.h 1.105:
11578: * src/types/pa_vmethod_frame.h 1.39:
11579: removed changes, operators executed with calling self.
11580: lots of code with ^include code relies on defined/defining self variables
11581:
11582: $a[1]
11583: ^include[print_a.p]
11584: print_a.p: $a
11585:
11586: ^include[set_a.p]
11587: a=$a
11588: set_a.p:
11589: $a[1]
11590:
11591: * operators.txt 1.83:
11592: * operators.txt 1.84:
11593: * src/classes/hash.C 1.49:
11594: * src/classes/table.C 1.163:
11595: * src/include/pa_globals.h 1.95:
11596: * src/main/pa_globals.C 1.139:
11597: * www/htdocs/index.html 1.142:
11598: table.sql hash::sql flag to allow duplicate keys [$.distinct(1/0)]
11599: first record taken [were last]
11600:
11601: * src/main/execute.C 1.270:
11602: * src/main/execute.C 1.271:
11603: * src/types/pa_value.C 1.7:
11604: * src/types/pa_value.h 1.103:
11605: * src/types/pa_vstateless_class.h 1.36:
11606: * www/htdocs/index.html 1.146:
11607: found ancient param to Junction, removed.
11608: allowed passing self to native_code_operators [for ^process to work, she needs self]
11609:
11610: * Makefile.in 1.20:
11611: * bin/Makefile.in 1.5:
11612: * bin/auto.p.dist.in 1.8:
11613: * configure 1.40:
11614: * configure 1.41:
11615: * configure.in 1.40:
11616: * configure.in 1.41:
11617: * etc/Makefile.in 1.10:
11618: * etc/parser3.charsets/Makefile.in 1.13:
11619: * src/Makefile.in 1.51:
11620: * src/classes/Makefile.in 1.49:
11621: * src/include/Makefile.in 1.7:
11622: * src/lib/Makefile.in 1.4:
11623: * src/lib/md5/Makefile.in 1.2:
11624: * src/lib/patches/Makefile.in 1.4:
11625: * src/lib/pcre/Makefile.in 1.4:
11626: * src/main/Makefile.in 1.45:
11627: * src/sql/Makefile.in 1.7:
11628: * src/targets/Makefile.in 1.38:
11629: * src/targets/apache13/Makefile.in 1.39:
11630: * src/targets/cgi/Makefile.in 1.54:
11631: * src/targets/isapi/Makefile.in 1.7:
11632: * src/types/Makefile.in 1.44:
11633: so now detected [can be .sl on hpux, .dll on cygwin, .so in
11634: other cases)
11635:
11636: * bin/auto.p.dist.in 1.9:
11637: strange \n
11638:
11639: * src/classes/table.C 1.164:
11640: * src/classes/xdoc.C 1.100:
11641: * www/htdocs/index.html 1.144:
11642: table::sql options
11643: table::create copy options
11644: options checked, wrong option now fatal error
11645:
11646: * src/main/pa_string.C 1.170:
11647: * www/htdocs/index.html 1.143:
11648: string.replace fixed [were missing words on pieces boundaries]
11649:
11650: * src/main/execute.C 1.269:
11651: * src/main/pa_request.C 1.228:
11652: * src/types/pa_value.C 1.6:
11653: * src/types/pa_value.h 1.102:
11654: * src/types/pa_vmethod_frame.h 1.37:
11655: * src/types/pa_vstateless_class.h 1.35:
11656: * www/htdocs/index.html 1.145:
11657: * www/htdocs/operators.p 1.1:
11658: allowed Request.self to be 0, checked that in VMethodFrame get
11659: put and $self.
11660:
11661: * src/classes/op.C 1.108:
11662: * src/classes/table.C 1.161:
11663: * www/htdocs/index.html 1.140:
11664: menu/for delims bug fixed [were ,2,3]
11665:
11666: 2002-09-16 paf
11667: * src/classes/file.C 1.98:
11668: * www/htdocs/index.html 1.139:
11669: 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.
11670: now detected closest header break.
11671:
11672: * src/main/untaint.C 1.107:
11673: * src/types/pa_vmail.C 1.29:
11674: mail:send closing ?= now closed right
11675:
11676: 2002-09-13 paf
11677: * operators.txt 1.81:
11678: * src/main/compile.tab.C 1.65:
11679: * src/main/compile.y 1.193:
11680: * www/htdocs/index.html 1.137:
11681: !| bitwise
11682: !|| numerical
11683: xor now
11684: [preparing for expression #comments]
11685:
11686: * src/main/compile.tab.C 1.63:
11687: * src/main/compile.y 1.191:
11688: * src/types/pa_vresponse.C 1.12:
11689: * www/htdocs/index.html 1.135:
11690: cookie date now clean [were mistakenly tainted & that worked
11691: bad with opera -- 'happily' that worked OK with msie]
11692:
11693: * src/main/compile.tab.C 1.64:
11694: * src/main/compile.y 1.192:
11695: * www/htdocs/index.html 1.136:
11696: @method[$name]
11697: now parse error
11698:
11699: * operators.txt 1.82:
11700: * src/main/compile.tab.C 1.66:
11701: * src/main/compile.y 1.194:
11702: * src/main/compile_tools.h 1.65:
11703: * www/htdocs/index.html 1.138:
11704: (expression #comment)
11705:
11706: (multiline expression #comment
11707: line2 #comment
11708: )
11709:
11710: (expression #comment with (brackets) comment) << OK
11711:
11712: * Makefile.in 1.19:
11713: * configure 1.39:
11714: * configure.in 1.39:
11715: * src/include/pa_config_auto.h.in 1.29:
11716: HAVE_WINSOCK_H created in configure.in
11717:
11718: * src/include/pa_config_fixed.h 1.50:
11719: * src/main/pa_socks.C 1.17:
11720: HAVE_WINSOCK_H cheched in pa_socks.C
11721:
11722: 2002-09-12 paf
11723: * src/main/untaint.C 1.105:
11724: * www/htdocs/index.html 1.134:
11725: quoted printable ' ' now =20
11726: and encoding stops before <...>$
11727:
11728: * src/types/pa_vclass.C 1.13:
11729: * src/types/pa_vmail.C 1.28:
11730: * src/types/pa_vobject.C 1.8:
11731: VObject & VClass
11732: get_element
11733: now first looks to fields, next to methods & co
11734: todo: the rest
11735: reason: more speed
11736:
11737: * src/main/untaint.C 1.106:
11738: quoted printable encoding stops before \s*<...>$
11739:
11740: 2002-09-11 paf
11741: * src/main/pa_charset.C 1.30:
11742: * src/targets/cgi/parser3.dsp 1.59:
11743: * www/htdocs/index.html 1.133:
11744: while fixing ( xmlCharEncodingInput/OutputFunc callbacks returned bad value )
11745: forgot to check users of those funcs. not all were using that return value convention
11746:
11747: * etc/parser3.charsets/windows-1254.cfg 1.1:
11748: * src/lib/pcre/ibm-1254.ucm 1.1:
11749: windows-1254 added
11750:
11751: 2002-09-10 paf
11752: * src/classes/op.C 1.106:
11753: * src/main/execute.C 1.265:
11754: * src/types/pa_value.C 1.5:
11755: * src/types/pa_value.h 1.100:
11756: * src/types/pa_vcode_frame.h 1.22:
11757: * src/types/pa_vmethod_frame.h 1.36:
11758: * src/types/pa_wcontext.C 1.23:
11759: * src/types/pa_wcontext.h 1.39:
11760: * src/types/pa_wwrapper.h 1.25:
11761: moved junction kill responsibility to wcontext
11762:
11763: * src/main/execute.C 1.267:
11764: * src/types/pa_value.h 1.101:
11765: * src/types/pa_wwrapper.h 1.26:
11766: WWrapper which used in constructing objects(second param to sql method) ^...sql{}[$.default{code}]
11767: now has parent, wich helps code in hash to survivi
11768:
11769: * src/include/pa_request.h 1.147:
11770: * src/main/execute.C 1.266:
11771: removed redundant param to execute [stack said 'thanks']
11772:
11773: * src/classes/file.C 1.97:
11774: decided not to log exec's with stderr, that could be warnings,
11775: and it's up to scritper to log/show them
11776:
11777: * src/main/pa_charset.C 1.29:
11778: * src/types/pa_vmail.C 1.27:
11779: * www/htdocs/index.html 1.131:
11780: 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]
11781: tfm readed & code updated
11782:
11783: * src/classes/op.C 1.107:
11784: * src/main/execute.C 1.268:
11785: * src/types/pa_wcontext.h 1.40:
11786: * src/types/pa_wcontext.h 1.41:
11787: VCodeFrame parent param were specified badly
11788:
11789: * src/classes/double.C 1.50:
11790: * src/main/execute.C 1.264:
11791: * www/htdocs/index.html 1.132:
11792: double:sql badly called write_assign_lang, not write_no_lang,
11793: thus doing unnecessary double/string converstion, which were loosing time&precesion
11794:
11795: 2002-09-04 paf
11796: * src/types/pa_vxnode.C 1.25:
11797: * www/htdocs/index.html 1.129:
11798: removed too strong checks of xnode.elements.
11799: now, for instance, if element does not have any attributes, $xnode.attributes is void, not error
11800:
11801: * configure 1.37:
11802: * configure.in 1.38:
11803: introducing --with-sjlj-exceptions
11804: [hpux can not work with longjump/throw pair, and one must switch that on there.
11805: todo: detect that automatically]
11806:
11807: * configure 1.38:
11808: makes with sjlj
11809:
11810: * src/include/pa_config_auto.h.in 1.28:
11811: sjlj define
11812:
11813: * INSTALL 1.26:
11814: * src/include/pa_config_fixed.h 1.49:
11815: * src/include/pa_sql_connection.h 1.28:
11816: * src/main/pa_sql_driver_manager.C 1.65:
11817: * www/htdocs/index.html 1.130:
11818: -with-sjlj-exceptions define checked.
11819: on win32 it made default
11820:
11821: 2002-09-02 paf
11822: * Makefile.am 1.7:
11823: * Makefile.in 1.18:
11824: * src/types/pa_vdate.h 1.20:
11825: happy now only install-exec
11826:
11827: * src/types/pa_vdate.h 1.21:
11828: removed debug
11829:
11830: * operators.txt 1.80:
11831: * src/main/execute.C 1.263:
11832: * src/targets/cgi/parser3.dsp 1.58:
11833: * www/htdocs/index.html 1.128:
11834: removed double_result, didn't help
11835:
11836: * src/types/pa_vdate.h 1.22:
11837: *** empty log message ***
11838:
11839: * src/main/execute.C 1.258:
11840: fixed numeric < & co so that thay now use c=a-b, c OPERATOR 0.
11841: this works fine on solaris/intel for still unknown reason.
11842:
11843: * src/main/execute.C 1.261:
11844: double_result made to move that var away from hungry g++ optimizer (-O2),
11845: before: it were optimized and comparison operators worked badly
11846:
11847: 2002-08-29 paf
11848: * parser3.dsw 1.3:
11849: * src/classes/classes.dsp 1.25:
11850: * src/classes/hash.C 1.46:
11851: * src/classes/op.C 1.105:
11852: * src/classes/string.C 1.119:
11853: * src/include/pa_request.h 1.146:
11854: * src/lib/md5/md5.dsp 1.2:
11855: * src/main/execute.C 1.257:
11856: * src/main/main.dsp 1.158:
11857: * src/main/pa_request.C 1.227:
11858: * src/targets/cgi/parser3.dsp 1.57:
11859: * src/types/pa_value.C 1.4:
11860: * src/types/pa_value.h 1.99:
11861: * src/types/pa_vmail.C 1.26:
11862: * src/types/pa_vmethod_frame.h 1.35:
11863: * src/types/pa_wcontext.h 1.38:
11864: * src/types/types.dsp 1.33:
11865: * www/htdocs/index.html 1.127:
11866: junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
11867: request.root renamed to method_frame [more easyreading]
11868: ancient {...PUSH/POPs...} changed to stack vars [speed up]
11869:
11870: 2002-08-28 paf
11871: * operators.txt 1.79:
11872: * src/classes/string.C 1.118:
11873: * www/htdocs/derived.p 1.15:
11874: * www/htdocs/index.html 1.124:
11875: ^string.split[delim[;options]]
11876:
11877: * src/types/pa_vcookie.C 1.50:
11878: * www/htdocs/index.html 1.125:
11879: fixed cookie delete when
11880: $cookie:name[$.value[]]
11881:
11882: * src/types/pa_vcookie.C 1.51:
11883: * www/htdocs/index.html 1.126:
11884: $cookie:name[&]
11885: $cookie:name << now tainted
11886:
11887: 2002-08-27 paf
11888: * etc/parser3.charsets/Makefile.am 1.4:
11889: * etc/parser3.charsets/Makefile.in 1.12:
11890: merged from 3.0.0005
11891:
11892: * INSTALL 1.25:
11893: recommended latest gmime 1.0.5
11894:
11895: * operators.txt 1.78:
11896: * src/main/compile.tab.C 1.62:
11897: * src/main/compile.y 1.190:
11898: * www/htdocs/index.html 1.123:
11899: * www/htdocs/mailreceive.eml 1.2:
11900: # now delimiter
11901:
11902: 2002-08-26 paf
11903: * configure 1.36:
11904: * configure.in 1.37:
11905: * src/targets/apache13/Makefile.am 1.14:
11906: * src/targets/apache13/Makefile.in 1.38:
11907: apache13/hook added to make dist.
11908:
11909: 2002-08-23 paf
11910: * src/include/pa_common.h 1.81:
11911: * src/main/pa_common.C 1.118:
11912: * src/targets/cgi/parser3.C 1.197:
11913: * src/targets/isapi/parser3isapi.C 1.79:
11914: * www/htdocs/index.html 1.122:
11915: when auto.p beside binary [cgi, isapi] not accessible [due to
11916: bad rights or whatever] it's error now
11917:
11918: 2002-08-21 paf
11919: * src/main/pa_string.C 1.169:
11920: * www/htdocs/index.html 1.121:
11921: fixed bad language bug, [were wrong string cloning constructor]
11922:
11923: * src/main/compile.tab.C 1.61:
11924: * src/main/compile.y 1.189:
11925: * src/main/compile_tools.C 1.53:
11926: * src/main/compile_tools.h 1.64:
11927: * www/htdocs/derived.p 1.13:
11928: * www/htdocs/derived.p 1.14:
11929: "BASE:"
11930: "BASE::"
11931: syntax allowed, means "base class".
11932: compiled as if here they named base class
11933:
11934: * bin/auto.p.dist.in 1.7:
11935: * src/targets/cgi/parser3.C 1.196:
11936: * src/types/pa_vfile.C 1.34:
11937: * src/types/pa_vmail.C 1.23:
11938: * www/htdocs/mailreceive.eml 1.1:
11939: * www/htdocs/mailreceive.html 1.1:
11940: $mail.received.file.value.content-type fixed
11941:
11942: * Makefile.am 1.6:
11943: * Makefile.in 1.17:
11944: can use:
11945: make happy
11946: equals to
11947: make update install
11948:
11949: * src/main/execute.C 1.256:
11950: * src/types/pa_vobject.h 1.34:
11951: * www/htdocs/base.p 1.3:
11952: * www/htdocs/derived.p 1.12:
11953: * www/htdocs/index.html 1.120:
11954: fixed virtual calls
11955:
11956: 2002-08-20 paf
11957: * operators.txt 1.76:
11958: * src/classes/void.C 1.23:
11959: * www/htdocs/index.html 1.117:
11960: ^void.length[] = 0 merged from 3.0.0005
11961:
11962: * operators.txt 1.77:
11963: * src/classes/void.C 1.24:
11964: * www/htdocs/index.html 1.118:
11965: ^void.pos[...] = -1 merged from 3.0.0005
11966:
11967: * operators.txt [release_3_0_0005] 1.59.2.3:
11968: * src/classes/void.C [release_3_0_0005] 1.21.2.1:
11969: ^void.length[] = 0
11970:
11971: * operators.txt [release_3_0_0005] 1.59.2.4:
11972: * src/classes/void.C [release_3_0_0005] 1.21.2.2:
11973: ^void.pos[...] = -1
11974:
11975: * src/classes/file.C 1.96:
11976: * www/htdocs/index.html 1.119:
11977: fixed language of file:file result
11978:
11979: 2002-08-19 paf
11980: * src/classes/xnode.C 1.49:
11981: * src/classes/xnode.C 1.50:
11982: * src/classes/xnode.C 1.51:
11983: * src/types/pa_vxdoc.C 1.21:
11984: xdoc.fields fixed [were error in xnode, which were not catched
11985: in xdoc]
11986:
11987: * src/classes/xdoc.C 1.99:
11988: xdoc getElementsByTagName, ...NS
11989: overriden, work now
11990:
11991: * src/include/pa_stylesheet_connection.h 1.31:
11992: * src/main/pa_globals.C 1.138:
11993: prepared:
11994: // validate each document after load/create (?)
11995: //xmlDoValidityCheckingDefaultValue = 1;
11996:
11997: 2002-08-15 paf
11998: * src/types/pa_vrequest.C 1.25:
11999: * www/htdocs/index.html 1.113:
12000: $request:body unprecessed POST request
12001:
12002: * operators.txt 1.71:
12003: * src/classes/form.C 1.31:
12004: * src/include/pa_pool.h 1.84:
12005: * src/include/pa_request.h 1.145:
12006: * src/main/pa_pool.C 1.56:
12007: * src/types/pa_vform.C 1.66:
12008: * src/types/pa_vform.h 1.41:
12009: * www/htdocs/.htaccess 1.7:
12010: planning/preparing_to $request:body
12011: r.post_data now const
12012:
12013: * src/classes/image.C 1.75:
12014: * src/classes/op.C 1.104:
12015: * src/classes/xdoc.C 1.98:
12016: * src/classes/xnode.C 1.48:
12017: * src/main/execute.C 1.255:
12018: * src/types/pa_value.h 1.97:
12019: * src/types/pa_vhash.h 1.39:
12020: * src/types/pa_vobject.C 1.7:
12021: * src/types/pa_vobject.h 1.33:
12022: * src/types/pa_vtable.h 1.46:
12023: * www/htdocs/index.html 1.111:
12024: instead of type() checking everywhere used Value.as
12025: now user descendants can be used in params.
12026:
12027: VObject::as_*, is_defined now taken from bases.
12028: xtable(table)
12029: ^if($xtable) now OK
12030:
12031: * operators.txt 1.73:
12032: * src/include/pa_common.h 1.80:
12033: * src/main/pa_common.C 1.117:
12034: * src/types/pa_vcookie.C 1.49:
12035: * src/types/pa_vdate.h 1.19:
12036: * src/types/pa_vresponse.C 1.11:
12037: * src/types/pa_vresponse.h 1.29:
12038: * www/htdocs/index.html 1.115:
12039: $response:field[date]
12040: $response:field[$.xxx[date]]
12041:
12042: * src/types/pa_value.h 1.98:
12043: * src/types/pa_vdate.h 1.18:
12044: * src/types/pa_vrequest.C 1.24:
12045: * src/types/pa_vxdoc.C 1.20:
12046: * src/types/pa_vxnode.C 1.24:
12047: * www/htdocs/index.html 1.112:
12048: few barks:
12049: bark("%s field not found", 0, &aname)
12050:
12051: * src/classes/hash.C 1.45:
12052: * src/classes/string.C 1.117:
12053: * src/classes/table.C 1.160:
12054: * src/classes/void.C 1.22:
12055: * src/include/pa_sql_connection.h 1.27:
12056: * www/htdocs/index.html 1.114:
12057: fixed source of ^hash::sql{bad}
12058:
12059: * src/classes/classes.h 1.22:
12060: * www/htdocs/index.html 1.116:
12061: write to static var caused useless Exception, introduced
12062: Methoded::put_element wich consumes those
12063:
12064: * src/main/execute.C 1.254:
12065: * src/types/pa_value.h 1.96:
12066: * src/types/pa_vclass.C 1.12:
12067: * src/types/pa_vclass.h 1.37:
12068: * src/types/pa_vobject.C 1.6:
12069: * src/types/pa_vobject.h 1.32:
12070: * src/types/pa_vxdoc.C 1.19:
12071: * src/types/pa_vxdoc.h 1.29:
12072: is->as
12073:
12074: * operators.txt 1.72:
12075: $request:body unprecessed POST request body
12076:
12077: 2002-08-14 paf
12078: * src/targets/cgi/Makefile.am 1.41:
12079: * src/targets/cgi/fixopt.C 1.1:
12080: * src/targets/cgi/fixopt.C 1.2:
12081: * src/targets/cgi/fixopt.h 1.1:
12082: * src/targets/cgi/parser3.C 1.194:
12083: * src/targets/cgi/parser3.dsp 1.55:
12084: fixopt now preprocesses command line params, splitting them by
12085: space, excluding argv[0], argv[argc-1]
12086:
12087: * src/classes/xnode.h 1.16:
12088: * src/main/execute.C 1.253:
12089: * src/targets/cgi/parser3.dsp 1.56:
12090: * src/types/pa_value.h 1.95:
12091: * src/types/pa_vclass.C 1.11:
12092: * src/types/pa_vclass.h 1.36:
12093: * src/types/pa_vcode_frame.h 1.21:
12094: * src/types/pa_vcookie.C 1.48:
12095: * src/types/pa_vcookie.h 1.21:
12096: * src/types/pa_vdate.h 1.17:
12097: * src/types/pa_venv.h 1.26:
12098: * src/types/pa_vfile.h 1.49:
12099: * src/types/pa_vform.C 1.65:
12100: * src/types/pa_vform.h 1.40:
12101: * src/types/pa_vhash.h 1.38:
12102: * src/types/pa_vimage.h 1.31:
12103: * src/types/pa_vmail.C 1.22:
12104: * src/types/pa_vmail.h 1.6:
12105: * src/types/pa_vmath.h 1.12:
12106: * src/types/pa_vmethod_frame.h 1.34:
12107: * src/types/pa_vobject.C 1.5:
12108: * src/types/pa_vobject.h 1.31:
12109: * src/types/pa_vrequest.C 1.23:
12110: * src/types/pa_vrequest.h 1.23:
12111: * src/types/pa_vresponse.C 1.10:
12112: * src/types/pa_vresponse.h 1.28:
12113: * src/types/pa_vstateless_class.h 1.34:
12114: * src/types/pa_vstateless_object.h 1.25:
12115: * src/types/pa_vstatus.C 1.12:
12116: * src/types/pa_vstatus.h 1.13:
12117: * src/types/pa_vstring.h 1.52:
12118: * src/types/pa_vtable.C 1.19:
12119: * src/types/pa_vtable.h 1.45:
12120: * src/types/pa_vvoid.h 1.14:
12121: * src/types/pa_vxdoc.C 1.18:
12122: * src/types/pa_vxdoc.h 1.28:
12123: * src/types/pa_vxnode.C 1.23:
12124: * src/types/pa_vxnode.h 1.20:
12125: * src/types/pa_wwrapper.h 1.24:
12126: * www/htdocs/index.html 1.110:
12127: is now works with VObject & VClass
12128:
12129: * src/types/pa_vmail.C 1.21:
12130: mail: turned off utf8 to source transcoding
12131:
12132: * src/targets/cgi/parser3.C 1.193:
12133: -f config file
12134:
12135: * src/targets/cgi/Makefile.am 1.42:
12136: * src/targets/cgi/fixopt.C 1.3:
12137: * src/targets/cgi/fixopt.h 1.2:
12138: * src/targets/cgi/parser3.C 1.195:
12139: removed fixopt stupidity. on stupid linux use
12140: cd /document/root
12141: ../cgi/parser3 script
12142:
12143: * src/targets/cgi/Makefile.in 1.52:
12144: * src/targets/cgi/Makefile.in 1.53:
12145: *** empty log message ***
12146:
12147: * src/targets/cgi/parser3.C 1.192:
12148: * www/htdocs/auto.p 1.17:
12149: * www/htdocs/derived.p 1.11:
12150: * www/htdocs/index.html 1.109:
12151: fixed .log file dir
12152:
12153: 2002-08-13 paf
12154: * www/htdocs/derived.p 1.7:
12155: sample: dont convinient that table fields can be overridden
12156:
12157: * src/types/Makefile.in 1.43:
12158: added vobject.c & vclass
12159:
12160: * src/types/Makefile.in 1.42:
12161: VAliased removed
12162:
12163: * src/types/pa_vclass.C 1.9:
12164: * www/htdocs/derived.p 1.9:
12165: checked: form[vclass]fields can be overwritten in derived(table)
12166:
12167: * src/types/Makefile.am 1.26:
12168: * src/types/pa_vclass.C 1.7:
12169: * src/types/pa_vclass.h 1.34:
12170: * src/types/pa_vobject.C 1.1:
12171: * src/types/pa_vobject.h 1.29:
12172: * src/types/types.dsp 1.32:
12173: reorganized modules
12174: todo: fix bug with put endless recoursion
12175: todo: check 'as'
12176:
12177: * src/types/pa_vclass.C 1.10:
12178: * www/htdocs/index.html 1.107:
12179: allow override parent variables, useful for form descendants
12180:
12181: * src/types/pa_vobject.C 1.4:
12182: * www/htdocs/derived.p 1.10:
12183: * www/htdocs/index.html 1.108:
12184: allow override parent variables, useful for form descendants [
12185: in vobject too, were in vclass]
12186:
12187: * src/classes/form.C 1.30:
12188: * src/classes/mail.C 1.78:
12189: * src/classes/op.C 1.103:
12190: * src/classes/xnode.h 1.15:
12191: * src/include/pa_request.h 1.144:
12192: * src/main/execute.C 1.252:
12193: * src/main/pa_request.C 1.226:
12194: * src/types/pa_value.h 1.94:
12195: * src/types/pa_vclass.C 1.8:
12196: * src/types/pa_vclass.h 1.35:
12197: * src/types/pa_vcode_frame.h 1.20:
12198: * src/types/pa_vcookie.C 1.47:
12199: * src/types/pa_vcookie.h 1.20:
12200: * src/types/pa_vdate.h 1.16:
12201: * src/types/pa_venv.h 1.25:
12202: * src/types/pa_vfile.h 1.48:
12203: * src/types/pa_vform.C 1.64:
12204: * src/types/pa_vform.h 1.39:
12205: * src/types/pa_vhash.h 1.37:
12206: * src/types/pa_vimage.h 1.30:
12207: * src/types/pa_vmail.C 1.20:
12208: * src/types/pa_vmail.h 1.5:
12209: * src/types/pa_vmath.h 1.11:
12210: * src/types/pa_vmethod_frame.h 1.33:
12211: * src/types/pa_vobject.C 1.3:
12212: * src/types/pa_vobject.h 1.30:
12213: * src/types/pa_vrequest.C 1.22:
12214: * src/types/pa_vrequest.h 1.22:
12215: * src/types/pa_vresponse.C 1.9:
12216: * src/types/pa_vresponse.h 1.27:
12217: * src/types/pa_vstateless_class.h 1.33:
12218: * src/types/pa_vstateless_object.h 1.24:
12219: * src/types/pa_vstatus.C 1.11:
12220: * src/types/pa_vstatus.h 1.12:
12221: * src/types/pa_vstring.h 1.51:
12222: * src/types/pa_vtable.C 1.18:
12223: * src/types/pa_vtable.h 1.44:
12224: * src/types/pa_vvoid.h 1.13:
12225: * src/types/pa_vxdoc.C 1.17:
12226: * src/types/pa_vxdoc.h 1.27:
12227: * src/types/pa_vxnode.C 1.22:
12228: * src/types/pa_vxnode.h 1.19:
12229: * src/types/pa_wwrapper.h 1.23:
12230: introduced Value::get_element(..., bool looking_down) [needed
12231: to exclude endless recoursion]
12232:
12233: * src/classes/table.C 1.159:
12234: * src/types/pa_vtable.C 1.17:
12235: * src/types/pa_vtable.h 1.43:
12236: * www/htdocs/derived.p 1.5:
12237: fixed error message on using non-created table
12238:
12239: * src/classes/form.C 1.29:
12240: * src/classes/hash.C 1.44:
12241: * src/classes/mail.C 1.77:
12242: * src/classes/op.C 1.102:
12243: * src/classes/xnode.h 1.14:
12244: * src/include/pa_request.h 1.143:
12245: * src/main/compile.C 1.66:
12246: * src/main/compile.tab.C 1.60:
12247: * src/main/execute.C 1.251:
12248: * src/main/pa_request.C 1.225:
12249: * src/types/pa_value.h 1.93:
12250: * src/types/pa_vclass.h 1.33:
12251: * src/types/pa_vcode_frame.h 1.19:
12252: * src/types/pa_vcookie.C 1.46:
12253: * src/types/pa_vcookie.h 1.19:
12254: * src/types/pa_vdate.h 1.15:
12255: * src/types/pa_venv.h 1.24:
12256: * src/types/pa_vfile.h 1.47:
12257: * src/types/pa_vform.C 1.63:
12258: * src/types/pa_vform.h 1.38:
12259: * src/types/pa_vhash.h 1.36:
12260: * src/types/pa_vimage.C 1.20:
12261: * src/types/pa_vimage.h 1.29:
12262: * src/types/pa_vmail.C 1.19:
12263: * src/types/pa_vmail.h 1.4:
12264: * src/types/pa_vmath.h 1.10:
12265: * src/types/pa_vmethod_frame.h 1.32:
12266: * src/types/pa_vobject.h 1.26:
12267: * src/types/pa_vrequest.C 1.20:
12268: * src/types/pa_vrequest.h 1.20:
12269: * src/types/pa_vresponse.C 1.8:
12270: * src/types/pa_vresponse.h 1.26:
12271: * src/types/pa_vstateless_class.h 1.32:
12272: * src/types/pa_vstateless_object.h 1.23:
12273: * src/types/pa_vstatus.C 1.10:
12274: * src/types/pa_vstatus.h 1.11:
12275: * src/types/pa_vstring.h 1.50:
12276: * src/types/pa_vtable.C 1.16:
12277: * src/types/pa_vtable.h 1.42:
12278: * src/types/pa_vvoid.h 1.12:
12279: * src/types/pa_vxdoc.C 1.16:
12280: * src/types/pa_vxdoc.h 1.26:
12281: * src/types/pa_vxnode.C 1.21:
12282: * src/types/pa_vxnode.h 1.18:
12283: * src/types/pa_wwrapper.h 1.22:
12284: * www/htdocs/derived.p 1.4:
12285: VObject.get/out now looking down/up tree
12286: todo: fix error message on non-constructed parents
12287:
12288: * src/types/pa_vobject.h 1.28:
12289: * www/htdocs/derived.p 1.8:
12290: checked: table fields can be overwritten in derived(table)
12291:
12292: * src/types/pa_vobject.h 1.27:
12293: * www/htdocs/derived.p 1.6:
12294: * www/htdocs/index.html 1.106:
12295: derived classes can have fields of their own now
12296:
12297: 2002-08-12 paf
12298: * src/main/compile.tab.C 1.59:
12299: * src/main/compile.y 1.188:
12300: * src/main/execute.C 1.249:
12301: * src/main/execute.C 1.250:
12302: * src/main/pa_request.C 1.224:
12303: * src/types/Makefile.am 1.25:
12304: * src/types/pa_valiased.C 1.17:
12305: * src/types/pa_valiased.h 1.23:
12306: * src/types/pa_value.h 1.92:
12307: * src/types/pa_vclass.h 1.32:
12308: * src/types/pa_vobject.h 1.25:
12309: * src/types/pa_vstateless_class.h 1.30:
12310: * src/types/pa_vstateless_object.h 1.21:
12311: * src/types/pa_wcontext.h 1.37:
12312: ^base:create[] dynamic call rewritten
12313: todo: thorough testing
12314:
12315: * src/types/pa_value.h 1.91:
12316: * src/types/pa_vclass.h 1.31:
12317: * src/types/pa_vobject.h 1.24:
12318: * www/htdocs/base.p 1.1:
12319: * www/htdocs/derived.p 1.1:
12320: VObject ctor now instantates base class, remembers it and saves child in parent
12321: VObject.get_class now returns last child = downward virtual calls OK
12322:
12323: * src/types/pa_vstateless_class.h 1.31:
12324: * src/types/pa_vstateless_object.h 1.22:
12325: * www/htdocs/derived.p 1.3:
12326: table derived OK
12327:
12328: * src/main/pa_request.C 1.223:
12329: response:body[file] content-type check fixed [were bad when
12330: content-type is hash]
12331:
12332: * bin/auto.p.dist.in 1.5:
12333: fixed sendmail default comment
12334:
12335: * src/main/execute.C 1.248:
12336: * src/types/pa_value.h 1.90:
12337: * src/types/pa_vclass.h 1.30:
12338: * src/types/pa_vdate.h 1.14:
12339: * src/types/pa_vdouble.h 1.40:
12340: * src/types/pa_vfile.h 1.46:
12341: * src/types/pa_vimage.h 1.28:
12342: * src/types/pa_vint.h 1.37:
12343: * src/types/pa_vmethod_frame.h 1.31:
12344: * src/types/pa_vobject.h 1.23:
12345: * src/types/pa_vresponse.h 1.25:
12346: * src/types/pa_vstateless_class.h 1.29:
12347: * src/types/pa_vstateless_object.h 1.20:
12348: * src/types/pa_vstring.h 1.49:
12349: * src/types/pa_vtable.h 1.41:
12350: * src/types/pa_vxdoc.h 1.25:
12351: * src/types/pa_vxnode.h 1.17:
12352: * src/types/pa_wcontext.h 1.36:
12353: * src/types/types.dsp 1.31:
12354: * www/htdocs/index.html 1.105:
12355: killed VAliased [redundant], moved $CLASS to VObject only [
12356: parser class instance]
12357:
12358: * bin/auto.p.dist.in 1.6:
12359: more like in dist on parser.ru
12360:
12361: * www/htdocs/base.p 1.2:
12362: * www/htdocs/derived.p 1.2:
12363: not good - along upward-virtual call self eq child
12364:
12365: 2002-08-09 paf
12366: * src/main/execute.C 1.247:
12367: * src/types/pa_value.h 1.89:
12368: * src/types/pa_vclass.h 1.29:
12369: * src/types/pa_vobject.h 1.22:
12370: * src/types/pa_vxdoc.h 1.24:
12371: * www/htdocs/index.html 1.104:
12372: started as()
12373:
12374: 2002-08-08 paf
12375: * src/classes/mail.C 1.76:
12376: * src/types/pa_vmail.C 1.18:
12377: * www/htdocs/auto.p 1.16:
12378: * www/htdocs/index.html 1.98:
12379: in letter texts one can use tainted data now. only she must specify the language.
12380:
12381: ^mail:send[
12382: $.from[paf@mail.design.ru]
12383: $.to[paf@mail.design.ru]
1.39 paf 12384: $.subject[^taint[uri][??????]=2]
12385: $.text[^taint[uri][??????]=]
1.15 paf 12386: ]
12387:
12388: * operators.txt 1.67:
12389: * src/include/pa_string.h 1.142:
12390: * src/include/pa_string.h 1.143:
12391: * src/main/pa_string.C 1.168:
12392: * www/htdocs/index.html 1.95:
12393: String::first_char now not fails on empty strings
12394: ^if(-f '') now ok and in 3 other places.
12395:
12396: * src/classes/file.C 1.95:
12397: * src/classes/op.C 1.101:
12398: * src/types/pa_vfile.C 1.33:
12399: * www/htdocs/index.html 1.96:
12400: * www/htdocs/index.html 1.97:
12401: ^process now prints more precise origin
12402:
12403: * operators.txt 1.68:
12404: * src/types/pa_vdate.h 1.13:
12405: * www/htdocs/index.html 1.99:
12406: $date.yearday
12407: $date.daylightsaving
12408:
12409: * src/main/execute.C 1.246:
12410: * www/htdocs/index.html 1.100:
12411: error reporting on object writes to MAIN improved [were ruind
12412: with fixing $obj[^if(1){$obj}] ]
12413:
12414: * operators.txt 1.69:
12415: * operators.txt 1.70:
12416: * src/classes/date.C 1.36:
12417: * src/include/pa_globals.h 1.94:
12418: * src/main/pa_globals.C 1.137:
12419: * www/htdocs/index.html 1.101:
12420: * www/htdocs/index.html 1.102:
12421: year column in month calendar [week year]
12422:
12423: 2002-08-07 paf
12424: * src/classes/classes.dsp 1.24:
12425: * src/classes/table.C 1.158:
12426: * src/lib/pcre/pcre_parser_ctype.dsp 1.2:
12427: * src/main/pa_array.C 1.52:
12428: * src/types/types.dsp 1.30:
12429: * www/htdocs/index.html 1.91:
12430: all Debug dirs in .dsp now named 'Debug'
12431:
12432: * src/classes/string.C 1.116:
12433: * src/main/pa_string.C 1.166:
12434: * src/main/pa_string.C 1.167:
12435: * www/htdocs/index.html 1.93:
12436: * www/htdocs/index.html 1.94:
12437: ^string.mid(0;bad) fixed
12438:
12439: * operators.txt 1.66:
12440: * src/classes/op.C 1.100:
12441: cache...{...^cache<<to past...} now erasing cache file [there
12442: were bad check on that]
12443:
12444: * operators.txt 1.65:
12445: * src/classes/mail.C 1.75:
12446: exception_type email.send
12447:
12448: * src/types/pa_vmail.C 1.16:
12449: * www/htdocs/global.xsl 1.8:
12450: * www/htdocs/index.html 1.89:
12451: mail:send empty email checked
12452:
12453: * src/main/execute.C 1.245:
12454: * src/types/pa_vcode_frame.h 1.17:
12455: * src/types/pa_vcode_frame.h 1.18:
12456: * src/types/pa_vmethod_frame.h 1.30:
12457: * src/types/pa_wcontext.C 1.22:
12458: * src/types/pa_wcontext.h 1.35:
12459: * src/types/pa_wwrapper.h 1.21:
12460: * www/htdocs/index.html 1.92:
12461: vcodeframe were mistakenly not completely transparent to object writes.
12462: $hash[^if(1){$hash}] now works
12463:
12464: * operators.txt 1.64:
12465: * src/types/pa_vmail.C 1.17:
12466: * www/htdocs/index.html 1.90:
12467: exception_type email.format
12468:
12469: * etc/parser3.charsets/Makefile.am [release_3_0_0005] 1.3.6.1:
12470: * etc/parser3.charsets/Makefile.in [release_3_0_0005] 1.11.4.1:
12471: all included into dist
12472:
12473: 2002-08-06 paf
12474: * src/classes/file.C 1.93:
12475: * src/include/pa_globals.h 1.93:
12476: * src/main/pa_globals.C 1.136:
12477: * src/main/pa_request.C 1.222:
12478: * src/types/pa_vfile.C 1.32:
12479: * src/types/pa_vfile.h 1.45:
12480: * www/htdocs/index.html 1.85:
12481: $file.content-type [instead of .mime-type]
12482: now works for file::stat also
12483:
12484: * src/main/pa_request.C 1.221:
12485: * www/htdocs/index.html 1.84:
12486: case insensitive mime_type_of
12487:
12488: * src/classes/file.C 1.94:
12489: * www/htdocs/index.html 1.86:
12490: $f[file::cgi]
12491: $f.UPPER case fields
12492:
12493: * operators.txt 1.62:
12494: * operators.txt 1.63:
12495: * src/classes/table.C 1.157:
12496: * src/include/pa_array.h 1.56:
12497: * src/include/pa_table.h 1.47:
12498: * src/main/pa_array.C 1.51:
12499: * src/main/pa_table.C 1.50:
12500: * www/htdocs/index.html 1.88:
12501: ^table::create[$source;$.options]
12502: ^table::join[$source;$.options]
12503:
12504: * bin/auto.p.dist.in 1.4:
12505: jpeg
12506:
12507: * operators.txt 1.61:
12508: * src/classes/hash.C 1.43:
12509: * src/classes/string.C 1.115:
12510: * src/classes/table.C 1.156:
12511: * www/htdocs/index.html 1.87:
12512: sql options can be string now
12513: ^xxx:sql{...}[
12514: # $.default()
12515: }
12516:
12517: 2002-08-05 paf
12518: * src/classes/date.C 1.34:
12519: * src/include/pa_globals.h 1.92:
12520: * src/main/pa_globals.C 1.135:
12521: month calendar week column [ISO 8601 Week Numbers]
12522:
12523: * operators.txt 1.60:
12524: comment on date:calendar week column
12525:
12526: * src/types/pa_vxnode.C 1.20:
12527: xnode.childNodes now 0... [were 1...]
12528:
12529: * src/main/pa_common.C 1.113:
12530: * src/main/pa_common.C 1.114:
12531: * src/main/pa_common.C 1.115:
12532: * src/main/pa_common.C 1.116:
12533: write checked
12534:
12535: * src/types/pa_vmail.C 1.15:
12536: file buffer relocated to parser heap
12537:
12538: * src/classes/date.C 1.35:
12539: +1 buf size for stupid snprintfs
12540:
12541: 2002-08-02 paf
12542: * operators.txt 1.59:
12543: * src/main/pa_request.C 1.220:
12544: * src/types/pa_vform.C 1.61:
12545: * www/htdocs/index.html 1.83:
12546: response transcoded source->client only when text/* or simple
12547: onoverridden $response:body
12548:
12549: * src/include/pa_config_fixed.h [release_3_0_0005] 1.48.2.1:
12550: * src/main/pa_string.C [release_3_0_0005] 1.165.2.1:
12551: * src/targets/cgi/getopt.c [release_3_0_0005] 1.1.4.1:
12552: * src/targets/cgi/parser3.C [release_3_0_0005] 1.190.2.1:
12553: removed #define DEBUG*
12554:
12555: * src/Makefile.in 1.50:
12556: * src/classes/Makefile.in 1.48:
12557: * src/main/Makefile.in 1.44:
12558: * src/targets/apache13/Makefile.in 1.37:
12559: * src/targets/cgi/Makefile.in 1.51:
12560: * src/types/Makefile.in 1.41:
12561: *** empty log message ***
12562:
12563: * src/types/pa_vclass.h 1.28:
12564: * src/types/pa_vform.C 1.62:
12565: * src/types/pa_vobject.h 1.21:
12566: opera multipart post fixed
12567:
12568: * configure [release_3_0_0005] 1.35.2.1:
12569: * configure.in [release_3_0_0005] 1.36.2.1:
12570: * src/include/pa_version.h [release_3_0_0005] 1.7.2.1:
12571: release 3_0_0005
12572:
12573: * bin/auto.p.dist.in [release_3_0_0005] 1.3.4.1:
12574: unhandled_exception comments
12575:
12576: 2002-08-01 paf
12577: * src/classes/classes.C 1.17:
12578: * src/classes/classes.h 1.21:
12579: * src/classes/date.C 1.33:
12580: * src/classes/double.C 1.49:
12581: * src/classes/file.C 1.92:
12582: * src/classes/form.C 1.28:
12583: * src/classes/hash.C 1.42:
12584: * src/classes/image.C 1.74:
12585: * src/classes/int.C 1.46:
12586: * src/classes/mail.C 1.74:
12587: * src/classes/math.C 1.23:
12588: * src/classes/op.C 1.99:
12589: * src/classes/response.C 1.21:
12590: * src/classes/string.C 1.114:
12591: * src/classes/table.C 1.155:
12592: * src/classes/void.C 1.21:
12593: * src/classes/xdoc.C 1.97:
12594: * src/classes/xnode.C 1.47:
12595: * src/classes/xnode.h 1.13:
12596: * src/include/pa_array.h 1.55:
12597: * src/include/pa_cache_managers.h 1.8:
12598: * src/include/pa_charset.h 1.18:
12599: * src/include/pa_charsets.h 1.7:
12600: * src/include/pa_common.h 1.79:
12601: * src/include/pa_config_fixed.h 1.48:
12602: * src/include/pa_dictionary.h 1.12:
12603: * src/include/pa_dir.h 1.12:
12604: * src/include/pa_exception.h 1.37:
12605: * src/include/pa_exec.h 1.10:
12606: * src/include/pa_globals.h 1.91:
12607: * src/include/pa_hash.h 1.57:
12608: * src/include/pa_opcode.h 1.20:
12609: * src/include/pa_pool.h 1.83:
12610: * src/include/pa_request.h 1.142:
12611: * src/include/pa_sapi.h 1.21:
12612: * src/include/pa_socks.h 1.10:
12613: * src/include/pa_sql_connection.h 1.26:
12614: * src/include/pa_sql_driver_manager.h 1.25:
12615: * src/include/pa_stack.h 1.16:
12616: * src/include/pa_string.h 1.141:
12617: * src/include/pa_stylesheet_connection.h 1.30:
12618: * src/include/pa_stylesheet_manager.h 1.14:
12619: * src/include/pa_table.h 1.46:
12620: * src/include/pa_threads.h 1.25:
12621: * src/include/pa_types.h 1.43:
12622: * src/include/pa_uue.h 1.3:
12623: * src/lib/md5/pa_md5.h 1.4:
12624: * src/lib/md5/pa_md5c.c 1.5:
12625: * src/lib/pcre/pcre_parser_ctype.c 1.2:
12626: * src/main/compile.C 1.65:
12627: * src/main/compile.tab.C 1.58:
12628: * src/main/compile_tools.C 1.52:
12629: * src/main/compile_tools.h 1.63:
12630: * src/main/execute.C 1.244:
12631: * src/main/pa_array.C 1.50:
12632: * src/main/pa_cache_managers.C 1.6:
12633: * src/main/pa_charset.C 1.28:
12634: * src/main/pa_charsets.C 1.10:
12635: * src/main/pa_common.C 1.112:
12636: * src/main/pa_dictionary.C 1.16:
12637: * src/main/pa_dir.C 1.13:
12638: * src/main/pa_exception.C 1.42:
12639: * src/main/pa_exec.C 1.39:
12640: * src/main/pa_globals.C 1.134:
12641: * src/main/pa_hash.C 1.52:
12642: * src/main/pa_pool.C 1.55:
12643: * src/main/pa_request.C 1.219:
12644: * src/main/pa_socks.C 1.16:
12645: * src/main/pa_sql_driver_manager.C 1.64:
12646: * src/main/pa_string.C 1.165:
12647: * src/main/pa_stylesheet_manager.C 1.15:
12648: * src/main/pa_table.C 1.49:
12649: * src/main/pa_uue.C 1.3:
12650: * src/main/untaint.C 1.104:
12651: * src/sql/pa_sql_driver.h 1.28:
12652: * src/targets/apache13/mod_parser3.C 1.26:
12653: * src/targets/apache13/pa_md5c.c 1.4:
12654: * src/targets/apache13/pa_pool.C 1.7:
12655: * src/targets/apache13/pa_threads.C 1.10:
12656: * src/targets/cgi/pa_pool.C 1.40:
12657: * src/targets/cgi/pa_threads.C 1.11:
12658: * src/targets/cgi/parser3.C 1.190:
12659: * src/targets/cgi/pool_storage.h 1.12:
12660: * src/targets/isapi/pa_pool.C 1.15:
12661: * src/targets/isapi/pa_threads.C 1.12:
12662: * src/targets/isapi/parser3isapi.C 1.78:
12663: * src/targets/isapi/pool_storage.h 1.18:
12664: * src/types/pa_valiased.C 1.16:
12665: * src/types/pa_valiased.h 1.22:
12666: * src/types/pa_value.C 1.3:
12667: * src/types/pa_value.h 1.88:
12668: * src/types/pa_vbool.h 1.20:
12669: * src/types/pa_vclass.h 1.27:
12670: * src/types/pa_vcode_frame.h 1.16:
12671: * src/types/pa_vcookie.C 1.45:
12672: * src/types/pa_vcookie.h 1.18:
12673: * src/types/pa_vdate.h 1.12:
12674: * src/types/pa_vdouble.h 1.39:
12675: * src/types/pa_venv.h 1.23:
12676: * src/types/pa_vfile.C 1.31:
12677: * src/types/pa_vfile.h 1.44:
12678: * src/types/pa_vform.C 1.60:
12679: * src/types/pa_vform.h 1.37:
12680: * src/types/pa_vhash.h 1.35:
12681: * src/types/pa_vimage.C 1.19:
12682: * src/types/pa_vimage.h 1.27:
12683: * src/types/pa_vint.h 1.36:
12684: * src/types/pa_vjunction.h 1.15:
12685: * src/types/pa_vmail.C 1.14:
12686: * src/types/pa_vmail.h 1.3:
12687: * src/types/pa_vmath.h 1.9:
12688: * src/types/pa_vmethod_frame.h 1.29:
12689: * src/types/pa_vobject.h 1.20:
12690: * src/types/pa_vrequest.C 1.19:
12691: * src/types/pa_vrequest.h 1.19:
12692: * src/types/pa_vresponse.C 1.7:
12693: * src/types/pa_vresponse.h 1.24:
12694: * src/types/pa_vstateless_class.C 1.15:
12695: * src/types/pa_vstateless_class.h 1.28:
12696: * src/types/pa_vstateless_object.h 1.19:
12697: * src/types/pa_vstatus.C 1.9:
12698: * src/types/pa_vstatus.h 1.10:
12699: * src/types/pa_vstring.C 1.21:
12700: * src/types/pa_vstring.h 1.48:
12701: * src/types/pa_vtable.C 1.15:
12702: * src/types/pa_vtable.h 1.40:
12703: * src/types/pa_vvoid.h 1.11:
12704: * src/types/pa_vxdoc.C 1.15:
12705: * src/types/pa_vxdoc.h 1.23:
12706: * src/types/pa_vxnode.C 1.19:
12707: * src/types/pa_vxnode.h 1.16:
12708: * src/types/pa_wcontext.C 1.21:
12709: * src/types/pa_wcontext.h 1.34:
12710: * src/types/pa_wwrapper.h 1.20:
1.41 ! paf 12711: $Date: 2004/12/24 15:41:00 $
1.15 paf 12712:
12713: * src/Makefile.am 1.17:
12714: * src/classes/Makefile.am 1.40:
12715: * src/classes/classes.C 1.16:
12716: * src/classes/classes.dsp 1.23:
12717: * src/classes/classes.h 1.20:
12718: * src/classes/date.C 1.32:
12719: * src/classes/double.C 1.48:
12720: * src/classes/file.C 1.91:
12721: * src/classes/form.C 1.27:
12722: * src/classes/hash.C 1.41:
12723: * src/classes/image.C 1.73:
12724: * src/classes/int.C 1.45:
12725: * src/classes/mail.C 1.73:
12726: * src/classes/math.C 1.22:
12727: * src/classes/op.C 1.98:
12728: * src/classes/response.C 1.20:
12729: * src/classes/string.C 1.113:
12730: * src/classes/table.C 1.154:
12731: * src/classes/void.C 1.20:
12732: * src/classes/xdoc.C 1.96:
12733: * src/classes/xnode.C 1.46:
12734: * src/classes/xnode.h 1.12:
12735: * src/include/pa_array.h 1.54:
12736: * src/include/pa_cache_managers.h 1.7:
12737: * src/include/pa_charset.h 1.17:
12738: * src/include/pa_charsets.h 1.6:
12739: * src/include/pa_common.h 1.78:
12740: * src/include/pa_config_fixed.h 1.47:
12741: * src/include/pa_config_includes.h 1.20:
12742: * src/include/pa_dictionary.h 1.11:
12743: * src/include/pa_dir.h 1.11:
12744: * src/include/pa_exception.h 1.36:
12745: * src/include/pa_exec.h 1.9:
12746: * src/include/pa_globals.h 1.90:
12747: * src/include/pa_hash.h 1.56:
12748: * src/include/pa_opcode.h 1.19:
12749: * src/include/pa_pool.h 1.82:
12750: * src/include/pa_pragma_pack_begin.h 1.5:
12751: * src/include/pa_pragma_pack_end.h 1.5:
12752: * src/include/pa_request.h 1.141:
12753: * src/include/pa_sapi.h 1.20:
12754: * src/include/pa_socks.h 1.9:
12755: * src/include/pa_sql_connection.h 1.25:
12756: * src/include/pa_sql_driver_manager.h 1.24:
12757: * src/include/pa_stack.h 1.15:
12758: * src/include/pa_string.h 1.140:
12759: * src/include/pa_stylesheet_connection.h 1.29:
12760: * src/include/pa_stylesheet_manager.h 1.13:
12761: * src/include/pa_table.h 1.45:
12762: * src/include/pa_threads.h 1.24:
12763: * src/include/pa_types.h 1.42:
12764: * src/include/pa_uue.h 1.2:
12765: * src/lib/md5/pa_md5.h 1.3:
12766: * src/lib/md5/pa_md5c.c 1.4:
12767: * src/main/Makefile.am 1.34:
12768: * src/main/compile.C 1.64:
12769: * src/main/compile_tools.C 1.51:
12770: * src/main/compile_tools.h 1.62:
12771: * src/main/execute.C 1.243:
12772: * src/main/main.dsp 1.157:
12773: * src/main/pa_array.C 1.49:
12774: * src/main/pa_cache_managers.C 1.5:
12775: * src/main/pa_charset.C 1.27:
12776: * src/main/pa_charsets.C 1.9:
12777: * src/main/pa_common.C 1.111:
12778: * src/main/pa_dictionary.C 1.15:
12779: * src/main/pa_dir.C 1.12:
12780: * src/main/pa_exception.C 1.41:
12781: * src/main/pa_exec.C 1.38:
12782: * src/main/pa_globals.C 1.133:
12783: * src/main/pa_hash.C 1.51:
12784: * src/main/pa_pool.C 1.54:
12785: * src/main/pa_request.C 1.218:
12786: * src/main/pa_socks.C 1.15:
12787: * src/main/pa_sql_driver_manager.C 1.63:
12788: * src/main/pa_string.C 1.164:
12789: * src/main/pa_stylesheet_manager.C 1.14:
12790: * src/main/pa_table.C 1.48:
12791: * src/main/pa_uue.C 1.2:
12792: * src/main/untaint.C 1.103:
12793: * src/sql/pa_sql_driver.h 1.27:
12794: * src/targets/apache13/ApacheModuleParser3.dsp 1.16:
12795: * src/targets/apache13/Makefile.am 1.13:
12796: * src/targets/apache13/mod_parser3.C 1.25:
12797: * src/targets/apache13/pa_md5c.c 1.3:
12798: * src/targets/apache13/pa_pool.C 1.6:
12799: * src/targets/apache13/pa_threads.C 1.9:
12800: * src/targets/cgi/Makefile.am 1.40:
12801: * src/targets/cgi/pa_pool.C 1.39:
12802: * src/targets/cgi/pa_threads.C 1.10:
12803: * src/targets/cgi/parser3.C 1.189:
12804: * src/targets/cgi/parser3.dsp 1.54:
12805: * src/targets/cgi/pool_storage.h 1.11:
12806: * src/targets/isapi/pa_pool.C 1.14:
12807: * src/targets/isapi/pa_threads.C 1.11:
12808: * src/targets/isapi/parser3isapi.C 1.77:
12809: * src/targets/isapi/parser3isapi.dsp 1.41:
12810: * src/targets/isapi/pool_storage.h 1.17:
12811: * src/types/Makefile.am 1.24:
12812: * src/types/pa_valiased.C 1.15:
12813: * src/types/pa_valiased.h 1.21:
12814: * src/types/pa_value.C 1.2:
12815: * src/types/pa_value.h 1.87:
12816: * src/types/pa_vbool.h 1.19:
12817: * src/types/pa_vclass.h 1.26:
12818: * src/types/pa_vcode_frame.h 1.15:
12819: * src/types/pa_vcookie.C 1.44:
12820: * src/types/pa_vcookie.h 1.17:
12821: * src/types/pa_vdate.h 1.11:
12822: * src/types/pa_vdouble.h 1.38:
12823: * src/types/pa_venv.h 1.22:
12824: * src/types/pa_vfile.C 1.30:
12825: * src/types/pa_vfile.h 1.43:
12826: * src/types/pa_vform.C 1.59:
12827: * src/types/pa_vform.h 1.36:
12828: * src/types/pa_vhash.h 1.34:
12829: * src/types/pa_vimage.C 1.18:
12830: * src/types/pa_vimage.h 1.26:
12831: * src/types/pa_vint.h 1.35:
12832: * src/types/pa_vjunction.h 1.14:
12833: * src/types/pa_vmail.C 1.13:
12834: * src/types/pa_vmail.h 1.2:
12835: * src/types/pa_vmath.h 1.8:
12836: * src/types/pa_vmethod_frame.h 1.28:
12837: * src/types/pa_vobject.h 1.19:
12838: * src/types/pa_vrequest.C 1.18:
12839: * src/types/pa_vrequest.h 1.18:
12840: * src/types/pa_vresponse.C 1.6:
12841: * src/types/pa_vresponse.h 1.23:
12842: * src/types/pa_vstateless_class.C 1.14:
12843: * src/types/pa_vstateless_class.h 1.27:
12844: * src/types/pa_vstateless_object.h 1.18:
12845: * src/types/pa_vstatus.C 1.8:
12846: * src/types/pa_vstatus.h 1.9:
12847: * src/types/pa_vstring.C 1.20:
12848: * src/types/pa_vstring.h 1.47:
12849: * src/types/pa_vtable.C 1.14:
12850: * src/types/pa_vtable.h 1.39:
12851: * src/types/pa_vvoid.h 1.10:
12852: * src/types/pa_vxdoc.C 1.14:
12853: * src/types/pa_vxdoc.h 1.22:
12854: * src/types/pa_vxnode.C 1.18:
12855: * src/types/pa_vxnode.h 1.15:
12856: * src/types/pa_wcontext.C 1.20:
12857: * src/types/pa_wcontext.h 1.33:
12858: * src/types/pa_wwrapper.h 1.19:
12859: * src/types/types.dsp 1.29:
12860: ident.C* removed
12861:
12862: * operators.txt 1.58:
12863: * src/classes/file.C 1.90:
12864: * src/main/pa_request.C 1.217:
1.24 paf 12865: * www/cgi-bin/parser3.log 1.78:
1.15 paf 12866: file:find[/can/do/this/now.txt]
12867:
12868: * src/targets/cgi/parser3.C 1.188:
12869: usage to stdout now
12870:
12871: 2002-07-31 paf
12872: * src/classes/mail.C 1.72:
12873: * src/types/pa_vmail.C 1.10:
12874: * src/types/pa_vmail.C 1.11:
12875: * src/types/pa_vmail.C 1.12:
12876: mail:
12877: errors-to: now default "postmaster"
12878:
12879: * src/classes/mail.C 1.70:
12880: * src/types/pa_vmail.C 1.9:
1.24 paf 12881: * www/cgi-bin/parser3.log 1.77:
1.15 paf 12882: mail from/to now must be.
12883: -f postmaster now default sendmail key
12884: word "postmaster" replaced to $.from
12885:
12886: * src/classes/mail.C 1.71:
12887: *** empty log message ***
12888:
12889: 2002-07-30 paf
12890: * src/main/pa_charset.C 1.25:
1.24 paf 12891: * www/cgi-bin/parser3.log 1.76:
1.15 paf 12892: * www/htdocs/auto.p 1.15:
12893: UTF-8 to 1byte charset convert, no char in table, &#decimal;
12894:
12895: * Makefile.in 1.16:
12896: * configure 1.35:
12897: * configure.in 1.36:
12898: * src/targets/cgi/Makefile.in 1.50:
12899: * src/targets/cgi/pa_config_paths.h.in 1.2:
12900: * src/targets/cgi/parser3.C 1.187:
12901: removed pa_config_paths.h
12902:
12903: * src/main/pa_charset.C 1.26:
12904: * src/main/pa_request.C 1.216:
12905: comment
12906:
12907: * etc/parser3.charsets/windows-1251.cfg 1.6:
12908: section sign [russian paragraf]
12909:
12910: 2002-07-11 paf
12911: * src/classes/mail.C 1.69:
12912: $MAIL[
12913: # xxx
12914: ]
12915:
12916: now ok
12917:
12918: * operators.txt 1.57:
12919: plan: sql detailed exception
12920:
12921: * src/main/pa_exec.C 1.36:
12922: invalid .exe caused error message with params wich parser did not provide = reported badly.
12923: fixed that.
12924:
12925: * src/main/pa_exec.C 1.37:
12926: build command line badly added params twice [and first time
12927: without ' ']. double wrong. fixed.
12928:
12929: 2002-07-01 paf
12930: * src/classes/form.C 1.26:
12931: * src/main/pa_request.C 1.215:
12932: conf bug fixed [MForm.configure_admin were called when request
12933: main_class ==0
12934:
12935: * src/classes/form.C 1.24:
12936: content_length type fix
12937:
12938: * src/classes/form.C 1.25:
12939: 10*0x400*400 bug fix [4M not 10M]
12940:
12941: 2002-06-30 paf
12942: * src/classes/mail.C 1.68:
12943: merged from 4
12944:
12945: * src/classes/mail.C [release_3_0_0004] 1.67.2.1:
12946: restored $MAIL
12947:
12948: 2002-06-28 paf
12949: * configure 1.32:
12950: * operators.txt 1.56:
12951: * src/classes/xdoc.C 1.95:
12952: * src/include/pa_charset.h 1.16:
12953: * src/include/pa_config_fixed.h 1.46:
12954: * src/include/pa_pool.h 1.81:
12955: * src/include/pa_version.h 1.6:
12956: * src/main/pa_charset.C 1.24:
12957: * src/main/pa_pool.C 1.53:
12958: * src/targets/apache13/ApacheModuleParser3.dsp 1.15:
12959: * src/targets/cgi/parser3.dsp 1.53:
12960: * src/targets/isapi/parser3isapi.dsp 1.40:
12961: * src/types/pa_vmail.C 1.8:
1.24 paf 12962: * www/cgi-bin/parser3.log 1.75:
1.15 paf 12963: * www/htdocs/index.html 1.82:
12964: merged latest updates to head
12965:
12966: * configure 1.34:
12967: * configure.in [release_3_0_0004] 1.35.2.2:
12968: removed paths.h
12969:
12970: * Makefile.in 1.15:
12971: * configure 1.33:
12972: * src/include/pa_version.h 1.7:
12973: * src/targets/cgi/pa_config_paths.h.in [release_3_0_0004] 1.1.8.1:
12974: lates changes from 4 build merged, makes updated
12975:
12976: 2002-06-27 paf
12977: * src/classes/xdoc.C 1.94:
12978: * www/htdocs/index.html 1.81:
12979: xsltParseStylesheetDoc bug workaround
12980:
12981: * operators.txt [release_3_0_0004] 1.55.2.1:
12982: * src/classes/xdoc.C [release_3_0_0004] 1.93.2.1:
12983: * src/include/pa_charset.h [release_3_0_0004] 1.15.2.1:
12984: * src/include/pa_config_fixed.h [release_3_0_0004] 1.45.2.2:
12985: * src/include/pa_pool.h [release_3_0_0004] 1.80.4.1:
12986: * src/main/pa_charset.C [release_3_0_0004] 1.23.8.1:
12987: * src/main/pa_pool.C [release_3_0_0004] 1.52.8.1:
1.24 paf 12988: * www/cgi-bin/parser3.log [release_3_0_0004] 1.74.2.1:
1.15 paf 12989: * www/htdocs/index.html [release_3_0_0004] 1.80.2.1:
12990: ^xdoc::create[[uri]]... base uri for document being created, imports and other relative file names would be relative to this uri
12991: default uri=path_translated
12992:
12993: * src/targets/apache13/ApacheModuleParser3.dsp [release_3_0_0004] 1.14.2.1:
12994: * src/targets/cgi/parser3.dsp [release_3_0_0004] 1.52.2.1:
12995: * src/targets/isapi/parser3isapi.dsp [release_3_0_0004] 1.39.2.1:
12996: post-build not error now
12997:
12998: 2002-06-26 paf
12999: * configure [release_3_0_0004] 1.31.2.1:
13000: * configure.in [release_3_0_0004] 1.35.2.1:
13001: * src/include/pa_version.h [release_3_0_0004] 1.5.4.1:
13002: release_3_0_0004
13003:
13004: * src/main/pa_string.C 1.162:
13005: blank string '', ' <whitespace>' considered 0 now
13006:
13007: * src/lib/md5/Makefile.in 1.1:
13008: *** empty log message ***
13009:
13010: * src/targets/cgi/parser3.C 1.186:
1.24 paf 13011: * www/cgi-bin/parser3.log 1.74:
1.15 paf 13012: /cgi-bin/parser empty filename checked
13013:
13014: 2002-06-25 paf
13015: * operators.txt 1.55:
13016: * src/classes/xdoc.C 1.93:
1.24 paf 13017: * www/cgi-bin/parser3.log 1.71:
13018: * www/cgi-bin/parser3.log 1.72:
1.15 paf 13019: * www/htdocs/index.html 1.78:
13020: * www/htdocs/index.html 1.79:
13021: ^xdoc.transform[xdoc <<can be now
13022:
13023: * bin/auto.p.dist.in 1.3:
13024: * operators.txt 1.53:
13025: * src/classes/math.C 1.20:
13026: * src/types/pa_vmail.C 1.6:
1.24 paf 13027: * www/cgi-bin/parser3.log 1.70:
1.15 paf 13028: * www/htdocs/index.html 1.76:
13029: math:crypt updated to generate random salt when needed and to
13030: call system crypt() if not $apr1$ prefix
13031:
13032: * configure 1.31:
13033: * configure.in 1.35:
13034: * src/include/pa_config_auto.h.in 1.27:
13035: crypt library configured
13036:
13037: * operators.txt 1.54:
13038: * src/classes/string.C 1.112:
13039: * www/htdocs/index.html 1.77:
13040: ^string.normalize [old name: optimize
13041:
13042: * src/main/pa_string.C 1.161:
1.24 paf 13043: * www/cgi-bin/parser3.log 1.73:
1.15 paf 13044: * www/htdocs/index.html 1.80:
13045: emtpy string, or string of whitespaces considered bad number now
13046:
13047: * src/main/pa_request.C 1.214:
13048: configure_admin forced if no @conf
13049:
13050: 2002-06-24 paf
13051: * Makefile.in 1.14:
13052: * bin/Makefile.in 1.4:
13053: * configure 1.29:
13054: * configure.in 1.33:
13055: * etc/Makefile.in 1.9:
13056: * etc/parser3.charsets/Makefile.in 1.11:
13057: * src/Makefile.in 1.49:
13058: * src/classes/Makefile.in 1.47:
13059: * src/include/Makefile.in 1.6:
13060: * src/include/pa_config_auto.h.in 1.25:
13061: * src/lib/Makefile.in 1.3:
13062: * src/lib/patches/Makefile.in 1.3:
13063: * src/lib/pcre/Makefile.in 1.3:
13064: * src/main/Makefile.in 1.43:
13065: * src/sql/Makefile.in 1.6:
13066: * src/targets/Makefile.in 1.37:
13067: * src/targets/apache13/Makefile.in 1.36:
13068: * src/targets/apache13/p3runConfigure.in 1.11:
13069: * src/targets/cgi/Makefile.am 1.39:
13070: * src/targets/cgi/Makefile.in 1.49:
13071: * src/targets/isapi/Makefile.in 1.6:
13072: * src/types/Makefile.am 1.23:
13073: * src/types/Makefile.in 1.40:
13074: * src/types/pa_vmail.C 1.4:
13075: $mail:received makes update
13076:
13077: * src/targets/cgi/getopt.c 1.1:
13078: * src/targets/cgi/getopt.h 1.1:
13079: introducing parser -m option, for $mail:receive
13080:
13081: * src/include/pa_config_fixed.h 1.45:
13082: ssize_t fixed
13083:
13084: * INSTALL 1.24:
13085: --with-static/shared-mailreceive described
13086:
13087: * operators.txt 1.51:
13088: * src/classes/mail.C 1.67:
13089: * src/include/Makefile.am 1.3:
13090: * src/include/pa_charset.h 1.15:
13091: * src/include/pa_config_fixed.h 1.43:
13092: * src/include/pa_request.h 1.140:
13093: * src/include/pa_string.h 1.139:
13094: * src/include/pa_uue.h 1.1:
13095: * src/main/Makefile.am 1.33:
13096: * src/main/main.dsp 1.155:
13097: * src/main/pa_globals.C 1.131:
13098: * src/main/pa_request.C 1.213:
13099: * src/main/pa_string.C 1.160:
13100: * src/main/pa_uue.C 1.1:
13101: * src/targets/apache13/mod_parser3.C 1.24:
13102: * src/targets/cgi/Makefile.am 1.38:
13103: * src/targets/cgi/parser3.C 1.184:
13104: * src/targets/cgi/parser3.dsp 1.51:
13105: * src/targets/isapi/parser3isapi.C 1.76:
13106: * src/types/pa_vform.C 1.57:
13107: * src/types/pa_vform.h 1.35:
13108: * src/types/pa_vmail.C 1.1:
13109: * src/types/pa_vmail.h 1.1:
13110: * src/types/types.dsp 1.27:
1.24 paf 13111: * www/cgi-bin/parser3.log 1.68:
1.15 paf 13112: * www/htdocs/index.html 1.74:
13113: uue to separate file
13114: introducting $message:received
13115: ^mail:send rewritten with backward comp
13116:
13117: * src/classes/classes.dsp 1.22:
13118: * src/main/main.dsp 1.156:
13119: * src/main/pa_globals.C 1.132:
13120: * src/targets/apache13/ApacheModuleParser3.dsp 1.14:
13121: * src/targets/cgi/parser3.dsp 1.52:
13122: * src/targets/isapi/parser3isapi.dsp 1.39:
13123: * src/types/types.dsp 1.28:
13124: win32xml win32mailreceive pseudomodules paths now
13125:
13126: * src/include/pa_config_fixed.h 1.44:
13127: * src/targets/cgi/parser3.C 1.185:
13128: * src/types/pa_vmail.C 1.3:
13129: #ifdef WITH_MAILRECEIVE
13130:
13131: * acconfig.h 1.2:
13132: * configure 1.30:
13133: * configure.in 1.34:
13134: * src/include/pa_config_auto.h.in 1.26:
13135: *** empty log message ***
13136:
13137: 2002-06-21 paf
13138: * Makefile.in 1.13:
13139: * configure 1.28:
13140: * configure.in 1.32:
13141: * src/Makefile.in 1.48:
13142: * src/classes/Makefile.in 1.46:
13143: * src/lib/Makefile.in 1.1:
13144: * src/lib/md5/Makefile.am 1.2:
13145: * src/lib/md5/pa_md5c.c 1.2:
13146: * src/lib/patches/Makefile.in 1.2:
13147: * src/lib/pcre/Makefile.in 1.2:
13148: * src/main/Makefile.in 1.42:
13149: * src/targets/apache13/Makefile.in 1.35:
13150: * src/targets/cgi/Makefile.am 1.37:
13151: * src/targets/cgi/Makefile.in 1.48:
13152: * src/types/Makefile.in 1.39:
13153: lib restructure .in and .am files appropriate changes
13154:
13155: * src/lib/Makefile.am 1.2:
13156: * src/lib/Makefile.in 1.2:
13157: * src/lib/md5/pa_md5.h 1.2:
13158: * src/targets/apache13/p3runConfigure.in 1.10:
13159: * src/targets/apache13/pa_md5c.c 1.2:
13160: lib restructure apache .am & co changes
13161:
13162: * INSTALL 1.23:
13163: * configure.in 1.31:
13164: * operators.txt 1.50:
13165: * parser3.dsw 1.2:
13166: * src/Makefile.am 1.16:
13167: * src/classes/Makefile.am 1.39:
13168: * src/classes/classes.dsp 1.21:
13169: * src/classes/math.C 1.19:
13170: * src/lib/Makefile.am 1.1:
13171: * src/lib/md5/Makefile.am 1.1:
13172: * src/lib/md5/md5.dsp 1.1:
13173: * src/lib/md5/pa_md5.h 1.1:
13174: * src/lib/md5/pa_md5c.c 1.1:
13175: * src/lib/patches/Makefile.am 1.1:
13176: * src/lib/patches/Makefile.in 1.1:
13177: * src/lib/patches/libgdome_cpp_syntax1.patch 1.1:
13178: * src/lib/patches/libgdome_cpp_syntax2.patch 1.1:
13179: * src/lib/patches/libgdome_morestatic.patch 1.1:
13180: * src/lib/patches/libxml_error_column_tab.patch 1.1:
13181: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.1:
13182: * src/lib/patches/libxml_transcoder_context1.patch 1.1:
13183: * src/lib/patches/libxml_transcoder_context2.patch 1.1:
13184: * src/lib/patches/libxml_transcoder_context3.patch 1.1:
13185: * src/lib/patches/libxml_transcoder_context4.patch 1.1:
13186: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.1:
13187: * src/lib/pcre/LICENCE 1.1:
13188: * src/lib/pcre/Makefile.am 1.1:
13189: * src/lib/pcre/Makefile.in 1.1:
13190: * src/lib/pcre/README 1.1:
13191: * src/lib/pcre/Tech.Notes 1.1:
13192: * src/lib/pcre/dftables.c 1.1:
13193: * src/lib/pcre/get.c 1.1:
13194: * src/lib/pcre/ibm-1250.ucm 1.1:
13195: * src/lib/pcre/ibm-1251.ucm 1.1:
13196: * src/lib/pcre/ibm-1257.ucm 1.1:
13197: * src/lib/pcre/internal.h 1.1:
13198: * src/lib/pcre/maketables.c 1.1:
13199: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
13200: * src/lib/pcre/pcre.3 1.1:
13201: * src/lib/pcre/pcre.3.html 1.1:
13202: * src/lib/pcre/pcre.3.txt 1.1:
13203: * src/lib/pcre/pcre.c 1.1:
13204: * src/lib/pcre/pcre.dsp 1.1:
13205: * src/lib/pcre/pcre.h 1.1:
13206: * src/lib/pcre/pcre_dftables.dsp 1.1:
13207: * src/lib/pcre/pcre_parser_ctype.c 1.1:
13208: * src/lib/pcre/pcre_parser_ctype.dsp 1.1:
13209: * src/lib/pcre/ruspart_win2koi.pl 1.1:
13210: * src/lib/pcre/study.c 1.1:
13211: * src/lib/pcre/win-koi.tab 1.1:
13212: * src/main/Makefile.am 1.32:
13213: * src/main/compile.tab.C 1.57:
13214: * src/main/main.dsp 1.154:
13215: * src/targets/apache13/ApacheModuleParser3.dsp 1.13:
13216: * src/targets/apache13/Makefile.am 1.12:
13217: * src/targets/apache13/pa_md5c.c 1.1:
13218: * src/targets/cgi/Makefile.am 1.36:
13219: * src/targets/cgi/parser3.dsp 1.50:
13220: * src/targets/isapi/parser3isapi.dsp 1.38:
13221: * src/types/Makefile.am 1.22:
13222: * src/types/types.dsp 1.26:
1.24 paf 13223: * www/cgi-bin/parser3.log 1.67:
1.15 paf 13224: * www/htdocs/.htaccess 1.5:
13225: * www/htdocs/index.html 1.73:
13226: moved libltdl and pcre to libs/
13227: added libs/md5 which is linked to non-apache targets
13228: ^math:crypt[password;$apr1$salt]
13229:
13230: 2002-06-20 paf
13231: * INSTALL [release_3_0_0003] 1.21.2.1:
13232: * bin/Makefile.am [release_3_0_0003] 1.2.2.1:
13233: * bin/Makefile.in [release_3_0_0003] 1.2.2.1:
13234: * bin/auto.p.dist.in [release_3_0_0003] 1.2.2.1:
13235: * configure [release_3_0_0003] 1.26.2.2:
13236: * configure.in [release_3_0_0003] 1.29.2.2:
13237: * operators.txt [release_3_0_0003] 1.47.2.1:
13238: * src/classes/file.C [release_3_0_0003] 1.88.2.1:
13239: * src/classes/op.C [release_3_0_0003] 1.96.2.1:
13240: * src/doc/doxygen.cfg [release_3_0_0003] 1.22.4.1:
13241: * src/include/pa_globals.h [release_3_0_0003] 1.88.2.1:
13242: * src/include/pa_request.h [release_3_0_0003] 1.138.2.1:
13243: * src/main/execute.C [release_3_0_0003] 1.241.2.1:
13244: * src/main/pa_request.C [release_3_0_0003] 1.211.2.1:
13245: * src/targets/apache13/mod_parser3.C [release_3_0_0003] 1.22.2.1:
13246: * src/targets/cgi/parser3.C [release_3_0_0003] 1.182.2.1:
13247: * src/targets/isapi/parser3isapi.C [release_3_0_0003] 1.74.2.1:
13248: * src/types/pa_vmethod_frame.h [release_3_0_0003] 1.26.6.1:
13249: * www/htdocs/auto.p [release_3_0_0003] 1.11.2.1:
13250: * www/htdocs/index.html [release_3_0_0003] 1.69.2.1:
13251: marged latest HEAD updates, mainly file:justname&co & @auto
13252: conf[filespec
13253:
13254: * INSTALL 1.22:
13255: * bin/Makefile.am 1.3:
13256: * bin/auto.p.dist.in 1.1:
13257: * configure.in 1.30:
13258: * operators.txt 1.48:
13259: * src/doc/doxygen.cfg 1.23:
13260: * src/include/pa_globals.h 1.89:
13261: * src/targets/apache13/mod_parser3.C 1.23:
13262: * src/targets/cgi/parser3.C 1.183:
13263: * src/targets/isapi/parser3isapi.C 1.75:
13264: * www/htdocs/auto.p 1.12:
13265: * www/htdocs/index.html 1.70:
13266: parser3.conf renamed to auto.p
13267:
13268: * operators.txt 1.49:
13269: * src/classes/file.C 1.89:
1.24 paf 13270: * www/cgi-bin/parser3.log 1.66:
1.15 paf 13271: * www/htdocs/auto.p 1.14:
13272: * www/htdocs/index.html 1.72:
13273: !^file:dirname[/a/some.tar.gz]=/a
13274: !^file:dirname[/a/b/]=/a
13275: !^file:basename[/a/some.tar.gz]=some.tar.gz
13276: !^file:justname[/a/some.tar.gz]=some.tar
13277: !^file:justext[/a/some.tar.gz]=gz
13278:
13279: * bin/Makefile.in 1.3:
13280: * configure 1.27:
13281: parser3.conf renamed to auto.p autoconf changes
13282:
13283: * src/classes/op.C 1.97:
13284: * src/include/pa_request.h 1.139:
13285: * src/main/execute.C 1.242:
13286: * src/main/pa_request.C 1.212:
13287: * src/types/pa_vmethod_frame.h 1.27:
1.24 paf 13288: * www/cgi-bin/parser3.log 1.65:
1.15 paf 13289: * www/htdocs/auto.p 1.13:
13290: * www/htdocs/index.html 1.71:
13291: introducing @conf/auto[filespec]
13292:
13293: * bin/auto.p.dist.in 1.2:
13294: <noindex>
13295:
13296: 2002-06-18 paf
13297: * bin/Makefile.am 1.1:
13298: * bin/Makefile.in 1.1:
13299: * etc/Makefile.am 1.4:
13300: * www/htdocs/index.html 1.69:
13301: bin/parser3.conf.dist [moved from etc
13302:
1.24 paf 13303: * src/classes/file.C 1.86:
13304: * www/cgi-bin/parser3.log 1.64:
13305: ^file::exec[script;$.bad error case insensitive check now
13306:
1.15 paf 13307: * configure [release_3_0_0003] 1.26.2.1:
13308: * configure.in [release_3_0_0003] 1.29.2.1:
13309: * src/include/pa_version.h [release_3_0_0003] 1.5.2.1:
13310: version to configure.in
13311:
13312: * src/classes/file.C 1.85:
1.24 paf 13313: * www/cgi-bin/parser3.log 1.63:
1.15 paf 13314: * www/htdocs/index.html 1.68:
13315: ^file::exec[script;$.bad now error, not skip
13316:
13317: * Makefile.am 1.5:
13318: * Makefile.in 1.12:
13319: * bin/Makefile.am 1.2:
13320: * bin/Makefile.in 1.2:
13321: * configure 1.26:
13322: * configure.in 1.29:
13323: * etc/Makefile.in 1.8:
13324: * etc/parser3.charsets/Makefile.am 1.3:
13325: * etc/parser3.charsets/Makefile.in 1.10:
13326: * src/targets/apache13/Makefile.in 1.34:
13327: parser3.conf.dist moved to bin, .in & *.am updated
13328:
13329: * src/classes/file.C 1.87:
13330: strcasecmp
13331:
13332: * INSTALL 1.21:
13333: reflected .conf.dist dir change
13334:
13335: * configure 1.25:
13336: * configure.in 1.28:
13337: * src/include/pa_pool.h 1.80:
13338: * src/include/pa_types.h 1.41:
13339: pack configure.in detection simplified.
13340: figured out that gcc on sparc not that stupid as thought previously:
13341: 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]
13342: so packed must be all parts of packed class, i.e. it's parents&fields(classes).
13343: for now it's only String that packed and what was wrong is that it's parent - Pooled, were not packed. fixed that.
13344:
13345: * src/classes/file.C 1.88:
13346: strncasecmp
13347:
13348: 2002-06-14 paf
13349: * operators.txt 1.47:
13350: more precise xml-to-text options
13351:
13352: * operators.txt 1.46:
13353: * src/types/pa_vxnode.C 1.17:
13354: xnode attribute_node.name/value
13355: xnode pi.node.data
13356:
13357: 2002-06-12 paf
13358: * Makefile.in 1.11:
13359: * configure 1.24:
13360: * configure.in 1.27:
13361: * etc/Makefile.in 1.7:
13362: * etc/parser3.charsets/Makefile.in 1.9:
13363: * src/Makefile.in 1.47:
13364: * src/classes/Makefile.in 1.45:
13365: * src/include/Makefile.in 1.5:
13366: * src/main/Makefile.in 1.41:
13367: * src/sql/Makefile.in 1.5:
13368: * src/targets/Makefile.in 1.36:
13369: * src/targets/cgi/Makefile.am 1.35:
13370: * src/targets/cgi/Makefile.in 1.47:
13371: * src/targets/cgi/parser3.C 1.182:
13372: * src/targets/isapi/Makefile.in 1.5:
13373: * src/types/Makefile.in 1.38:
13374: removed root conf define creation
13375:
13376: * src/classes/mail.C 1.66:
13377: sendmail -ti [default now]
13378:
13379: * src/include/pa_globals.h 1.86:
13380: * src/include/pa_request.h 1.136:
13381: * src/main/main.dsp 1.153:
13382: * src/main/pa_globals.C 1.128:
13383: * src/main/pa_request.C 1.208:
1.24 paf 13384: * www/cgi-bin/parser3.log 1.60:
1.15 paf 13385: @conf
13386:
1.24 paf 13387: * src/include/pa_globals.h 1.87:
13388: * src/include/pa_request.h 1.137:
13389: * src/main/execute.C 1.241:
13390: * src/main/pa_globals.C 1.129:
13391: * src/main/pa_request.C 1.209:
13392: * www/cgi-bin/parser3.log 1.61:
13393: @rootconf [were @conf]
13394:
1.15 paf 13395: * INSTALL 1.20:
13396: * configure.in 1.26:
13397: * etc/Makefile.am 1.3:
13398: * operators.txt 1.43:
13399: * src/include/pa_globals.h 1.88:
13400: * src/include/pa_request.h 1.138:
13401: * src/main/compile.tab.C 1.56:
13402: * src/main/pa_globals.C 1.130:
13403: * src/main/pa_request.C 1.211:
13404: * src/targets/apache13/mod_parser3.C 1.22:
13405: * src/targets/cgi/parser3.C 1.181:
13406: * src/targets/isapi/parser3isapi.C 1.74:
1.24 paf 13407: * www/cgi-bin/parser3.log 1.62:
1.15 paf 13408: parser3.conf now one and only
13409:
13410: * src/classes/mail.C 1.65:
13411: * src/main/pa_request.C 1.210:
13412: $MAIL $CHARSETS allowed to be strings. for convinient #ing
13413:
13414: 2002-06-11 paf
13415: * src/classes/file.C 1.83:
13416: * src/targets/cgi/parser3.dsp 1.49:
13417: * src/targets/isapi/parser3isapi.C 1.73:
1.24 paf 13418: * www/cgi-bin/parser3.log 1.59:
1.15 paf 13419: * www/htdocs/.htaccess 1.4:
13420: * www/htdocs/index.html 1.66:
13421: suexec env keys filter plus CGI_ as valid prefix
13422:
13423: * src/classes/file.C 1.84:
13424: check simplified
13425:
13426: * src/classes/file.C 1.82:
13427: * src/include/pa_request.h 1.135:
13428: * src/include/pa_sapi.h 1.19:
13429: * src/targets/apache13/mod_parser3.C 1.21:
13430: * src/targets/cgi/parser3.C 1.180:
13431: * src/targets/isapi/parser3isapi.C 1.72:
1.24 paf 13432: * www/cgi-bin/parser3.log 1.58:
1.15 paf 13433: * www/htdocs/index.html 1.65:
13434: file::exec/cgi to pass HTTP_ vars
13435: introducing SAPI::environment
13436:
13437: 2002-06-10 paf
13438: * src/main/pa_common.C [release_1_0_0001] 1.108.2.1:
13439: fixed -d (bug)
13440:
13441: * configure 1.20:
13442: * configure [release_3_0_0002] 1.19.2.1:
13443: * configure.in [release_3_0_0002] 1.21.2.1:
13444: * src/include/pa_version.h 1.5:
13445: * src/include/pa_version.h [release_3_0_0002] 1.4.2.1:
13446: makes
13447:
13448: * operators.txt 1.41:
13449: old merge conflict removed
13450:
13451: * src/types/pa_vform.C 1.56:
13452: * src/types/pa_vform.h 1.34:
13453: * www/htdocs/index.html 1.62:
13454: $form: not determined yet check
13455:
13456: * src/main/pa_common.C 1.109:
13457: merged fixed -d (bug)
13458:
13459: * src/main/compile.tab.C 1.55:
13460: * src/main/pa_string.C 1.159:
1.24 paf 13461: * www/cgi-bin/parser3.log 1.56:
1.15 paf 13462: * www/htdocs/index.html 1.63:
13463: whitespace after number in autoconvert now ignored
13464:
13465: * operators.txt 1.42:
13466: * src/classes/op.C 1.96:
13467: * src/include/pa_common.h 1.77:
13468: * src/main/pa_common.C 1.110:
13469: lock failures reported now
13470:
13471: * configure 1.21:
13472: * configure.in 1.23:
13473: pack even address access on sparc&co arch checked in configure
13474:
13475: * configure 1.23:
13476: * configure.in 1.25:
13477: *** empty log message ***
13478:
13479: * src/main/compile_tools.C 1.50:
1.24 paf 13480: * www/cgi-bin/parser3.log 1.57:
1.15 paf 13481: * www/htdocs/index.html 1.64:
13482: ^if(" 1 "){y} bug fixed
13483: optimization string->double @ compile time were not-enough-checking...
13484:
13485: * configure 1.22:
13486: * configure.in 1.24:
13487: hpux check, nsl link, no socket
13488:
13489: * src/classes/mail.C 1.64:
13490: mail netscape attachment name fixed. todo: $response:body
13491: content-type:name
13492:
13493: * src/main/untaint.C 1.102:
13494: bug#2) mail subject got always prepended with charset even when
13495: all letters were 7bit one
13496:
13497: 2002-06-04 paf
13498: * src/targets/apache13/mod_parser3.C 1.20:
13499: * src/targets/apache13/mod_parser3.C [release_1_0_0001] 1.19.2.1:
13500: fixed .dsp-s along with reorganized cvs modules dirs structure
13501:
13502: 2002-06-03 paf
13503: * etc/parser3.charsets/windows-1251.cfg 1.5:
13504: * operators.txt 1.40:
13505: * src/classes/classes.dsp 1.20:
13506: * src/main/compile.tab.C 1.54:
13507: * src/main/main.dsp 1.152:
13508: * src/main/pa_globals.C 1.127:
13509: * src/targets/apache13/ApacheModuleParser3.dsp 1.12:
13510: * src/targets/cgi/parser3.C 1.179:
13511: * src/targets/cgi/parser3.dsp 1.48:
13512: * src/targets/isapi/parser3isapi.dsp 1.37:
13513: * src/types/types.dsp 1.25:
13514: * www/htdocs/index.html 1.60:
13515: fixed .dsp-s along with reorganized cvs modules dirs structure
13516:
13517: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.2:
13518: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.2:
13519: * src/main/main.dsp [release_1_0_0001] 1.150.2.2:
13520: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.3:
13521: * src/targets/apache13/ApacheModuleParser3.dsp [release_1_0_0001] 1.11.2.1:
13522: * src/targets/cgi/parser3.dsp [release_1_0_0001] 1.46.2.1:
13523: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.2:
13524: * src/types/types.dsp [release_1_0_0001] 1.23.2.2:
13525: reorganized cvs modules
13526:
13527: 2002-05-28 paf
13528: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.3:
13529: info.uri now ""
13530:
13531: 2002-05-17 paf
13532: * src/classes/table.C 1.153:
13533: * src/classes/table.C [release_1_0_0001] 1.151.2.1:
13534: ^table.save << checked empty pre/match/post columns
13535:
13536: 2002-05-16 paf
13537: * src/classes/image.C 1.72:
1.24 paf 13538: * www/cgi-bin/parser3.log 1.55:
1.15 paf 13539: * www/htdocs/index.html 1.59:
13540: image::measure can png now
13541:
13542: 2002-05-15 paf
13543: * operators.txt 1.38:
13544: * src/classes/date.C 1.31:
1.24 paf 13545: * www/cgi-bin/parser3.log 1.54:
1.15 paf 13546: * www/htdocs/index.html 1.58:
13547: ^date::create[%H:%M[:%S]] added
13548:
13549: * etc/parser3.charsets/windows-1251.cfg 1.4:
13550: 0x forgot, fixed
13551:
13552: * operators.txt 1.37:
13553: * src/classes/date.C 1.30:
1.24 paf 13554: * www/cgi-bin/parser3.log 1.53:
1.15 paf 13555: * www/htdocs/.htaccess 1.3:
13556: * www/htdocs/auto.p 1.10:
13557: * www/htdocs/index.html 1.57:
13558: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]]
13559: [-%m now
13560:
13561: 2002-05-14 paf
13562: * etc/parser3.charsets/windows-1251.cfg 1.3:
13563: * etc/parser3.charsets/windows-1251.cfg [release_1_0_0001] 1.2.2.1:
13564: added 3 quotes
13565:
13566: 2002-05-07 paf
13567: * src/classes/classes.dsp 1.19:
13568: * src/classes/classes.dsp [release_1_0_0001] 1.18.2.1:
13569: * src/classes/op.C 1.95:
13570: * src/classes/op.C [release_1_0_0001] 1.93.2.1:
13571: * src/include/pa_globals.h 1.85:
13572: * src/include/pa_globals.h [release_1_0_0001] 1.84.2.1:
13573: * src/include/pa_request.h 1.134:
13574: * src/include/pa_request.h [release_1_0_0001] 1.133.2.1:
13575: * src/include/pa_table.h 1.44:
13576: * src/include/pa_table.h [release_1_0_0001] 1.43.2.1:
13577: * src/main/compile.tab.C 1.53:
13578: * src/main/compile.tab.C [release_1_0_0001] 1.52.2.1:
13579: * src/main/compile.y 1.187:
13580: * src/main/compile.y [release_1_0_0001] 1.186.2.1:
13581: * src/main/main.dsp 1.151:
13582: * src/main/main.dsp [release_1_0_0001] 1.150.2.1:
13583: * src/main/pa_globals.C 1.126:
13584: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.2:
13585: * src/main/pa_request.C 1.207:
13586: * src/main/pa_request.C [release_1_0_0001] 1.204.2.1:
13587: * src/main/pa_table.C 1.47:
13588: * src/main/pa_table.C [release_1_0_0001] 1.46.2.1:
13589: * src/targets/isapi/pa_pool.C 1.13:
13590: * src/targets/isapi/pa_pool.C [release_1_0_0001] 1.12.2.1:
13591: * src/targets/isapi/parser3isapi.C 1.71:
13592: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.2:
13593: * src/targets/isapi/parser3isapi.dsp 1.36:
13594: * src/targets/isapi/parser3isapi.dsp [release_1_0_0001] 1.35.2.1:
13595: * src/targets/isapi/pool_storage.h 1.16:
13596: * src/targets/isapi/pool_storage.h [release_1_0_0001] 1.15.2.1:
13597: * src/types/types.dsp 1.24:
13598: * src/types/types.dsp [release_1_0_0001] 1.23.2.1:
13599: * www/htdocs/parser-status.html 1.2:
13600: * www/htdocs/parser-status.html [release_1_0_0001] 1.1.2.1:
13601: Table name2number field now &.
13602: 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]
13603:
13604: 2002-05-06 paf
13605: * src/main/pa_globals.C 1.125:
13606: * src/main/pa_globals.C [release_1_0_0001] 1.124.2.1:
13607: * src/targets/cgi/parser3.C 1.178:
13608: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.2:
13609: * src/targets/cgi/pool_storage.h 1.10:
13610: * src/targets/cgi/pool_storage.h [release_1_0_0001] 1.9.2.1:
13611: * src/targets/isapi/parser3isapi.C 1.70:
13612: * src/targets/isapi/parser3isapi.C [release_1_0_0001] 1.69.2.1:
13613: removed 100*40 bytes per request memory leak [nonpool malloc in
13614: globals]
13615:
13616: 2002-04-30 paf
13617: * configure 1.19:
13618: * src/include/pa_version.h 1.4:
13619: version now not b
13620:
13621: * src/targets/cgi/parser3.C 1.177:
1.24 paf 13622: * www/cgi-bin/parser3.log 1.52:
1.15 paf 13623: * www/htdocs/global.xsl 1.7:
13624: * www/htdocs/index.html 1.56:
13625: request.uri now never 0
13626:
13627: 2002-04-29 paf
13628: * configure.in 1.21:
13629: removed b
13630:
13631: * src/doc/ClassExample1.dox 1.4:
13632: * src/doc/ClassExample3.dox 1.4:
13633: * src/doc/aliased.dox 1.4:
13634: * src/doc/methoded.dox 1.3:
13635: * src/doc/string.dox 1.4:
13636: * src/doc/value.dox 1.3:
13637: * src/include/pa_exception.h 1.34:
13638: * src/main/pa_request.C 1.205:
13639: * src/targets/cgi/parser3.C 1.176:
13640: merged from 0001
13641:
13642: * src/classes/op.C 1.94:
13643: * src/include/pa_exception.h 1.35:
13644: * src/main/pa_request.C 1.206:
13645: Exception::comment/type checked in (), no there's no empty type
13646: comment by default
13647:
13648: 2002-04-26 paf
13649: * src/doc/doxygen.cfg 1.22:
13650: * src/doc/doxygen.cfg [release_1_0_0001] 1.21.2.1:
13651: * src/targets/cgi/parser3.dsp 1.47:
1.24 paf 13652: * www/cgi-bin/parser3.log 1.51:
1.15 paf 13653: * www/htdocs/index.html 1.55:
13654: doxygen dot image size reduced
13655:
13656: 2002-04-25 paf
13657: * src/classes/table.C 1.152:
1.24 paf 13658: * www/cgi-bin/parser3.log 1.47:
1.15 paf 13659: * www/htdocs/.htaccess 1.1:
13660: * www/htdocs/index.html 1.51:
13661: removed restriction on column count to ^table.hash to work, now
13662: must be >0 [were >1]
13663:
13664: * src/targets/cgi/parser3.C 1.175:
13665: * src/targets/cgi/parser3.C [release_1_0_0001] 1.174.2.1:
13666: setenv in .htaccess when cgi is not under that dir got
13667: REDIRECT_ prefix before HTTP_PARSER_x_CONFIG, now that took
13668: into account
13669:
1.24 paf 13670: * www/cgi-bin/parser3.log 1.48:
1.15 paf 13671: * www/htdocs/index.html 1.52:
13672: sample of 'using junction out of context'
13673:
13674: * operators.txt 1.35:
13675: * operators.txt 1.36:
13676: * src/classes/date.C 1.28:
13677: * src/classes/date.C 1.29:
1.24 paf 13678: * www/cgi-bin/parser3.log 1.49:
1.15 paf 13679: * www/htdocs/index.html 1.53:
13680: ^date::create[2002-12-33 01:03:04]
13681:
13682: 2002-04-24 paf
13683: * src/classes/classes.dsp 1.18:
13684: * src/main/compile.tab.C 1.52:
13685: * src/main/main.dsp 1.150:
13686: * src/targets/apache13/ApacheModuleParser3.dsp 1.11:
13687: * src/targets/cgi/parser3.C 1.174:
13688: * src/targets/cgi/parser3.dsp 1.46:
13689: * src/targets/isapi/parser3isapi.dsp 1.34:
13690: * src/types/types.dsp 1.23:
13691: MSVC profile targets
13692:
13693: 2002-04-23 paf
13694: * operators.txt 1.34:
13695: * src/classes/string.C 1.110:
1.24 paf 13696: * www/cgi-bin/parser3.log 1.46:
1.15 paf 13697: * www/htdocs/index.html 1.50:
13698: int/double/string:sql{}[$.default{code}]
13699: fixed [were barking: "junction used outside of context"]
13700:
13701: 2002-04-22 paf
13702: * src/classes/string.C 1.109:
13703: * src/include/pa_string.h 1.138:
13704: * src/main/pa_string.C 1.158:
13705: * src/types/pa_vstring.C 1.19:
13706: * src/types/pa_vstring.h 1.46:
13707: * types.txt 1.2:
13708: ^string.optimize[]
13709:
13710: * src/main/execute.C 1.238:
1.24 paf 13711: * www/cgi-bin/parser3.log 1.43:
1.15 paf 13712: * www/htdocs/index.html 1.48:
13713: junctions to local contexts got cleanized&checked later
13714:
1.24 paf 13715: * src/main/execute.C 1.240:
13716: * www/cgi-bin/parser3.log 1.45:
13717: rolled back to before_killing_userjunction_contexts
13718:
1.15 paf 13719: * src/include/pa_globals.h 1.84:
13720: * src/include/pa_table.h 1.43:
13721: * src/main/pa_globals.C 1.124:
13722: * src/main/pa_string.C 1.157:
13723: * src/main/pa_table.C 1.46:
13724: fixed match table template
13725:
13726: * src/classes/string.C 1.107:
13727: * src/classes/string.C 1.108:
13728: optimize removed from string .left/right/pos
13729:
13730: * src/main/execute.C 1.239:
1.24 paf 13731: * www/cgi-bin/parser3.log 1.44:
1.15 paf 13732: * www/htdocs/index.html 1.49:
13733: user junctions context killed
13734:
13735: 2002-04-19 paf
13736: * src/classes/string.C 1.106:
13737: * src/include/pa_request.h 1.133:
13738: * src/include/pa_string.h 1.137:
13739: * src/main/pa_request.C 1.204:
13740: * src/main/pa_string.C 1.156:
13741: * src/types/pa_vstring.C 1.18:
13742: * src/types/pa_vstring.h 1.45:
1.24 paf 13743: * www/cgi-bin/parser3.log 1.42:
1.15 paf 13744: * www/htdocs/index.html 1.47:
13745: string now optimized prior to .left .right .mid .pos .match when that is profitable,
13746: and always before .replace
13747: when $ORIGINS(1) optimization disabled
13748: 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
13749:
13750: * src/classes/op.C 1.93:
13751: * src/classes/string.C 1.105:
13752: * src/types/pa_value.h 1.86:
13753: VTable removed from each String::match replace iteration, and made stacked
13754: sizeof(VTable)=12bytes economy on each replace code
13755:
13756: * src/include/pa_globals.h 1.83:
13757: * src/include/pa_table.h 1.42:
13758: * src/main/pa_globals.C 1.123:
13759: * src/main/pa_string.C 1.155:
13760: String::match table columns globalized, not created @ each ^match anymore
13761: economy: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
13762:
13763: * src/classes/file.C 1.81:
13764: ovector now local
13765: economy: 16 bytes per ^file:list
13766:
13767: * src/classes/string.C 1.104:
13768: * src/include/pa_string.h 1.136:
13769: * src/main/pa_string.C 1.154:
13770: * www/htdocs/index.html 1.46:
13771: string.match[]['] option enables generation of $match.prematch
13772: .match .postmatch columns
13773:
13774: * src/main/pa_string.C 1.153:
13775: String::match options analized without cstr-ing them now
13776:
13777: * src/doc/chmhelper.pl 1.1:
13778: * src/doc/doxygen.cfg 1.21:
13779: * src/doc/footer.htm 1.1:
13780: * src/doc/html2chm.cmd 1.6:
13781: * src/doc/postbuild.txt 1.3:
13782: * src/doc/sources2html.cmd 1.5:
13783: * src/doc/view_chm.cmd 1.2:
13784: * src/doc/view_html.cmd 1.2:
13785: config updated to doxygen 1.2.15,
13786: created helper which fixes minor bugs in chm project files & htm tree.
13787: changed extension to .htm
13788:
13789: * src/doc/footer.htm 1.2:
13790: 2001,
13791:
13792: 2002-04-18 paf
13793: * src/classes/classes.h 1.18:
13794: * src/classes/hash.C 1.40:
13795: * src/types/pa_value.h 1.85:
13796: * src/types/pa_vbool.h 1.18:
13797: * src/types/pa_vcookie.h 1.16:
13798: * src/types/pa_vdate.h 1.10:
13799: * src/types/pa_vdouble.h 1.37:
13800: * src/types/pa_venv.h 1.21:
13801: * src/types/pa_vfile.h 1.42:
13802: * src/types/pa_vhash.h 1.33:
13803: * src/types/pa_vimage.h 1.25:
13804: * src/types/pa_vint.h 1.34:
13805: * src/types/pa_vjunction.h 1.13:
13806: * src/types/pa_vobject.h 1.18:
13807: * src/types/pa_vrequest.h 1.17:
13808: * src/types/pa_vresponse.h 1.22:
13809: * src/types/pa_vstateless_class.h 1.26:
13810: * src/types/pa_vstateless_object.h 1.17:
13811: * src/types/pa_vstatus.h 1.8:
13812: * src/types/pa_vstring.h 1.44:
13813: * src/types/pa_vtable.h 1.38:
13814: * src/types/pa_vvoid.h 1.9:
13815: * src/types/pa_vxdoc.h 1.21:
13816: * src/types/pa_vxnode.h 1.14:
13817: fclass_real lowered from VStateless_class to VObject
13818:
13819: * src/types/pa_value.C 1.1:
13820: forced to cut that from .h because of VStateless_class usage [
13821: undefined in .h]
13822:
13823: * src/classes/classes.h 1.17:
13824: * src/classes/date.C 1.27:
13825: * src/classes/double.C 1.47:
13826: * src/classes/file.C 1.80:
13827: * src/classes/form.C 1.23:
13828: * src/classes/hash.C 1.39:
13829: * src/classes/image.C 1.71:
13830: * src/classes/int.C 1.44:
13831: * src/classes/mail.C 1.63:
13832: * src/classes/math.C 1.18:
13833: * src/classes/op.C 1.91:
13834: * src/classes/response.C 1.19:
13835: * src/classes/string.C 1.103:
13836: * src/classes/table.C 1.151:
13837: * src/classes/void.C 1.19:
13838: * src/classes/xnode.C 1.44:
13839: * src/include/pa_globals.h 1.82:
13840: * src/include/pa_request.h 1.132:
13841: * src/main/execute.C 1.236:
13842: * src/main/pa_globals.C 1.122:
13843: * src/main/pa_request.C 1.201:
13844: * src/types/Makefile.am 1.21:
13845: * src/types/pa_value.h 1.84:
13846: * src/types/pa_vdouble.h 1.36:
13847: * src/types/pa_vform.C 1.55:
13848: * src/types/pa_vhash.h 1.32:
13849: * src/types/pa_vint.h 1.33:
13850: * src/types/pa_vmath.h 1.7:
13851: * src/types/pa_vmethod_frame.h 1.25:
13852: * src/types/pa_vstateless_class.h 1.24:
13853: * src/types/pa_wcontext.C 1.18:
13854: * src/types/pa_wcontext.h 1.32:
13855: * src/types/pa_wwrapper.h 1.18:
13856: * src/types/types.dsp 1.22:
1.24 paf 13857: * www/cgi-bin/parser3.log 1.36:
1.15 paf 13858: * www/htdocs/index.html 1.40:
13859: removed Value::fname
13860:
13861: * src/include/pa_opcode.h 1.18:
13862: * src/main/compile.tab.C 1.51:
13863: * src/main/compile.y 1.186:
13864: * src/main/compile_tools.C 1.49:
13865: * src/main/compile_tools.h 1.61:
13866: * src/main/execute.C 1.237:
13867: * src/main/pa_request.C 1.202:
13868: * src/types/pa_vmethod_frame.h 1.26:
1.24 paf 13869: * www/cgi-bin/parser3.log 1.37:
1.15 paf 13870: * www/htdocs/index.html 1.41:
13871: OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to
13872: stack [no more heap waste on each CALL]
13873:
13874: * src/types/pa_valiased.C 1.14:
13875: * src/types/pa_valiased.h 1.19:
13876: * src/types/pa_vclass.h 1.25:
13877: * src/types/pa_vobject.h 1.17:
13878: * src/types/pa_wcontext.C 1.19:
1.24 paf 13879: * www/cgi-bin/parser3.log 1.38:
1.15 paf 13880: * www/htdocs/index.html 1.42:
13881: VAliased get/set alias now virtual and implemented down in
13882: VClass, fclass_alias removed,
13883:
13884: * src/main/pa_request.C 1.203:
13885: * src/types/pa_valiased.h 1.20:
13886: * src/types/pa_vstateless_class.h 1.25:
13887: * src/types/pa_vstateless_object.h 1.16:
13888: * src/types/pa_vstring.h 1.43:
1.24 paf 13889: * www/cgi-bin/parser3.log 1.39:
1.15 paf 13890: * www/htdocs/index.html 1.43:
13891: VStateless_string_object speicalized light version of VStateless_object
13892:
13893: * src/types/Makefile.in 1.37:
13894: *** empty log message ***
13895:
13896: * src/doc/doxygen.cfg 1.20:
13897: .chi generation disabled
13898:
13899: * src/classes/classes.h 1.19:
13900: * src/classes/xdoc.C 1.92:
13901: * src/classes/xnode.C 1.45:
13902: * src/classes/xnode.h 1.11:
13903: * src/types/pa_vxdoc.C 1.13:
1.24 paf 13904: * www/cgi-bin/parser3.log 1.40:
13905: * www/cgi-bin/parser3.log 1.41:
1.15 paf 13906: * www/htdocs/index.html 1.44:
13907: * www/htdocs/index.html 1.45:
13908: xdoc(xnode) now fully - fields&methods
13909:
13910: * src/classes/op.C 1.92:
13911: ^throw comment param made optional
13912:
13913: 2002-04-17 paf
13914: * src/types/pa_vhash.h 1.31:
13915: vstring wrong parent fixed
13916:
13917: * src/classes/op.C 1.90:
13918: taint local result var bug fixed
13919:
13920: * src/doc/ClassExample1.dox 1.3:
13921: * src/doc/ClassExample2.dox 1.4:
13922: * src/doc/ClassExample3.dox 1.3:
13923: * src/doc/compiler.dox 1.3:
13924: * src/doc/module.dox 1.3:
13925: * src/doc/pooled.dox 1.3:
13926: * src/doc/string.dox 1.3:
13927: * src/doc/targets.dox 1.3:
13928: * src/include/pa_pool.h 1.79:
13929: * src/include/pa_types.h 1.40:
13930: dox updated to current state, PTHROW freshen to throw & co
13931:
13932: 2002-04-16 paf
13933: * src/classes/op.C 1.89:
13934: exception2vhash file now tainted
13935:
13936: * src/include/pa_opcode.h 1.17:
13937: * src/main/compile.tab.C 1.49:
13938: * src/main/compile.y 1.185:
13939: * src/main/execute.C 1.232:
13940: * src/targets/cgi/parser3.C 1.172:
1.24 paf 13941: * www/cgi-bin/parser3.log 1.30:
1.15 paf 13942: OP_CALL -> OP_CALL__WRITE and used that for removing VString wrapper
13943:
13944: * src/doc/postbuild.txt 1.2:
13945: * src/main/execute.C 1.234:
1.24 paf 13946: * www/cgi-bin/parser3.log 1.34:
1.15 paf 13947: * www/htdocs/index.html 1.37:
13948: result in @postprocess & @unhandled_exception now taken into
13949: account as in usual functions
13950:
13951: * src/doc/postbuild.txt 1.1:
13952: instructions on post .html build
13953:
13954: * asm.txt 1.2:
13955: * form.txt 1.2:
13956: * lang.txt 1.2:
13957: * sql.txt 1.2:
1.24 paf 13958: * www/cgi-bin/parser3.log 1.35:
1.15 paf 13959: removed outdated. see in Attic asm.txt as most interesting
13960:
13961: * src/classes/op.C 1.87:
1.24 paf 13962: * www/cgi-bin/parser3.log 1.28:
1.15 paf 13963: * www/htdocs/auto.p 1.8:
13964: extra check on empty file in origin in _execute
13965:
13966: * src/classes/date.C 1.26:
13967: * src/main/compile.tab.C 1.50:
13968: * src/targets/cgi/parser3.C 1.173:
1.24 paf 13969: * www/cgi-bin/parser3.log 1.31:
13970: * www/cgi-bin/parser3.log 1.32:
1.15 paf 13971: cheched date:create(days) param for validity [later were
13972: assumed valid and crashed on invalid onces]
13973:
13974: * src/classes/file.C 1.79:
13975: * src/main/pa_exec.C 1.35:
1.24 paf 13976: * www/cgi-bin/parser3.log 1.33:
1.15 paf 13977: * www/htdocs/index.html 1.36:
13978: stderr of execs mark as tainted
13979:
13980: * src/main/execute.C 1.235:
13981: * www/htdocs/index.html 1.38:
13982: $result in @main now taken into account as in usual functions
13983:
1.24 paf 13984: * src/classes/op.C 1.88:
13985: * www/cgi-bin/parser3.log 1.29:
13986: _process pseudo origin copied from local var to heap
13987:
1.23 paf 13988: * src/main/pa_request.C 1.199:
13989: uri in error log
13990:
1.15 paf 13991: * src/main/pa_request.C 1.200:
13992: * src/targets/isapi/parser3isapi.C 1.69:
13993: * www/htdocs/index.html 1.39:
13994: removed check, preventing content-length: 0 from appearing
13995:
13996: * src/doc/doxygen.cfg 1.19:
13997: * src/doc/html2chm.cmd 1.5:
13998: .chm file only now, no .chi
13999:
14000: 2002-04-15 paf
14001: * src/classes/image.C 1.70:
14002: * src/classes/op.C 1.83:
14003: * src/classes/op.C 1.84:
14004: * src/classes/string.C 1.101:
14005: * src/classes/table.C 1.149:
14006: * src/include/pa_request.h 1.129:
14007: * src/main/execute.C 1.228:
14008: * src/types/pa_value.h 1.81:
14009: * src/types/pa_vmethod_frame.h 1.24:
14010: * src/types/pa_wcontext.h 1.29:
1.24 paf 14011: * www/cgi-bin/parser3.log 1.25:
1.15 paf 14012: StringOrValue wcontext result, now ready for dual writes
14013:
1.24 paf 14014: * src/classes/file.C 1.78:
14015: * src/classes/op.C 1.86:
14016: * src/classes/table.C 1.150:
14017: * www/cgi-bin/parser3.log 1.26:
14018: finished dual write_xxx_lang functions
14019:
1.15 paf 14020: * src/main/execute.C 1.231:
14021: * src/types/pa_value.h 1.83:
1.24 paf 14022: * www/cgi-bin/parser3.log 1.27:
1.15 paf 14023: fixed name update
14024:
14025: * src/main/execute.C 1.229:
14026: CodeFrame soul fixed [mistakenly killed by prev changes]
14027:
14028: * src/classes/date.C 1.25:
14029: * src/classes/file.C 1.76:
14030: * src/classes/mail.C 1.62:
14031: * src/classes/string.C 1.102:
14032: * src/classes/xnode.C 1.43:
14033: * src/include/pa_request.h 1.130:
14034: * src/types/pa_value.h 1.82:
14035: * src/types/pa_wcontext.h 1.30:
14036: removed absolutely unnecessary VString shells
14037:
14038: * src/classes/op.C 1.82:
14039: * src/include/pa_globals.h 1.81:
14040: * src/include/pa_opcode.h 1.16:
14041: * src/include/pa_request.h 1.128:
14042: * src/main/compile.tab.C 1.47:
14043: * src/main/compile.y 1.183:
14044: * src/main/compile_tools.C 1.47:
14045: * src/main/compile_tools.h 1.59:
14046: * src/main/execute.C 1.226:
14047: * src/main/pa_globals.C 1.121:
14048: * src/main/pa_request.C 1.198:
14049: * src/targets/cgi/parser3.C 1.170:
1.24 paf 14050: * www/cgi-bin/parser3.log 1.24:
1.15 paf 14051: * www/htdocs/index.html 1.35:
14052: switch in hash constructor fixed [were problems with using of
14053: stacked wwrapper after it's death]
14054:
14055: * src/classes/file.C 1.77:
14056: * src/classes/hash.C 1.38:
14057: * src/classes/op.C 1.85:
14058: * src/include/pa_request.h 1.131:
14059: * src/main/execute.C 1.230:
14060: * src/types/pa_wcontext.h 1.31:
14061: started dual write_xxx_lang functions, if checked & works
14062:
14063: * src/targets/cgi/parser3.C 1.171:
14064: ctime sometimes can be just "", checked that
14065:
14066: * src/main/compile.tab.C 1.48:
14067: * src/main/compile.y 1.184:
14068: * src/main/compile_tools.C 1.48:
14069: * src/main/compile_tools.h 1.60:
14070: * src/main/execute.C 1.227:
14071: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
14072: changed to OP_WRITE_VALUE
14073: in var get cases
14074:
14075: 2002-04-12 paf
14076: * operators.txt 1.33:
14077: * src/classes/table.C 1.148:
1.24 paf 14078: * www/cgi-bin/parser3.log 1.23:
1.15 paf 14079: * www/htdocs/index.html 1.34:
14080: table.select(expression) 0
14081:
14082: 2002-04-11 paf
14083: * src/classes/string.C 1.100:
14084: * src/include/pa_request.h 1.127:
14085: * src/main/execute.C 1.225:
14086: Request::process_internal codeFrame & wwrapper stacked [not
14087: wasting heap anymore]
14088:
14089: 2002-04-10 paf
14090: * src/include/pa_string.h 1.135:
14091: * src/main/pa_string.C 1.151:
14092: * src/main/untaint.C 1.101:
1.24 paf 14093: * www/cgi-bin/parser3.log 1.22:
1.15 paf 14094: * www/htdocs/index.html 1.33:
14095: killed 8 bytes from String.head
14096:
14097: * src/classes/double.C 1.46:
14098: * src/classes/file.C 1.75:
14099: * src/classes/hash.C 1.37:
14100: * src/classes/image.C 1.69:
14101: * src/classes/int.C 1.43:
14102: * src/classes/math.C 1.17:
14103: * src/classes/op.C 1.81:
14104: * src/classes/string.C 1.99:
14105: * src/classes/table.C 1.147:
14106: * src/classes/void.C 1.18:
14107: * src/classes/xdoc.C 1.91:
14108: * src/include/pa_request.h 1.126:
14109: * src/main/execute.C 1.224:
14110: * src/main/pa_string.C 1.152:
14111: killed Request::process() wrapping VString(String) in case we
14112: need only String
14113:
14114: 2002-04-09 paf
14115: * src/main/pa_common.C 1.108:
14116: * src/targets/cgi/parser3.C 1.168:
14117: * src/types/pa_vdouble.h 1.35:
14118: * src/types/pa_vint.h 1.32:
14119: int/double get_string now not pool.malloc(MAX_NUMBER) but
14120: really neaded
14121:
14122: * etc/Makefile.in 1.6:
14123: * etc/parser3.charsets/Makefile.in 1.8:
14124: * src/classes/Makefile.in 1.44:
14125: * src/sql/Makefile.in 1.4:
14126: * src/targets/Makefile.in 1.35:
14127: * src/targets/apache13/Makefile.in 1.33:
14128: * src/targets/cgi/Makefile.in 1.46:
14129: * src/targets/isapi/Makefile.in 1.4:
14130: * src/types/Makefile.in 1.36:
14131: makse
14132:
14133: * operators.txt 1.31:
14134: * src/classes/double.C 1.45:
14135: * src/classes/int.C 1.42:
14136: * www/htdocs/global.xsl 1.5:
14137: int/double.int/double(default)
14138:
14139: * src/main/compile.tab.C 1.46:
14140: * src/targets/cgi/parser3.C 1.169:
14141: * src/targets/isapi/parser3isapi.C 1.68:
1.24 paf 14142: * www/cgi-bin/parser3.log 1.21:
1.15 paf 14143: removed
14144: {
14145: char *a;
14146: {
14147: /*sub local*/char b[...];
14148: a=b;
14149: situations
14150:
14151: * src/classes/xdoc.C 1.89:
1.24 paf 14152: * www/cgi-bin/parser3.log 1.19:
1.15 paf 14153: * www/htdocs/global.xsl 1.6:
14154: * www/htdocs/index.html 1.32:
14155: xslt params fixed
14156:
14157: * operators.txt 1.32:
14158: * src/classes/xdoc.C 1.90:
1.24 paf 14159: * www/cgi-bin/parser3.log 1.20:
1.15 paf 14160: xslt params made literal
14161:
14162: 2002-04-04 paf
14163: * src/include/pa_string.h 1.134:
14164: * src/main/pa_string.C 1.150:
1.24 paf 14165: * www/cgi-bin/parser3.log 1.18:
1.15 paf 14166: * www/htdocs/index.html 1.31:
14167: fixed string.replace [when reconstructing pieces were split by
14168: max_integral(piece.size), thus some strings to replace happen
14169: to be split into two = not replaced)
14170:
14171: * src/targets/cgi/parser3.C 1.166:
14172: * src/targets/cgi/parser3.C 1.167:
14173: * src/targets/cgi/parser3.dsp 1.44:
14174: * src/targets/cgi/parser3.dsp 1.45:
14175: document root in standalone version = current dir
14176:
14177: 2002-04-03 paf
14178: * INSTALL 1.18:
14179: * Makefile.in 1.10:
14180: * configure 1.17:
14181: * configure.in 1.19:
14182: * etc/Makefile.in 1.5:
14183: * etc/parser3.charsets/Makefile.in 1.7:
14184: * src/Makefile.in 1.46:
14185: * src/include/Makefile.in 1.4:
14186: * src/main/Makefile.in 1.40:
14187: root config configure options
14188:
14189: * configure 1.18:
14190: * configure.in 1.20:
14191: more checks on nonexistent charset
14192:
14193: 2002-04-02 paf
14194: * src/main/compile.C 1.63:
14195: parser.compile [exception name more like in doc]
14196:
14197: 2002-04-01 paf
14198: * src/classes/mail.C 1.61:
14199: * src/include/pa_string.h 1.133:
14200: * src/main/untaint.C 1.100:
14201: * src/targets/isapi/parser3isapi.dsp 1.33:
1.24 paf 14202: * www/cgi-bin/parser3.log 1.17:
1.15 paf 14203: mail subject encoding taken from .content-type.charset, not .charset
14204:
14205: 2002-03-29 paf
14206: * operators.txt 1.30:
14207: * src/classes/date.C 1.24:
1.24 paf 14208: * www/cgi-bin/parser3.log 1.16:
1.15 paf 14209: * www/htdocs/index.html 1.30:
14210: ^date::create now may not supply day, default 1.
14211: checked 29.03 -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
14212:
14213: * etc/parser3.charsets/koi8-r.cfg 1.2:
14214: koi8-r += ukranian letters
14215:
14216: 2002-03-28 paf
14217: * operators.txt 1.29:
14218: * src/classes/date.C 1.23:
14219: * src/classes/op.C 1.79:
14220: * src/include/pa_globals.h 1.80:
14221: * src/include/pa_hash.h 1.55:
14222: * src/main/pa_globals.C 1.120:
14223: * src/types/pa_vdate.h 1.9:
14224: * www/htdocs/index.html 1.29:
14225: ^cache[file][date]{
14226: ^cache(seconds)
14227: ^cache[date]
14228: }
14229:
14230: * src/classes/xdoc.C 1.88:
14231: * src/classes/xnode.C 1.42:
14232: * src/classes/xnode.h 1.10:
14233: removed redundant pool param
14234:
14235: 2002-03-27 paf
14236: * operators.txt 1.27:
14237: * src/classes/op.C 1.77:
14238: * src/include/pa_config_fixed.h 1.42:
14239: * src/include/pa_request.h 1.124:
14240: * src/main/execute.C 1.222:
14241: * src/main/pa_request.C 1.196:
1.24 paf 14242: * www/cgi-bin/parser3.log 1.14:
1.15 paf 14243: decided agains resetting exception_trace, just changed name
14244:
14245: * operators.txt 1.28:
14246: * src/classes/date.C 1.22:
14247: * src/classes/double.C 1.44:
14248: * src/classes/file.C 1.74:
14249: * src/classes/form.C 1.22:
14250: * src/classes/hash.C 1.36:
14251: * src/classes/image.C 1.68:
14252: * src/classes/int.C 1.41:
14253: * src/classes/mail.C 1.60:
14254: * src/classes/math.C 1.16:
14255: * src/classes/op.C 1.78:
14256: * src/classes/string.C 1.98:
14257: * src/classes/table.C 1.146:
14258: * src/classes/void.C 1.17:
14259: * src/classes/xdoc.C 1.87:
14260: * src/classes/xnode.C 1.41:
14261: * src/include/pa_exception.h 1.33:
14262: * src/include/pa_request.h 1.125:
14263: * src/include/pa_stylesheet_connection.h 1.28:
14264: * src/main/compile.C 1.62:
14265: * src/main/compile_tools.C 1.46:
14266: * src/main/execute.C 1.223:
14267: * src/main/pa_array.C 1.48:
14268: * src/main/pa_charset.C 1.23:
14269: * src/main/pa_charsets.C 1.8:
14270: * src/main/pa_common.C 1.106:
14271: * src/main/pa_dictionary.C 1.14:
14272: * src/main/pa_exception.C 1.40:
14273: * src/main/pa_exec.C 1.34:
14274: * src/main/pa_pool.C 1.52:
14275: * src/main/pa_request.C 1.197:
14276: * src/main/pa_socks.C 1.14:
14277: * src/main/pa_sql_driver_manager.C 1.62:
14278: * src/main/pa_string.C 1.149:
14279: * src/main/pa_table.C 1.45:
14280: * src/main/untaint.C 1.99:
14281: * src/targets/apache13/mod_parser3.C 1.19:
14282: * src/targets/cgi/parser3.C 1.165:
14283: * src/targets/isapi/parser3isapi.C 1.67:
14284: * src/types/pa_value.h 1.80:
14285: * src/types/pa_vcookie.C 1.43:
14286: * src/types/pa_vfile.h 1.41:
14287: * src/types/pa_vform.C 1.54:
14288: * src/types/pa_vhash.h 1.30:
14289: * src/types/pa_vmethod_frame.h 1.23:
14290: * src/types/pa_vstatus.C 1.7:
14291: * src/types/pa_vtable.C 1.13:
14292: * src/types/pa_vxdoc.h 1.20:
14293: * src/types/pa_vxnode.h 1.13:
14294: * src/types/pa_wcontext.C 1.17:
14295: * src/types/pa_wwrapper.h 1.17:
1.24 paf 14296: * www/cgi-bin/parser3.log 1.15:
1.15 paf 14297: * www/htdocs/index.html 1.28:
14298: assigned exception types
14299:
14300: 2002-03-26 paf
14301: * operators.txt 1.24:
14302: * src/classes/date.C 1.20:
14303: * www/htdocs/index.html 1.25:
14304: fixed date roll on daylightsaving days
14305: mktime took into account tm_isdst flag, which remained from BEFORE roll, but should have been reset
14306:
14307: * src/classes/op.C 1.76:
14308: * www/htdocs/index.html 1.27:
14309: forced language of $source field of exception to 'tainted',
14310: so that sql-langed-frags could be outputed outside of connect
14311:
14312: * src/include/pa_common.h 1.76:
14313: * src/main/pa_exec.C 1.33:
14314: windows exec chdir fixed
14315:
14316: * operators.txt 1.25:
14317: * src/classes/date.C 1.21:
14318: * www/htdocs/index.html 1.26:
14319: removed date.roll limit of +-1 offset
14320:
14321: 2002-03-25 paf
14322: * INSTALL 1.13:
14323: comment on --disable-link-stdcpp
14324:
14325: * INSTALL 1.12:
14326: * configure 1.15:
14327: * configure.in 1.17:
14328: * src/targets/cgi/Makefile.am 1.33:
14329: * src/targets/cgi/Makefile.in 1.44:
14330: libstdc++ link skipping configure option
14331:
14332: * src/classes/file.C 1.73:
14333: * src/classes/mail.C 1.56:
14334: * src/include/pa_exec.h 1.8:
14335: * src/main/pa_exec.C 1.32:
14336: f(!forced_allow)
14337: to allow
14338: --with-sendmail to work with any/both
14339: --disable-foreign-group-files --disable-execs
14340:
14341: * src/classes/op.C 1.75:
14342: * src/include/pa_sql_connection.h 1.24:
14343: sql connection with error were put to cache with '
14344: marked_to_rollback' flag, all consequent even OK requests
14345: rolled back
14346:
14347: * INSTALL 1.16:
14348: "--with=sendmail=COMMAND"
14349: comment
14350:
14351: * INSTALL 1.15:
14352: * configure 1.16:
14353: * configure.in 1.18:
14354: * src/classes/mail.C 1.55:
14355: * src/include/pa_config_auto.h.in 1.24:
14356: * src/main/pa_exec.C 1.31:
14357: * src/targets/cgi/Makefile.am 1.34:
14358: * src/targets/cgi/Makefile.in 1.45:
14359: --disable-foreign-group-files now disables execs also.
14360: introducing --sendmail
14361:
14362: * INSTALL 1.14:
14363: * INSTALL 1.17:
14364: * src/classes/mail.C 1.57:
14365: * src/classes/mail.C 1.58:
14366: *** empty log message ***
14367:
14368: * operators.txt 1.22:
14369: pgsql options comment
14370:
14371: * operators.txt 1.23:
14372: * src/targets/cgi/parser3.C 1.164:
14373: http_site_config_filespec
14374:
14375: 2002-03-22 paf
14376: * operators.txt 1.21:
14377: few comments on sets
14378:
14379: * src/main/pa_exec.C 1.30:
14380: createprocess nowindow flag
14381: check on readfile false return
14382:
14383: 2002-03-18 paf
14384: * src/main/pa_charset.C 1.22:
14385: * src/targets/isapi/pa_threads.C 1.10:
14386: * src/types/pa_vdouble.h 1.34:
14387: removed some tested @tests
14388:
14389: * operators.txt 1.20:
14390: * src/classes/op.C 1.74:
14391: * src/include/pa_exception.h 1.32:
14392: * src/include/pa_globals.h 1.79:
14393: * src/include/pa_request.h 1.123:
14394: * src/include/pa_stack.h 1.14:
14395: * src/main/pa_globals.C 1.119:
14396: * src/main/pa_request.C 1.195:
1.24 paf 14397: * www/cgi-bin/parser3.log 1.12:
14398: * www/cgi-bin/parser3.log 1.13:
1.15 paf 14399: * www/htdocs/index.html 1.22:
14400: * www/htdocs/index.html 1.23:
14401: introducing ^try
14402:
14403: 2002-03-15 paf
14404: * operators.txt 1.19:
14405: * src/classes/table.C 1.145:
14406: * www/htdocs/index.html 1.21:
14407: ^table.locate(logical expr)
14408:
14409: 2002-03-13 paf
14410: * src/main/pa_exception.C 1.39:
14411: checked not-pooled malloc
14412:
14413: 2002-03-11 paf
14414: * src/types/pa_vfile.C 1.29:
14415: $file.text now 0A linebreaks,
14416: file::exec/cgi linebreaks "0D0A" changed to 0A onces
14417:
14418: * INSTALL 1.10:
14419: * configure 1.13:
14420: * configure.in 1.15:
14421: * src/include/pa_config_auto.h.in 1.22:
14422: * src/include/pa_config_fixed.h 1.40:
14423: * src/main/pa_exec.C 1.28:
14424: * src/main/pa_exec.C 1.29:
14425: * www/htdocs/index.html 1.18:
14426: * www/htdocs/index.html 1.19:
14427: * www/htdocs/index.html 1.20:
14428: --disable-execs
14429:
14430: * INSTALL 1.11:
14431: * configure 1.14:
14432: * configure.in 1.16:
14433: * src/include/pa_config_auto.h.in 1.23:
14434: * src/main/pa_common.C 1.105:
14435: --disable-foreign-group-files
14436:
14437: 2002-03-05 paf
14438: * src/targets/isapi/parser3isapi.C 1.66:
14439: * src/targets/isapi/parser3isapi.dsp 1.32:
14440: iis5 now requires headers to be terminated with \r\n manually [
14441: refuses to separate header/body itself]
14442:
14443: * operators.txt 1.17:
14444: * operators.txt 1.18:
14445: * src/classes/date.C 1.18:
14446: * src/classes/date.C 1.19:
14447: date week calendar columns named
14448:
14449: * src/main/pa_globals.C 1.118:
14450: * src/targets/cgi/parser3.C 1.163:
14451: * src/targets/isapi/parser3isapi.C 1.65:
14452: * www/htdocs/index.html 1.17:
14453: isapi site config beside .dll
14454:
14455: 2002-03-04 paf
14456: * src/targets/isapi/pa_threads.C 1.9:
14457: * src/targets/isapi/parser3isapi.C 1.64:
14458: * src/targets/isapi/parser3isapi.dsp 1.31:
14459: isapi updated
14460:
14461: * src/classes/op.C 1.73:
14462: * src/types/pa_vfile.C 1.28:
1.24 paf 14463: * www/cgi-bin/parser3.log 1.11:
1.15 paf 14464: * www/htdocs/index.html 1.16:
14465: process body now evaluated in PASS language
14466:
14467: * src/classes/op.C 1.72:
14468: * src/include/pa_string.h 1.132:
14469: * src/main/pa_string.C 1.148:
14470: string deserialize checks on broken file
14471:
14472: 2002-03-01 paf
14473: * src/main/pa_exec.C 1.27:
14474: execle -> execve, now argc OK
14475:
14476: 2002-02-28 paf
14477: * src/main/pa_string.C 1.147:
14478: origin by first piece preferred before last piece
14479:
14480: * src/main/pa_charsets.C 1.7:
14481: when placing charset to cache using global name now [were
14482: request]
14483:
14484: * configure 1.12:
14485: * configure.in 1.14:
14486: * src/targets/apache13/ApacheModuleParser3.dsp 1.10:
14487: * src/targets/apache13/mod_parser3.C 1.18:
14488: * src/targets/apache13/p3runConfigure.in 1.9:
14489: * src/targets/apache13/pa_threads.C 1.8:
1.24 paf 14490: * www/cgi-bin/parser3.log 1.10:
1.15 paf 14491: * www/htdocs/auto.p 1.7:
14492: apache module updated
14493:
14494: * src/main/untaint.C 1.98:
14495: removed some debug comments
14496:
14497: 2002-02-27 paf
14498: * src/main/pa_charset.C 1.21:
14499: size_t
14500:
14501: * INSTALL 1.9:
14502: shared/static-xml
14503: with-pathlink
14504:
14505: * operators.txt 1.15:
14506: * operators.txt 1.16:
14507: SMTP comment
14508:
14509: 2002-02-26 paf
14510: * src/classes/xnode.C 1.40:
1.24 paf 14511: * www/cgi-bin/parser3.log 1.9:
1.15 paf 14512: * www/htdocs/auto.p 1.6:
14513: * www/htdocs/global.xsl 1.4:
14514: * www/htdocs/index.html 1.15:
14515: in some situation, xpath query returned result with type NODESET, but empty nodeset member field,
14516: checked that
14517:
14518: * src/main/pa_exec.C 1.26:
14519: more precise names for vars, cosmetic
14520:
14521: 2002-02-22 paf
14522: * operators.txt 1.14:
14523: * src/types/pa_vcookie.C 1.41:
14524: * src/types/pa_vcookie.C 1.42:
1.24 paf 14525: * www/cgi-bin/parser3.log 1.5:
1.15 paf 14526: cookie "expires=0" = "session"
14527:
14528: * src/include/pa_string.h 1.131:
14529: * src/main/pa_string.C 1.144:
14530: * src/main/pa_string.C 1.145:
14531: * src/main/pa_string.C 1.146:
1.24 paf 14532: * www/cgi-bin/parser3.log 1.6:
14533: * www/cgi-bin/parser3.log 1.7:
14534: * www/cgi-bin/parser3.log 1.8:
1.15 paf 14535: * www/htdocs/auto.p 1.5:
14536: * www/htdocs/index.html 1.14:
14537: string iterators fixed again, so were String::join_chain
14538:
14539: * configure 1.11:
14540: * configure.in 1.13:
14541: glib###.a detection fixed
14542:
14543: * Makefile.in 1.7:
14544: * configure 1.9:
14545: * configure.in 1.11:
14546: * etc/Makefile.in 1.4:
14547: * etc/parser3.charsets/Makefile.in 1.6:
14548: * src/Makefile.in 1.45:
14549: * src/classes/Makefile.am 1.38:
14550: * src/classes/Makefile.in 1.43:
14551: * src/classes/hashfile.C 1.23:
14552: * src/include/Makefile.am 1.2:
14553: * src/include/Makefile.in 1.3:
14554: * src/include/pa_config_auto.h.in 1.20:
14555: * src/include/pa_db_connection.h 1.22:
14556: * src/include/pa_db_manager.h 1.15:
14557: * src/include/pa_db_table.h 1.16:
14558: * src/main/Makefile.am 1.31:
14559: * src/main/Makefile.in 1.39:
14560: * src/main/pa_db_connection.C 1.38:
14561: * src/main/pa_db_manager.C 1.23:
14562: * src/main/pa_db_table.C 1.21:
14563: * src/main/pa_globals.C 1.117:
14564: * src/sql/Makefile.in 1.3:
14565: * src/targets/Makefile.in 1.34:
14566: * src/targets/apache13/Makefile.in 1.32:
14567: * src/targets/apache13/p3runConfigure.in 1.8:
14568: * src/targets/cgi/Makefile.am 1.32:
14569: * src/targets/cgi/Makefile.in 1.43:
14570: * src/targets/isapi/Makefile.in 1.3:
14571: * src/types/Makefile.am 1.20:
14572: * src/types/Makefile.in 1.35:
14573: * src/types/pa_vhashfile.C 1.21:
14574: * src/types/pa_vhashfile.h 1.16:
14575: removed hashfile support for now
14576:
14577: * acconfig.h 1.1:
14578: acconfig move in cvs[from src/libltdl to /]
14579:
14580: * etc/parser3.charsets/windows-1251.cfg 1.2:
14581: °
14582:
14583: * Makefile.am 1.4:
14584: * Makefile.in 1.9:
14585: make update
14586:
14587: * INSTALL 1.7:
14588: hashfile removed from INSTALL
14589:
14590: * Makefile.in 1.8:
14591: * configure 1.10:
14592: * configure.in 1.12:
14593: * src/include/pa_config_auto.h.in 1.21:
14594: --with-shared-xml
14595: --with-static-xml
14596:
14597: * INSTALL 1.8:
14598: without-zlib comment
14599:
14600: * operators.txt 1.13:
14601: * src/classes/classes.dsp 1.16:
14602: * src/main/main.dsp 1.148:
14603: * src/types/types.dsp 1.20:
14604: removed hashfile support from sources for now
14605:
14606: * src/classes/classes.dsp 1.17:
14607: * src/main/compile.tab.C 1.45:
14608: * src/main/main.dsp 1.149:
14609: * src/targets/apache13/ApacheModuleParser3.dsp 1.9:
14610: * src/targets/cgi/parser3.dsp 1.43:
14611: * src/targets/isapi/parser3isapi.dsp 1.30:
14612: * src/types/types.dsp 1.21:
14613: *.dsp: removed refereces to win32db & ancient xalan&xml
14614:
14615: 2002-02-21 paf
14616: * Makefile.am 1.3:
14617: * Makefile.in 1.6:
14618: make cvsupdate
14619:
14620: * src/main/untaint.C 1.97:
1.24 paf 14621: * www/cgi-bin/parser3.log 1.4:
1.15 paf 14622: removed debug code, activated commented-for debug parts
14623:
14624: * src/include/pa_string.h 1.130:
14625: * src/include/pa_types.h 1.39:
14626: * src/main/pa_string.C 1.143:
14627: * src/main/untaint.C 1.96:
1.24 paf 14628: * www/cgi-bin/parser3.log 1.3:
1.15 paf 14629: STRING_*FOREACH_ROW
14630: changed to stop at append_row, not at link zero
14631: now string to string appending works
14632:
14633: 2002-02-20 paf
14634: * src/include/pa_string.h 1.129:
14635: * src/main/execute.C 1.221:
14636: * src/main/untaint.C 1.95:
14637: * src/targets/cgi/pa_pool.C 1.38:
14638: * src/targets/cgi/parser3.C 1.162:
14639: * www/htdocs/index.html 1.13:
14640: //#define DEBUG_STRING_APPENDS_VS_EXPANDS
14641:
14642: * src/include/pa_string.h 1.128:
14643: * src/main/pa_string.C 1.142:
14644: * src/main/untaint.C 1.94:
1.24 paf 14645: * www/cgi-bin/parser3.log 1.2:
1.15 paf 14646: economy: 22%
14647:
14648: * operators.txt 1.12:
14649: * src/include/pa_common.h 1.75:
14650: * src/include/pa_config_fixed.h 1.39:
14651: * src/include/pa_string.h 1.125:
14652: * src/include/pa_types.h 1.38:
14653: * src/main/compile.tab.C 1.44:
14654: * src/main/execute.C 1.220:
14655: * src/main/pa_string.C 1.139:
14656: * src/main/untaint.C 1.91:
14657: * src/targets/cgi/pa_pool.C 1.37:
14658: * src/targets/cgi/parser3.C 1.160:
14659: * www/htdocs/auto.p 1.4:
14660: * www/htdocs/global.xsl 1.3:
14661: * www/htdocs/index.html 1.11:
14662: strign to string append optimiziation idea and estimates
14663:
14664: * src/include/pa_string.h 1.126:
14665: * src/include/pa_stylesheet_connection.h 1.27:
14666: * src/main/pa_db_manager.C 1.22:
14667: * src/main/pa_dictionary.C 1.13:
14668: * src/main/pa_string.C 1.140:
14669: * src/main/untaint.C 1.92:
14670: * src/targets/cgi/parser3.C 1.161:
14671: * src/types/pa_vcookie.C 1.40:
14672: * src/types/pa_vstring.h 1.42:
14673: * www/htdocs/index.html 1.12:
14674: speed uptimized: string::is_empty
14675:
14676: * src/include/pa_string.h 1.127:
14677: * src/main/pa_string.C 1.141:
14678: * src/main/untaint.C 1.93:
1.24 paf 14679: * www/cgi-bin/parser3.log 1.1:
1.15 paf 14680: space uptimized: string::link_row removed
14681:
14682: 2002-02-19 paf
14683: * src/classes/xdoc.C 1.86:
14684: * src/classes/xnode.C 1.39:
14685: getElementsByTagName and *NS moved to node [element]
14686:
14687: * src/classes/math.C 1.15:
14688: not used directly [but erroreously reported that 'is', thus
14689: registering twice&other probs]
14690:
14691: * src/main/compile.C 1.59:
14692: * src/main/compile.C 1.60:
14693: without string_origins not worked
14694:
14695: * src/main/compile.C 1.61:
14696: without string_origins parse error file+line+col possible
14697:
14698: 2002-02-18 paf
14699: * src/types/pa_vdouble.h 1.33:
14700: since we have in_expression
14701: removed that trick i've installed into double::as_string
14702:
14703: * INSTALL 1.6:
14704: local install comment
14705:
14706: * src/main/compile.tab.C 1.41:
14707: * src/main/compile.y 1.181:
14708: * www/htdocs/global.xsl 1.2:
14709: * www/htdocs/index.html 1.7:
14710: integer division stops name
14711:
14712: * Makefile.in 1.4:
14713: * acinclude.m4 1.2:
14714: * aclocal.m4 1.2:
14715: * configure 1.8:
14716: * configure.in 1.10:
14717: * etc/Makefile.in 1.3:
14718: * etc/parser3.charsets/Makefile.in 1.5:
14719: * src/Makefile.in 1.44:
14720: * src/classes/Makefile.in 1.42:
14721: * src/include/Makefile.in 1.2:
14722: * src/include/pa_config_auto.h.in 1.19:
14723: * src/include/pa_config_includes.h 1.19:
14724: * src/main/Makefile.in 1.38:
14725: * src/sql/Makefile.in 1.2:
14726: * src/targets/Makefile.in 1.33:
14727: * src/targets/apache13/Makefile.in 1.31:
14728: * src/targets/apache13/p3runConfigure.in 1.7:
14729: * src/targets/cgi/Makefile.am 1.30:
14730: * src/targets/cgi/Makefile.in 1.41:
14731: * src/targets/cgi/parser3.C 1.157:
14732: * src/targets/isapi/Makefile.in 1.2:
14733: * src/types/Makefile.in 1.34:
14734: removed libtool usage from build mech
14735:
1.39 paf 14736: * src/classes/math.C 1.14:
14737: * www/htdocs/index.html 1.8:
14738: math:random range check fixed
14739:
1.38 paf 14740: * operators.txt 1.10:
14741: * src/classes/date.C 1.17:
14742: date::create [were date::set, with backward comp
14743:
1.15 paf 14744: * src/main/compile.tab.C 1.42:
14745: bison env set so one could compile without cygwin installed
14746:
14747: * src/targets/cgi/Makefile.am 1.31:
14748: * src/targets/cgi/Makefile.in 1.42:
14749: * src/targets/cgi/parser3.C 1.158:
14750: *** empty log message ***
14751:
14752: * src/main/pa_globals.C 1.116:
14753: extern "C" was removed too fast
14754:
14755: * Makefile.in 1.5:
14756: * ltconfig 1.2:
14757: * ltmain.sh 1.2:
14758: removed libtool subpart files
14759:
14760: * src/main/main.dsp 1.147:
14761: * src/main/pa_globals.C 1.115:
14762: removed unneded
14763: #ifdef __cplusplus
14764: }
14765: #endif
14766:
14767: * src/include/pa_opcode.h 1.15:
14768: * src/include/pa_request.h 1.122:
14769: * src/main/compile.tab.C 1.43:
14770: * src/main/compile.y 1.182:
14771: * src/main/execute.C 1.219:
14772: * src/types/pa_wcontext.h 1.28:
14773: * www/htdocs/index.html 1.10:
14774: * www/htdocs/index.html 1.9:
14775: in_expression
14776: aimed to solve old problem with string/nonstring values,
14777: now in expressions double/int values are passed as-is, without stupid tostring/fromstring conversions
14778:
14779: * operators.txt 1.11:
14780: * src/targets/cgi/parser3.C 1.159:
14781: PARSER_ROOT_CONFIG
14782:
14783: * src/classes/classes.dsp 1.15:
14784: * src/main/main.dsp 1.146:
14785: * src/main/pa_globals.C 1.114:
14786: * src/targets/cgi/parser3.dsp 1.42:
14787: * src/types/types.dsp 1.19:
14788: win32xml now contains gnome xml libs
14789: parser .dsp-s changed accordingly
14790:
14791: * operators.txt 1.9:
14792: \ comment
14793:
14794: 2002-02-13 paf
14795: * INSTALL 1.5:
14796: * configure 1.7:
14797: * configure.in 1.9:
14798: * src/targets/cgi/Makefile.am 1.29:
14799: * src/targets/cgi/Makefile.in 1.40:
14800: --with-glib-config
14801: CXXLINK=$(CC) for targets/cgi/parser3
14802:
14803: * src/include/pa_config_includes.h 1.18:
14804: sys/time time both included now.
14805: vaguely remember confilicts on this on some system [not on six|ablv]
14806: so when would see them again would think up proper check
14807:
14808: * etc/parser3.charsets/windows-1257.cfg 1.1:
14809: * src/targets/cgi/parser3.C 1.156:
14810: baltic charset file generated, in generation script ispunct
14811: check added
14812:
14813: * src/main/pa_common.C 1.103:
14814: strnchr: sanity check added
14815:
14816: * src/main/pa_common.C 1.104:
14817: truncation never occured when writing files on unix [since i've changed cache mech]
14818: fix
14819:
14820: * etc/parser3.charsets/windows-1257.cfg 1.2:
14821: id added
14822:
14823: 2002-02-08 paf
14824: * src/classes/classes.C 1.14:
14825: * src/classes/classes.h 1.15:
14826: * src/classes/date.C 1.15:
14827: * src/classes/double.C 1.42:
14828: * src/classes/file.C 1.71:
14829: * src/classes/form.C 1.20:
14830: * src/classes/hash.C 1.34:
14831: * src/classes/hashfile.C 1.21:
14832: * src/classes/image.C 1.65:
14833: * src/classes/int.C 1.39:
14834: * src/classes/mail.C 1.53:
14835: * src/classes/math.C 1.12:
14836: * src/classes/op.C 1.70:
14837: * src/classes/response.C 1.17:
14838: * src/classes/string.C 1.96:
14839: * src/classes/table.C 1.143:
14840: * src/classes/void.C 1.15:
14841: * src/classes/xdoc.C 1.84:
14842: * src/classes/xnode.C 1.37:
14843: * src/classes/xnode.h 1.8:
14844: * src/include/pa_array.h 1.52:
14845: * src/include/pa_cache_managers.h 1.5:
14846: * src/include/pa_charset.h 1.13:
14847: * src/include/pa_charsets.h 1.4:
14848: * src/include/pa_common.h 1.73:
14849: * src/include/pa_config_fixed.h 1.37:
14850: * src/include/pa_config_includes.h 1.16:
14851: * src/include/pa_db_connection.h 1.20:
14852: * src/include/pa_db_manager.h 1.13:
14853: * src/include/pa_db_table.h 1.14:
14854: * src/include/pa_dictionary.h 1.9:
14855: * src/include/pa_dir.h 1.9:
14856: * src/include/pa_exception.h 1.30:
14857: * src/include/pa_exec.h 1.6:
14858: * src/include/pa_globals.h 1.77:
14859: * src/include/pa_hash.h 1.53:
14860: * src/include/pa_opcode.h 1.13:
14861: * src/include/pa_pool.h 1.77:
14862: * src/include/pa_pragma_pack_begin.h 1.3:
14863: * src/include/pa_pragma_pack_end.h 1.3:
14864: * src/include/pa_request.h 1.120:
14865: * src/include/pa_sapi.h 1.17:
14866: * src/include/pa_socks.h 1.7:
14867: * src/include/pa_sql_connection.h 1.22:
14868: * src/include/pa_sql_driver_manager.h 1.22:
14869: * src/include/pa_stack.h 1.12:
14870: * src/include/pa_string.h 1.123:
14871: * src/include/pa_stylesheet_connection.h 1.25:
14872: * src/include/pa_stylesheet_manager.h 1.11:
14873: * src/include/pa_table.h 1.40:
14874: * src/include/pa_threads.h 1.22:
14875: * src/include/pa_types.h 1.36:
14876: * src/main/compile.C 1.57:
14877: * src/main/compile.tab.C 1.40:
14878: * src/main/compile_tools.C 1.44:
14879: * src/main/compile_tools.h 1.57:
14880: * src/main/execute.C 1.217:
14881: * src/main/pa_array.C 1.46:
14882: * src/main/pa_cache_managers.C 1.3:
14883: * src/main/pa_charset.C 1.19:
14884: * src/main/pa_charsets.C 1.5:
14885: * src/main/pa_common.C 1.100:
14886: * src/main/pa_db_connection.C 1.36:
14887: * src/main/pa_db_manager.C 1.20:
14888: * src/main/pa_db_table.C 1.19:
14889: * src/main/pa_dictionary.C 1.11:
14890: * src/main/pa_dir.C 1.10:
14891: * src/main/pa_exception.C 1.37:
14892: * src/main/pa_exec.C 1.24:
14893: * src/main/pa_globals.C 1.112:
14894: * src/main/pa_hash.C 1.49:
14895: * src/main/pa_pool.C 1.50:
14896: * src/main/pa_request.C 1.193:
14897: * src/main/pa_socks.C 1.12:
14898: * src/main/pa_sql_driver_manager.C 1.60:
14899: * src/main/pa_status_provider.C 1.3:
14900: * src/main/pa_string.C 1.137:
14901: * src/main/pa_stylesheet_manager.C 1.12:
14902: * src/main/pa_table.C 1.43:
14903: * src/main/untaint.C 1.88:
14904: * src/sql/pa_sql_driver.h 1.25:
14905: * src/targets/apache13/mod_parser3.C 1.16:
14906: * src/targets/apache13/pa_pool.C 1.4:
14907: * src/targets/apache13/pa_threads.C 1.6:
14908: * src/targets/cgi/pa_pool.C 1.35:
14909: * src/targets/cgi/pa_threads.C 1.8:
14910: * src/targets/cgi/parser3.C 1.153:
14911: * src/targets/cgi/pool_storage.h 1.8:
14912: * src/targets/isapi/pa_pool.C 1.11:
14913: * src/targets/isapi/pa_threads.C 1.7:
14914: * src/targets/isapi/parser3isapi.C 1.62:
14915: * src/targets/isapi/pool_storage.h 1.14:
14916: * src/types/pa_valiased.C 1.12:
14917: * src/types/pa_valiased.h 1.17:
14918: * src/types/pa_value.h 1.78:
14919: * src/types/pa_vbool.h 1.16:
14920: * src/types/pa_vclass.h 1.23:
14921: * src/types/pa_vcode_frame.h 1.13:
14922: * src/types/pa_vcookie.C 1.33:
14923: * src/types/pa_vcookie.h 1.14:
14924: * src/types/pa_vdate.h 1.7:
14925: * src/types/pa_vdouble.h 1.31:
14926: * src/types/pa_venv.h 1.19:
14927: * src/types/pa_vfile.C 1.25:
14928: * src/types/pa_vfile.h 1.39:
14929: * src/types/pa_vform.C 1.51:
14930: * src/types/pa_vform.h 1.32:
14931: * src/types/pa_vhash.h 1.28:
14932: * src/types/pa_vhashfile.C 1.18:
14933: * src/types/pa_vhashfile.h 1.14:
14934: * src/types/pa_vimage.C 1.15:
14935: * src/types/pa_vimage.h 1.23:
14936: * src/types/pa_vint.h 1.30:
14937: * src/types/pa_vjunction.h 1.11:
14938: * src/types/pa_vmath.h 1.5:
14939: * src/types/pa_vmethod_frame.h 1.21:
14940: * src/types/pa_vobject.h 1.15:
14941: * src/types/pa_vrequest.C 1.15:
14942: * src/types/pa_vrequest.h 1.15:
14943: * src/types/pa_vresponse.C 1.3:
14944: * src/types/pa_vresponse.h 1.20:
14945: * src/types/pa_vstateless_class.C 1.12:
14946: * src/types/pa_vstateless_class.h 1.22:
14947: * src/types/pa_vstateless_object.h 1.14:
14948: * src/types/pa_vstatus.C 1.5:
14949: * src/types/pa_vstatus.h 1.6:
14950: * src/types/pa_vstring.C 1.15:
14951: * src/types/pa_vstring.h 1.40:
14952: * src/types/pa_vtable.C 1.10:
14953: * src/types/pa_vtable.h 1.36:
14954: * src/types/pa_vvoid.h 1.7:
14955: * src/types/pa_vxdoc.C 1.10:
14956: * src/types/pa_vxdoc.h 1.18:
14957: * src/types/pa_vxnode.C 1.14:
14958: * src/types/pa_vxnode.h 1.11:
14959: * src/types/pa_wcontext.C 1.14:
14960: * src/types/pa_wcontext.h 1.26:
14961: * src/types/pa_wwrapper.h 1.15:
14962: 2002
14963:
14964: * src/types/pa_vcookie.C 1.36:
14965: * src/types/pa_vcookie.C 1.37:
14966: * src/types/pa_vcookie.C 1.38:
14967: * src/types/pa_vcookie.C 1.39:
14968: VCookie::fill_fields one check forgotten
14969:
14970: * src/include/Makefile.am 1.1:
14971: * src/include/Makefile.in 1.1:
14972: * src/sql/Makefile.am 1.3:
14973: * src/sql/Makefile.in 1.1:
14974: * src/targets/isapi/Makefile.am 1.1:
14975: * src/targets/isapi/Makefile.in 1.1:
14976: forgotten makes
14977:
14978: * AUTHORS 1.2:
14979: * COPYING 1.2:
14980: * INSTALL 1.3:
14981: * INSTALL 1.4:
14982: * README 1.2:
14983: install&others updated
14984:
14985: * Makefile.am 1.2:
14986: * Makefile.in 1.3:
14987: * configure 1.6:
14988: * configure.in 1.8:
14989: * etc/parser3.charsets/Makefile.am 1.2:
14990: * etc/parser3.charsets/Makefile.in 1.4:
14991: * src/Makefile.am 1.15:
14992: * src/Makefile.in 1.43:
14993: * src/classes/Makefile.am 1.37:
14994: * src/classes/Makefile.in 1.41:
14995: * src/main/Makefile.am 1.30:
14996: * src/main/Makefile.in 1.37:
14997: * src/main/pa_status_provider.C 1.5:
14998: * src/targets/Makefile.am 1.9:
14999: * src/targets/Makefile.in 1.32:
15000: * src/targets/apache13/Makefile.am 1.11:
15001: * src/targets/apache13/Makefile.in 1.30:
15002: * src/targets/cgi/Makefile.am 1.28:
15003: * src/targets/cgi/Makefile.in 1.39:
15004: * src/types/Makefile.am 1.19:
15005: * src/types/Makefile.in 1.33:
15006: 'make dist' works
15007:
15008: * src/classes/classes.C 1.15:
15009: * src/classes/classes.h 1.16:
15010: * src/classes/date.C 1.16:
15011: * src/classes/double.C 1.43:
15012: * src/classes/file.C 1.72:
15013: * src/classes/form.C 1.21:
15014: * src/classes/hash.C 1.35:
15015: * src/classes/hashfile.C 1.22:
15016: * src/classes/image.C 1.66:
15017: * src/classes/image.C 1.67:
15018: * src/classes/int.C 1.40:
15019: * src/classes/mail.C 1.54:
15020: * src/classes/math.C 1.13:
15021: * src/classes/op.C 1.71:
15022: * src/classes/response.C 1.18:
15023: * src/classes/string.C 1.97:
15024: * src/classes/table.C 1.144:
15025: * src/classes/void.C 1.16:
15026: * src/classes/xdoc.C 1.85:
15027: * src/classes/xnode.C 1.38:
15028: * src/classes/xnode.h 1.9:
15029: * src/include/pa_array.h 1.53:
15030: * src/include/pa_cache_managers.h 1.6:
15031: * src/include/pa_charset.h 1.14:
15032: * src/include/pa_charsets.h 1.5:
15033: * src/include/pa_common.h 1.74:
15034: * src/include/pa_config_fixed.h 1.38:
15035: * src/include/pa_config_includes.h 1.17:
15036: * src/include/pa_db_connection.h 1.21:
15037: * src/include/pa_db_manager.h 1.14:
15038: * src/include/pa_db_table.h 1.15:
15039: * src/include/pa_dictionary.h 1.10:
15040: * src/include/pa_dir.h 1.10:
15041: * src/include/pa_exception.h 1.31:
15042: * src/include/pa_exec.h 1.7:
15043: * src/include/pa_globals.h 1.78:
15044: * src/include/pa_hash.h 1.54:
15045: * src/include/pa_opcode.h 1.14:
15046: * src/include/pa_pool.h 1.78:
15047: * src/include/pa_pragma_pack_begin.h 1.4:
15048: * src/include/pa_pragma_pack_end.h 1.4:
15049: * src/include/pa_request.h 1.121:
15050: * src/include/pa_sapi.h 1.18:
15051: * src/include/pa_socks.h 1.8:
15052: * src/include/pa_sql_connection.h 1.23:
15053: * src/include/pa_sql_driver_manager.h 1.23:
15054: * src/include/pa_stack.h 1.13:
15055: * src/include/pa_string.h 1.124:
15056: * src/include/pa_stylesheet_connection.h 1.26:
15057: * src/include/pa_stylesheet_manager.h 1.12:
15058: * src/include/pa_table.h 1.41:
15059: * src/include/pa_threads.h 1.23:
15060: * src/include/pa_types.h 1.37:
15061: * src/main/compile.C 1.58:
15062: * src/main/compile_tools.C 1.45:
15063: * src/main/compile_tools.h 1.58:
15064: * src/main/execute.C 1.218:
15065: * src/main/pa_array.C 1.47:
15066: * src/main/pa_cache_managers.C 1.4:
15067: * src/main/pa_charset.C 1.20:
15068: * src/main/pa_charsets.C 1.6:
15069: * src/main/pa_common.C 1.101:
15070: * src/main/pa_common.C 1.102:
15071: * src/main/pa_db_connection.C 1.37:
15072: * src/main/pa_db_manager.C 1.21:
15073: * src/main/pa_db_table.C 1.20:
15074: * src/main/pa_dictionary.C 1.12:
15075: * src/main/pa_dir.C 1.11:
15076: * src/main/pa_exception.C 1.38:
15077: * src/main/pa_exec.C 1.25:
15078: * src/main/pa_globals.C 1.113:
15079: * src/main/pa_hash.C 1.50:
15080: * src/main/pa_pool.C 1.51:
15081: * src/main/pa_request.C 1.194:
15082: * src/main/pa_socks.C 1.13:
15083: * src/main/pa_sql_driver_manager.C 1.61:
15084: * src/main/pa_status_provider.C 1.4:
15085: * src/main/pa_string.C 1.138:
15086: * src/main/pa_stylesheet_manager.C 1.13:
15087: * src/main/pa_table.C 1.44:
15088: * src/main/untaint.C 1.89:
15089: * src/main/untaint.C 1.90:
15090: * src/sql/pa_sql_driver.h 1.26:
15091: * src/targets/apache13/mod_parser3.C 1.17:
15092: * src/targets/apache13/pa_pool.C 1.5:
15093: * src/targets/apache13/pa_threads.C 1.7:
15094: * src/targets/cgi/pa_pool.C 1.36:
15095: * src/targets/cgi/pa_threads.C 1.9:
15096: * src/targets/cgi/parser3.C 1.154:
15097: * src/targets/cgi/parser3.C 1.155:
15098: * src/targets/cgi/pool_storage.h 1.9:
15099: * src/targets/isapi/pa_pool.C 1.12:
15100: * src/targets/isapi/pa_threads.C 1.8:
15101: * src/targets/isapi/parser3isapi.C 1.63:
15102: * src/targets/isapi/pool_storage.h 1.15:
15103: * src/types/pa_valiased.C 1.13:
15104: * src/types/pa_valiased.h 1.18:
15105: * src/types/pa_value.h 1.79:
15106: * src/types/pa_vbool.h 1.17:
15107: * src/types/pa_vclass.h 1.24:
15108: * src/types/pa_vcode_frame.h 1.14:
15109: * src/types/pa_vcookie.C 1.34:
15110: * src/types/pa_vcookie.C 1.35:
15111: * src/types/pa_vcookie.h 1.15:
15112: * src/types/pa_vdate.h 1.8:
15113: * src/types/pa_vdouble.h 1.32:
15114: * src/types/pa_venv.h 1.20:
15115: * src/types/pa_vfile.C 1.26:
15116: * src/types/pa_vfile.C 1.27:
15117: * src/types/pa_vfile.h 1.40:
15118: * src/types/pa_vform.C 1.52:
15119: * src/types/pa_vform.C 1.53:
15120: * src/types/pa_vform.h 1.33:
15121: * src/types/pa_vhash.h 1.29:
15122: * src/types/pa_vhashfile.C 1.19:
15123: * src/types/pa_vhashfile.C 1.20:
15124: * src/types/pa_vhashfile.h 1.15:
15125: * src/types/pa_vimage.C 1.16:
15126: * src/types/pa_vimage.C 1.17:
15127: * src/types/pa_vimage.h 1.24:
15128: * src/types/pa_vint.h 1.31:
15129: * src/types/pa_vjunction.h 1.12:
15130: * src/types/pa_vmath.h 1.6:
15131: * src/types/pa_vmethod_frame.h 1.22:
15132: * src/types/pa_vobject.h 1.16:
15133: * src/types/pa_vrequest.C 1.16:
15134: * src/types/pa_vrequest.C 1.17:
15135: * src/types/pa_vrequest.h 1.16:
15136: * src/types/pa_vresponse.C 1.4:
15137: * src/types/pa_vresponse.C 1.5:
15138: * src/types/pa_vresponse.h 1.21:
15139: * src/types/pa_vstateless_class.C 1.13:
15140: * src/types/pa_vstateless_class.h 1.23:
15141: * src/types/pa_vstateless_object.h 1.15:
15142: * src/types/pa_vstatus.C 1.6:
15143: * src/types/pa_vstatus.h 1.7:
15144: * src/types/pa_vstring.C 1.16:
15145: * src/types/pa_vstring.C 1.17:
15146: * src/types/pa_vstring.h 1.41:
15147: * src/types/pa_vtable.C 1.11:
15148: * src/types/pa_vtable.C 1.12:
15149: * src/types/pa_vtable.h 1.37:
15150: * src/types/pa_vvoid.h 1.8:
15151: * src/types/pa_vxdoc.C 1.11:
15152: * src/types/pa_vxdoc.C 1.12:
15153: * src/types/pa_vxdoc.h 1.19:
15154: * src/types/pa_vxnode.C 1.15:
15155: * src/types/pa_vxnode.C 1.16:
15156: * src/types/pa_vxnode.h 1.12:
15157: * src/types/pa_wcontext.C 1.15:
15158: * src/types/pa_wcontext.h 1.27:
15159: * src/types/pa_wwrapper.h 1.16:
15160: name spelling
15161:
15162: 2002-02-07 paf
15163: * src/main/compile.C 1.56:
15164: * src/main/compile.tab.C 1.39:
15165: * src/main/compile.y 1.180:
15166: * src/main/compile_tools.h 1.56:
15167: disabled $if reference due to conflicts with local variables
15168:
15169: * configure 1.5:
15170: * configure.in 1.7:
15171: * src/classes/Makefile.in 1.39:
15172: * src/include/pa_config_auto.h.in 1.18:
15173: * src/main/Makefile.in 1.35:
15174: * src/main/pa_common.C 1.99:
15175: * src/main/pa_socks.C 1.10:
15176: * src/targets/Makefile.in 1.30:
15177: * src/targets/cgi/Makefile.in 1.37:
15178: * src/types/Makefile.in 1.31:
15179: compiled under cygwin
15180: added yet another locking function: fcntl
15181:
15182: * src/classes/Makefile.in 1.40:
15183: * src/main/Makefile.in 1.36:
15184: * src/targets/Makefile.in 1.31:
15185: * src/targets/apache13/Makefile.in 1.29:
15186: * src/targets/cgi/Makefile.in 1.38:
15187: * src/types/Makefile.in 1.32:
15188: makes
15189:
15190: * src/include/pa_array.h 1.50:
15191: * src/main/compile.C 1.55:
15192: * src/main/compile.tab.C 1.37:
15193: * src/main/compile.y 1.179:
15194: * src/main/compile_tools.C 1.43:
15195: * src/main/compile_tools.h 1.55:
15196: operators now detected by check at name_without_curly_rdive_read rule whether diving code constists only of
15197: OP_VALUE+string+OP_GET_ELEMENT.
15198: and last op code substituted with OP_GET_ELEMENT_OR_OPERATOR
15199: to form
15200: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.
15201: code
15202:
15203: * operators.txt 1.6:
15204: * src/classes/string.C 1.95:
15205: * src/include/pa_config_fixed.h 1.35:
15206: * src/main/compile.tab.C 1.38:
15207: ^int/double/string.format
15208: now can be called with normal [] brackets, not stupid {} as it were implemented for some strange reason.
15209: retaining backward compatibility due to some already-implemented servers
15210:
15211: * config.sub 1.2:
15212: on cygwin configure passes it with strange i1586 const, hacked
15213: it to mean i586
15214:
15215: * src/main/pa_socks.C 1.11:
15216: swapped headers to avoid compiler warnings
15217:
15218: * operators.txt 1.7:
15219: * src/classes/table.C 1.142:
15220: * src/include/pa_array.h 1.51:
15221: * src/include/pa_table.h 1.39:
15222: * src/main/pa_array.C 1.45:
15223: * src/main/pa_table.C 1.42:
15224: * www/htdocs/auto.p 1.3:
15225: * www/htdocs/index.html 1.6:
15226: table::create now // 'set' name obsolete now
15227: table clone.
15228:
15229: * operators.txt 1.8:
15230: * src/classes/xdoc.C 1.83:
15231: * src/include/pa_config_fixed.h 1.36:
15232: xdoc::set obsolete now, now xdoc::create, with both sences
15233:
15234: 2002-02-06 paf
15235: * src/classes/mail.C 1.52:
15236: *** empty log message ***
15237:
15238: * configure 1.4:
15239: * configure.in 1.6:
15240: prefix expanded, grr
15241:
15242: * operators.txt 1.5:
15243: * src/classes/mail.C 1.51:
15244: mail:send config changed
15245:
15246: 2002-02-05 paf
15247: * configure.in 1.3:
15248: * operators.txt 1.2:
15249: * src/classes/file.C 1.70:
15250: * src/classes/op.C 1.69:
15251: * src/include/pa_common.h 1.72:
15252: * src/include/pa_config_includes.h 1.15:
15253: * src/main/compile.tab.C 1.36:
15254: * src/main/pa_common.C 1.98:
15255: * www/htdocs/index.html 1.5:
15256: rewritten ^cache to use non-blocking-exclusive-caches
15257:
15258: * src/types/pa_vstatus.C 1.4:
15259: status:rusage 3
15260:
15261: * src/main/pa_common.C 1.97:
15262: text file read mode on win32 adjusted [speed impact. was off
15263: for debugging purpose, but forgotten afterwards]
15264:
15265: * operators.txt 1.3:
15266: status:rusage described int operators
15267:
15268: * configure.in 1.4:
15269: * src/types/Makefile.am 1.18:
15270: * src/types/pa_vstatus.h 1.5:
15271: * src/types/types.dsp 1.18:
15272: status:rusage
15273:
15274: * src/types/pa_vstatus.C 1.1:
15275: status:rusage 1
15276:
15277: * configure 1.3:
15278: * configure.in 1.5:
15279: * src/include/pa_config_auto.h.in 1.17:
15280: * src/types/Makefile.in 1.30:
15281: * src/types/pa_vstatus.C 1.2:
15282: *** empty log message ***
15283:
15284: * src/main/pa_exec.C 1.22.14.1:
15285: * src/main/pa_exec.C 1.23:
15286: argv0 now correct
15287:
15288: * src/types/pa_vstatus.C 1.3:
15289: status:rusage 2
15290:
15291: * operators.txt 1.4:
15292: regex options commented
15293:
15294: 2002-02-01 paf
15295: * src/classes/op.C 1.62.2.1.2.3:
15296: file_write does EX lock after create,
15297: while file_read does SH after open,
15298: 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,
15299: added a check for that in ^cache...read
15300:
15301: 2002-01-31 paf
15302: * src/main/execute.C 1.210:
15303: * www/htdocs/index.html 1.3:
15304: operators check, thay mistakenly seen in
15305: $class:operator
15306: $object.operators
15307: contexts
15308:
15309: * INSTALL 1.2:
15310: * Makefile.in 1.2:
15311: * configure 1.2:
15312: * configure.in 1.2:
15313: * etc/Makefile.am 1.2:
15314: * etc/Makefile.in 1.2:
15315: * etc/parser3.charsets/Makefile.in 1.3:
15316: * ident.awk 1.2:
15317: * src/Makefile.in 1.42:
15318: * src/classes/Makefile.am 1.36:
15319: * src/classes/Makefile.in 1.38:
15320: * src/main/Makefile.am 1.29:
15321: * src/main/Makefile.in 1.34:
15322: * src/targets/Makefile.in 1.29:
15323: * src/targets/apache13/Makefile.am 1.10:
15324: * src/targets/cgi/Makefile.am 1.27:
15325: * src/targets/cgi/Makefile.in 1.36:
15326: * src/targets/cgi/pa_config_paths.h.in 1.1:
15327: * src/targets/cgi/parser3.C 1.152:
15328: * src/types/Makefile.am 1.17:
15329: * src/types/Makefile.in 1.29:
15330: lowered indent.awk back to src/
15331:
15332: * src/classes/xdoc.C 1.82:
15333: * src/targets/cgi/parser3.dsp 1.41:
15334: * www/htdocs/index.html 1.2:
15335: now compiles under win32
15336:
15337: * src/main/compile.tab.C 1.35:
15338: * src/main/compile.y 1.178:
15339: disabled operator call after ^xxx:
15340:
15341: * AUTHORS 1.1:
15342: * COPYING 1.1:
15343: * INSTALL 1.1:
15344: * Makefile.am 1.1:
15345: * Makefile.in 1.1:
15346: * NEWS 1.1:
15347: * README 1.1:
15348: * acinclude.m4 1.1:
15349: * aclocal.m4 1.1:
15350: * asm.txt 1.1:
15351: * config.guess 1.1:
15352: * config.sub 1.1:
15353: * configure 1.1:
15354: * configure.in 1.1:
15355: * etc/Makefile.am 1.1:
15356: * etc/Makefile.in 1.1:
15357: * etc/parser3.charsets/Makefile.am 1.1:
15358: * etc/parser3.charsets/Makefile.in 1.1:
15359: * etc/parser3.charsets/koi8-r.cfg 1.1:
15360: * etc/parser3.charsets/windows-1250.cfg 1.1:
15361: * etc/parser3.charsets/windows-1251.cfg 1.1:
15362: * form.txt 1.1:
15363: * ident.awk 1.1:
15364: * install-sh 1.1:
15365: * lang.txt 1.1:
15366: * ltconfig 1.1:
15367: * ltmain.sh 1.1:
15368: * missing 1.1:
15369: * mkinstalldirs 1.1:
15370: * operators.txt 1.1:
15371: * parser3.dsw 1.1:
15372: * sql.txt 1.1:
15373: * src/Makefile.am 1.14:
15374: * src/Makefile.in 1.41:
15375: * src/classes/Makefile.am 1.35:
15376: * src/classes/Makefile.in 1.37:
15377: * src/include/pa_config_auto.h.in 1.16:
15378: * src/main/Makefile.am 1.28:
15379: * src/main/Makefile.in 1.33:
15380: * src/targets/Makefile.in 1.28:
15381: * src/targets/apache13/Makefile.am 1.9:
15382: * src/targets/apache13/Makefile.in 1.28:
15383: * src/targets/cgi/Makefile.am 1.26:
15384: * src/targets/cgi/Makefile.in 1.35:
15385: * src/targets/cgi/parser3.C 1.151:
15386: * src/types/Makefile.am 1.16:
15387: * src/types/Makefile.in 1.28:
15388: * types.txt 1.1:
15389: * www/Makefile.am 1.1:
15390: * www/Makefile.in 1.1:
15391: * www/htdocs/auto.p 1.1:
15392: * www/htdocs/global.xsl 1.1:
15393: * www/htdocs/index.html 1.1:
15394: * www/htdocs/parser-status.html 1.1:
15395: * www/htdocs/people.dtd 1.1:
15396: moved etc&www out of src, moved configure&co out of src
15397: added windows-1250.cfg
15398: straightened installation scripts procedure
15399: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
15400:
15401: * src/include/pa_opcode.h 1.12:
15402: * src/include/pa_request.h 1.119:
15403: * src/main/compile.C 1.54:
15404: * src/main/compile.tab.C 1.33:
15405: * src/main/compile.y 1.177:
15406: * src/main/compile_tools.C 1.42:
15407: * src/main/compile_tools.h 1.54:
15408: * src/main/execute.C 1.215:
15409: * src/types/pa_wcontext.h 1.25:
15410: operators check 6.1
15411: rewritten. now check is done at compile time
15412:
15413: * src/main/execute.C 1.214:
15414: operators check 5
15415: floated up old error of staying in 'entered class/object' state after $a($a..)
15416: it prevented operators from being called thereafter
15417:
15418: * src/main/compile.tab.C 1.34:
15419: * src/main/execute.C 1.216:
15420: made operators lookup first in ^xxx situation.
15421: so that one could not do
15422: $if[1]
15423: ^if[xxx]
15424:
1.39 paf 15425: * etc/parser3.charsets/Makefile.in 1.2:
15426: *** empty log message ***
15427:
1.15 paf 15428: * src/main/execute.C 1.211:
15429: * src/types/pa_wcontext.h 1.24:
15430: * www/htdocs/auto.p 1.2:
15431: * www/htdocs/index.html 1.4:
15432: operators check 2
15433: floated up old error of staying in 'entered class' state after $a:a[a]
15434: it prevented operators from being called thereafter
15435:
15436: * src/main/execute.C 1.212:
15437: operators check 3
15438: floated up old error of staying in 'entered class' state after $a:a(a)
15439: it prevented operators from being called thereafter
15440:
15441: * src/include/pa_opcode.h 1.11:
15442: * src/main/compile.tab.C 1.32:
15443: * src/main/compile.y 1.176:
15444: * src/main/execute.C 1.213:
15445: operators check 4
15446: floated up old error of staying in 'entered object' state after ^a.a(a)
15447: it prevented operators from being called thereafter
15448:
15449: 2002-01-30 paf
15450: * src/classes/xdoc.C 1.81:
15451: acconfig.h changed [comments before #undefs removed]
15452: those comments were a mistake, and prevented libltdl from function properly
15453:
15454: 2002-01-29 paf
15455: * src/Makefile.am 1.13:
15456: * src/Makefile.in 1.40:
15457: * src/classes/Makefile.am 1.34:
15458: * src/classes/Makefile.in 1.36:
15459: * src/main/Makefile.in 1.32:
15460: * src/targets/Makefile.in 1.27:
15461: * src/targets/apache13/Makefile.in 1.27:
15462: * src/targets/cgi/Makefile.in 1.34:
15463: * src/types/Makefile.in 1.27:
15464: removed libltdl/libtool creation [modified acinclude.m4 which were creating int into just assignment LIBTOOL=../libtool]
15465: added default system config&charsetts
15466: prepared 'make install', now it installs
15467: targets/cgi/parser3 into bin directory
15468: etc/parser3.conf & etc/parser3.charsets/* into $sysconfdir and $sysconfdir/parser3.charsets respectively
15469:
15470: * src/classes/xdoc.C 1.80:
15471: * src/include/pa_charset.h 1.12:
15472: * src/include/pa_globals.h 1.76:
15473: * src/main/pa_globals.C 1.111:
15474: few forgotten ifdef XML added
15475:
15476: 2002-01-28 paf
15477: * src/classes/xdoc.C 1.79:
15478: * src/classes/xnode.h 1.7:
15479: * src/main/pa_exception.C 1.35:
15480: xdoc.importNode 0
15481:
15482: * src/classes/xdoc.C 1.78:
15483: xdoc::set now untaints OK
15484:
15485: * src/Makefile.in 1.39:
15486: stupid make runs automake on ths
15487:
15488: * src/classes/xnode.C 1.34:
15489: * src/types/pa_vxdoc.h 1.17:
15490: xdoc.importNode 1 [fixed as_node helper func to accept docs]
15491:
15492: * src/classes/Makefile.am 1.33:
15493: * src/classes/Makefile.in 1.35:
15494: * src/targets/cgi/Makefile.am 1.25:
15495: * src/targets/cgi/Makefile.in 1.33:
15496: xalan-patch removed
15497:
15498: * src/main/pa_exception.C 1.36:
15499: dom|generic error output fix
15500:
15501: * src/classes/xnode.C 1.35:
15502: xdoc.importNode 2 [mistype err]
15503:
15504: * src/classes/xnode.C 1.36:
15505: xdoc.importNode 3 [check err]
15506:
15507: 2002-01-25 paf
15508: * src/include/pa_charset.h 1.11:
15509: * src/main/pa_globals.C 1.110:
15510: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
15511:
15512: * src/classes/hash.C 1.33:
15513: unified hash::sql, now
15514: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
15515:
15516: * src/classes/file.C 1.68:
15517: * src/classes/op.C 1.68:
15518: * src/classes/string.C 1.94:
15519: * src/classes/table.C 1.141:
15520: * src/classes/xdoc.C 1.77:
15521: * src/include/pa_common.h 1.70:
15522: * src/main/pa_common.C 1.95:
15523: * src/types/pa_vfile.h 1.38:
15524: removed redundant pool param to some pa_common funcs
15525:
15526: * src/classes/file.C 1.69:
15527: * src/include/pa_common.h 1.71:
15528: * src/main/pa_common.C 1.96:
15529: ^file:lock[filename]{code}
15530:
15531: * src/include/pa_charset.h 1.10:
15532: * src/include/pa_charset.h 1.2.2.1:
15533: * src/include/pa_config_fixed.h 1.34.6.1:
15534: * src/main/compile.tab.C 1.27.6.3:
15535: * src/main/pa_charset.C 1.18:
15536: typedef XMLCh... not stupid illegal define
15537:
15538: * src/main/compile.tab.C 1.31:
15539: * src/main/compile.y 1.175:
15540: #comment before @ after @SPECIAL
15541: now works OK
15542:
15543: * src/main/pa_exec.C 1.20:
15544: max arg count now 10, and proper message on violation that added
15545:
15546: * src/main/pa_exec.C 1.21:
15547: * src/main/pa_exec.C 1.22:
15548: unix: exec now does chdir to script dir
15549:
15550: 2002-01-24 paf
15551: * src/classes/hashfile.C 1.20:
15552: * src/include/pa_db_table.h 1.13:
15553: * src/include/pa_opcode.h 1.10:
15554: * src/main/compile.tab.C 1.30:
15555: * src/main/compile.y 1.174:
15556: * src/main/compile_tools.C 1.41:
15557: * src/main/compile_tools.h 1.53:
15558: * src/main/execute.C 1.209:
15559: * src/main/pa_db_connection.C 1.35:
15560: * src/main/pa_db_table.C 1.18:
15561: * src/types/pa_vhashfile.C 1.17:
15562: * src/types/pa_vhashfile.h 1.13:
15563: merged from r17 - hashfile without logfiles
15564:
15565: * src/classes/xnode.C 1.31:
15566: xnode.select returns array always now, in case 'nothing found'
15567: returns empty array
15568:
15569: * src/include/pa_version.h 1.3:
15570: changed version number
15571:
15572: * src/classes/xdoc.C 1.74:
15573: checked empty response
15574:
15575: * src/classes/hashfile.C 1.19.2.1:
15576: * src/include/pa_db_table.h 1.12.6.1:
15577: * src/main/compile.tab.C 1.27.6.2:
15578: * src/main/pa_db_connection.C 1.34.6.1:
15579: * src/main/pa_db_table.C 1.17.2.1:
15580: * src/types/pa_vhashfile.C 1.16.6.1:
15581: * src/types/pa_vhashfile.h 1.12.14.1:
15582: hashfile:
15583: removed use of transactions
15584: [libdb removed DB_INIT_LOCK, DB_INIT_LOG, DB_INIT_TXN init bits,
15585: thus got rid of huge log files, which cluttered disk without huge need]
15586:
15587: * src/classes/xdoc.C 1.76:
15588: * src/classes/xnode.C 1.33:
15589: * src/classes/xnode.h 1.6:
15590: gdome_xml_doc_get_xmlDoc handy macro, which is strangly abscent
15591: in dome lib
15592:
15593: * src/classes/xnode.C 1.30:
15594: xpath nodes select bug [0] instead of [i], be more tender with
15595: ctrl/c/v
15596:
15597: * src/classes/xdoc.C 1.75:
15598: xsltSaveResultTo checked <0 response
15599:
15600: * src/classes/xnode.C 1.32:
15601: xdoc.select fixed context node [were always /, not self node]
15602:
15603: 2002-01-23 paf
15604: * src/classes/xdoc.C 1.72:
15605: * src/main/pa_globals.C 1.108:
15606: * src/types/pa_vdouble.h 1.29:
15607: %.20E now default float format
15608: this is for regretful twice-converting here:
15609: $a(double value) when they write double falue they convert it to string first,
15610: thus %g were losing precesion.
15611:
15612: todo: think up some way to remove double->string string->double twice-converting
15613:
15614: * src/main/pa_globals.C 1.105:
15615: removed debug xslt messages
15616:
15617: * src/main/pa_globals.C 1.106:
15618: xslt linked dynamically. [mistekenly were statically linked]
15619:
15620: * src/include/pa_exception.h 1.29:
15621: * src/main/compile.tab.C 1.29:
15622: * src/main/pa_exception.C 1.34:
15623: removed exception va_list constructor.
15624: 1. not needed anymore
15625: 2. there were a conflict[causing errors] between
15626: ctor(, va_list)
15627: ctor(, ...)
15628: compiler[both msvc and gcc] never detected an ambiguilty here, compiling
15629: ctor(, "hello") into ctor(, va_list) which, of course, caused gpf
15630:
15631: * src/types/pa_vdouble.h 1.30:
15632: %.20E now float format when %g produced 'e' in output
15633: this is for regretful twice-converting here:
15634: $a(double value) when they write double falue they convert it to string first,
15635: thus %g were losing precesion.
15636:
15637: todo: think up some way to remove double->string string->double twice-converting
15638:
15639: * src/types/pa_vdouble.h 1.28.14.1:
15640: double prec. todo: get rid of twice-converting
15641:
15642: * src/classes/xdoc.C 1.71:
15643: * src/include/pa_stylesheet_connection.h 1.24:
15644: * src/main/pa_globals.C 1.107:
15645: xmlSubstituteEntitiesDefault(1) now global, reasons in comment inside
15646:
15647: * src/classes/xdoc.C 1.73:
15648: * src/main/pa_globals.C 1.109:
15649: xdoc::load/set entities substituted.
15650: // 2. when dom tree with entites goes under transform text nodes
15651: // got [erroreosly] cut on first entity occurance
15652:
15653: 2002-01-22 paf
15654: * src/classes/table.C 1.140:
15655: join behaived badly in case named tables structure mismatched: 0 strings sneaked into dest failing afterwards.
15656: replaced them with empty strings
15657:
15658: * src/classes/xdoc.C 1.70:
15659: * src/include/pa_stylesheet_connection.h 1.23:
15660: * src/main/pa_globals.C 1.104:
15661: xsl stylesheet load: parsed entities, this helps compiling stylesheet properly.
15662: example:
15663: this refused to work,
15664: <b>«<xsl:value-of select="@title" />»</b>
15665: stranly worked only this way:
15666: <b>«<xsl:value-of select="@title" />»</b>
15667:
15668: docs says "set it to 1", never going into details, so I decided to try NOT to do that
15669:
15670: 2002-01-21 paf
15671: * src/include/pa_stylesheet_connection.h 1.20:
15672: * src/main/pa_exception.C 1.32:
15673: xml generic message 1
15674:
15675: * src/main/pa_charset.C 1.17:
15676: checked empty transcoders in transcode_cstr|buf
15677:
15678: * src/classes/Makefile.in 1.34:
15679: * src/classes/xdoc.C 1.67:
15680: * src/classes/xnode.C 1.29:
15681: * src/include/pa_stylesheet_connection.h 1.22:
15682: * src/main/pa_charset.C 1.16:
15683: * src/main/pa_globals.C 1.103:
15684: * src/main/pa_sql_driver_manager.C 1.59:
15685: * src/main/pa_stylesheet_manager.C 1.11:
15686: * src/targets/cgi/Makefile.am 1.24:
15687: * src/targets/cgi/Makefile.in 1.32:
15688: autoconf gnome
15689:
15690: * src/classes/xdoc.C 1.69:
15691: xdoc::load error source = filespec
15692:
15693: * src/classes/table.C 1.139:
15694: ^table::load
15695: empty lines or #comments before headline
15696:
15697: * src/include/pa_array.h 1.49:
15698: * src/include/pa_globals.h 1.74:
15699: * src/include/pa_request.h 1.118:
15700: * src/include/pa_threads.h 1.21:
15701: * src/main/pa_array.C 1.44:
15702: * src/main/pa_exception.C 1.31:
15703: * src/main/pa_globals.C 1.101:
15704: * src/main/pa_request.C 1.192:
15705: * src/targets/apache13/pa_threads.C 1.4:
15706: * src/targets/cgi/pa_threads.C 1.6:
15707: * src/targets/isapi/pa_threads.C 1.6:
15708: xml generic errors 0
15709:
15710: * src/classes/xdoc.C 1.66:
15711: * src/classes/xnode.C 1.28:
15712: * src/include/pa_exception.h 1.28:
15713: * src/include/pa_globals.h 1.75:
15714: * src/include/pa_stylesheet_connection.h 1.21:
15715: * src/main/pa_exception.C 1.33:
15716: * src/main/pa_globals.C 1.102:
15717: * src/targets/apache13/pa_threads.C 1.5:
15718: * src/targets/cgi/pa_threads.C 1.7:
15719: xslt generic error 1
15720:
15721: * src/classes/xdoc.C 1.68:
15722: transform error source now stylesheet_filespec
15723:
15724: 2002-01-16 paf
15725: * src/classes/xdoc.C 1.64:
15726: few comments
15727:
15728: * src/classes/hash.C 1.32:
15729: * src/classes/op.C 1.67:
15730: * src/classes/string.C 1.93:
15731: * src/classes/table.C 1.138:
15732: * src/classes/void.C 1.14:
15733: * src/classes/xdoc.C 1.65:
15734: * src/include/pa_db_connection.h 1.19:
15735: * src/include/pa_request.h 1.117:
15736: * src/include/pa_sql_connection.h 1.21:
15737: * src/include/pa_sql_driver_manager.h 1.21:
15738: * src/include/pa_stylesheet_connection.h 1.19:
15739: * src/include/pa_stylesheet_manager.h 1.10:
15740: * src/main/pa_request.C 1.191:
15741: * src/main/pa_sql_driver_manager.C 1.58:
15742: * src/main/pa_stylesheet_manager.C 1.10:
15743: * src/targets/cgi/pool_storage.h 1.7:
15744: auto closers to sql_connection, stylesheet_connection
15745: auto destroyers to remaining gnome objects
15746:
15747: 2002-01-15 paf
15748: * src/classes/xdoc.C 1.61:
15749: * src/include/pa_charset.h 1.9:
15750: * src/main/pa_charset.C 1.15:
15751: started output options parsing
15752:
15753: * src/classes/xdoc.C 1.63:
15754: xdoc
15755: file
15756: save
15757: string
15758:
15759: ready.
15760: todo: error handling
15761:
15762: * src/classes/xdoc.C 1.62:
15763: xdoc save rewritten using xmlAllocOutputBuffer
15764: less mallocs, more reallocs. less fragmented result
15765:
15766: 2002-01-14 paf
15767: * src/classes/xdoc.C 1.60:
15768: method
15769:
15770: * src/classes/xdoc.C 1.59:
15771: * src/classes/xnode.C 1.27:
15772: * src/include/pa_charset.h 1.8:
15773: * src/include/pa_pool.h 1.76:
15774: * src/include/pa_stylesheet_connection.h 1.18:
15775: * src/main/main.dsp 1.145:
15776: * src/main/pa_charset.C 1.14:
15777: * src/main/pa_globals.C 1.100:
15778: * src/main/pa_pool.C 1.49:
15779: * src/main/pa_stylesheet_manager.C 1.9:
15780: * src/types/pa_vxdoc.h 1.16:
15781: xslt transform0.
15782: TODO:
15783: use output options
15784: handle errors
15785:
15786: * src/classes/xdoc.C 1.58:
15787: * src/classes/xnode.C 1.26:
15788: ^xdoc.file
15789:
15790: 2002-01-11 paf
15791: * src/classes/xnode.C 1.22:
15792: * src/include/pa_charset.h 1.6:
15793: * src/main/pa_charset.C 1.13:
15794: xpath selectNode 1
15795:
15796: * src/include/pa_opcode.h 1.9.6.1:
15797: * src/main/compile.tab.C 1.27.6.1:
15798: * src/main/compile.y 1.173.14.1:
15799: * src/main/compile_tools.C 1.40.14.1:
15800: * src/main/compile_tools.h 1.52.6.1:
15801: * src/main/execute.C 1.208.2.1:
15802: partial logical && || evaluation
15803:
15804: * src/classes/xnode.C 1.23:
15805: xpath selectNode 2
15806:
15807: * src/classes/xnode.C 1.24:
15808: * src/include/pa_charset.h 1.7:
15809: xpath selectNode 3: string/number/bool
15810:
15811: * src/classes/xnode.C 1.25:
15812: xpath selectNodes
15813:
15814: 2002-01-10 paf
15815: * src/classes/xnode.C 1.21:
15816: xpath selectNode -100 [just written]
15817:
15818: * src/classes/xdoc.C 1.57:
15819: * src/classes/xnode.C 1.20:
15820: * src/include/pa_charset.h 1.5:
15821: * src/include/pa_exception.h 1.27:
15822: * src/include/pa_pool.h 1.75:
15823: * src/main/pa_charset.C 1.12:
15824: * src/main/pa_pool.C 1.48:
15825: GdomeDOMString_auto_ptr c++ wrapper [calls refcounter]
15826:
15827: 2001-12-29 paf
15828: * src/classes/xdoc.C 1.56:
15829: * src/include/pa_exception.h 1.26:
15830: * src/main/pa_charset.C 1.11:
15831: * src/main/pa_exception.C 1.30:
15832: * src/main/pa_globals.C 1.99:
15833: xdoc
15834: ^set
15835: ^string with glib works 0
15836:
15837: 2001-12-28 paf
15838: * src/main/pa_globals.C 1.98:
15839: renamed gdome to libgdome.dll
15840:
15841: * src/classes/classes.dsp 1.14:
15842: * src/classes/mail.C 1.50:
15843: * src/classes/xdoc.C 1.54:
15844: * src/classes/xnode.C 1.19:
15845: * src/classes/xnode.h 1.5:
15846: * src/include/pa_exception.h 1.25:
15847: * src/include/pa_globals.h 1.73:
15848: * src/main/compile.tab.C 1.28:
15849: * src/main/main.dsp 1.144:
15850: * src/main/pa_charset.C 1.9:
15851: * src/main/pa_dir.C 1.9:
15852: * src/main/pa_exception.C 1.28:
15853: * src/main/pa_exec.C 1.19:
15854: * src/main/pa_globals.C 1.97:
15855: * src/main/pa_socks.C 1.9:
15856: * src/targets/cgi/parser3.C 1.150:
15857: * src/targets/cgi/parser3.dsp 1.40:
15858: * src/types/pa_vxdoc.C 1.9:
15859: * src/types/pa_vxdoc.h 1.15:
15860: * src/types/pa_vxnode.C 1.13:
15861: * src/types/pa_vxnode.h 1.10:
15862: gnome libs just compiled in.
15863: no refcounting
15864: no xpath
15865: no xslt
15866: yet
15867:
15868: * src/classes/xdoc.C 1.55:
15869: * src/include/pa_charset.h 1.4:
15870: * src/main/pa_charset.C 1.10:
15871: * src/main/pa_exception.C 1.29:
15872: started glib transcoders
15873:
15874: 2001-12-27 paf
15875: * src/include/pa_charset.h 1.3:
15876: * src/include/pa_common.h 1.69:
15877: * src/include/pa_exception.h 1.24:
15878: * src/include/pa_globals.h 1.72:
15879: * src/include/pa_pool.h 1.74:
15880: * src/main/main.dsp 1.143:
15881: * src/main/pa_charset.C 1.8:
15882: * src/main/pa_charsets.C 1.4:
15883: * src/main/pa_globals.C 1.96:
15884: * src/main/pa_pool.C 1.47:
15885: * src/targets/cgi/parser3.C 1.149:
15886: * src/targets/cgi/parser3.dsp 1.39:
15887: * src/types/pa_vxdoc.C 1.8:
15888: * src/types/pa_vxdoc.h 1.14:
15889: * src/types/pa_vxnode.C 1.12:
15890: * src/types/pa_vxnode.h 1.9:
15891: * src/types/types.dsp 1.17:
15892: going away from xalan&xerces, started the process.
15893: globals [initialization
15894: pool [charset update
15895: charset [transcodings
15896: vxnode vxdoc [DOM calls
15897:
15898: * src/classes/Makefile.am 1.32:
15899: going away from xalan&xerces, not needed anymore
15900:
15901: 2001-12-26 paf
15902: * src/include/pa_charset.h 1.2:
15903: * src/include/pa_charsets.h 1.3:
15904: * src/main/pa_charset.C 1.7:
15905: * src/main/pa_charsets.C 1.3:
15906: * src/main/pa_request.C 1.190:
15907: charset key globalized [bug]
15908:
15909: 2001-12-25 paf
15910: * src/classes/mail.C 1.49:
15911: * src/classes/table.C 1.137:
15912: * src/include/pa_string.h 1.122:
15913: * src/main/pa_string.C 1.136:
15914: table set & append changed splitting languages, separators now can be clean AND as-is
15915: same to mail command line $MAIN:MAIL.progX arguments
15916:
15917: 2001-12-24 paf
15918: * src/classes/hashfile.C 1.19:
15919: * src/classes/op.C 1.66:
15920: * src/main/pa_db_table.C 1.17:
15921: * src/main/pa_string.C 1.135:
15922: read from cache size check updated
15923:
15924: * src/main/pa_string.C 1.133:
15925: * src/main/pa_string.C 1.134:
15926: String::join_chain another ugly bug :(
15927:
15928: * src/classes/mail.C 1.48:
15929: one parted text messages - no multipart mime-type anymore.
15930: for convinient if $.attach-ments
15931:
15932: 2001-12-21 paf
15933: * src/main/pa_request.C 1.189:
15934: $result in @main actually not working, to hell with it for now
15935:
15936: * src/main/execute.C 1.207:
15937: junction evaluation canceled - endless recursion detected
15938:
15939: * src/classes/date.C 1.14:
15940: date:sql-string now returns localtime
15941:
15942: * src/include/pa_request.h 1.116:
15943: * src/main/execute.C 1.208:
15944: * src/main/pa_request.C 1.188:
15945: * src/types/pa_vmethod_frame.h 1.20:
15946: * src/types/pa_wcontext.h 1.23:
15947: $result in @main @postprocess @exception
15948:
15949: 2001-12-19 paf
15950: * src/main/pa_request.C 1.187:
15951: CLASS_PATH now / = DOCUMENT_ROOT
15952:
15953: * src/classes/op.C 1.65:
15954: ^cache keypath now relative
15955:
15956: * src/classes/hashfile.C 1.18:
15957: ^hashfile.open DB_HOME now relative
15958:
15959: * src/main/pa_charset.C 1.6:
15960: charset->charset transcoding via unicode intermediate
15961:
15962: * src/classes/mail.C 1.46:
15963: * src/include/pa_config_fixed.h 1.34:
15964: to/from 0 check were missing
15965:
15966: * src/classes/mail.C 1.47:
15967: changed weighting prior to sort
15968:
15969: 2001-12-17 paf
15970: * src/classes/mail.C 1.45:
15971: * src/include/pa_charsets.h 1.2:
15972: * src/include/pa_string.h 1.121:
15973: * src/main/pa_charsets.C 1.2:
15974: * src/main/untaint.C 1.87:
15975: * src/types/pa_vrequest.C 1.14:
15976: * src/types/pa_vresponse.C 1.2:
15977: ^mail:send[
15978: $.charset[zzz]
15979: addded
15980:
15981: * src/include/pa_db_table.h 1.12:
15982: * src/main/pa_db_table.C 1.16:
15983: db_table used outdated unset services_pool
15984:
15985: * src/main/pa_charset.C 1.5:
15986: ifndef XML were bad type
15987:
15988: * src/classes/image.C 1.63:
15989: govno
15990:
15991: * src/main/untaint.C 1.86:
15992: allowed space in filespec
15993:
15994: * src/classes/image.C 1.64:
15995: no govno
15996:
15997: * src/targets/apache13/mod_parser3.C 1.15:
15998: test r->finfo.st_mode check seems to work only on win32
15999:
16000: * src/main/pa_charset.C 1.4:
16001: empty bufs transcode [forgot check :(]
16002:
16003: 2001-12-15 paf
16004: * src/classes/file.C 1.67:
16005: * src/classes/math.C 1.11:
16006: * src/classes/op.C 1.64:
16007: * src/classes/string.C 1.92:
16008: * src/classes/table.C 1.136:
16009: * src/classes/xdoc.C 1.53:
16010: * src/include/pa_array.h 1.48:
16011: * src/include/pa_cache_managers.h 1.4:
16012: * src/include/pa_charset_connection.h 1.6:
16013: * src/include/pa_charset_manager.h 1.8:
16014: * src/include/pa_common.h 1.68:
16015: * src/include/pa_db_connection.h 1.18:
16016: * src/include/pa_db_manager.h 1.12:
16017: * src/include/pa_db_table.h 1.11:
16018: * src/include/pa_dictionary.h 1.8:
16019: * src/include/pa_exception.h 1.23:
16020: * src/include/pa_exec.h 1.5:
16021: * src/include/pa_globals.h 1.71:
16022: * src/include/pa_hash.h 1.52:
16023: * src/include/pa_opcode.h 1.9:
16024: * src/include/pa_pool.h 1.73:
16025: * src/include/pa_request.h 1.115:
16026: * src/include/pa_sapi.h 1.16:
16027: * src/include/pa_socks.h 1.6:
16028: * src/include/pa_sql_connection.h 1.20:
16029: * src/include/pa_sql_driver_manager.h 1.20:
16030: * src/include/pa_string.h 1.120:
16031: * src/include/pa_stylesheet_connection.h 1.17:
16032: * src/include/pa_stylesheet_manager.h 1.9:
16033: * src/include/pa_table.h 1.38:
16034: * src/include/pa_transcoder.h 1.3:
16035: * src/main/compile_tools.h 1.52:
16036: * src/main/main.dsp 1.142:
16037: * src/main/pa_charset.C 1.1:
16038: * src/main/pa_charset_connection.C 1.13:
16039: * src/main/pa_charset_manager.C 1.10:
16040: * src/main/pa_charsets.C 1.1:
16041: * src/main/pa_globals.C 1.95:
16042: * src/main/pa_pool.C 1.46:
16043: * src/main/pa_request.C 1.186:
16044: * src/main/pa_string.C 1.132:
16045: * src/main/pa_transcoder.C 1.4:
16046: * src/main/untaint.C 1.84:
16047: * src/types/pa_vfile.C 1.24:
16048: * src/types/pa_vform.C 1.50:
16049: * src/types/pa_vform.h 1.31:
16050: * src/types/pa_vrequest.C 1.13:
16051: * src/types/pa_vrequest.h 1.14:
16052: * src/types/pa_vresponse.C 1.1:
16053: * src/types/pa_vresponse.h 1.19:
16054: * src/types/types.dsp 1.16:
16055: introducing Charset
16056:
16057: * src/main/pa_charset.C 1.2:
16058: name_cstr 0
16059:
16060: * src/main/Makefile.in 1.31:
16061: * src/targets/apache13/Makefile.in 1.26:
16062: * src/targets/cgi/Makefile.in 1.31:
16063: * src/types/Makefile.in 1.26:
16064: makes
16065:
16066: * src/include/pa_charset.h 1.1:
16067: * src/include/pa_charsets.h 1.1:
16068: forgot to add
16069:
16070: * src/main/Makefile.am 1.27:
16071: * src/main/pa_charset.C 1.3:
16072: * src/types/Makefile.am 1.15:
16073: charset_connection&manager replaced by charset&charsets
16074:
16075: * src/main/untaint.C 1.85:
16076: uri lang now knows about client/source charsets
16077:
16078: 2001-12-14 paf
16079: * src/include/pa_request.h 1.114:
16080: * src/include/pa_transcoder.h 1.2:
16081: * src/main/pa_request.C 1.185:
16082: * src/main/pa_transcoder.C 1.3:
16083: * src/types/pa_vform.C 1.49:
16084: * src/types/pa_vform.h 1.30:
16085: transcodeToUTF8[were FromUTF8] for forms
16086: todo: uri lang
16087:
16088: * src/targets/apache13/Makefile.am 1.8:
16089: * src/targets/cgi/Makefile.am 1.23:
16090: -I../../pcre to .am
16091:
16092: * src/include/pa_charset_connection.h 1.5:
16093: * src/include/pa_pool.h 1.72:
16094: * src/include/pa_request.h 1.113:
16095: * src/include/pa_transcoder.h 1.1:
16096: * src/main/Makefile.am 1.26:
16097: * src/main/main.dsp 1.141:
16098: * src/main/pa_charset_connection.C 1.12:
16099: * src/main/pa_charset_manager.C 1.9:
16100: * src/main/pa_request.C 1.184:
16101: * src/main/pa_transcoder.C 1.1:
16102: * src/types/Makefile.am 1.14:
16103: * src/types/pa_vrequest.C 1.12:
16104: * src/types/pa_vrequest.h 1.13:
16105: * src/types/pa_vresponse.h 1.18:
16106: * src/types/types.dsp 1.15:
16107: changed charset model.
16108: now important:
16109: $request:charset
16110: $response:charset
16111: while
16112: $response:content-type.charset
16113: become unimportant [informational]
16114:
16115: * src/include/pa_globals.h 1.70:
16116: * src/main/pa_globals.C 1.94:
16117: removed unused defalts_name global
16118:
16119: * src/main/pa_transcoder.C 1.2:
16120: transcodeToUTF8,
16121: now form&uri lang
16122:
16123: 2001-12-13 paf
16124: * src/include/pa_types.h 1.35:
16125: msvc head debugging flag
16126:
16127: * src/classes/xdoc.C 1.49:
16128: freed up listener
16129:
16130: * src/classes/xdoc.C 1.51:
16131: * src/main/pa_sql_driver_manager.C 1.57:
16132: rewritten auto_ptr part other way, because of stupid gcc 2.96
16133: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
16134: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
16135: FormatterListener]
16136: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
16137: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
16138: FormatterListener, _Tp = FormatterListener]
16139:
16140: * src/include/pa_config_fixed.h 1.32:
16141: * src/main/pa_common.C 1.94:
16142: * src/main/pa_string.C 1.131:
16143: removed signed mismatch warnings
16144:
16145: * src/classes/xdoc.C 1.52:
16146: rewritten auto_ptr part other way2, because of stupid gcc 2.96
16147: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
16148: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
16149: FormatterListener]
16150: /usr/include/g++-3/memory:48: auto_ptr<_Tp>
16151: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with _Tp1 =
16152: FormatterListener, _Tp = FormatterListener]
16153:
16154: * src/main/pa_string.C 1.130:
16155: string::recustruct erroreusly used outdated row ptr
16156:
16157: * src/include/pa_cache_managers.h 1.3:
16158: * src/include/pa_charset_manager.h 1.7:
16159: * src/include/pa_config_fixed.h 1.33:
16160: * src/include/pa_db_manager.h 1.11:
16161: * src/include/pa_sql_driver_manager.h 1.19:
16162: * src/include/pa_stylesheet_manager.h 1.8:
16163: * src/main/pa_cache_managers.C 1.2:
16164: * src/main/pa_globals.C 1.93:
16165: ~Cache_managers
16166:
16167: * src/classes/string.C 1.91:
16168: change msg '... code is not code'
16169:
16170: * src/classes/xdoc.C 1.50:
16171: removed extra inc
16172:
16173: * src/targets/apache13/mod_parser3.C 1.14:
16174: * src/targets/cgi/parser3.C 1.147:
16175: * src/targets/isapi/parser3isapi.C 1.61:
16176: removed 'expires' from header outputs
16177:
16178: * src/targets/cgi/pa_pool.C 1.34:
16179: * src/targets/isapi/pa_pool.C 1.10:
16180: EOL@EOF
16181:
16182: * src/main/pa_db_connection.C 1.34:
16183: * src/main/pa_db_manager.C 1.19:
16184: * src/main/pa_sql_driver_manager.C 1.56:
16185: * src/main/pa_stylesheet_manager.C 1.8:
16186: * src/targets/cgi/pool_storage.h 1.6:
16187: couple cache expiratiors were wrong [past/future prob]
16188:
16189: * src/classes/xdoc.C 1.48:
16190: lang list updated
16191:
16192: * src/targets/cgi/pa_pool.C 1.33:
16193: * src/targets/cgi/parser3.C 1.148:
16194: msvc heap debugging flag
16195:
16196: * src/classes/file.C 1.66:
16197: file::cgi bug, request_method were passed to SERVER_PROTOCOL
16198: but SERVER_PROTOCOL were forgotten
16199:
16200: 2001-12-10 paf
16201: * src/main/untaint.C 1.83:
16202: FILE_SPEC untainting changed so that one can erase files like that, knowing their full name
16203: introducing
16204: // theoretical problem with, for instance, "_2B" and "." fragments,
16205: // they would yield the same
16206: // because need_file_encode('_')=false
16207: // but we need to delete such files somehow, getting names from ^index
16208:
16209: * src/main/pa_string.C 1.129:
16210: ^string.replace bug fixed [bad string::join_chank break]
16211:
16212: * src/classes/math.C 1.10:
16213: ^math:random(n) now yields[0;n) not [0;n]
16214:
16215: 2001-12-07 paf
16216: * src/main/pa_string.C 1.125.2.1.2.2:
16217: stupid sparc architecture failed to access short at odd address
16218: 0x311f0 <deserialize__6StringUiPvUiPCc+16>: lduh [ %i2 + 1 ], %l0
16219:
16220: bus error,
16221: fixed that
16222:
16223: * src/include/pa_config_auto.h.in 1.14.6.1:
16224: makes
16225:
16226: * src/main/pa_string.C 1.125.2.1.2.1:
16227: strange string deserialize bug on client[pmts], a bit shortened,
16228:
16229: * src/include/pa_common.h 1.66.6.2:
16230: * src/include/pa_config_fixed.h 1.30.8.2:
16231: * src/include/pa_config_includes.h 1.13.6.1:
16232: * src/main/pa_common.C 1.91.4.1.2.2:
16233: exclusive lock file write
16234: shared lock file read
16235:
16236: * src/classes/hashfile.C 1.17:
16237: * src/classes/op.C 1.63:
16238: * src/classes/table.C 1.135:
16239: * src/include/pa_common.h 1.67:
16240: * src/include/pa_config_auto.h.in 1.15:
16241: * src/include/pa_config_fixed.h 1.31:
16242: * src/include/pa_config_includes.h 1.14:
16243: * src/include/pa_db_table.h 1.10:
16244: * src/include/pa_request.h 1.112:
16245: * src/main/pa_common.C 1.93:
16246: * src/main/pa_db_table.C 1.15:
16247: * src/main/pa_request.C 1.183:
16248: * src/main/pa_string.C 1.128:
16249: * src/types/pa_vhashfile.C 1.16:
16250: merged from r14_simple_cache
16251:
16252: 2001-12-06 paf
16253: * src/main/compile.tab.C 1.27:
16254: * src/targets/cgi/parser3.C 1.146:
16255: removed debug info
16256:
16257: * src/classes/op.C 1.62.2.1.2.1:
16258: * src/classes/table.C 1.133.2.2.2.1:
16259: * src/include/pa_request.h 1.111.2.1.2.1:
16260: * src/main/pa_request.C 1.182.2.1.2.1:
16261: #ifdef RESOURCES_DEBUG
16262:
16263: * src/classes/op.C 1.62.2.1.2.2:
16264: * src/include/pa_common.h 1.66.6.1:
16265: * src/include/pa_config_fixed.h 1.30.8.1:
16266: * src/main/pa_common.C 1.91.4.1.2.1:
16267: ^cache operator
16268:
16269: * src/classes/hashfile.C 1.15.6.2:
16270: removed transaction from ^cache
16271:
16272: 2001-12-05 paf
16273: * src/targets/cgi/parser3.C 1.144:
16274: * src/targets/cgi/parser3.C 1.145:
16275: fatal error reporting fixed.
16276: in IIS5 there were a prob with illegal call check
16277:
16278: 2001-12-04 paf
16279: * src/classes/op.C 1.62.2.1:
16280: * src/classes/table.C 1.133.2.2:
16281: * src/include/pa_request.h 1.111.2.1:
16282: * src/main/pa_request.C 1.182.2.1:
16283: measures to log
16284:
16285: 2001-11-26 paf
16286: * src/targets/apache13/mod_parser3.C 1.13:
16287: merge dir config now works OK with parser_root_config_filespec
16288:
16289: 20011126 paf: noticed, that this is called even on virtual root merge with something "parent", while thought that that is part of merge_server...
16290:
16291: 2001-11-23 paf
16292: * src/classes/hashfile.C 1.16:
16293: * src/classes/table.C 1.134:
16294: * src/include/pa_db_table.h 1.9:
16295: * src/main/pa_common.C 1.92:
16296: * src/main/pa_db_table.C 1.14:
16297: * src/main/pa_string.C 1.127:
16298: * src/types/pa_vhashfile.C 1.15:
16299: merged from _0014, 1
16300:
16301: * src/classes/hashfile.C 1.15.6.1:
16302: * src/classes/table.C 1.133.2.1:
16303: * src/include/pa_db_table.h 1.8.6.1:
16304: * src/main/pa_common.C 1.91.4.1:
16305: * src/main/pa_db_table.C 1.12.6.2:
16306: * src/types/pa_vhashfile.C 1.14.6.1:
16307: hashfile bugfix2 more wrong sizes.
16308: ^cache behaviour changed: if ^cache(33) would change
16309:
16310: 0660 bits in file_write & hashfile create
16311:
16312: * src/main/pa_db_table.C 1.12.6.1:
16313: * src/main/pa_db_table.C 1.13:
16314: * src/main/pa_string.C 1.125.2.1:
16315: * src/main/pa_string.C 1.126:
16316: cache bugfix [wrong types after pa_string optimization]
16317:
16318: 2001-11-22 paf
16319: * src/main/untaint.C 1.82:
16320: ORIGINS mode removed UHTML
16321:
16322: * src/classes/op.C 1.62:
16323: process cstr(,connection)
16324:
16325: * src/Makefile.in 1.38:
16326: * src/classes/xdoc.C 1.47:
16327: * src/targets/Makefile.in 1.26:
16328: * src/targets/apache13/Makefile.in 1.25:
16329: * src/targets/cgi/Makefile.in 1.30:
16330: cached xslt [removed nocache forcing]
16331:
16332: * src/classes/op.C 1.61:
16333: process now gets its body on current language, not as-is
16334:
16335: * src/main/untaint.C 1.81:
16336: ORIGINS mode was bad - forgot about optimize bit
16337:
16338: * src/classes/table.C 1.133:
16339: * src/include/pa_table.h 1.37:
16340: * src/main/pa_table.C 1.41:
16341: table.offset[whence]
16342:
16343: 2001-11-21 paf
16344: * src/classes/table.C 1.132:
16345: * src/main/pa_string.C 1.124:
16346: * src/main/untaint.C 1.78:
16347: * src/targets/cgi/parser3.C 1.141:
16348: table.append bug fixed: forgot to switch default language for {
16349: code}, it happen to change it's language from CLEAN, so later
16350: refused to split by CLEAN \t
16351:
16352: * src/classes/xdoc.C 1.46:
16353: * src/types/pa_vxdoc.C 1.7:
16354: * src/types/pa_vxdoc.h 1.13:
16355: <xsl:output
16356: output options made identical to xsl:output attributes
16357: exclusion:
16358: cdata-section-elements
16359: what xalan can do but that not used now:
16360: it can escape and remove CDATA sections
16361:
16362: * src/targets/cgi/parser3.C 1.142:
16363: removed debug cgi||1
16364:
16365: * src/main/untaint.C 1.80:
16366: * src/targets/cgi/parser3.C 1.143:
16367: optimized \r produced by xslt
16368:
16369: * src/main/pa_string.C 1.125:
16370: * src/main/untaint.C 1.79:
16371: cached some string::size() es
16372:
16373: 2001-11-20 paf
16374: * src/classes/Makefile.am 1.31:
16375: * src/classes/Makefile.in 1.33:
16376: * src/classes/table.C 1.131:
16377: * src/main/Makefile.am 1.25:
16378: * src/main/Makefile.in 1.30:
16379: * src/main/pa_exception.C 1.27:
16380: * src/types/Makefile.am 1.13:
16381: * src/types/Makefile.in 1.25:
16382: moved ident.C & co to bottom of dependeces, so that errors
16383: would popup quicklier, fixed line numbering in table::sql
16384:
16385: 2001-11-19 paf
16386: * src/classes/op.C 1.60:
16387: * src/include/pa_request.h 1.111:
16388: * src/include/pa_string.h 1.119:
16389: * src/include/pa_types.h 1.34:
16390: * src/main/pa_globals.C 1.92:
16391: * src/main/pa_request.C 1.182:
16392: * src/main/pa_string.C 1.123:
16393: * src/main/untaint.C 1.77:
16394: * src/targets/apache13/mod_parser3.C 1.12:
16395: * src/targets/cgi/parser3.C 1.140:
16396: * src/targets/isapi/parser3isapi.C 1.60:
16397: * src/types/pa_wcontext.C 1.13:
16398: * src/types/pa_wcontext.h 1.22:
16399: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
16400:
16401: * src/classes/Makefile.in 1.32:
16402: * src/main/Makefile.in 1.29:
16403: * src/targets/Makefile.am 1.8:
16404: * src/targets/Makefile.in 1.25:
16405: * src/targets/apache13/Makefile.in 1.24:
16406: * src/targets/apache13/mod_parser3.C 1.11:
16407: * src/targets/cgi/Makefile.in 1.29:
16408: * src/targets/cgi/parser3.C 1.139:
16409: * src/types/Makefile.in 1.24:
16410: #if _MSC_VER _set_new_handler
16411:
16412: * src/Makefile.in 1.37:
16413: * src/targets/apache13/mod_parser3.C 1.10:
16414: * src/targets/cgi/parser3.C 1.138:
16415: * src/targets/isapi/parser3isapi.C 1.59:
16416: set_new_handler in apache&isapi
16417:
16418: 2001-11-16 paf
16419: * src/include/pa_string.h 1.117:
16420: * src/main/pa_string.C 1.120:
16421: * src/main/pa_string.C 1.121:
16422: * src/main/untaint.C 1.76:
16423: * src/types/pa_vstring.C 1.14:
16424: removed 1+4 bytes from String
16425:
16426: * src/include/pa_string.h 1.118:
16427: * src/include/pa_types.h 1.33:
16428: * src/main/pa_string.C 1.122:
16429: removed 8 bytes from String, 2 bytes from string::chunk::row::item
16430:
16431: * src/include/pa_globals.h 1.69:
16432: * src/include/pa_string.h 1.116:
16433: * src/include/pa_types.h 1.32:
16434: * src/main/pa_globals.C 1.91:
16435: * src/main/pa_pool.C 1.44:
16436: * src/main/pa_pool.C 1.45:
16437: * src/main/pa_request.C 1.181:
16438: * src/main/untaint.C 1.75:
16439: * src/sql/pa_sql_driver.h 1.24:
16440: * src/targets/cgi/parser3.C 1.136:
16441: introducing estimating String::cstr_bufsize, 0
16442:
16443: * src/include/pa_pool.h 1.70:
16444: * src/include/pa_pool.h 1.71:
16445: * src/main/execute.C 1.206:
16446: * src/main/pa_pool.C 1.41:
16447: * src/main/pa_pool.C 1.42:
16448: * src/main/pa_pool.C 1.43:
16449: * src/targets/cgi/parser3.C 1.134:
16450: * src/targets/cgi/parser3.C 1.135:
16451: die in pool::fail
16452:
16453: * src/targets/cgi/parser3.C 1.137:
16454: pool debug @ die
16455:
16456: 2001-11-15 paf
16457: * src/Makefile.in 1.36:
16458: configure set_new_handler check added
16459:
16460: * src/targets/cgi/parser3.C 1.131:
16461: set_new_handler started
16462:
16463: * src/include/pa_exception.h 1.22:
16464: * src/main/execute.C 1.205:
16465: * src/main/main.dsp 1.140:
16466: * src/main/pa_exception.C 1.26:
16467: * src/targets/cgi/parser3.C 1.133:
16468: exception with dynamic buffer re-back
16469: now with counter
16470:
16471: * src/include/pa_config_auto.h.in 1.13:
16472: * src/main/Makefile.in 1.28:
16473: makes
16474:
16475: * src/include/pa_exception.h 1.21:
16476: * src/main/pa_exception.C 1.25:
16477: exception with static buffer back
16478:
16479: * src/classes/classes.awk 1.5:
16480: * src/include/pa_config_auto.h.in 1.14:
16481: * src/include/pa_config_includes.h 1.13:
16482: setnewhandler check
16483:
16484: * src/targets/cgi/parser3.C 1.132:
16485: std::
16486:
16487: 2001-11-14 paf
16488: * src/main/execute.C [no_bad_constructors_try] 1.203.2.1:
16489: * src/types/pa_vclass.h [no_bad_constructors_try] 1.21.2.1:
16490: * src/types/pa_vobject.h [no_bad_constructors_try] 1.13.2.1:
16491: * src/types/pa_vstateless_class.h [no_bad_constructors_try] 1.20.2.1:
16492: * src/types/pa_vstateless_object.h [no_bad_constructors_try] 1.12.2.1:
16493: fixed this:
16494: $bred[^string::length[]]
16495: $bred[^response::clear[]]
16496: $bred[^int::int[]]
16497:
16498: now VObject creation moved into overriden VClass::create_new_value, thus 0 from create_new_value means that class has no ctors
16499:
16500: * src/include/pa_common.h 1.64:
16501: * src/include/pa_common.h 1.65:
16502: * src/include/pa_common.h 1.66:
16503: * src/main/pa_common.C 1.90:
16504: * src/main/pa_common.C 1.91:
16505: snprintf replacement was wrong
16506:
16507: * src/main/execute.C 1.204:
16508: * src/types/pa_vclass.h 1.22:
16509: * src/types/pa_vobject.h 1.14:
16510: * src/types/pa_vstateless_class.h 1.21:
16511: * src/types/pa_vstateless_object.h 1.13:
16512: merged with no_bad_constructors_try
16513:
16514: * src/classes/op.C 1.59:
16515: ^untaint{body} as-is default now
16516:
16517: * src/main/pa_request.C 1.180:
16518: z
16519:
16520: * src/include/pa_common.h 1.63:
16521: * src/main/pa_common.C 1.88:
16522: * src/main/pa_common.C 1.89:
16523: snprintf on buffer full returns
16524: win32 -1
16525: solaris >buffer_size
16526:
16527: checked all that
16528:
16529: 2001-11-13 paf
16530: * src/classes/classes.C 1.13:
16531: returned accedently removed if in foreach callbacks [when hash
16532: no-0-restructure]
16533:
16534: 2001-11-12 paf
16535: * src/classes/classes.C 1.12:
16536: * src/classes/hash.C 1.31:
16537: * src/classes/xdoc.C 1.45:
16538: * src/include/pa_hash.h 1.51:
16539: * src/main/pa_db_connection.C 1.33:
16540: * src/main/pa_db_manager.C 1.18:
16541: * src/main/pa_dictionary.C 1.10:
16542: * src/main/pa_hash.C 1.48:
16543: * src/main/pa_sql_driver_manager.C 1.55:
16544: * src/main/pa_stylesheet_manager.C 1.7:
16545: hash now does not containt 0 values. put 0 actullay removes.
16546: no check on 0 value in foreach now required
16547:
16548: * src/classes/date.C 1.13:
16549: date.roll parser2 alg used
16550:
16551: * src/main/pa_pool.C 1.40:
16552: changed xdoc createXXX politics, now string passed as-is to
16553: method, xalan makes & into & itself
16554:
16555: 2001-11-11 paf
16556: * src/main/pa_sql_driver_manager.C 1.53:
16557: * src/sql/pa_sql_driver.h 1.21:
16558: sql driver initialize not const
16559:
16560: * src/sql/pa_sql_driver.h 1.23:
16561: removed extra constructor, doc
16562:
16563: * src/main/pa_sql_driver_manager.C 1.54:
16564: * src/sql/pa_sql_driver.h 1.22:
16565: CRLF
16566:
16567: 2001-11-10 paf
16568: * src/main/pa_exec.C 1.18:
16569: doc
16570:
16571: 2001-11-09 paf
16572: * src/main/pa_common.C 1.87:
16573: line endings fixing fixed last piece[was still cstr oriented]
16574:
16575: * src/include/pa_common.h 1.62:
16576: * src/main/pa_common.C 1.86:
16577: * src/types/pa_vform.C 1.48:
16578: line endings fixing got rid of cstr, now must work ok with post multipart
16579:
16580: * src/classes/string.C 1.90:
16581: * src/classes/xdoc.C 1.44:
16582: xdoc::set{code} now untaints param properly
16583:
16584: * src/types/pa_vform.C 1.47:
16585: line endings fixed at post / multipart / not file also now
16586:
16587: * src/classes/string.C 1.89:
16588: string.save now does untainting before saving
16589:
16590: 2001-11-08 paf
16591: * src/include/pa_request.h 1.110:
16592: * src/main/pa_request.C 1.179:
16593: * src/targets/apache13/mod_parser3.C 1.9:
16594: * src/targets/cgi/parser3.C 1.130:
16595: * src/targets/isapi/parser3isapi.C 1.58:
16596: apache 'status' class enabler
16597:
16598: <Location /parser-status.html>
16599: ParserStatusAllowed
16600: </Location>
16601:
16602: * src/Makefile.in 1.35:
16603: * src/include/pa_common.h 1.61:
16604: * src/main/Makefile.am 1.24:
16605: * src/main/Makefile.in 1.27:
16606: * src/targets/cgi/pa_pool.C 1.32:
16607: makes
16608:
16609: * src/include/pa_cache_managers.h 1.2:
16610: * src/include/pa_charset_manager.h 1.6:
16611: * src/include/pa_db_manager.h 1.10:
16612: * src/include/pa_sql_driver_manager.h 1.18:
16613: * src/include/pa_stylesheet_manager.h 1.7:
16614: * src/main/pa_charset_manager.C 1.8:
16615: * src/main/pa_db_manager.C 1.17:
16616: * src/main/pa_sql_driver_manager.C 1.52:
16617: * src/main/pa_stylesheet_manager.C 1.6:
16618: restructured Cache manager to be simple parent, not second
16619: parent [gcc 2.96 strangly refused to call virtual from second
16620: parent]
16621:
16622: * src/include/pa_cache_managers.h 1.1:
16623: * src/include/pa_charset_manager.h 1.5:
16624: * src/include/pa_db_manager.h 1.9:
16625: * src/include/pa_sql_driver_manager.h 1.17:
16626: * src/include/pa_stylesheet_manager.h 1.6:
16627: * src/main/main.dsp 1.139:
16628: * src/main/pa_cache_managers.C 1.1:
16629: * src/main/pa_charset_manager.C 1.7:
16630: * src/main/pa_db_manager.C 1.16:
16631: * src/main/pa_globals.C 1.90:
16632: * src/main/pa_request.C 1.178:
16633: * src/main/pa_sql_driver_manager.C 1.51:
16634: * src/main/pa_stylesheet_manager.C 1.5:
16635: * src/types/pa_vstatus.h 1.4:
16636: cache_managers, maybe-expiring every request
16637: todo: apache 'status' class enabler
16638:
16639: 2001-11-05 paf
16640: * src/classes/xdoc.C 1.42:
16641: * src/include/pa_db_connection.h 1.16:
16642: * src/include/pa_stylesheet_connection.h 1.15:
16643: * src/include/pa_stylesheet_manager.h 1.4:
16644: * src/main/pa_stylesheet_manager.C 1.3:
16645: * src/types/pa_vstatus.h 1.2:
16646: $status:stylesheet
16647:
16648: * src/targets/cgi/parser3.C 1.129:
16649: read can return 0, that means sort of sig_pipe on freebsd [moko's experiments].
16650: checked that in cgi, on apache already done :)
16651:
16652: * src/main/pa_db_connection.C 1.31:
16653: * src/main/pa_db_manager.C 1.14:
16654: * src/main/pa_request.C 1.177:
16655: hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.
16656:
16657: expiring to 0 time was wrong, changed to 'now' time
16658:
16659: * src/main/pa_db_connection.C 1.30:
16660: * src/main/pa_db_manager.C 1.13:
16661: hence i removed skipping 0 values in hash::for_each-es we need
16662: to check cleaned cache items manually
16663:
16664: * src/include/pa_charset_connection.h 1.3:
16665: * src/main/pa_charset_manager.C 1.5:
16666: $status:charset
16667:
16668: * src/classes/classes.C 1.11:
16669: * src/classes/classes.h 1.14:
16670: * src/classes/date.C 1.12:
16671: * src/classes/double.C 1.41:
16672: * src/classes/file.C 1.65:
16673: * src/classes/form.C 1.19:
16674: * src/classes/hash.C 1.30:
16675: * src/classes/hashfile.C 1.15:
16676: * src/classes/image.C 1.62:
16677: * src/classes/int.C 1.38:
16678: * src/classes/mail.C 1.44:
16679: * src/classes/math.C 1.9:
16680: * src/classes/op.C 1.58:
16681: * src/classes/response.C 1.16:
16682: * src/classes/string.C 1.88:
16683: * src/classes/table.C 1.130:
16684: * src/classes/void.C 1.13:
16685: * src/classes/xdoc.C 1.43:
16686: * src/classes/xnode.C 1.18:
16687: * src/classes/xnode.h 1.4:
16688: * src/include/pa_array.h 1.47:
16689: * src/include/pa_charset_connection.h 1.4:
16690: * src/include/pa_charset_manager.h 1.4:
16691: * src/include/pa_common.h 1.60:
16692: * src/include/pa_config_fixed.h 1.30:
16693: * src/include/pa_config_includes.h 1.12:
16694: * src/include/pa_db_connection.h 1.17:
16695: * src/include/pa_db_manager.h 1.8:
16696: * src/include/pa_db_table.h 1.8:
16697: * src/include/pa_dictionary.h 1.7:
16698: * src/include/pa_dir.h 1.8:
16699: * src/include/pa_exception.h 1.20:
16700: * src/include/pa_exec.h 1.4:
16701: * src/include/pa_globals.h 1.68:
16702: * src/include/pa_hash.h 1.50:
16703: * src/include/pa_opcode.h 1.8:
16704: * src/include/pa_pool.h 1.69:
16705: * src/include/pa_pragma_pack_begin.h 1.2:
16706: * src/include/pa_pragma_pack_end.h 1.2:
16707: * src/include/pa_request.h 1.109:
16708: * src/include/pa_sapi.h 1.15:
16709: * src/include/pa_socks.h 1.5:
16710: * src/include/pa_sql_connection.h 1.19:
16711: * src/include/pa_sql_driver_manager.h 1.16:
16712: * src/include/pa_stack.h 1.11:
16713: * src/include/pa_string.h 1.115:
16714: * src/include/pa_stylesheet_connection.h 1.16:
16715: * src/include/pa_stylesheet_manager.h 1.5:
16716: * src/include/pa_table.h 1.36:
16717: * src/include/pa_threads.h 1.20:
16718: * src/include/pa_types.h 1.31:
16719: * src/main/compile.C 1.53:
16720: * src/main/compile.tab.C 1.26:
16721: * src/main/compile_tools.C 1.40:
16722: * src/main/compile_tools.h 1.51:
16723: * src/main/execute.C 1.203:
16724: * src/main/pa_array.C 1.43:
16725: * src/main/pa_charset_connection.C 1.11:
16726: * src/main/pa_charset_manager.C 1.6:
16727: * src/main/pa_common.C 1.85:
16728: * src/main/pa_db_connection.C 1.28:
16729: * src/main/pa_db_manager.C 1.12:
16730: * src/main/pa_db_table.C 1.11:
16731: * src/main/pa_dictionary.C 1.9:
16732: * src/main/pa_dir.C 1.8:
16733: * src/main/pa_exception.C 1.24:
16734: * src/main/pa_exec.C 1.17:
16735: * src/main/pa_globals.C 1.89:
16736: * src/main/pa_hash.C 1.47:
16737: * src/main/pa_pool.C 1.39:
16738: * src/main/pa_request.C 1.176:
16739: * src/main/pa_socks.C 1.8:
16740: * src/main/pa_sql_driver_manager.C 1.50:
16741: * src/main/pa_status_provider.C 1.2:
16742: * src/main/pa_string.C 1.119:
16743: * src/main/pa_stylesheet_manager.C 1.4:
16744: * src/main/pa_table.C 1.40:
16745: * src/main/untaint.C 1.74:
16746: * src/sql/pa_sql_driver.h 1.20:
16747: * src/targets/apache13/mod_parser3.C 1.8:
16748: * src/targets/apache13/pa_pool.C 1.3:
16749: * src/targets/apache13/pa_threads.C 1.3:
16750: * src/targets/cgi/pa_pool.C 1.31:
16751: * src/targets/cgi/pa_threads.C 1.5:
16752: * src/targets/cgi/parser3.C 1.128:
16753: * src/targets/cgi/pool_storage.h 1.5:
16754: * src/targets/isapi/pa_pool.C 1.9:
16755: * src/targets/isapi/pa_threads.C 1.5:
16756: * src/targets/isapi/parser3isapi.C 1.57:
16757: * src/targets/isapi/pool_storage.h 1.13:
16758: * src/types/pa_valiased.C 1.11:
16759: * src/types/pa_valiased.h 1.16:
16760: * src/types/pa_value.h 1.77:
16761: * src/types/pa_vbool.h 1.15:
16762: * src/types/pa_vclass.h 1.21:
16763: * src/types/pa_vcode_frame.h 1.12:
16764: * src/types/pa_vcookie.C 1.32:
16765: * src/types/pa_vcookie.h 1.13:
16766: * src/types/pa_vdate.h 1.6:
16767: * src/types/pa_vdouble.h 1.28:
16768: * src/types/pa_venv.h 1.18:
16769: * src/types/pa_vfile.C 1.23:
16770: * src/types/pa_vfile.h 1.37:
16771: * src/types/pa_vform.C 1.46:
16772: * src/types/pa_vform.h 1.29:
16773: * src/types/pa_vhash.h 1.27:
16774: * src/types/pa_vhashfile.C 1.14:
16775: * src/types/pa_vhashfile.h 1.12:
16776: * src/types/pa_vimage.C 1.14:
16777: * src/types/pa_vimage.h 1.22:
16778: * src/types/pa_vint.h 1.29:
16779: * src/types/pa_vjunction.h 1.10:
16780: * src/types/pa_vmath.h 1.4:
16781: * src/types/pa_vmethod_frame.h 1.19:
16782: * src/types/pa_vobject.h 1.13:
16783: * src/types/pa_vrequest.C 1.11:
16784: * src/types/pa_vrequest.h 1.12:
16785: * src/types/pa_vresponse.h 1.17:
16786: * src/types/pa_vstateless_class.C 1.11:
16787: * src/types/pa_vstateless_class.h 1.20:
16788: * src/types/pa_vstateless_object.h 1.12:
16789: * src/types/pa_vstatus.h 1.3:
16790: * src/types/pa_vstring.C 1.13:
16791: * src/types/pa_vstring.h 1.39:
16792: * src/types/pa_vtable.C 1.9:
16793: * src/types/pa_vtable.h 1.35:
16794: * src/types/pa_vvoid.h 1.6:
16795: * src/types/pa_vxdoc.C 1.6:
16796: * src/types/pa_vxdoc.h 1.12:
16797: * src/types/pa_vxnode.C 1.11:
16798: * src/types/pa_vxnode.h 1.8:
16799: * src/types/pa_wcontext.C 1.12:
16800: * src/types/pa_wcontext.h 1.21:
16801: * src/types/pa_wwrapper.h 1.14:
16802: $status:db
16803: fixed used not initialized in db_connection & db_table
16804:
16805: * src/include/pa_charset_manager.h 1.3:
16806: * src/include/pa_db_manager.h 1.7:
16807: * src/include/pa_request.h 1.108:
16808: * src/include/pa_sql_connection.h 1.18:
16809: * src/include/pa_sql_driver_manager.h 1.15:
16810: * src/include/pa_stylesheet_manager.h 1.3:
16811: * src/main/main.dsp 1.138:
16812: * src/main/pa_charset_manager.C 1.4:
16813: * src/main/pa_common.C 1.84:
16814: * src/main/pa_db_manager.C 1.11:
16815: * src/main/pa_globals.C 1.88:
16816: * src/main/pa_request.C 1.175:
16817: * src/main/pa_sql_driver_manager.C 1.49:
16818: * src/main/pa_status_provider.C 1.1:
16819: * src/main/pa_stylesheet_manager.C 1.2:
16820: * src/types/pa_vstatus.h 1.1:
16821: * src/types/pa_vxnode.C 1.10:
16822: * src/types/types.dsp 1.14:
16823: started status parser class
16824:
16825: * src/main/pa_db_connection.C 1.29:
16826: * src/main/pa_db_table.C 1.12:
16827: parser_multithreaded check was wrong
16828:
16829: * src/main/pa_db_connection.C 1.32:
16830: * src/main/pa_db_manager.C 1.15:
16831: expiration from debug to normal
16832:
16833: 2001-11-01 paf
16834: * src/classes/hash.C 1.26:
16835: * src/classes/op.C 1.54:
16836: * src/types/pa_vmethod_frame.h 1.18:
16837: * src/types/pa_vstring.C 1.12:
16838: * src/types/pa_vstring.h 1.38:
16839: ^foreach[key|value]{body}[[separator]|{separator}]
16840:
16841: * src/classes/hash.C 1.25:
16842: * src/include/pa_hash.h 1.48:
16843: * src/main/pa_hash.C 1.44:
16844: * src/types/pa_vcookie.C 1.31:
16845: ^hash.delete[key]
16846:
16847: * src/classes/math.C 1.8:
16848: * src/include/pa_common.h 1.59:
16849: HAVE_TRUNC HAVE_ROUND checks [for hp, there are such in math.h]
16850:
16851: * src/classes/op.C 1.57:
16852: ^for endless loop check strightened
16853:
16854: * src/Makefile.in 1.34:
16855: * src/classes/Makefile.in 1.31:
16856: * src/include/pa_config_auto.h.in 1.12:
16857: * src/main/Makefile.in 1.26:
16858: * src/targets/Makefile.in 1.24:
16859: * src/targets/apache13/Makefile.in 1.23:
16860: * src/targets/cgi/Makefile.in 1.28:
16861: * src/types/Makefile.in 1.23:
16862: makes
16863:
16864: * src/main/pa_hash.C 1.46:
16865: removed old extra include
16866:
16867: * src/classes/hash.C 1.28:
16868: * src/classes/xdoc.C 1.41:
16869: * src/classes/xnode.C 1.17:
16870: * src/include/pa_hash.h 1.49:
16871: * src/main/pa_hash.C 1.45:
16872: * src/main/pa_request.C 1.174:
16873: * src/types/pa_vhash.h 1.26:
16874: * src/types/pa_vxnode.C 1.9:
16875: hash locking
16876: disabled changing of hash inside of foreach
16877:
16878: * src/classes/hash.C 1.27:
16879: * src/classes/hashfile.C 1.14:
16880: * src/types/pa_vhashfile.C 1.13:
16881: ^hashfile.foreach[key|value]{body}[[separator]|{separator}]
16882: prev were hash.foreach
16883:
16884: * src/classes/hash.C 1.29:
16885: * src/classes/op.C 1.56:
16886: * src/main/execute.C 1.202:
16887: changed root behavior in native calls.
16888: it left unchanged, so ^for ^foreach & co can use r.root to write their i & key,value there
16889:
16890: * src/classes/op.C 1.55:
16891: detected for var storage bug, fixed. todo:foreach
16892:
16893: 2001-10-31 paf
16894: * src/main/pa_sql_driver_manager.C 1.47:
16895: hiding passwords and addresses from accidental show [imagine
16896: user forgot @exception]
16897:
16898: * src/main/pa_db_connection.C 1.26:
16899: * src/main/pa_sql_driver_manager.C 1.48:
16900: // lockdetector flags
16901: dbenv.lk_detect=DB_LOCK_RANDOM;
16902:
16903: * src/include/pa_opcode.h 1.7:
16904: * src/main/compile.tab.C 1.25:
16905: * src/main/compile.y 1.173:
16906: * src/main/execute.C 1.201:
16907: \ in expression: int divide 10/3=3
16908:
16909: * src/main/pa_common.C 1.81:
16910: typing bug in common - bad ifdeff
16911:
16912: * src/types/pa_vhashfile.h 1.11:
16913: hashfile ^delete to do something only inside of ^cache
16914:
16915: * src/include/pa_threads.h 1.19:
16916: * src/main/pa_db_connection.C 1.25:
16917: * src/main/pa_db_table.C 1.10:
16918: * src/targets/apache13/pa_threads.C 1.2:
16919: * src/targets/cgi/pa_threads.C 1.4:
16920: * src/targets/isapi/pa_threads.C 1.4:
16921: libdb DB_THREAD flag only when really needed
16922:
16923: * src/main/pa_db_connection.C 1.27:
16924: z
16925:
16926: * src/classes/file.C 1.64:
16927: * src/classes/image.C 1.61:
16928: * src/classes/mail.C 1.43:
16929: * src/classes/string.C 1.87:
16930: * src/classes/xnode.C 1.16:
16931: * src/include/pa_common.h 1.58:
16932: * src/main/pa_common.C 1.80:
16933: ^string.save[[append;]path]
16934:
16935: * src/main/compile.C 1.52:
16936: * src/main/pa_common.C 1.83:
16937: completely empty file now considered "read", not ignored [not
16938: perfect trick used]
16939:
16940: * src/classes/table.C 1.129:
16941: ^table.save[[nameless|+append;]path]
16942:
16943: * src/main/pa_common.C 1.82:
16944: simplier common ifdefs
16945:
16946: 2001-10-30 paf
16947: * src/include/pa_common.h 1.57:
16948: * src/main/pa_common.C 1.79:
16949: * src/types/pa_vform.C 1.45:
16950: form post data line endings not reformatted now.
16951:
16952: * src/classes/xdoc.C 1.40:
16953: rolled back {} in xdoc.createTextNode for now
16954:
16955: * src/classes/classes.dsp 1.13:
16956: * src/main/main.dsp 1.137:
16957: * src/targets/apache13/ApacheModuleParser3.dsp 1.8:
16958: * src/targets/cgi/parser3.dsp 1.38:
16959: * src/targets/isapi/parser3isapi.dsp 1.29:
16960: * src/types/types.dsp 1.13:
16961: enabled debug incremental compile
16962:
16963: * src/main/pa_db_connection.C 1.24:
16964: * src/main/pa_db_manager.C 1.10:
16965: * src/main/pa_db_table.C 1.9:
16966: * src/main/pa_exec.C 1.16:
16967: * src/main/pa_request.C 1.173:
16968: * src/main/pa_sql_driver_manager.C 1.46:
16969: * src/main/pa_string.C 1.118:
16970: cstr(asis) default param removed
16971:
16972: * src/types/pa_vform.C 1.44:
16973: * src/types/pa_vform.h 1.28:
16974: AppendFormEntry length param now required [had bug when file=
16975: has no value]
16976:
16977: * src/types/pa_vform.C 1.43:
16978: VForm::AppendFormEntry {length convention was broken} fix_line_breaks
16979:
16980: * src/include/pa_dir.h 1.7:
16981: LOAD_DIR fixed
16982:
16983: * src/include/pa_config_fixed.h 1.29:
16984: * src/include/pa_pragma_pack_begin.h 1.1:
16985: * src/include/pa_pragma_pack_end.h 1.1:
16986: * src/include/pa_string.h 1.114:
16987: * src/include/pa_types.h 1.30:
16988: String & Origin packed with #pragma pack
16989:
16990: * src/Makefile.in 1.33:
16991: * src/include/pa_config_auto.h.in 1.11:
16992: pragma detection
16993:
16994: * src/classes/xdoc.C 1.39:
16995: rolled back {} in xdoc.createElement for now
16996:
16997: 2001-10-29 paf
16998: * src/types/pa_wcontext.h 1.20:
16999: bitfield syntax stricter
17000:
17001: * src/include/pa_string.h 1.111:
17002: * src/main/pa_string.C 1.115:
17003: * src/targets/cgi/pa_pool.C 1.27:
17004: debugging memory
17005: String::fused_rows func now
17006:
17007: [Mon Oct 29 17:55:45 2001] total 5917436/158731
17008: [Mon Oct 29 18:11:53 2001] total 5796092/158731
17009:
17010: * src/classes/file.C 1.61:
17011: * src/classes/image.C 1.60:
17012: * src/classes/string.C 1.86:
17013: * src/classes/xdoc.C 1.38:
17014: * src/include/pa_pool.h 1.68:
17015: * src/include/pa_string.h 1.109:
17016: * src/main/execute.C 1.199:
17017: * src/main/pa_array.C 1.41:
17018: * src/main/pa_common.C 1.78:
17019: * src/main/pa_hash.C 1.43:
17020: * src/main/pa_sql_driver_manager.C 1.45:
17021: * src/main/pa_string.C 1.114:
17022: * src/main/untaint.C 1.70:
17023: * src/targets/cgi/pa_pool.C 1.25:
17024: * src/targets/cgi/parser3.C 1.126:
17025: * src/types/pa_vcookie.C 1.30:
17026: * src/types/pa_vstring.h 1.37:
17027: debuggging memory.
17028: string::as_int/double now usually uses stack, not heap [200K out of 17M :)]
17029: VString(String&) not copies reference [29M -> 17M]
17030:
17031: * src/include/pa_sql_connection.h 1.17:
17032: SQL_CONNECTION_FUNC_GUARDED name
17033:
17034: * src/targets/isapi/pa_pool.C 1.8:
17035: added isapi&apache real_malloc debug param.someday either ifdef
17036: or remove it
17037:
17038: * src/targets/apache13/pa_pool.C 1.2:
17039: * src/targets/cgi/pa_pool.C 1.30:
17040: * src/targets/cgi/parser3.C 1.127:
17041: removed debug defines
17042:
17043: * src/Makefile.am 1.12:
17044: .am order
17045:
17046: * src/main/pa_sql_driver_manager.C 1.44:
17047: ping to have services [old hiding bug]
17048:
17049: * src/main/untaint.C 1.73:
17050: optimizing returned after debugging
17051:
17052: * src/include/pa_array.h 1.45:
17053: * src/include/pa_charset_manager.h 1.2:
17054: * src/include/pa_db_connection.h 1.15:
17055: * src/include/pa_db_manager.h 1.6:
17056: * src/include/pa_db_table.h 1.7:
17057: * src/include/pa_hash.h 1.46:
17058: * src/include/pa_request.h 1.107:
17059: * src/include/pa_sql_driver_manager.h 1.14:
17060: * src/include/pa_stylesheet_manager.h 1.2:
17061: * src/include/pa_threads.h 1.18:
17062: * src/types/pa_valiased.h 1.15:
17063: * src/types/pa_vhashfile.h 1.10:
17064: * src/types/pa_vstateless_class.h 1.19:
17065: * src/types/pa_wcontext.h 1.18:
17066: gcc 3.0.1 required "friend class"
17067:
17068: ../include/pa_request.h:51: friend declaration requires class-key, i.e. `friend
17069: class Temp_lang'
17070:
17071: * src/include/pa_string.h 1.112:
17072: * src/main/pa_string.C 1.116:
17073: * src/main/untaint.C 1.71:
17074: * src/targets/cgi/pa_pool.C 1.29:
17075: String size_t replace to uint in proper places [todo:Array]
17076:
17077: * src/classes/file.C 1.62:
17078: * src/include/pa_hash.h 1.47:
17079: * src/include/pa_string.h 1.110:
17080: * src/main/pa_globals.C 1.87:
17081: * src/targets/cgi/pa_pool.C 1.26:
17082: debugging memory
17083: hash key ref now
17084:
17085: [Mon Oct 29 16:01:17 2001] total 17050496/202647
17086: [Mon Oct 29 17:11:17 2001] total 16867948/202658
17087:
17088: * src/classes/file.C 1.63:
17089: * src/types/pa_vimage.C 1.13:
17090: image&file couple stack string hash.puts
17091:
17092: * src/main/execute.C 1.200:
17093: * src/targets/cgi/pa_pool.C 1.28:
17094: * src/targets/cgi/parser3.dsp 1.37:
17095: * src/types/pa_wcontext.h 1.19:
17096: * src/types/pa_wwrapper.h 1.13:
17097: debugging memory
17098: WContext
17099: flags to bits
17100:
17101: total 5 652 652/158731
17102: total 5 469 332/158731
17103:
17104: * src/include/pa_sql_connection.h 1.16:
17105: there were one wrong SQL_CONNECTION_FUNC_GUARDED [failed]
17106:
17107: * src/include/pa_exception.h 1.19:
17108: * src/include/pa_sql_connection.h 1.15:
17109: * src/main/pa_exception.C 1.23:
17110: * src/main/pa_sql_driver_manager.C 1.43:
17111: * src/sql/pa_sql_driver.h 1.19:
17112: sql driver impl changed in _throw part.
17113:
17114: the idea is to #1 jump to C++ some function to main body, where
17115: every function stack frame has exception unwind information
17116: and from there... #2 propagate_exception()
17117:
17118: * src/include/pa_array.h 1.46:
17119: * src/main/pa_array.C 1.42:
17120: debugging memory
17121: Array:: without cache in get/put now
17122:
17123: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731
17124: [Mon Oct 29 18:25:27 2001] total 5 652 652/158731
17125:
17126: * src/include/pa_string.h 1.113:
17127: * src/include/pa_types.h 1.29:
17128: * src/main/pa_string.C 1.117:
17129: * src/main/untaint.C 1.72:
17130: memory hunging
17131: #pragma pack(1)
17132:
17133: 16 419 844
17134: 13 169 394
17135:
17136: 2001-10-28 paf
17137: * src/include/pa_config_auto.h.in 1.10:
17138: * src/include/pa_config_fixed.h 1.28:
17139: * src/include/pa_db_connection.h 1.14:
17140: * src/include/pa_db_manager.h 1.5:
17141: * src/include/pa_db_table.h 1.6:
17142: * src/main/pa_db_connection.C 1.20:
17143: * src/main/pa_db_table.C 1.6:
17144: db2 on linux with DB 2.4.14: (6/2/98)
17145:
17146: * src/main/pa_db_connection.C 1.21:
17147: * src/main/pa_db_table.C 1.8:
17148: exception translation
17149:
17150: * src/main/pa_db_connection.C 1.22:
17151: expire table [was accidently pasted with wrong type/cast]
17152:
17153: * src/classes/Makefile.am 1.30:
17154: * src/classes/Makefile.in 1.30:
17155: * src/targets/apache13/p3runConfigure.in 1.6:
17156: * src/targets/cgi/Makefile.am 1.22:
17157: * src/targets/cgi/Makefile.in 1.27:
17158: db makes. remember to build DB2 with -fexceptions!!!
17159:
17160: * src/main/pa_db_table.C 1.7:
17161: DB_RMW defed
17162:
17163: * src/main/pa_db_connection.C 1.23:
17164: removed old consts
17165:
17166: 2001-10-27 paf
17167: * src/classes/hashfile.C 1.13:
17168: * src/include/pa_db_connection.h 1.13:
17169: * src/include/pa_db_table.h 1.5:
17170: * src/main/pa_db_connection.C 1.19:
17171: * src/main/pa_db_manager.C 1.9:
17172: * src/main/pa_db_table.C 1.5:
17173: * src/main/pa_globals.C 1.86:
17174: * src/types/pa_vhashfile.C 1.12:
17175: DB2 ifdefs
17176:
17177: * src/Makefile.in 1.32:
17178: * src/classes/Makefile.am 1.29:
17179: * src/classes/Makefile.in 1.29:
17180: * src/include/pa_config_fixed.h 1.27:
17181: * src/main/Makefile.am 1.23:
17182: * src/main/Makefile.in 1.25:
17183: * src/targets/Makefile.in 1.23:
17184: * src/targets/apache13/Makefile.in 1.22:
17185: * src/targets/apache13/p3runConfigure.in 1.5:
17186: * src/targets/cgi/Makefile.am 1.21:
17187: * src/targets/cgi/Makefile.in 1.26:
17188: * src/types/Makefile.am 1.12:
17189: * src/types/Makefile.in 1.22:
17190: makes with DB2
17191:
17192: * src/classes/classes.awk 1.4:
17193: no $ in var names
17194:
17195: * src/main/pa_globals.C 1.85:
17196: * src/targets/apache13/ApacheModuleParser3.dsp 1.7:
17197: * src/targets/cgi/parser3.dsp 1.36:
17198: * src/targets/isapi/parser3isapi.dsp 1.28:
17199: vc projects libdb ifdefed into globals.C
17200:
17201: * src/main/pa_db_connection.C 1.17:
17202: * src/main/pa_db_manager.C 1.8:
17203: db expiration connection&table [forgotten calls]
17204:
17205: * src/Makefile.in 1.31:
17206: * src/classes/Makefile.in 1.28:
17207: * src/include/pa_config_auto.h.in 1.9:
17208: * src/main/Makefile.am 1.22:
17209: * src/main/Makefile.in 1.24:
17210: * src/targets/Makefile.in 1.22:
17211: * src/targets/apache13/p3runConfigure.in 1.4:
17212: * src/targets/cgi/Makefile.in 1.25:
17213: * src/types/Makefile.am 1.11:
17214: * src/types/Makefile.in 1.21:
17215: makes db
17216:
17217: * src/classes/hashfile.C 1.12:
17218: * src/include/pa_db_connection.h 1.12:
17219: * src/include/pa_db_table.h 1.4:
17220: * src/main/pa_db_connection.C 1.18:
17221: * src/main/pa_db_table.C 1.4:
17222: ^hashfile.clear[]
17223:
17224: 2001-10-26 paf
17225: * src/classes/xdoc.C 1.35:
17226: * src/classes/xdoc.C 1.36:
17227: * src/types/pa_vxdoc.h 1.11:
17228: transform2 for parsed_source
17229:
17230: * src/classes/hashfile.C 1.11:
17231: * src/include/pa_db_connection.h 1.10:
17232: * src/include/pa_db_manager.h 1.4:
17233: * src/include/pa_db_table.h 1.3:
17234: * src/include/pa_hash.h 1.45:
17235: * src/main/pa_db_connection.C 1.13:
17236: * src/main/pa_db_manager.C 1.7:
17237: * src/main/pa_db_table.C 1.3:
17238: * src/main/pa_hash.C 1.42:
17239: * src/types/pa_vhashfile.C 1.11:
17240: * src/types/pa_vhashfile.h 1.9:
17241: db connections & tables now cached at create time & multithreaded
17242:
17243: * src/classes/xdoc.C 1.37:
17244: xdoc createTextNode createElement UL_XML default. but entities
17245: still reparsed. todo: tothink
17246:
17247: * src/classes/hashfile.C 1.10:
17248: * src/include/pa_db_table.h 1.2:
17249: * src/main/pa_db_table.C 1.2:
17250: db: child transaction commit/rollback responsibility left to
17251: parent [as it sould - else there were a bug with double free]
17252:
17253: * src/include/pa_db_connection.h 1.11:
17254: * src/main/pa_db_connection.C 1.15:
17255: * src/main/pa_db_connection.C 1.16:
17256: db checkpoints
17257:
17258: * src/main/pa_db_connection.C 1.12:
17259: about to remove connection from vhashfile
17260:
17261: * src/main/pa_db_connection.C 1.14:
17262: db recover mech 2
17263:
17264: 2001-10-25 paf
17265: * src/classes/hashfile.C 1.9:
17266: * src/include/pa_common.h 1.56:
17267: * src/include/pa_db_connection.h 1.9:
17268: * src/include/pa_db_manager.h 1.3:
17269: * src/include/pa_db_table.h 1.1:
17270: * src/main/main.dsp 1.136:
17271: * src/main/pa_db_connection.C 1.11:
17272: * src/main/pa_db_manager.C 1.6:
17273: * src/main/pa_db_table.C 1.1:
17274: * src/types/pa_vhashfile.C 1.10:
17275: * src/types/pa_vhashfile.h 1.8:
17276: started db_home [multiple, cached]
17277: todo: autorecover [tried, but not succeded, yet]
17278:
17279: * src/include/pa_db_connection.h 1.8:
17280: * src/main/pa_db_manager.C 1.5:
17281: transaction parent passed
17282:
17283: * src/include/pa_dir.h 1.6:
17284: ancient gpf on dir not found fixed
17285:
17286: 2001-10-24 parser
17287: * src/classes/Makefile.am 1.26:
17288: * src/classes/Makefile.am 1.27:
17289: * src/classes/Makefile.am 1.28:
17290: * src/classes/Makefile.in 1.26:
17291: * src/classes/Makefile.in 1.27:
17292: * src/main/Makefile.in 1.23:
17293: * src/targets/cgi/Makefile.am 1.20:
17294: * src/targets/cgi/Makefile.in 1.24:
17295: * src/targets/cgi/pool_storage.h 1.2:
17296: * src/targets/cgi/pool_storage.h 1.3:
17297: makes
17298:
17299: * src/include/pa_db_connection.h 1.6:
17300: * src/main/pa_db_connection.C 1.6:
17301: * src/types/pa_vhashfile.C 1.6:
17302: db_cursor constructor public now
17303:
17304: * src/include/pa_common.h 1.54:
17305: * src/main/Makefile.am 1.21:
17306: * src/main/pa_common.C 1.76:
17307: * src/types/pa_vform.C 1.41:
17308: * src/types/pa_vform.h 1.26:
17309: .am
17310:
17311: * src/classes/hashfile.C 1.7:
17312: * src/include/pa_request.h 1.106:
17313: hashfile.cache 0
17314:
17315: * src/main/pa_db_connection.C 1.7:
17316: * src/types/pa_vhashfile.C 1.7:
17317: db_connection not bothers with key when not returning expired data
17318:
17319: * src/targets/cgi/pool_storage.h 1.4:
17320: * src/targets/isapi/parser3isapi.C 1.56:
17321: * src/targets/isapi/pool_storage.h 1.12:
17322: pool_storage fixed
17323:
17324: * src/include/pa_common.h 1.55:
17325: * src/main/pa_common.C 1.77:
17326: * src/types/pa_vform.C 1.42:
17327: * src/types/pa_vform.h 1.27:
17328: form fix_line_breaks
17329:
17330: * src/types/pa_vhashfile.C 1.8:
17331: * src/types/pa_vhashfile.h 1.6:
17332: hashfile expiring 0
17333:
17334: * src/main/pa_db_connection.C 1.8:
17335: * src/types/pa_vhashfile.C 1.9:
17336: hashfile expiring 1
17337:
17338: * src/classes/hashfile.C 1.6:
17339: * src/include/pa_db_connection.h 1.7:
17340: * src/main/pa_db_connection.C 1.9:
17341: hashfile expired deleted from db when get & iterate
17342:
17343: * src/classes/hashfile.C 1.8:
17344: * src/types/pa_vhashfile.h 1.7:
17345: hashfile 1
17346:
1.39 paf 17347: * src/sql/pa_sql_driver.h 1.18:
17348: version
17349:
1.15 paf 17350: * src/targets/apache13/ApacheModuleParser3.dsp 1.6:
17351: * src/targets/isapi/parser3isapi.dsp 1.27:
17352: doc
17353:
17354: * src/include/pa_db_connection.h 1.5:
17355: * src/main/pa_db_connection.C 1.5:
17356: * src/types/pa_vhashfile.C 1.5:
17357: * src/types/pa_vhashfile.h 1.5:
17358: hashfile data stamped, todo: put_element analize
17359:
17360: * src/include/pa_db_connection.h 1.4:
17361: * src/include/pa_string.h 1.108:
17362: * src/main/pa_db_connection.C 1.4:
17363: * src/main/pa_string.C 1.113:
17364: hashfile pieced serialize. todo stamp
17365:
17366: * src/main/pa_db_connection.C 1.10:
17367: * src/main/pa_db_manager.C 1.4:
17368: hashfile setted this:
17369: DB_RMW
17370: 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
17371:
17372: 2001-10-23 parser
17373: * src/classes/file.C 1.60:
17374: * src/classes/hash.C 1.24:
17375: * src/classes/hashfile.C 1.5:
17376: * src/classes/image.C 1.59:
17377: * src/classes/mail.C 1.42:
17378: * src/classes/response.C 1.15:
17379: * src/classes/string.C 1.85:
17380: * src/classes/table.C 1.128:
17381: * src/classes/xdoc.C 1.34:
17382: * src/include/pa_config_fixed.h 1.26:
17383: * src/include/pa_db_connection.h 1.3:
17384: * src/main/pa_common.C 1.75:
17385: * src/main/pa_db_connection.C 1.3:
17386: * src/main/pa_request.C 1.172:
17387: * src/types/pa_value.h 1.76:
17388: * src/types/pa_vcookie.C 1.29:
17389: * src/types/pa_vhash.h 1.25:
17390: * src/types/pa_vhashfile.C 1.4:
17391: * src/types/pa_vhashfile.h 1.4:
17392: * src/types/pa_vresponse.h 1.16:
17393: * src/types/pa_vtable.C 1.8:
17394: ^hashfile.hash[]
17395:
17396: * src/classes/hashfile.C 1.3:
17397: * src/include/pa_db_connection.h 1.2:
17398: * src/include/pa_db_manager.h 1.2:
17399: * src/main/pa_db_connection.C 1.2:
17400: * src/main/pa_db_manager.C 1.2:
17401: * src/types/pa_vhashfile.h 1.3:
17402: ^hashfile.transaction{code}
17403: ^hashfile:clear[filename]
17404: ^hashfile.delete[key]
17405:
17406: * src/classes/hashfile.C 1.4:
17407: * src/classes/xdoc.C 1.33:
17408: * src/include/pa_config_fixed.h 1.25:
17409: * src/main/pa_db_manager.C 1.3:
17410: * src/main/pa_globals.C 1.84:
17411: ifdefs so it compiled without db
17412:
17413: 2001-10-22 parser
17414: * src/classes/classes.dsp 1.12:
17415: * src/classes/hashfile.C 1.2:
17416: * src/classes/xdoc.C 1.32:
17417: * src/classes/xnode.C 1.15:
17418: * src/include/pa_charset_connection.h 1.2:
17419: * src/include/pa_db_connection.h 1.1:
17420: * src/include/pa_db_manager.h 1.1:
17421: * src/include/pa_exception.h 1.18:
17422: * src/include/pa_sapi.h 1.14:
17423: * src/include/pa_sql_connection.h 1.14:
17424: * src/include/pa_sql_driver_manager.h 1.13:
17425: * src/include/pa_stylesheet_connection.h 1.14:
17426: * src/include/pa_stylesheet_manager.h 1.1:
17427: * src/include/pa_xslt_stylesheet_manager.h 1.5:
17428: * src/main/main.dsp 1.135:
17429: * src/main/pa_db_connection.C 1.1:
17430: * src/main/pa_db_manager.C 1.1:
17431: * src/main/pa_exception.C 1.22:
17432: * src/main/pa_globals.C 1.83:
17433: * src/main/pa_pool.C 1.38:
17434: * src/main/pa_sql_driver_manager.C 1.42:
17435: * src/main/pa_stylesheet_manager.C 1.1:
17436: * src/main/pa_xslt_stylesheet_manager.C 1.5:
17437: * src/targets/apache13/mod_parser3.C 1.7:
17438: * src/targets/cgi/parser3.C 1.124:
17439: * src/targets/isapi/parser3isapi.C 1.55:
17440: * src/types/pa_vhashfile.C 1.3:
17441: * src/types/pa_vhashfile.h 1.2:
17442: * src/types/pa_vxdoc.C 1.5:
17443: * src/types/pa_vxnode.C 1.8:
17444: * src/types/types.dsp 1.12:
17445: hashfile 0
17446:
17447: * src/targets/cgi/pa_pool.C 1.24:
17448: * src/targets/cgi/parser3.C 1.125:
17449: * src/targets/cgi/parser3.dsp 1.35:
17450: * src/targets/cgi/pool_storage.h 1.1:
17451: * src/targets/isapi/pool_storage.h 1.11:
17452: cgi += pool cleanups
17453:
17454: * src/targets/apache13/mod_parser3.C 1.5:
17455: * src/targets/isapi/parser3isapi.C 1.54:
17456: SEH minor ifdef changes
17457:
17458: * src/targets/apache13/mod_parser3.C 1.6:
17459: html
17460:
17461: * src/classes/classes.dsp 1.11:
17462: * src/classes/hashfile.C 1.1:
17463: * src/include/pa_config_fixed.h 1.24:
17464: * src/main/execute.C 1.198:
17465: * src/targets/cgi/parser3.dsp 1.34:
17466: * src/types/pa_vhashfile.C 1.1:
17467: * src/types/pa_vhashfile.h 1.1:
17468: * src/types/types.dsp 1.11:
17469: hashfile -100
17470:
17471: * src/include/pa_exception.h 1.17:
17472: * src/include/pa_request.h 1.105:
17473: * src/main/execute.C 1.197:
17474: * src/main/pa_exception.C 1.21:
17475: * src/main/pa_request.C 1.171:
17476: * src/targets/cgi/parser3.C 1.123:
17477: * src/targets/cgi/parser3.dsp 1.33:
17478: * src/types/pa_vclass.h 1.20:
17479: * src/types/pa_vobject.h 1.12:
17480: stack backtrace
17481:
17482: * src/types/pa_vhashfile.C 1.2:
17483: z
17484:
17485: 2001-10-19 parser
17486: * src/main/pa_request.C 1.170:
17487: * src/targets/apache13/mod_parser3.C 1.4:
17488: pool:: context - get_context
17489:
17490: * src/main/pa_pool.C 1.37:
17491: auto compiled on gcc
17492:
17493: * src/classes/classes.h 1.13:
17494: * src/classes/date.C 1.11:
17495: * src/classes/double.C 1.40:
17496: * src/classes/file.C 1.59:
17497: * src/classes/form.C 1.18:
17498: * src/classes/hash.C 1.23:
17499: * src/classes/image.C 1.57:
17500: * src/classes/int.C 1.37:
17501: * src/classes/mail.C 1.41:
17502: * src/classes/math.C 1.7:
17503: * src/classes/op.C 1.53:
17504: * src/classes/string.C 1.84:
17505: * src/classes/table.C 1.127:
17506: * src/classes/void.C 1.12:
17507: * src/include/pa_config_fixed.h 1.22:
17508: * src/include/pa_exception.h 1.15:
17509: * src/include/pa_pool.h 1.64:
17510: * src/include/pa_request.h 1.104:
17511: * src/include/pa_types.h 1.27:
17512: * src/main/compile.C 1.51:
17513: * src/main/compile_tools.C 1.39:
17514: * src/main/execute.C 1.196:
17515: * src/main/pa_array.C 1.40:
17516: * src/main/pa_common.C 1.73:
17517: * src/main/pa_dictionary.C 1.8:
17518: * src/main/pa_exception.C 1.19:
17519: * src/main/pa_exec.C 1.15:
17520: * src/main/pa_pool.C 1.34:
17521: * src/main/pa_request.C 1.169:
17522: * src/main/pa_socks.C 1.7:
17523: * src/main/pa_sql_driver_manager.C 1.41:
17524: * src/main/pa_string.C 1.112:
17525: * src/main/pa_table.C 1.39:
17526: * src/main/untaint.C 1.69:
17527: * src/targets/apache13/ApacheModuleParser3.dsp 1.5:
17528: * src/targets/apache13/mod_parser3.C 1.3:
17529: * src/targets/cgi/parser3.C 1.122:
17530: * src/targets/isapi/parser3isapi.C 1.53:
17531: * src/types/pa_value.h 1.75:
17532: * src/types/pa_vbool.h 1.14:
17533: * src/types/pa_vdouble.h 1.27:
17534: * src/types/pa_vfile.h 1.36:
17535: * src/types/pa_vform.C 1.40:
17536: * src/types/pa_vhash.h 1.24:
17537: * src/types/pa_vint.h 1.28:
17538: * src/types/pa_vjunction.h 1.9:
17539: * src/types/pa_vmethod_frame.h 1.17:
17540: * src/types/pa_vstateless_class.h 1.18:
17541: * src/types/pa_vtable.C 1.7:
17542: * src/types/pa_wcontext.C 1.11:
17543: * src/types/pa_wwrapper.h 1.12:
17544: switched to c++ exceptions 0
17545:
17546: * src/Makefile.in 1.30:
17547: * src/classes/Makefile.in 1.25:
17548: * src/include/pa_pool.h 1.66:
17549: * src/main/Makefile.in 1.22:
17550: * src/main/pa_common.C 1.74:
17551: * src/targets/Makefile.in 1.21:
17552: * src/targets/apache13/Makefile.in 1.21:
17553: * src/targets/cgi/Makefile.in 1.23:
17554: * src/types/Makefile.in 1.20:
17555: makes
17556:
17557: * src/include/pa_pool.h 1.67:
17558: header
17559:
17560: * src/classes/xdoc.C 1.30:
17561: * src/classes/xnode.C 1.13:
17562: * src/include/pa_pool.h 1.65:
17563: * src/include/pa_types.h 1.28:
17564: * src/main/pa_pool.C 1.36:
17565: first c++ exceptions result: can free up xalandomstring
17566: resulting from pool::transcode
17567:
17568: * src/classes/classes.awk 1.3.6.1:
17569: $ removed
17570:
17571: * src/classes/Makefile.am 1.25:
17572: * src/classes/xdoc.C 1.29:
17573: * src/classes/xnode.C 1.12:
17574: * src/include/pa_config_fixed.h 1.23:
17575: * src/include/pa_exception.h 1.16:
17576: * src/include/pa_stylesheet_connection.h 1.13:
17577: * src/main/pa_charset_connection.C 1.10:
17578: * src/main/pa_exception.C 1.20:
17579: * src/main/pa_pool.C 1.35:
17580: * src/types/pa_vxdoc.C 1.3:
17581: * src/types/pa_vxdoc.h 1.9:
17582: * src/types/pa_vxnode.C 1.6:
17583: * src/types/pa_vxnode.h 1.6:
17584: switched to c++ exceptions 1xml
17585: configure fixed to exclude xalan-patch from non-xml compile
17586:
17587: * src/classes/xdoc.C 1.31:
17588: * src/classes/xnode.C 1.14:
17589: * src/classes/xnode.h 1.3:
17590: * src/types/pa_vxdoc.C 1.4:
17591: * src/types/pa_vxdoc.h 1.10:
17592: * src/types/pa_vxnode.C 1.7:
17593: * src/types/pa_vxnode.h 1.7:
17594: xnode clone got freed
17595:
17596: * src/classes/image.C 1.58:
17597: comment
17598:
17599: 2001-10-18 parser
17600: * src/classes/xdoc.C 1.28:
17601: * src/types/pa_vxdoc.h 1.8:
17602: * src/types/pa_vxnode.C 1.5:
17603: vxdoc set_document & ctor question "who owns document" solved
17604:
17605: * src/classes/xdoc.C 1.26:
17606: * src/classes/xnode.C 1.11:
17607: * src/include/pa_pool.h 1.63:
17608: * src/main/pa_pool.C 1.32:
17609: encoding in dom creating funcs
17610:
17611: * src/include/pa_stylesheet_connection.h 1.12:
17612: prev stylesheet destroyed @ recompile
17613:
17614: * src/classes/xdoc.C 1.22:
17615: comment
17616:
17617: * src/classes/xdoc.C 1.21:
17618: * src/classes/xnode.C 1.10:
17619: * src/main/compile.tab.C 1.24:
17620: xdoc create now uses XercesDocumentBridge, appendChild&co now works
17621:
17622: * src/classes/xdoc.C 1.27:
17623: * src/main/pa_pool.C 1.33:
17624: extra free removed
17625:
17626: * src/classes/xdoc.C 1.24:
17627: * src/classes/xdoc.C 1.25:
17628: * src/types/pa_vxdoc.h 1.7:
17629: dom created by create can be transformed now
17630:
17631: * src/classes/xdoc.C 1.23:
17632: z
17633:
17634: * src/types/pa_vcookie.C 1.28:
17635: cookie:CLASS
17636:
17637: * src/classes/classes.dsp 1.10:
17638: * src/classes/xdoc.C 1.19:
17639: * src/types/types.dsp 1.10:
17640: fiew leechy-found bugs in code&doc fixed
17641:
17642: * src/classes/xdoc.C 1.20:
17643: * src/classes/xnode.C 1.9:
17644: xdoc::create[] now. and all dom tag names forced to XML lang
17645:
17646: * src/main/main.dsp 1.134:
17647: project
17648:
17649: * src/main/compile.tab.C 1.23:
17650: * src/main/compile.y 1.172:
17651: * src/main/pa_request.C 1.168:
17652: ^:
17653: no colon in $origin @exception[
17654:
17655: 2001-10-17 parser
17656: * src/types/pa_vimage.h 1.21:
17657: removed unused vimage::save
17658:
17659: * src/classes/classes.dsp 1.9:
17660: * src/classes/string.C 1.83:
17661: * src/main/pa_string.C 1.111:
17662: * src/types/pa_vxnode.h 1.5:
17663: * src/types/types.dsp 1.9:
17664: string::mid fixed, string.mid n functionality preserved
17665:
17666: 2001-10-16 parser
17667: * src/classes/classes.dsp 1.8:
17668: * src/main/main.dsp 1.133:
17669: * src/targets/apache13/ApacheModuleParser3.dsp 1.4:
17670: * src/targets/cgi/parser3.dsp 1.32:
17671: * src/targets/isapi/parser3isapi.dsp 1.26:
17672: * src/types/types.dsp 1.8:
17673: ident >nul 2>&1
17674:
1.28 paf 17675: * src/classes/xnode.C 1.7:
17676: * src/classes/xnode.C 1.8:
17677: removed few dom returns & changed op.txt
17678:
17679: * src/classes/image.C 1.54:
17680: gd size/resize bugfix
1.15 paf 17681:
1.28 paf 17682: * src/classes/image.C 1.55:
17683: :CopyResampled made gd2beta+my hands, very ineffective, but
17684: works for small paleted image
1.15 paf 17685:
17686: * src/classes/string.C 1.82:
17687: * src/main/pa_string.C 1.110:
17688: $string.mid(p[;n])
17689:
1.28 paf 17690: * src/classes/image.C 1.56:
17691: image.copy tolerance
17692:
17693: * src/types/pa_vhash.h 1.23:
17694: * src/types/pa_vtable.h 1.34:
17695: hash can be used as boolean
17696:
1.15 paf 17697: * src/main/pa_common.C 1.72:
17698: \r\n -> \n DOS
17699: \r -> \n Macintosh
17700: on all systems
17701:
17702: * src/classes/image.C 1.53:
17703: * src/types/pa_vimage.h 1.20:
17704: image.copy[source](src x;src y;src w;src h;dst x;dst y[;dest w
17705: ;dest h]])
17706:
1.28 paf 17707: * src/types/pa_vimage.C 1.12:
17708: comment
17709:
1.15 paf 17710: 2001-10-15 parser
17711: * src/Makefile.in 1.29:
17712: * src/types/pa_vcode_frame.h 1.11:
17713: * src/types/pa_wcontext.C 1.10:
17714: code_frame fixed - ::write badly passed string too
17715: transparently [failed to intercept it]
17716:
17717: * src/types/pa_vxnode.C 1.4:
17718: document_type_node.
17719: !readonly attribute DOMString name
17720: !notation_node.
17721: !readonly attribute DOMString publicId
17722: !readonly attribute DOMString systemId
17723:
17724: * src/classes/xdoc.C 1.16:
17725: * src/classes/xnode.C 1.6:
17726: * src/include/pa_config_fixed.h 1.21:
17727: * src/include/pa_request.h 1.103:
17728: * src/main/pa_sql_driver_manager.C 1.40:
17729: * src/types/pa_vxdoc.C 1.2:
17730: * src/types/pa_vxdoc.h 1.6:
17731: * src/types/pa_vxnode.C 1.3:
17732: * src/types/pa_vxnode.h 1.4:
17733: DOM1 major addtion, only few attributes/methods left
17734:
17735: * src/main/execute.C 1.195:
17736: z
17737:
17738: * src/classes/xdoc.C 1.17:
17739: * src/classes/xdoc.C 1.18:
17740: !::create{qualifiedName}
17741:
17742: 2001-10-13 parser
17743: * src/main/execute.C 1.194:
17744: * src/types/pa_vcode_frame.h 1.9:
17745: vcodeframe made transparent enough to handle hash if creation&passing
17746:
17747: * src/include/pa_config_fixed.h 1.20:
17748: * src/main/execute.C 1.193:
17749: * src/main/pa_exception.C 1.18:
17750: noticed that vcodeframe not transparent enough, would change now
17751:
17752: * src/types/pa_vcode_frame.h 1.10:
17753: couple comments
17754:
17755: * src/targets/isapi/pool_storage.h 1.10:
17756: isapi pool storage reverse cleanups & frees order
17757:
17758: * src/main/pa_sql_driver_manager.C 1.39:
17759: * src/targets/cgi/parser3.C 1.121:
17760: * src/targets/isapi/parser3isapi.C 1.52:
17761: isapi&cgi couple non-pooled mallocs in main handler
17762:
17763: 2001-10-12 parser
17764: * src/classes/double.C 1.39:
17765: * src/classes/int.C 1.36:
17766: * src/classes/string.C 1.81:
17767: sql{}[$.default[({})]] handling changed:
17768: now type of default param analized always, not only at problem time,
17769: thus helping early problem spotting
17770:
17771: * src/classes/classes.dsp 1.7:
17772: * src/classes/xdoc.C 1.15:
17773: * src/main/compile.tab.C 1.22:
17774: * src/main/main.dsp 1.132:
17775: * src/main/pa_globals.C 1.82:
17776: * src/targets/apache13/ApacheModuleParser3.dsp 1.3:
17777: * src/targets/apache13/mod_parser3.C 1.2:
17778: * src/targets/cgi/parser3.C 1.120:
17779: * src/targets/cgi/parser3.dsp 1.31:
17780: * src/targets/isapi/parser3isapi.C 1.50:
17781: * src/targets/isapi/parser3isapi.C 1.51:
17782: * src/targets/isapi/parser3isapi.dsp 1.25:
17783: * src/types/types.dsp 1.7:
17784: xalan&xerces multithread bug fixed. initialization&free on each
17785: thread!
17786:
17787: 2001-10-11 parser
17788: * src/targets/apache13/Makefile.am 1.6:
17789: started restructuring
17790:
17791: * src/Makefile.in 1.25:
17792: * src/Makefile.in 1.26:
17793: * src/Makefile.in 1.28:
17794: * src/classes/Makefile.in 1.22:
17795: * src/classes/Makefile.in 1.23:
17796: * src/include/pa_config_auto.h.in 1.8:
17797: * src/main/Makefile.in 1.20:
17798: * src/main/Makefile.in 1.21:
17799: * src/targets/Makefile.in 1.19:
17800: * src/targets/Makefile.in 1.20:
17801: * src/targets/apache13/Makefile.in 1.19:
17802: * src/targets/apache13/Makefile.in 1.20:
17803: * src/targets/apache13/p3runConfigure.in 1.3:
17804: * src/targets/cgi/Makefile.in 1.21:
17805: * src/targets/cgi/Makefile.in 1.22:
17806: * src/types/Makefile.in 1.18:
17807: * src/types/Makefile.in 1.19:
17808: makes
17809:
17810: * src/classes/xnode.C 1.5:
17811: xnode.selectSingle now
17812:
17813: * src/targets/apache13/ApacheModuleParser3.dsp 1.2:
17814: .dsp fixed due to relocate
17815:
17816: * src/classes/xdoc.C 1.14:
17817: * src/classes/xnode.C 1.4:
17818: * src/include/pa_exception.h 1.14:
17819: * src/include/pa_pool.h 1.62:
17820: * src/include/pa_stylesheet_connection.h 1.11:
17821: * src/main/pa_exception.C 1.17:
17822: * src/main/pa_pool.C 1.31:
17823: moved xslt exceptions convertors out of Pool into Exception
17824:
17825: * src/Makefile.in 1.27:
17826: * src/classes/Makefile.in 1.24:
17827: makes. stdc++ lib added to apache libraries
17828:
17829: * src/classes/hash.C 1.22:
17830: !^hash.add[addme]
17831: !^hash.sub[subme]
17832: !^a.union[b] = new
17833: !^a.intersection[b] = new
17834: !^a.intersects[b] = bool
17835:
17836: * src/main/pa_string.C 1.109:
17837: const
17838:
17839: * src/classes/hash.C 1.20:
17840: * src/types/pa_vhash.h 1.22:
17841: !^hash::create[[copy_from]]
17842:
17843: * src/targets/apache13/Makefile.am 1.7:
17844: * src/targets/apache13/p3runConfigure.in 1.2:
17845: added
17846:
1.39 paf 17847: * src/classes/hash.C 1.21:
17848: !^hash::append[append_from]
17849:
1.15 paf 17850: * src/include/pa_string.h 1.107:
17851: * src/main/pa_string.C 1.108:
17852: restructured string: linked pieces of same language together
17853: prior to String::replace
17854:
17855: * src/targets/apache13/ApacheModuleParser3.dsp 1.1:
17856: * src/targets/apache13/mod_parser3.C 1.1:
17857: * src/targets/apache13/p3runConfigure.in 1.1:
17858: * src/targets/apache13/pa_pool.C 1.1:
17859: * src/targets/apache13/pa_threads.C 1.1:
17860: restructured
17861:
17862: * src/classes/string.C 1.80:
17863: * src/classes/table.C 1.126:
17864: * src/include/pa_globals.h 1.67:
17865: * src/include/pa_string.h 1.106:
17866: * src/main/pa_globals.C 1.81:
17867: * src/main/pa_string.C 1.107:
17868: * src/main/untaint.C 1.68:
17869: * src/types/pa_vvoid.h 1.5:
17870: untaint lang origins table fixed.
17871: got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool
17872:
17873: 2001-10-10 parser
17874: * src/main/compile.tab.C 1.19:
17875: * src/main/compile.y 1.170:
17876: ^a[^b] more informative compile error
17877:
17878: * src/main/compile.tab.C 1.20:
17879: * src/main/compile.y 1.171:
17880: ^a[
17881:
17882: @next_method << now unclosed ] would be reported here
17883:
17884: * src/classes/op.C 1.52:
17885: * src/main/compile.tab.C 1.21:
17886: ^error[msg]
17887:
17888: 2001-10-09 parser
17889: * src/classes/classes.dsp 1.6:
17890: * src/classes/xdoc.C 1.13:
17891: * src/include/pa_stylesheet_connection.h 1.10:
17892: * src/main/main.dsp 1.131:
17893: * src/targets/cgi/parser3.C 1.118:
17894: * src/targets/isapi/parser3isapi.C 1.48:
17895: * src/types/pa_vxdoc.h 1.5:
17896: * src/types/pa_vxnode.h 1.3:
17897: * src/types/types.dsp 1.6:
17898: xalan patches starting
17899:
17900: * src/classes/op.C 1.49:
17901: * src/classes/table.C 1.121:
17902: * src/types/pa_vfile.h 1.35:
17903: * src/types/pa_vimage.h 1.19:
17904: * src/types/pa_vjunction.h 1.8:
17905: * src/types/pa_vxdoc.h 1.4:
17906: * src/types/pa_vxnode.h 1.2:
17907: table:menu & op for delims made allowed not to be code [be
17908: string..]
17909:
17910: * src/Makefile.in 1.23:
17911: * src/Makefile.in 1.24:
17912: * src/classes/Makefile.am 1.23:
17913: * src/classes/Makefile.am 1.24:
17914: * src/classes/Makefile.in 1.20:
17915: * src/classes/Makefile.in 1.21:
17916: * src/main/Makefile.am 1.20:
17917: * src/main/Makefile.in 1.18:
17918: * src/main/Makefile.in 1.19:
17919: * src/targets/Makefile.in 1.17:
17920: * src/targets/Makefile.in 1.18:
17921: * src/targets/apache13/Makefile.in 1.17:
17922: * src/targets/apache13/Makefile.in 1.18:
17923: * src/targets/cgi/Makefile.am 1.19:
17924: * src/targets/cgi/Makefile.in 1.19:
17925: * src/targets/cgi/Makefile.in 1.20:
17926: * src/types/Makefile.am 1.10:
17927: * src/types/Makefile.in 1.16:
17928: * src/types/Makefile.in 1.17:
17929: makes
17930:
17931: * src/targets/cgi/parser3.C 1.119:
17932: * src/targets/isapi/parser3isapi.C 1.49:
17933: xml transform win32 errors intercepted [xalan transformer
17934: patched and incorporated]
17935:
17936: * src/classes/double.C 1.38:
17937: * src/classes/file.C 1.58:
17938: * src/classes/image.C 1.52:
17939: * src/classes/int.C 1.35:
17940: * src/classes/op.C 1.48:
17941: * src/classes/string.C 1.78:
17942: * src/classes/table.C 1.120:
17943: lots of params->as_int/double/as_string/as_junction
17944: as_no_junction messages added
17945:
17946: * src/classes/op.C 1.51:
17947: * src/classes/table.C 1.123:
17948: table.hash[key field;value field(s) string/table] now
17949:
17950: * src/classes/op.C 1.50:
17951: * src/classes/table.C 1.122:
17952: z
17953:
17954: * src/classes/date.C 1.10:
17955: * src/classes/table.C 1.124:
17956: calendar moved to date
17957:
17958: * src/classes/string.C 1.79:
17959: * src/classes/table.C 1.125:
17960: ^string.save[file]
17961:
17962: 2001-10-08 parser
17963: * src/classes/image.C 1.49:
17964: * src/types/pa_vcookie.C 1.27:
17965: * src/types/pa_vimage.C 1.11:
17966: image:sector
17967: removed image:html internal "line-*" attribs
17968:
1.28 paf 17969: * src/types/pa_vcookie.C 1.25:
17970: removing cookie made more netscape-like way
17971:
1.15 paf 17972: * src/classes/file.C 1.57:
17973: * src/classes/form.C 1.17:
17974: * src/main/pa_common.C 1.70:
17975: * src/main/untaint.C 1.67:
17976: header untainting to UL_HTTP_HEADER, UL_MAIL_HEADER made
17977: nonforced [only tainted pieces]
17978:
1.28 paf 17979: * src/classes/xdoc.C 1.12:
17980: xdoc:load exceptions intercepted [like in set]
17981:
1.15 paf 17982: * src/classes/image.C 1.50:
17983: image:circle [and round arc] uses Bresenham
17984:
17985: * src/main/untaint.C 1.65:
17986: \r to ' ' in origins mode
17987:
17988: * src/classes/date.C 1.9:
17989: * src/classes/image.C 1.51:
17990: * src/classes/string.C 1.77:
17991: * src/classes/table.C 1.119:
17992: * src/classes/void.C 1.11:
17993: * src/include/pa_request.h 1.102:
17994: params->as_int/double message added
17995:
17996: * src/classes/xdoc.C 1.11:
17997: * src/include/pa_config_fixed.h 1.19:
17998: * src/main/compile.tab.C 1.18:
17999: * src/types/pa_vxdoc.h 1.3:
18000: parsedSource produced by nonstandard liaison freed up
18001:
1.28 paf 18002: * src/classes/image.C 1.48:
18003: * src/include/pa_common.h 1.53:
18004: * src/main/pa_common.C 1.71:
18005: * src/types/pa_vcookie.C 1.26:
18006: cookie urlencoded [netscape doc reread]
18007:
1.15 paf 18008: * src/include/pa_common.h 1.52:
18009: * src/main/pa_common.C 1.69:
18010: * src/main/untaint.C 1.66:
18011: * src/targets/cgi/parser3.C 1.117:
18012: * src/targets/isapi/parser3isapi.C 1.47:
18013: remove_crlf @ SAPI::log
18014:
18015: 2001-10-07 parser
18016: * src/include/pa_config_fixed.h 1.18:
18017: * src/main/compile.tab.C 1.17:
18018: restored project
18019:
18020: 2001-10-05 parser
18021: * src/classes/xdoc.C 1.9:
18022: * src/include/pa_dictionary.h 1.6:
18023: * src/main/main.dsp 1.129:
18024: * src/main/pa_dictionary.C 1.7:
18025: * src/main/pa_string.C 1.106:
18026: * src/types/pa_vxdoc.h 1.2:
18027: started xml errorhandler.
18028: fixed string.replace a little, read @test
18029:
18030: * src/main/pa_charset_connection.C 1.7:
18031: unicode zero pair at the beging of totable appered to be vital
18032:
18033: * src/classes/xdoc.C 1.8:
18034: * src/main/compile.tab.C 1.16:
18035: xdoc.transform now
18036:
18037: * src/doc/doxygen.cfg 1.18:
18038: * src/doc/html2chm.cmd 1.4:
18039: * src/doc/sources2html.cmd 1.4:
18040: paths
18041:
18042: * src/classes/xdoc.C 1.10:
18043: * src/include/pa_pool.h 1.61:
18044: * src/main/main.dsp 1.130:
18045: * src/main/pa_pool.C 1.30:
18046: changed xdoc:set to prevent SAXParseException from outputing to cerr.
18047: lots of "todos"
18048:
18049: * src/main/pa_charset_connection.C 1.8:
18050: * src/main/pa_charset_connection.C 1.9:
18051: ctype another mem clear bugfix
18052:
18053: * src/main/untaint.C 1.64:
18054: http_header tainting more gentle with enquoting now
18055:
18056: * src/main/pa_string.C 1.105:
18057: found replace bug - first_that_starts(char *) does not have
18058: limit, and looks further eos, fixing....
18059:
18060: * src/include/pa_hash.h 1.44:
18061: * src/main/pa_hash.C 1.41:
18062: Hash::size() calculated wrong. fixed it
18063:
18064: * src/Makefile.in 1.22:
18065: * src/main/compile.tab.C 1.15:
18066: * src/main/compile.y 1.169:
18067: disabled ^literals in names
18068: $result[^[$p^]z]
18069: now works fine
18070:
18071: 2001-10-04 parser
18072: * src/classes/image.C 1.47:
18073: ^image.length[text]
18074:
18075: 2001-10-03 parser
18076: * src/main/pa_request.C 1.166:
18077: restored pcre defaulting in request [mindlessly "optimized" yesterday]
18078: comment left
18079:
18080: * src/main/pa_request.C 1.167:
18081: DEFAULT...charset was ignored when !XML
18082:
18083: 2001-10-02 parser
18084: * src/include/pa_request.h 1.101:
18085: * src/main/pa_charset_connection.C 1.4:
18086: * src/main/pa_charset_connection.C 1.5:
18087: * src/main/pa_request.C 1.165:
18088: * src/types/pa_vstring.h 1.36:
18089: pcre tables now const inside
18090: removed default - pcre handles that internally
18091: fixed bug on not-cleaning tables [previously was calloced, now member]
18092:
18093: * src/Makefile.in 1.21:
18094: * src/classes/Makefile.in 1.19:
18095: * src/main/Makefile.in 1.17:
18096: * src/targets/Makefile.in 1.16:
18097: * src/targets/apache13/Makefile.in 1.16:
18098: * src/targets/cgi/Makefile.in 1.18:
18099: * src/types/Makefile.in 1.15:
18100: makes
18101:
18102: * src/include/pa_config_fixed.h 1.17:
18103: * src/main/pa_charset_connection.C 1.3:
18104: tested charset reload on file change @ apache version = OK
18105: tested freeing up prev encoding on adding new = OK
18106:
18107: * src/classes/table.C 1.117:
18108: * src/main/pa_charset_connection.C 1.6:
18109: table:load & charset_connection
18110: #comment now
18111:
18112: * src/classes/classes.dsp 1.5:
18113: * src/types/types.dsp 1.5:
18114: release projects options fixed to use release msvcrt lib
18115:
18116: * src/include/pa_pool.h 1.60:
18117: * src/include/pa_stylesheet_connection.h 1.8:
18118: * src/include/pa_stylesheet_connection.h 1.9:
18119: * src/main/pa_charset_manager.C 1.2:
18120: * src/main/pa_charset_manager.C 1.3:
18121: * src/main/pa_pool.C 1.29:
18122: * src/types/pa_vresponse.h 1.15:
18123: forgot non-xml pool.*charset needed
18124:
18125: * src/classes/table.C 1.118:
18126: # config comments fixed
18127:
18128: 2001-10-01 parser
18129: * src/include/pa_charset_connection.h 1.1:
18130: * src/include/pa_charset_manager.h 1.1:
18131: * src/include/pa_xslt_stylesheet_manager.h 1.4:
18132: * src/main/main.dsp 1.128:
18133: * src/main/pa_charset_connection.C 1.1:
18134: * src/main/pa_charset_manager.C 1.1:
18135: * src/main/pa_request.C 1.164:
18136: charset loading & caching mech 0
18137:
18138: * src/include/pa_stylesheet_connection.h 1.7:
18139: * src/include/pa_xslt_stylesheet_manager.h 1.3:
18140: * src/main/main.dsp 1.127:
18141: * src/main/pa_globals.C 1.80:
18142: * src/main/pa_request.C 1.163:
18143: would make charset loading & caching mech now
18144:
18145: * src/main/pa_charset_connection.C 1.2:
18146: removed entitify external hack [internal installed]
18147:
18148: * src/main/Makefile.am 1.19:
18149: * src/main/Makefile.in 1.16:
18150: makes+removed dtd
18151:
18152: 2001-09-30 parser
18153: * src/classes/xdoc.C 1.7:
18154: * src/include/pa_request.h 1.100:
18155: * src/main/pa_request.C 1.159:
18156: ctype with unicode 1. todo: no П entities on output somehow
18157:
18158: * src/include/pa_globals.h 1.66:
18159: * src/main/pa_globals.C 1.79:
18160: * src/main/pa_request.C 1.160:
18161: now charsets table configuration variable is: CHARSETS
18162:
18163: * src/main/pa_request.C 1.162:
18164: forgot to fill toTable
18165:
18166: * src/classes/file.C 1.56:
18167: * src/classes/op.C 1.47:
18168: * src/classes/string.C 1.76:
18169: * src/include/pa_request.h 1.99:
18170: * src/main/pa_request.C 1.158:
18171: started ctype with unicode values
18172:
18173: * src/include/pa_config_fixed.h 1.16:
18174: * src/main/pa_request.C 1.161:
18175: started hack_s_maximumCharacterValues to
18176: XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now..
18177:
18178: 2001-09-28 parser
18179: * src/classes/xdoc.C 1.5:
18180: * src/classes/xnode.C 1.3:
18181: xdoc addencoding works! invented a way of user-configuring...
18182: todo: implement
18183:
18184: * src/classes/mail.C 1.40:
18185: * src/classes/op.C 1.46:
18186: * src/classes/xdoc.C 1.6:
18187: * src/include/pa_stylesheet_connection.h 1.6:
18188: * src/main/pa_request.C 1.157:
18189: letter body string passed AS-IS now
18190:
18191: 2001-09-27 parser
18192: * src/classes/classes.dsp 1.4:
18193: * src/classes/xdoc.C 1.3:
18194: * src/main/main.dsp 1.126:
18195: * src/targets/cgi/parser3.dsp 1.30:
18196: * src/targets/isapi/parser3isapi.dsp 1.23:
18197: * src/types/types.dsp 1.4:
18198: win32 ident make system so not to rebuild library [ident.C.new]
18199:
18200: * src/classes/table.C 1.116:
18201: table.sort changed to sort table itself
18202:
18203: * src/classes/xdoc.C 1.4:
18204: * src/targets/isapi/parser3isapi.dsp 1.24:
18205: X^.getElementsByTagName[tagname] = array of xnode
18206: X^.getElementsByTagNameNS[namespaceURI;localName] = array of nodes
18207: removed - regretfully not supported @ xalan. maybe someday would reimplement, if needed.
18208:
18209: win32build system: solved long waiting anti-non-started-apache problem
18210:
18211: 2001-09-26 parser
18212: * src/Makefile.am 1.11:
18213: * src/classes/Makefile.am 1.22:
18214: * src/classes/Makefile.in 1.18:
18215: * src/main/Makefile.am 1.18:
18216: * src/main/Makefile.in 1.15:
18217: * src/targets/Makefile.in 1.15:
18218: * src/targets/apache13/Makefile.in 1.15:
18219: * src/targets/cgi/Makefile.am 1.18:
18220: * src/targets/cgi/Makefile.in 1.17:
18221: * src/types/Makefile.am 1.9:
18222: * src/types/Makefile.in 1.14:
18223: makes with clases.awk
18224:
18225: * src/include/pa_config_fixed.h 1.14:
18226: * src/targets/cgi/parser3.C 1.114:
18227: * src/targets/isapi/parser3isapi.C 1.45:
18228: #ifdef SMTP
18229:
18230: * src/classes/classes.C 1.9:
18231: * src/classes/classes.awk 1.3:
18232: * src/classes/classes.dsp 1.1:
18233: * src/classes/classes.h 1.12:
18234: * src/classes/date.C 1.8:
18235: * src/classes/dnode.C 1.6:
18236: * src/classes/dnode.h 1.2:
18237: * src/classes/dom.C 1.35:
18238: * src/classes/double.C 1.37:
18239: * src/classes/file.C 1.55:
18240: * src/classes/form.C 1.16:
18241: * src/classes/hash.C 1.19:
18242: * src/classes/image.C 1.46:
18243: * src/classes/int.C 1.34:
18244: * src/classes/mail.C 1.39:
18245: * src/classes/math.C 1.6:
18246: * src/classes/op.C 1.45:
18247: * src/classes/response.C 1.14:
18248: * src/classes/string.C 1.75:
18249: * src/classes/table.C 1.115:
18250: * src/classes/void.C 1.10:
18251: * src/include/pa_array.h 1.44:
18252: * src/include/pa_common.h 1.51:
18253: * src/include/pa_config_fixed.h 1.13:
18254: * src/include/pa_config_includes.h 1.11:
18255: * src/include/pa_dictionary.h 1.5:
18256: * src/include/pa_dir.h 1.5:
18257: * src/include/pa_exception.h 1.13:
18258: * src/include/pa_exec.h 1.3:
18259: * src/include/pa_globals.h 1.65:
18260: * src/include/pa_request.h 1.98:
18261: * src/include/pa_sapi.h 1.13:
18262: * src/include/pa_socks.h 1.4:
18263: * src/include/pa_sql_connection.h 1.13:
18264: * src/include/pa_sql_driver_manager.h 1.12:
18265: * src/include/pa_stack.h 1.10:
18266: * src/include/pa_string.h 1.105:
18267: * src/include/pa_stylesheet_connection.h 1.5:
18268: * src/include/pa_table.h 1.35:
18269: * src/include/pa_threads.h 1.17:
18270: * src/include/pa_types.h 1.26:
18271: * src/include/pa_xslt_stylesheet_manager.h 1.2:
18272: * src/main/compile.C 1.50:
18273: * src/main/compile.y 1.168:
18274: * src/main/compile_tools.C 1.38:
18275: * src/main/compile_tools.h 1.50:
18276: * src/main/execute.C 1.192:
18277: * src/main/main.dsp 1.124:
18278: * src/main/pa_array.C 1.39:
18279: * src/main/pa_common.C 1.68:
18280: * src/main/pa_dictionary.C 1.6:
18281: * src/main/pa_dir.C 1.7:
18282: * src/main/pa_exception.C 1.16:
18283: * src/main/pa_exec.C 1.14:
18284: * src/main/pa_globals.C 1.78:
18285: * src/main/pa_hash.C 1.40:
18286: * src/main/pa_pool.C 1.28:
18287: * src/main/pa_request.C 1.156:
18288: * src/main/pa_socks.C 1.6:
18289: * src/main/pa_sql_driver_manager.C 1.38:
18290: * src/main/pa_string.C 1.104:
18291: * src/main/pa_table.C 1.38:
18292: * src/main/pa_xslt_stylesheet_manager.C 1.4:
18293: * src/main/untaint.C 1.63:
18294: * src/sql/pa_sql_driver.h 1.17:
18295: * src/targets/cgi/pa_pool.C 1.23:
18296: * src/targets/cgi/pa_threads.C 1.3:
18297: * src/targets/cgi/parser3.C 1.113:
18298: * src/targets/cgi/parser3.dsp 1.29:
18299: * src/targets/isapi/pa_pool.C 1.7:
18300: * src/targets/isapi/pa_threads.C 1.3:
18301: * src/targets/isapi/parser3isapi.C 1.44:
18302: * src/targets/isapi/parser3isapi.dsp 1.22:
18303: * src/targets/isapi/pool_storage.h 1.9:
18304: * src/types/pa_valiased.C 1.10:
18305: * src/types/pa_valiased.h 1.14:
18306: * src/types/pa_value.h 1.74:
18307: * src/types/pa_vbool.h 1.13:
18308: * src/types/pa_vclass.h 1.19:
18309: * src/types/pa_vcode_frame.h 1.8:
18310: * src/types/pa_vcookie.C 1.24:
18311: * src/types/pa_vcookie.h 1.12:
18312: * src/types/pa_vdate.h 1.5:
18313: * src/types/pa_vdnode.C 1.8:
18314: * src/types/pa_vdnode.h 1.3:
18315: * src/types/pa_vdom.C 1.3:
18316: * src/types/pa_vdom.h 1.14:
18317: * src/types/pa_vdouble.h 1.26:
18318: * src/types/pa_venv.h 1.17:
18319: * src/types/pa_vfile.C 1.22:
18320: * src/types/pa_vfile.h 1.34:
18321: * src/types/pa_vform.C 1.39:
18322: * src/types/pa_vform.h 1.25:
18323: * src/types/pa_vimage.C 1.10:
18324: * src/types/pa_vimage.h 1.18:
18325: * src/types/pa_vint.h 1.27:
18326: * src/types/pa_vjunction.h 1.7:
18327: * src/types/pa_vmath.h 1.3:
18328: * src/types/pa_vmethod_frame.h 1.16:
18329: * src/types/pa_vobject.h 1.11:
18330: * src/types/pa_vrequest.C 1.10:
18331: * src/types/pa_vrequest.h 1.11:
18332: * src/types/pa_vresponse.h 1.14:
18333: * src/types/pa_vstateless_class.C 1.10:
18334: * src/types/pa_vstateless_class.h 1.17:
18335: * src/types/pa_vstateless_object.h 1.11:
18336: * src/types/pa_vstring.C 1.11:
18337: * src/types/pa_vstring.h 1.35:
18338: * src/types/pa_vtable.C 1.6:
18339: * src/types/pa_vtable.h 1.33:
18340: * src/types/pa_vvoid.h 1.4:
18341: * src/types/pa_wcontext.C 1.9:
18342: * src/types/pa_wcontext.h 1.17:
18343: * src/types/pa_wwrapper.h 1.11:
18344: * src/types/types.dsp 1.1:
18345: added ident.awk and main.dsp splitted to main+classes+types
18346: along to .am
18347:
18348: * src/classes/classes.dsp 1.2:
18349: * src/classes/dnode.C 1.7:
18350: * src/classes/dnode.h 1.3:
18351: * src/classes/dom.C 1.36:
18352: * src/classes/xdoc.C 1.1:
18353: * src/classes/xnode.C 1.1:
18354: * src/classes/xnode.h 1.1:
18355: * src/main/compile.tab.C 1.14:
18356: * src/types/pa_vdnode.C 1.9:
18357: * src/types/pa_vdnode.h 1.4:
18358: * src/types/pa_vdom.C 1.4:
18359: * src/types/pa_vdom.h 1.15:
18360: * src/types/pa_vxdoc.C 1.1:
18361: * src/types/pa_vxdoc.h 1.1:
18362: * src/types/pa_vxnode.C 1.1:
18363: * src/types/pa_vxnode.h 1.1:
18364: * src/types/types.dsp 1.2:
18365: xdoc&xnode now
18366:
18367: * src/classes/classes.dsp 1.3:
18368: * src/classes/xdoc.C 1.2:
18369: * src/classes/xnode.C 1.2:
18370: * src/classes/xnode.h 1.2:
18371: * src/include/pa_config_fixed.h 1.15:
18372: * src/main/main.dsp 1.125:
18373: * src/targets/cgi/parser3.C 1.115:
18374: * src/targets/cgi/parser3.C 1.116:
18375: * src/targets/isapi/parser3isapi.C 1.46:
18376: * src/types/pa_vxnode.C 1.2:
18377: * src/types/types.dsp 1.3:
18378: z
18379:
18380: * src/classes/classes.cmd 1.4:
18381: * src/main/main.dsp 1.123:
18382: * src/targets/cgi/parser3.dsp 1.28:
18383: moved classes.inc generation on win32 to main.dsp
18384:
18385: * src/classes/classes.C 1.10:
18386: forgot one non-xml check
18387:
18388: * src/classes/Makefile.am 1.21:
18389: removed useless var
18390:
18391: 2001-09-25 parser
18392: * src/Makefile.am 1.10:
18393: * src/Makefile.in 1.20:
18394: * src/classes/Makefile.am 1.20:
18395: * src/classes/Makefile.in 1.17:
18396: * src/classes/dom.C 1.34:
18397: * src/include/pa_stylesheet_connection.h 1.4:
18398: * src/main/Makefile.am 1.17:
18399: * src/main/Makefile.in 1.14:
18400: * src/main/pa_pool.C 1.27:
18401: * src/targets/Makefile.in 1.14:
18402: * src/targets/apache13/Makefile.in 1.14:
18403: * src/targets/cgi/Makefile.am 1.17:
18404: * src/targets/cgi/Makefile.in 1.16:
18405: * src/types/Makefile.am 1.8:
18406: * src/types/Makefile.in 1.13:
18407: * src/types/pa_vdom.h 1.13:
18408: xml configure makes
18409:
18410: * src/include/pa_config_auto.h.in 1.7:
18411: xml on linux[elik] works! no 1251 though, todo ICU
18412:
18413: 2001-09-24 parser
18414: * src/types/pa_vfile.h 1.33:
18415: * src/types/pa_vimage.h 1.17:
18416: * src/types/pa_vstring.h 1.34:
18417: fiew wrong resolved conflicts fixed [const]
18418:
18419: * src/Makefile.in 1.19:
18420: * src/classes/Makefile.am 1.19:
18421: * src/classes/Makefile.in 1.16:
18422: * src/include/pa_config_auto.h.in 1.6:
18423: * src/main/Makefile.in 1.13:
18424: * src/targets/Makefile.in 1.13:
18425: * src/targets/apache13/Makefile.in 1.13:
18426: * src/types/Makefile.am 1.7:
18427: * src/types/Makefile.in 1.12:
18428: makes
18429:
18430: * src/targets/cgi/Makefile.am 1.16:
18431: * src/targets/cgi/Makefile.in 1.15:
18432: makefiles
18433:
18434: * src/types/pa_value.h 1.73:
18435: * src/types/pa_vdnode.C 1.7:
18436: * src/types/pa_vtable.C 1.5:
18437: * src/types/pa_vvoid.h 1.3:
18438: z
18439:
18440: * src/types/pa_vclass.h 1.18:
18441: * src/types/pa_vhash.h 1.20:
18442: * src/types/pa_vhash.h 1.21:
18443: * src/types/pa_vtable.h 1.32:
18444: fixed small bugs with usinge hash/table in expressions
18445:
18446: * src/classes/classes.cmd 1.3:
18447: * src/classes/image.C 1.45:
18448: * src/classes/op.C 1.44:
18449: * src/classes/table.C 1.114:
18450: * src/include/pa_request.h 1.97:
18451: * src/include/pa_sapi.h 1.12:
18452: * src/main/compile.C 1.49:
18453: * src/main/compile.tab.C 1.13:
18454: * src/main/compile.y 1.167:
18455: * src/main/compile_tools.h 1.49:
18456: * src/main/main.dsp 1.122:
18457: * src/main/pa_common.C 1.67:
18458: * src/main/pa_sql_driver_manager.C 1.37:
18459: * src/targets/cgi/parser3.C 1.112:
18460: * src/targets/cgi/parser3.dsp 1.27:
18461: * src/types/pa_value.h 1.72:
18462: * src/types/pa_vbool.h 1.12:
18463: * src/types/pa_vdate.h 1.4:
18464: * src/types/pa_vdouble.h 1.25:
18465: * src/types/pa_vform.C 1.38:
18466: * src/types/pa_vhash.h 1.19:
18467: * src/types/pa_vimage.h 1.16:
18468: * src/types/pa_vint.h 1.26:
18469: * src/types/pa_vstring.h 1.33:
18470: * src/types/pa_vtable.h 1.31:
18471: * src/types/pa_vvoid.h 1.2:
18472: merged3 with before_xml
18473: [merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
18474:
18475: * src/Makefile.am 1.7:
18476: * src/Makefile.am 1.8:
18477: * src/Makefile.am 1.9:
18478: * src/main/Makefile.am 1.16:
18479: * src/targets/Makefile.am 1.7:
18480: * src/targets/apache13/Makefile.am 1.5:
18481: * src/targets/cgi/Makefile.am 1.15:
18482: * src/targets/cgi/pa_pool.C 1.22:
18483: started unix makes update
18484:
18485: 2001-09-21 parser
18486: * src/main/main.dsp 1.121:
18487: * src/targets/cgi/parser3.dsp 1.26:
18488: * src/targets/isapi/parser3isapi.dsp 1.21:
18489: updated project files [/ sadly produced "" in make file and
18490: sadly wrong interpreted on load]
18491:
18492: * src/include/pa_pool.h 1.56:
18493: * src/main/pa_pool.C 1.24:
18494: checked whether transcoder were created right
18495: "unsupported encoding" message.
18496: not @ set time, but @ use time, so until xml output functions .string, .file, .save used - no encoding name check occur
18497:
18498: reduced transcode buffer size to 60
18499: fixed pool cleanup - no registration needed, pools are officially destructured
18500:
18501: * src/classes/dom.C 1.29:
18502: * src/classes/dom.C 1.30:
18503: * src/classes/dom.C 1.31:
18504: * src/classes/dom.C 1.32:
18505: * src/include/pa_pool.h 1.57:
18506: * src/include/pa_pool.h 1.58:
18507: * src/main/pa_pool.C 1.25:
18508: * src/types/pa_vdnode.C 1.5:
18509: * src/types/pa_vresponse.h 1.12:
18510: defaulted dom writing methods encoding to pool.get_charset
18511:
18512: * src/classes/classes.C 1.8:
18513: * src/classes/date.C 1.7:
18514: * src/classes/dnode.C 1.5:
18515: * src/classes/dom.C 1.33:
18516: * src/classes/file.C 1.54:
18517: * src/classes/form.C 1.15:
18518: * src/classes/int.C 1.33:
18519: * src/classes/mail.C 1.38:
18520: * src/doc/doxygen.cfg 1.16:
18521: * src/include/pa_config_fixed.h 1.12:
18522: * src/include/pa_pool.h 1.59:
18523: * src/main/main.dsp 1.119:
18524: * src/main/pa_globals.C 1.76:
18525: * src/main/pa_pool.C 1.26:
18526: * src/main/pa_request.C 1.155:
18527: * src/main/pa_xslt_stylesheet_manager.C 1.3:
18528: * src/targets/cgi/pa_pool.C 1.21:
18529: * src/targets/cgi/pa_threads.C 1.2:
18530: * src/targets/cgi/parser3.dsp 1.24:
18531: * src/targets/isapi/pa_pool.C 1.6:
18532: * src/targets/isapi/pa_threads.C 1.2:
18533: * src/targets/isapi/parser3isapi.dsp 1.19:
18534: * src/types/pa_valiased.C 1.9:
18535: * src/types/pa_vcookie.C 1.23:
18536: * src/types/pa_vdnode.C 1.6:
18537: * src/types/pa_vdom.C 1.2:
18538: * src/types/pa_vfile.C 1.21:
18539: * src/types/pa_vform.C 1.37:
18540: * src/types/pa_vimage.C 1.9:
18541: * src/types/pa_vrequest.C 1.9:
18542: * src/types/pa_vresponse.h 1.13:
18543: * src/types/pa_vstateless_class.C 1.9:
18544: * src/types/pa_vstring.C 1.10:
18545: * src/types/pa_vtable.C 1.4:
18546: * src/types/pa_wcontext.C 1.8:
18547: zillions of #ifdef XML
18548: created new projects for sql drivers [planning to remove sql drivers from main cvs project]
18549: first, will join latest changes
18550:
18551: * src/Makefile.in 1.18:
18552: * src/classes/classes.h 1.11:
18553: * src/classes/hash.C 1.18:
18554: * src/classes/op.C 1.43:
18555: * src/classes/table.C 1.113:
18556: * src/doc/doxygen.cfg 1.17:
18557: * src/include/pa_common.h 1.50:
18558: * src/include/pa_globals.h 1.64:
18559: * src/include/pa_request.h 1.96:
18560: * src/include/pa_sapi.h 1.11:
18561: * src/include/pa_sql_driver_manager.h 1.11:
18562: * src/include/pa_string.h 1.104:
18563: * src/main/compile.tab.C 1.12:
18564: * src/main/main.dsp 1.120:
18565: * src/main/pa_common.C 1.66:
18566: * src/main/pa_exec.C 1.13:
18567: * src/main/pa_globals.C 1.77:
18568: * src/targets/cgi/parser3.dsp 1.25:
18569: * src/targets/isapi/parser3isapi.dsp 1.20:
18570: merged with before_xml
18571:
18572: 2001-09-20 parser
18573: * src/classes/dnode.C 1.3:
18574: * src/classes/dom.C 1.26:
18575: * src/targets/cgi/parser3.dsp 1.22:
18576: * src/types/pa_vstring.h 1.32:
18577: dnode .file .string .save moved back to dom due to strange
18578: xalan bug
18579:
18580: * src/main/pa_pool.C 1.23:
18581: * src/main/pa_request.C 1.154:
18582: Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$
18583: charset[here]]
18584:
18585: * src/classes/dom.C 1.27:
18586: dom. string save file
18587: moved output xml options to last param and made it optional
18588:
18589: * src/types/pa_vhash.h [before_xml] 1.16.4.2:
18590: * src/types/pa_vhash.h [before_xml] 1.16.4.3:
18591: * src/types/pa_vstring.h [before_xml] 1.31.4.1:
18592: * src/types/pa_vtable.h [before_xml] 1.28.4.2:
18593: * src/types/pa_vtable.h [before_xml] 1.28.4.3:
18594: table/hash can be used in expression context now, there value = size
18595: and boolean value size!=0
18596:
18597: * src/classes/dnode.C 1.4:
18598: * src/classes/dom.C 1.28:
18599: * src/include/pa_config_includes.h 1.10:
18600: * src/include/pa_globals.h 1.63:
18601: * src/include/pa_pool.h 1.55:
18602: * src/main/main.dsp 1.118:
18603: * src/main/pa_globals.C 1.75:
18604: * src/main/pa_pool.C 1.22:
18605: * src/targets/cgi/parser3.dsp 1.23:
18606: * src/targets/isapi/parser3isapi.C 1.43:
18607: * src/targets/isapi/parser3isapi.dsp 1.18:
18608: * src/types/pa_vdnode.C 1.4:
18609: * src/types/pa_vdnode.h 1.2:
18610: * src/types/pa_vresponse.h 1.11:
18611: Pool::transcode 0
18612:
18613: * src/types/pa_vdnode.C 1.3:
18614: !$elementnode.attributes = hash of dnodes
18615: !$attributenode.specified = boolean
18616: true if the attribute received its value explicitly in the XML document,
18617: or if a value was assigned programatically with the setValue function.
18618: false if the attribute value came from the default value declared in the document's DTD.
18619: !$pinode.target = target of this processing instruction
18620: XML defines this as being the first token following the markup
18621: that begins the processing instruction.
18622: XPath:
18623: !^node.select[xpath/query/expression] = hash of 0->node0 1->node1
18624: !^node.select-single[xpath/query/expression] = first node if any
18625:
18626: * src/classes/image.C [before_xml] 1.40.4.4:
18627: 20K preload on jpg measure [image::measure]
18628:
18629: * src/types/pa_value.h [before_xml] 1.70.4.2:
18630: * src/types/pa_vbool.h [before_xml] 1.11.4.1:
18631: * src/types/pa_vdate.h [before_xml] 1.3.4.1:
18632: * src/types/pa_vdouble.h [before_xml] 1.24.4.1:
18633: * src/types/pa_vhash.h [before_xml] 1.16.4.4:
18634: * src/types/pa_vint.h [before_xml] 1.25.4.1:
18635: * src/types/pa_vstring.h [before_xml] 1.31.4.2:
18636: * src/types/pa_vtable.h [before_xml] 1.28.4.4:
18637: * src/types/pa_vvoid.h [before_xml] 1.1.4.1:
18638: some 'const's added
18639:
18640: 2001-09-18 parser
18641: * src/classes/dnode.C 1.2:
18642: * src/classes/dom.C 1.25:
18643: * src/classes/hash.C 1.17:
18644: * src/classes/image.C 1.44:
18645: * src/classes/op.C 1.42:
18646: * src/classes/table.C 1.112:
18647: * src/include/pa_common.h 1.49:
18648: * src/include/pa_globals.h 1.62:
18649: * src/include/pa_request.h 1.95:
18650: * src/include/pa_sql_driver_manager.h 1.10:
18651: * src/main/compile.C 1.48:
18652: * src/main/compile.tab.C 1.11:
18653: * src/main/compile.y 1.166:
18654: * src/main/compile_tools.h 1.48:
18655: * src/main/execute.C 1.191:
18656: * src/main/pa_common.C 1.65:
18657: * src/main/pa_request.C 1.153:
18658: * src/main/pa_sql_driver_manager.C 1.36:
18659: * src/main/pa_string.C 1.103:
18660: * src/main/pa_table.C 1.37:
18661: * src/targets/cgi/parser3.C 1.111:
18662: * src/targets/cgi/parser3.dsp 1.21:
18663: * src/targets/isapi/parser3isapi.C 1.42:
18664: * src/types/pa_value.h 1.71:
18665: * src/types/pa_vform.C 1.36:
18666: * src/types/pa_vform.h 1.24:
18667: * src/types/pa_vhash.h 1.18:
18668: * src/types/pa_vimage.C 1.8:
18669: * src/types/pa_vimage.h 1.15:
18670: * src/types/pa_vtable.h 1.30:
18671: merged latest bugfixes from before_xml branch
18672: ^if(def $hash) now true only when ^hash:_count[]!=0
18673: moved
18674: .string .save .file from dom to dnode
18675:
18676: * src/classes/dnode.C 1.1:
18677: * src/classes/dnode.h 1.1:
18678: * src/main/main.dsp 1.117:
18679: * src/types/pa_vdnode.C 1.1:
18680: * src/types/pa_vdnode.h 1.1:
18681: dom, dnode 0
18682:
18683: * src/types/pa_vdnode.C 1.2:
18684: * src/types/pa_vdom.h 1.12:
18685: * src/types/pa_vhash.h 1.17:
18686: * src/types/pa_vtable.h 1.29:
18687: dom, dnode 1
18688:
18689: * src/classes/image.C [before_xml] 1.40.4.3:
18690: * src/main/pa_string.C [before_xml] 1.102.2.2:
18691: * src/main/pa_table.C [before_xml] 1.36.2.1:
18692: image: poly* fixed
18693:
18694: * src/classes/op.C [before_xml] 1.41.4.2:
18695: * src/main/execute.C [before_xml] 1.190.4.2:
18696: operators self changed to root
18697: ^for variable context changed to self
18698:
18699: 2001-09-17 parser
18700: * src/classes/classes.h 1.10:
18701: * src/classes/dom.C 1.23:
18702: * src/classes/hash.C 1.16:
18703: * src/include/pa_stylesheet_connection.h 1.3:
18704: * src/main/main.dsp 1.115:
18705: * src/targets/cgi/pa_pool.C 1.20:
18706: * src/types/pa_vdom.h 1.10:
18707: * src/types/pa_vfile.h 1.32:
18708: * src/types/pa_vimage.h 1.14:
18709: started
18710: dnode
18711: DOM:
18712: $node.name
18713: $node.value
18714: ...others...
18715: ^node.xpath[/rates/USD] = hash
18716: dom(dnode)
18717:
18718: * src/classes/dom.C 1.24:
18719: * src/main/main.dsp 1.116:
18720: * src/main/pa_globals.C 1.74:
18721: * src/types/pa_vdom.h 1.11:
18722: started dnode+dom
18723:
18724: dnode
18725: DOM methods:
18726: $node.name
18727: $node.value
18728: ...others...
18729:
18730: ^node.xpath[/rates/USD] = hash
18731: $hash[
18732: $.0[node0]
18733: $.1[node1]
18734: ]
18735:
18736: * src/classes/image.C [before_xml] 1.40.4.2:
18737: * src/types/pa_vimage.C [before_xml] 1.7.8.2:
18738: $image.line-style
18739: now applies to all linear primitives
18740:
18741: * src/classes/hash.C [before_xml] 1.15.4.1:
18742: * src/main/compile.C [before_xml] 1.47.4.1:
18743: * src/main/compile.tab.C [before_xml] 1.10.4.2:
18744: * src/main/compile.y [before_xml] 1.165.4.2:
18745: * src/main/compile_tools.h [before_xml] 1.47.4.2:
18746: * src/main/execute.C [before_xml] 1.190.4.1:
18747: * src/targets/cgi/parser3.C [before_xml] 1.110.4.3:
18748: expressions unary+
18749: ^hash.count[]
18750: bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.'
18751:
18752: 2001-09-15 parser
18753: * src/classes/image.C [before_xml] 1.40.4.1:
18754: * src/types/pa_vimage.C [before_xml] 1.7.8.1:
18755: * src/types/pa_vimage.h [before_xml] 1.13.6.1:
18756: image: $line-width ^line(...)[**** style]
18757:
18758: * src/classes/dom.C 1.21:
18759: * src/classes/image.C 1.43:
18760: * src/include/pa_pool.h 1.53:
18761: * src/include/pa_stylesheet_connection.h 1.2:
18762: * src/main/main.dsp 1.114:
18763: * src/targets/cgi/pa_pool.C 1.18:
18764: * src/targets/isapi/pa_pool.C 1.4:
18765: * src/targets/isapi/pool_storage.h 1.5:
18766: * src/types/pa_vdom.C 1.1:
18767: * src/types/pa_vdom.h 1.8:
18768: xalan objects freed up [introducing Pool::register_cleanup]
18769:
18770: * src/doc/doxygen.cfg 1.15:
18771: * src/include/pa_sapi.h 1.10:
18772: * src/types/pa_vdom.h 1.7:
18773: comments
18774:
18775: * src/classes/dom.C 1.22:
18776: * src/targets/isapi/parser3isapi.C 1.41:
18777: * src/targets/isapi/pool_storage.h 1.8:
18778: * src/types/pa_vdom.h 1.9:
18779: fixed bug in isapi pool_storage -
18780: cleanups first, allocations second.
18781: apache wisely does just like that
18782:
18783: * src/targets/isapi/parser3isapi.C 1.40:
18784: * src/targets/isapi/pool_storage.h 1.7:
18785: pool_storage rewritten using template, no bugs now
18786:
18787: * src/include/pa_pool.h 1.54:
18788: * src/main/pa_pool.C 1.21:
18789: * src/targets/cgi/pa_pool.C 1.19:
18790: * src/targets/isapi/pa_pool.C 1.5:
18791: * src/targets/isapi/parser3isapi.C 1.39:
18792: * src/targets/isapi/parser3isapi.dsp 1.17:
18793: * src/targets/isapi/pool_storage.h 1.6:
18794: poorly started isapi pool_storage, would rewrite using template now
18795:
18796: 2001-09-14 parser
18797: * src/classes/dom.C 1.20:
18798: * src/classes/file.C 1.53:
18799: * src/classes/image.C 1.42:
18800: * src/classes/mail.C 1.37:
18801: * src/include/pa_common.h 1.48:
18802: * src/include/pa_sql_driver_manager.h 1.9:
18803: * src/include/pa_string.h 1.103:
18804: * src/include/pa_stylesheet_connection.h 1.1:
18805: * src/include/pa_xslt_stylesheet_manager.h 1.1:
18806: * src/main/main.dsp 1.113:
18807: * src/main/pa_common.C 1.64:
18808: * src/main/pa_exec.C 1.12:
18809: * src/main/pa_globals.C 1.73:
18810: * src/main/pa_sql_driver_manager.C 1.34:
18811: * src/main/pa_xslt_stylesheet_manager.C 1.1:
18812: * src/main/untaint.C 1.62:
18813: * src/types/pa_vfile.C 1.20:
18814: dom.xslt stylesheet compiled&cached
18815:
18816: * src/main/pa_sql_driver_manager.C 1.35:
18817: * src/main/pa_xslt_stylesheet_manager.C 1.2:
18818: z
18819:
18820: 2001-09-13 parser
18821: * src/classes/dom.C 1.18:
18822: dom:file content-type(.method)
18823:
18824: * src/classes/dom.C 1.19:
18825: * src/classes/file.C 1.52:
18826: * src/classes/image.C 1.41:
18827: * src/types/pa_vfile.C 1.19:
18828: * src/types/pa_vfile.h 1.31:
18829: ^dom.file[] charset
18830:
18831: * src/include/pa_globals.h [before_xml] 1.61.4.1:
18832: * src/include/pa_request.h [before_xml] 1.94.4.1:
18833: * src/main/pa_request.C [before_xml] 1.152.4.2:
18834: * src/targets/cgi/parser3.C [before_xml] 1.110.4.2:
18835: * src/targets/isapi/parser3isapi.C [before_xml] 1.38.4.1:
18836: ParserRootConfig .../parser3.conf
18837: ParserSiteConfig .../parser3.conf
18838:
18839: cgi&isapi looks for {configure|c:\windows}/parser3.conf
18840:
18841: * src/include/pa_common.h [before_xml] 1.47.4.1:
18842: * src/include/pa_globals.h [before_xml] 1.61.4.2:
18843: * src/main/pa_common.C [before_xml] 1.63.4.1:
18844: * src/main/pa_request.C [before_xml] 1.152.4.3:
18845: $MAIN:CLASS_PATH now
18846: can be string now
18847: more informative error messages
18848:
18849: 2001-09-12 parser
18850: * src/main/compile.y [before_xml] 1.165.4.1:
18851: * src/main/compile_tools.h [before_xml] 1.47.4.1:
18852: name.[part].xxx syntax lexer on LS_USER level did [] matching without setting nestage,
18853: introduced special LS_NAME_SQUARE_PART state
18854:
18855: * src/main/compile.tab.C [before_xml] 1.10.4.1:
18856: fixed - subname code parts actually [] braced
18857:
18858: * src/classes/op.C [before_xml] 1.41.4.1:
18859: * src/include/pa_sql_driver_manager.h [before_xml] 1.8.4.1:
18860: * src/main/pa_sql_driver_manager.C [before_xml] 1.33.4.1:
18861: ^connect[]
18862: ^connect[aaa]
18863: more precise error reporting:
18864: "connection string must start with protocol://"
18865: now
18866:
18867: 2001-09-11 parser
18868: * src/types/pa_vdom.h 1.5:
18869: messages
18870:
18871: * src/classes/dom.C 1.16:
18872: * src/types/pa_vdom.h 1.6:
18873: ^dom:set[<some>xml</some>]
18874:
18875: * src/classes/dom.C 1.17:
18876: * src/include/pa_string.h 1.102:
18877: * src/main/pa_globals.C 1.72:
18878: * src/main/untaint.C 1.61:
18879: ^dom:set{<some>xml</some>} default language XML
18880: languages+=xml
18881:
18882: * src/classes/dom.C 1.14:
18883: * src/classes/dom.C 1.15:
18884: ^dom:save/string/file[output options]
18885: output options:
18886: $.method[xml|html|text] detection fixed
18887:
18888: 2001-09-10 parser
18889: * src/classes/dom.C 1.4:
18890: * src/main/main.dsp 1.110:
18891: * src/types/pa_vform.C 1.35:
18892: * src/types/pa_vform.h 1.23:
18893: ^dom.save[b.xml] 0
18894:
18895: * src/classes/dom.C 1.9:
18896: ^dom.file[encoding] = file
18897:
18898: * src/classes/dom.C 1.12:
18899: ^dom.xslt[stylesheet filename][params hash added]
18900:
18901: * src/classes/dom.C 1.10:
18902: * src/main/main.dsp 1.111:
18903: * src/types/pa_vdom.h 1.3:
18904: ^dom.xslt[stylesheet filename] -1 doc is lying
18905:
18906: * src/classes/dom.C 1.11:
18907: * src/main/main.dsp 1.112:
18908: * src/types/pa_vdom.h 1.4:
18909: ^dom.xslt[stylesheet filename] 0
18910:
18911: * src/classes/dom.C 1.5:
18912: ^dom.save[b.xml] 1:error handling
18913:
18914: * src/classes/dom.C 1.13:
18915: ^dom:save/string/file[output options]
18916: output options:
18917: $.method[xml|html|text] $.encoding[windows-1251|...]
18918:
18919: * src/classes/dom.C 1.6:
18920: ^dom.string[] 0
18921:
18922: * src/classes/dom.C 1.7:
18923: * src/classes/dom.C 1.8:
18924: ^dom.string[encoding] 1
18925: ^dom.save[encoding;filename]
18926:
18927: 2001-09-08 parser
18928: * src/types/pa_vform.C [before_xml] 1.33.2.3:
18929: $form:tables.name.field
18930:
18931: 2001-09-07 parser
18932: * src/classes/dom.C 1.3:
18933: * src/types/pa_value.h [before_xml] 1.70.4.1:
18934: * src/types/pa_vtable.h [before_xml] 1.28.4.1:
18935: (def $table) is false when table is empty
18936:
18937: * src/main/pa_request.C [before_xml] 1.152.4.1:
18938: * src/types/pa_vform.C [before_xml] 1.33.2.2:
18939: * src/types/pa_vform.h [before_xml] 1.22.2.2:
18940: !$form:tables
18941: $atable[$form:tables.a]
18942: ^atable.menu{a=$atable.element}[,]
18943:
18944: * src/classes/dom.C 1.1:
18945: file dom.C was initially added on branch xalan1_2.
18946:
18947: * src/main/pa_exception.C 1.15:
18948: * src/types/pa_vform.C 1.32:
18949: getting FIRST form element [not last]
18950:
18951: * src/classes/table.C [before_xml] 1.110.4.1:
18952: table:empty removed, superceded by ^if(def $table)...
18953:
18954: * src/targets/cgi/parser3.dsp [before_xml] 1.20.4.1:
18955: * src/types/pa_vform.C [before_xml] 1.33.2.1:
18956: * src/types/pa_vform.h [before_xml] 1.22.2.1:
18957: * src/types/pa_vhash.h [before_xml] 1.16.4.1:
18958: !$form:fields
18959:
18960: * src/include/pa_hash.h 1.43:
18961: * src/main/pa_hash.C 1.39:
18962: * src/targets/cgi/parser3.C [before_xml] 1.110.4.1:
18963: * src/types/pa_vfile.h 1.30:
18964: * src/types/pa_vform.C 1.33:
18965: * src/types/pa_vform.C [xalan1_2] 1.29.4.1:
18966: * src/types/pa_vform.h 1.22:
18967: z
18968:
18969: * src/Makefile.in [xalan1_2] 1.16.2.1:
18970: * src/classes/dom.C [xalan1_2] 1.1.2.1:
18971: * src/classes/table.C [xalan1_2] 1.110.2.1:
18972: * src/main/main.dsp [xalan1_2] 1.108.2.1:
18973: * src/types/pa_vdom.h [xalan1_2] 1.1.2.1:
18974: introducing dom. dom:load[a.xml]
18975:
18976: * src/main/pa_string.C [before_xml] 1.102.2.1:
18977: a[] ^if($a){y;n} is 'n' now [conversion from '' to int/double
18978: is 0]
18979:
18980: * src/Makefile.in 1.17:
18981: * src/classes/dom.C 1.2:
18982: * src/classes/table.C 1.111:
18983: * src/main/main.dsp 1.109:
18984: * src/types/pa_vdom.h 1.2:
18985: * src/types/pa_vform.C 1.34:
18986: merged with successful start of dom
18987:
18988: * src/types/pa_vdom.h 1.1:
18989: file pa_vdom.h was initially added on branch xalan1_2.
18990:
18991: 2001-09-06 parser
18992: * src/doc/doxygen.cfg 1.14:
18993: merged new default options from 1.2.10 doxygen
18994:
18995: * src/classes/hash.C 1.15:
18996: * src/include/pa_globals.h 1.61:
18997: * src/main/pa_globals.C 1.71:
18998: * src/types/pa_vhash.h 1.16:
18999: now there's special hash key '_default' [instead of ^_default method]
19000: $hash[
19001: $.a[1]
19002: $.b[2]
19003: $._default[xx]
19004: ]
19005: $hash.c
19006:
19007: * src/types/pa_vform.C 1.30:
19008: * src/types/pa_vform.C 1.31:
19009: a=1&a=2 would result in $form:a being a table with one column '
19010: element' and two rows: 1 and 2
19011:
19012: * src/classes/image.C 1.40:
19013: * src/classes/op.C 1.41:
19014: * src/classes/string.C 1.74:
19015: * src/classes/table.C 1.110:
19016: * src/doc/doxygen.cfg 1.13:
19017: * src/targets/isapi/parser3isapi.C 1.38:
19018: * src/types/pa_vtable.C 1.3:
19019: few #ifndef DOXYGEN
19020:
19021: * src/classes/void.C 1.9:
19022: * src/main/pa_string.C 1.102:
19023: * src/main/pa_table.C 1.36:
19024: fixed up bad int/double conversions, and now $form:nonexistent
19025: int(88) would return 88
19026:
19027: * src/main/compile.tab.C 1.10:
19028: * src/main/compile.y 1.165:
19029: ^if(0){}{ ^if(1){}^; }
19030: bug fixed [thanks, fif], ^; were treated there non-literally
19031:
19032: 2001-09-05 parser
19033: * src/classes/string.C 1.73:
19034: * src/classes/table.C 1.109:
19035: sql options can be void [same as image:html the other day]
19036:
19037: * src/classes/mail.C 1.36:
19038: MAIN:MAIL check fixed
19039:
19040: * src/Makefile.in 1.16:
19041: * src/classes/Makefile.in 1.15:
19042: * src/main/Makefile.in 1.12:
19043: * src/targets/cgi/Makefile.in 1.14:
19044: * src/types/Makefile.in 1.11:
19045: makes
19046:
19047: * src/main/pa_sql_driver_manager.C 1.33:
19048: * src/sql/pa_sql_driver.h 1.16:
19049: * src/targets/cgi/parser3.C 1.110:
19050: #define STRINGIZE(name) #name
19051: does not macro expantion on param, simply qoutes whatever passed, undone
19052:
19053: * src/main/pa_sql_driver_manager.C 1.30:
19054: * src/sql/pa_sql_driver.h 1.14:
19055: SQL_DRIVER_CREATE_FUNC_NAME
19056:
19057: * src/main/pa_sql_driver_manager.C 1.32:
19058: * src/sql/pa_sql_driver.h 1.15:
19059: * src/targets/cgi/Makefile.am 1.13:
19060: * src/targets/cgi/parser3.C 1.109:
19061: #define STRINGIZE(name) #name
19062: invented
19063:
19064: * src/targets/cgi/Makefile.am 1.14:
19065: .am undo
19066:
19067: * src/classes/op.C 1.40:
19068: * src/include/pa_sql_driver_manager.h 1.8:
19069: * src/main/pa_sql_driver_manager.C 1.31:
19070: #define MAIN_SQL_NAME "SQL"
19071: #define MAIN_SQL_DRIVERS_NAME "drivers"
19072:
19073: moved to be availible to all users
19074:
19075: 2001-09-04 parser
19076: * src/targets/cgi/parser3.C 1.106:
19077: zz
19078:
19079: * src/include/pa_config_auto.h.in 1.5:
19080: * src/targets/Makefile.in 1.12:
19081: * src/targets/apache13/Makefile.in 1.12:
19082: * src/targets/cgi/Makefile.am 1.12:
19083: * src/targets/cgi/Makefile.in 1.13:
19084: * src/targets/cgi/parser3.C 1.102:
19085: configure --sysconfdir=sysadmin-controlled auto.p location for
19086: targets/cgi/parser3, default[/usr/local/etc]
19087:
19088: * src/Makefile.in 1.15:
19089: * src/include/pa_config_auto.h.in 1.4:
19090: * src/targets/apache13/Makefile.in 1.11:
19091: * src/targets/cgi/Makefile.in 1.12:
19092: makes
19093:
19094: * src/targets/isapi/parser3isapi.C 1.37:
19095: z
19096:
19097: * src/targets/cgi/parser3.C 1.104:
19098: zzz
19099:
19100: * src/targets/cgi/parser3.C 1.108:
19101: full_file_spec bug
19102:
19103: * src/classes/image.C 1.39:
19104: image.html now can accept void params
19105:
19106: * src/classes/date.C 1.5:
19107: date:sql-string is now without ''
19108:
19109: * src/classes/date.C 1.6:
19110: date
19111:
19112: * src/targets/cgi/parser3.C 1.107:
19113: getenvcheck
19114:
19115: 2001-09-03 parser
19116: * src/targets/cgi/parser3.C 1.101:
19117: /configure cgi SYSCONFDIR
19118:
19119: 2001-09-01 parser
19120: * src/classes/image.C 1.38:
19121: letter_spacing
19122:
19123: * src/classes/image.C 1.36:
19124: image: as_int as_string used
19125:
19126: * src/classes/image.C 1.37:
19127: image: font params changed
19128:
19129: * src/types/pa_vmethod_frame.h 1.15:
19130: $result[] now gets properly analized
19131:
19132: 2001-08-31 parser
19133: * src/Makefile.in 1.14:
19134: * src/include/pa_dir.h 1.4:
19135: * src/targets/Makefile.in 1.11:
19136: * src/targets/cgi/parser3.C 1.99:
19137: compiled under cygwin
19138:
19139: * src/targets/cgi/parser3.C 1.100:
19140: z
19141:
19142: * src/classes/void.C 1.8:
19143: void:int/double += (default)
19144:
19145: * src/classes/string.C 1.72:
19146: * src/classes/table.C 1.108:
19147: string:int/double (defaults)
19148:
19149: * src/classes/image.C 1.35:
19150: image:font added space param
19151: image:font changed charwidth alg, added kerning const[for now]
19152:
19153: 2001-08-29 parser
19154: * src/main/pa_exception.C 1.14:
19155: exception redundant debug info
19156:
19157: 2001-08-28 parser
19158: * src/classes/table.C 1.107:
19159: NO_STRING_ORIGIN check
19160:
19161: * src/classes/string.C 1.71:
19162: * src/include/pa_dictionary.h 1.2:
19163: * src/include/pa_string.h 1.101:
19164: * src/main/pa_dictionary.C 1.4:
19165: * src/main/pa_string.C 1.101:
19166: * src/main/untaint.C 1.59:
19167: pa_directory speeded up. moved zero 'from' check to directory constructor.
19168: string:replace
19169:
19170: * src/Makefile.in 1.13:
19171: makes
19172:
19173: * src/Makefile.in 1.12:
19174: * src/classes/Makefile.in 1.13:
19175: * src/main/Makefile.in 1.10:
19176: * src/targets/Makefile.in 1.10:
19177: * src/targets/apache13/Makefile.in 1.9:
19178: * src/targets/cgi/Makefile.in 1.10:
19179: * src/types/Makefile.in 1.9:
19180: makefiles
19181:
19182: * src/classes/file.C 1.51:
19183: * src/main/pa_common.C 1.63:
19184: file:move autocreate/remove dest/src dir
19185:
19186: * src/main/compile.C 1.47:
19187: NO_STRING_ORIGIN check2
19188:
19189: * src/classes/image.C 1.33:
19190: image: gifsize little endian
19191:
19192: * src/targets/apache13/Makefile.am 1.4:
19193: COMPILE_APACHE13_MODULE
19194:
19195: * src/include/pa_dictionary.h 1.4:
19196: * src/main/pa_dictionary.C 1.5:
19197: * src/main/pa_sql_driver_manager.C 1.29:
19198: NO_STRING_ORIGIN check3
19199:
19200: * src/include/pa_dictionary.h 1.3:
19201: gcc: ../include/pa_dictionary.h:19: storage class specifiers
19202: invalid in friend function declarations
19203:
19204: * src/targets/apache13/Makefile.am 1.3:
19205: configure to skip apache
19206:
19207: * src/classes/Makefile.in 1.14:
19208: * src/main/Makefile.in 1.11:
19209: * src/targets/apache13/Makefile.in 1.10:
19210: * src/targets/cgi/Makefile.in 1.11:
19211: * src/types/Makefile.in 1.10:
19212: make.ins
19213:
19214: * src/classes/op.C 1.39:
19215: * src/main/compile.tab.C 1.9:
19216: * src/main/pa_dir.C 1.6:
19217: * src/main/untaint.C 1.60:
19218: * src/targets/cgi/parser3.C 1.98:
19219: * src/targets/isapi/parser3isapi.C 1.36:
19220: strncpy forced with zero ending in case of limit
19221:
19222: * src/classes/image.C 1.34:
19223: image error msgs
19224:
19225: * src/classes/Makefile.am 1.18:
19226: * src/main/Makefile.am 1.15:
19227: * src/targets/cgi/Makefile.am 1.11:
19228: * src/types/Makefile.am 1.6:
19229: .am-s
19230:
19231: * src/doc/doxygen.cfg 1.12:
19232: doxygen conf removed some garbage from under doxygeneration
19233:
19234: 2001-08-27 parser
19235: * src/Makefile.in 1.11:
19236: * src/classes/Makefile.in 1.12:
19237: * src/main/Makefile.in 1.9:
19238: * src/main/pa_common.C 1.61:
19239: * src/main/pa_exception.C 1.12:
19240: * src/main/pa_sql_driver_manager.C 1.28:
19241: * src/targets/Makefile.in 1.9:
19242: * src/targets/apache13/Makefile.in 1.8:
19243: * src/targets/cgi/Makefile.am 1.10:
19244: * src/targets/cgi/Makefile.in 1.9:
19245: * src/types/Makefile.in 1.8:
19246: configure for solaris -lsocket
19247:
19248: * src/classes/image.C 1.31:
19249: * src/classes/image.C 1.32:
19250: fixed jpgsize alg
19251:
19252: * src/main/pa_request.C 1.152:
19253: * src/targets/cgi/parser3.C 1.97:
19254: parser3 test.html [auto.p from current dir loading]
19255:
19256: * src/main/pa_exception.C 1.13:
19257: z
19258:
19259: * src/main/pa_common.C 1.62:
19260: removed debug info from pa_common
19261:
19262: 2001-08-24 parser
19263: * src/targets/cgi/parser3.C 1.95:
19264: not cgi extra \n 2
19265:
19266: * src/classes/file.C 1.50:
19267: * src/classes/form.C 1.14:
19268: * src/classes/mail.C 1.35:
19269: * src/classes/table.C 1.106:
19270: fiew non-pool mallocs fixed
19271:
19272: * src/targets/cgi/parser3.C 1.96:
19273: not cgi extra \n 3
19274:
19275: * src/sql/pa_sql_driver.h 1.13:
19276: sql* removed services from disconnect - cross-request ideological probs.
19277: oracle - fixed bug: cs allocated on request.pool and got freed before disconnect
19278:
19279: * src/targets/cgi/parser3.C 1.94:
19280: not cgi extra \n
19281:
19282: * src/main/pa_sql_driver_manager.C 1.27:
19283: z
19284:
19285: * src/include/pa_sql_connection.h 1.12:
19286: * src/main/pa_sql_driver_manager.C 1.26:
19287: sql* removed services from disconnect - cross-request
19288: ideological probs.
19289:
19290: 2001-08-23 parser
19291: * src/main/pa_sql_driver_manager.C 1.25:
19292: oracle: dlink
19293:
19294: * src/classes/file.C 1.49:
19295: minor bug in file:save fixed
19296:
19297: 2001-08-22 parser
19298: * src/classes/file.C 1.48:
19299: * src/main/compile.tab.C 1.8:
19300: * src/types/pa_vfile.C 1.18:
19301: * src/types/pa_vfile.h 1.29:
19302: file:load|save[text|binary;
19303:
19304: * src/main/compile.tab.C 1.7:
19305: * src/main/compile.y 1.164:
19306: ^method[]^[^] literals []
19307:
19308: 2001-08-21 parser
19309: * src/classes/file.C 1.47:
19310: * src/classes/table.C 1.105:
19311: ^file:list
19312:
19313: 2001-08-20 parser
19314: * src/main/compile.tab.C 1.6:
19315: * src/main/compile.y 1.163:
19316: * src/main/pa_sql_driver_manager.C 1.24:
19317: * src/types/pa_value.h 1.70:
19318: * src/types/pa_vbool.h 1.11:
19319: * src/types/pa_vdouble.h 1.24:
19320: * src/types/pa_vint.h 1.25:
19321: var(123) ^var.inc[] recousively caused problems: inc incremeted
19322: 123 literal!! fixed
19323:
19324: 2001-08-10 parser
19325: * src/classes/table.C 1.101:
19326: * src/include/pa_table.h 1.34:
19327: * src/main/pa_table.C 1.35:
19328: table.sort now creates new sorted table
19329:
19330: * src/main/compile.tab.C 1.3:
19331: * src/main/compile.tab.C 1.4:
19332: * src/main/compile.y 1.160:
19333: * src/main/compile.y 1.161:
19334: (codes) name part syntax added
19335:
19336: * src/main/compile.tab.C 1.5:
19337: * src/main/compile.y 1.162:
19338: [codes] name part syntax now
19339:
19340: * src/main/pa_string.C 1.100:
19341: string.match hanged on. there were a hang check but it weren't wise enough
19342:
19343: @parse[dateString][tmp]
19344: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]]
19345: $tmp.1 $tmp.2
19346: #end
19347:
19348: @main[]
19349: ^parse[2001-02-03]
19350:
19351: * src/classes/table.C 1.102:
19352: * src/classes/table.C 1.103:
19353: table:sort now default desc
19354:
19355: * src/types/pa_value.h 1.69:
19356: * src/types/pa_vstring.h 1.30:
19357: * src/types/pa_vstring.h 1.31:
19358: string now def only when ne ''
19359:
19360: * src/main/pa_request.C 1.150:
19361: * src/main/pa_request.C 1.151:
19362: wanted to make
19363: const int MAX_EXECUTE_SECONDS=1;
19364:
19365: but couldnt, set_callback_and_alarm appeared to be not exported :(
19366:
19367: * src/classes/table.C 1.104:
19368: table:sort restored [it was bad test :(]
19369:
19370: 2001-08-09 parser
19371: * src/main/pa_string.C 1.99:
19372: $a[010] now ^if($a==10){true}
19373: were octal
19374:
19375: * src/main/Makefile.am 1.14:
19376: .am
19377:
19378: * src/classes/void.C 1.6:
19379: * src/classes/void.C 1.7:
19380: void: int double copy/paste from int: bug fixed
19381:
19382: * src/classes/hash.C 1.14:
19383: hash:_default now [was hash:default]
19384:
19385: * src/types/pa_vcookie.C 1.22:
19386: cookie name&value origins added, more precise $ORIGINS(1)
19387:
19388: * src/classes/op.C 1.38:
19389: case without switch check added
19390:
19391: * src/main/Makefile.in 1.8:
19392: make.in
19393:
19394: 2001-08-07 parser
19395: * src/classes/math.C 1.5:
19396: * src/main/pa_request.C 1.149:
19397: math:random fixed. win32 srand made working
19398:
19399: * src/classes/double.C 1.36:
19400: * src/classes/int.C 1.32:
19401: * src/classes/string.C 1.70:
19402: * src/classes/table.C 1.100:
19403: * src/include/pa_globals.h 1.60:
19404: * src/main/pa_globals.C 1.70:
19405: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
19406: string, table
19407:
19408: 2001-08-06 parser
19409: * src/classes/hash.C 1.13:
19410: hash:keys renamed to hash:_keys :(
19411:
19412: * src/main/pa_exec.C 1.10:
19413: exec win32 real filename
19414:
19415: * src/classes/file.C 1.46:
19416: exec stderr out
19417:
19418: * src/classes/mail.C 1.34:
19419: * src/classes/op.C 1.37:
19420: * src/include/pa_array.h 1.43:
19421: * src/include/pa_globals.h 1.59:
19422: * src/include/pa_hash.h 1.42:
19423: * src/include/pa_request.h 1.94:
19424: * src/main/compile.tab.C 1.2:
19425: * src/main/compile.y 1.159:
19426: * src/main/pa_array.C 1.38:
19427: * src/main/pa_dictionary.C 1.3:
19428: * src/main/pa_exec.C 1.11:
19429: * src/main/pa_globals.C 1.69:
19430: * src/main/pa_hash.C 1.38:
19431: * src/main/pa_request.C 1.148:
19432: * src/main/pa_string.C 1.98:
19433: class_path
19434:
19435: 2001-08-03 parser
19436: * src/classes/table.C 1.99:
19437: * src/types/pa_vtable.h 1.28:
19438: vtable.locks killed
19439:
19440: 2001-08-02 parser
19441: * src/classes/classes.h 1.9:
19442: * src/classes/op.C 1.36:
19443: * src/include/pa_globals.h 1.58:
19444: * src/main/execute.C 1.188:
19445: * src/main/pa_globals.C 1.66:
19446: * src/main/pa_globals.C 1.67:
19447: found another multithread bug in op.C (last, last global var
19448: killed) :)
19449:
19450: * src/main/pa_dictionary.C 1.2:
19451: * src/main/pa_globals.C 1.68:
19452: memset dictionary minor bug fixed
19453:
19454: * src/classes/string.C 1.69:
19455: * src/classes/table.C 1.98:
19456: * src/include/pa_array.h 1.42:
19457: * src/main/execute.C 1.190:
19458: * src/main/pa_exec.C 1.9:
19459: introducing Array_iter
19460:
19461: * src/main/execute.C 1.189:
19462: detected quick_get recursion bug. changed to get@execute, but
19463: needs array iterator, separate from array to avoid it & use caching
19464:
19465: 2001-08-01 parser
19466: * src/include/pa_dictionary.h 1.1:
19467: * src/include/pa_globals.h 1.57:
19468: * src/include/pa_string.h 1.100:
19469: * src/main/main.dsp 1.107:
19470: * src/main/pa_dictionary.C 1.1:
19471: * src/main/pa_globals.C 1.65:
19472: * src/main/pa_request.C 1.147:
19473: * src/main/pa_string.C 1.97:
19474: * src/main/untaint.C 1.58:
19475: speeded up typo-html replacements. introducing Dictionary with
19476: first-char caching
19477:
19478: 2001-07-31 parser
19479: * src/types/Makefile.am 1.5:
19480: pa_vtable.C added to .am
19481:
19482: * src/main/compile.tab.C 1.1:
19483: added, so that could be compiled even on non-bison-enabled platforms
19484:
19485: 2001-07-28 parser
19486: * src/main/compile.y 1.158:
19487: * src/main/untaint.C 1.57:
19488: bug fix @ untaint when \r skipped \n
19489:
19490: * src/classes/table.C 1.97:
19491: table:hash always produces hash, when can't - empty
19492:
19493: 2001-07-27 parser
19494: * src/classes/double.C 1.35:
19495: * src/classes/int.C 1.31:
19496: * src/classes/string.C 1.68:
19497: provided meaningful msg on int/double/string :sql without
19498: result and default
19499:
19500: 2001-07-26 parser
19501: * src/include/pa_opcode.h 1.6:
19502: * src/main/compile.y 1.156:
19503: * src/main/execute.C 1.187:
19504: hash creation syntax problem persists. restored $: for a while.
19505: thinking of $man[$.age[zzz]] syntax now
19506:
19507: * src/classes/op.C 1.35:
19508: fixed bad multithread bug with strangly global OP
19509:
19510: * src/main/compile.y 1.157:
19511: $man[$.age[zzz]] 0
19512:
19513: * src/include/pa_opcode.h 1.4:
19514: * src/main/compile.C 1.45:
19515: * src/main/compile.y 1.154:
19516: * src/main/compile_tools.h 1.46:
19517: * src/main/execute.C 1.185:
19518: * src/main/pa_request.C 1.146:
19519: * src/types/pa_vmethod_frame.h 1.13:
19520: introducing ::
19521: this is constructor call prefix.
19522: ordinary : remains for static accesses
19523:
19524: * src/classes/double.C 1.34:
19525: * src/classes/int.C 1.30:
19526: * src/classes/string.C 1.67:
19527: * src/include/pa_opcode.h 1.5:
19528: * src/main/compile.C 1.46:
19529: * src/main/compile.y 1.155:
19530: * src/main/compile_tools.h 1.47:
19531: * src/main/execute.C 1.186:
19532: * src/types/pa_vcode_frame.h 1.7:
19533: * src/types/pa_vmethod_frame.h 1.14:
19534: * src/types/pa_wcontext.h 1.16:
19535: * src/types/pa_wwrapper.h 1.10:
19536: fixing :: realization #1
19537:
19538: 2001-07-25 parser
19539: * src/classes/table.C 1.95:
19540: * src/main/main.dsp 1.106:
19541: * src/types/pa_vtable.C 1.1:
19542: * src/types/pa_vtable.h 1.27:
19543: ^table.record[] now $table.fields
19544:
19545: * src/types/pa_vtable.C 1.2:
19546: table: get_element order changeed. now:
19547: 1. fields
19548: 2. methods
19549: 3. columns
19550:
19551: * src/types/pa_vdouble.h 1.23:
19552: * src/types/pa_vint.h 1.24:
19553: odbc: no result queries; quote.
19554: optimized double&int tostring-s
19555:
19556: * src/classes/string.C 1.66:
19557: * src/include/pa_globals.h 1.56:
19558: * src/main/execute.C 1.183:
19559: * src/main/pa_globals.C 1.64:
19560: match replace code context moved to implicit $match context
19561:
19562: * src/main/compile.C 1.44:
19563: * src/main/compile.y 1.153:
19564: * src/main/compile_tools.h 1.45:
19565: allowed whitespace before first method decl
19566:
19567: * src/include/pa_opcode.h 1.3:
19568: * src/main/compile.y 1.149:
19569: * src/main/compile_tools.C 1.37:
19570: * src/main/compile_tools.h 1.43:
19571: * src/main/execute.C 1.182:
19572: with killed, code storage introduced with former 'with' syntax
19573:
19574: * src/main/compile.y 1.150:
19575: * src/main/compile.y 1.151:
19576: * src/main/execute.C 1.184:
19577: $var[] is now empty string, not void
19578:
19579: * src/main/compile.C 1.43:
19580: * src/main/compile.y 1.152:
19581: * src/main/compile_tools.h 1.44:
19582: allowed empty lines before first method decl
19583:
19584: * src/classes/table.C 1.96:
19585: allowed nontable result in table:sql, results in empty table
19586:
19587: 2001-07-24 parser
19588: * src/main/compile.C 1.42:
19589: * src/main/execute.C 1.181:
19590: * src/main/pa_string.C 1.96:
19591: * src/types/pa_value.h 1.68:
19592: first get_element, next get operator
19593:
19594: * src/classes/file.C 1.45:
19595: * src/include/pa_common.h 1.47:
19596: * src/main/pa_common.C 1.60:
19597: file:move
19598:
19599: * src/main/compile.y 1.148:
19600: removed @end handling
19601:
19602: * src/main/pa_common.C 1.59:
19603: file_read close @ eof when imgsize bug fixed
19604:
19605: * src/main/compile.C 1.41:
19606: * src/main/compile.y 1.147:
19607: @end handling method2
19608:
19609: 2001-07-23 parser
19610: * src/main/pa_sql_driver_manager.C 1.23:
19611: * src/sql/pa_sql_driver.h 1.12:
19612: sql odbc driver
19613:
19614: * src/classes/hash.C 1.11:
19615: * src/classes/hash.C 1.12:
19616: * src/classes/string.C 1.65:
19617: * src/classes/table.C 1.94:
19618: * src/classes/void.C 1.5:
19619: * src/include/pa_sql_connection.h 1.11:
19620: * src/sql/pa_sql_driver.h 1.11:
19621: changed sql driver query interface
19622:
19623: 2001-07-20 parser
19624: * src/types/pa_vrequest.C 1.8:
19625: X!$browser:type
19626:
19627: * src/classes/file.C 1.44:
19628: * src/classes/string.C 1.64:
19629: * src/include/pa_string.h 1.99:
19630: * src/main/execute.C 1.180:
19631: * src/main/pa_string.C 1.95:
19632: * src/types/pa_valiased.C 1.8:
19633: * src/types/pa_valiased.h 1.13:
19634: * src/types/pa_value.h 1.67:
19635: * src/types/pa_vclass.h 1.17:
19636: * src/types/pa_vcookie.h 1.11:
19637: * src/types/pa_vdate.h 1.3:
19638: * src/types/pa_vfile.h 1.28:
19639: * src/types/pa_vform.h 1.21:
19640: * src/types/pa_vhash.h 1.15:
19641: * src/types/pa_vmath.h 1.2:
19642: * src/types/pa_vobject.h 1.10:
19643: * src/types/pa_vrequest.C 1.7:
19644: * src/types/pa_vstateless_class.h 1.16:
19645: * src/types/pa_vstateless_object.h 1.10:
19646: only ^class:method dynamic calls allowed.
19647: ^BASE.method call disabled.
19648: BASE element globally removed
19649:
19650: 2001-07-18 parser
19651: * src/Makefile.am 1.6:
19652: * src/Makefile.in 1.10:
19653: * src/classes/Makefile.am 1.17:
19654: * src/main/Makefile.am 1.13:
19655: * src/targets/Makefile.am 1.6:
19656: * src/targets/apache13/Makefile.am 1.2:
19657: * src/targets/cgi/Makefile.am 1.9:
19658: * src/types/Makefile.am 1.4:
19659: removed $id from *.in *.am
19660:
19661: * src/classes/file.C 1.43:
19662: file:exec/cgi msg
19663:
19664: * src/main/pa_request.C 1.145:
19665: * src/main/untaint.C 1.56:
19666: ORIGINS langs name abbrevations
19667:
19668: * src/classes/file.C 1.42:
19669: $file:exit-code renamed to 'status'
19670:
19671: * src/classes/date.C 1.4:
19672: * src/classes/mail.C 1.33:
19673: * src/classes/math.C 1.4:
19674: * src/classes/string.C 1.63:
19675: * src/classes/table.C 1.93:
19676: * src/include/pa_globals.h 1.55:
19677: * src/include/pa_string.h 1.98:
19678: * src/main/execute.C 1.179:
19679: * src/main/pa_globals.C 1.63:
19680: * src/main/pa_request.C 1.144:
19681: * src/main/pa_string.C 1.94:
19682: * src/main/untaint.C 1.55:
19683: * src/types/pa_value.h 1.66:
19684: * src/types/pa_vdouble.h 1.22:
19685: * src/types/pa_vfile.h 1.27:
19686: * src/types/pa_vint.h 1.23:
19687: * src/types/pa_vstring.C 1.9:
19688: * src/types/pa_vstring.h 1.29:
19689: $ORIGINS(1) output tracing mode
19690:
19691: * src/classes/Makefile.in 1.11:
19692: * src/main/Makefile.in 1.7:
19693: * src/targets/Makefile.in 1.8:
19694: * src/targets/apache13/Makefile.in 1.7:
19695: * src/targets/cgi/Makefile.in 1.8:
19696: * src/types/Makefile.in 1.7:
19697: $id in .in's from .am's removed
19698:
19699: * src/classes/file.C 1.41:
19700: * src/main/pa_exec.C 1.8:
19701: file:exec
19702:
19703: 2001-07-17 parser
19704: * src/Makefile.in 1.9:
19705: * src/classes/Makefile.in 1.10:
19706: == wrong
19707:
19708: 2001-07-13 parser
19709: * src/main/execute.C 1.175:
19710: * src/main/pa_request.C 1.142:
19711: order of MAIN parents was wrong, fixed
19712:
19713: * src/classes/double.C 1.33:
19714: * src/classes/int.C 1.29:
19715: * src/classes/string.C 1.62:
19716: * src/include/pa_request.h 1.92:
19717: * src/include/pa_request.h 1.93:
19718: * src/main/execute.C 1.176:
19719: * src/main/execute.C 1.177:
19720: * src/main/execute.C 1.178:
19721: * src/main/pa_request.C 1.143:
19722: auto.p[@auto], /news/auto.p[no @auto], so that initializing
19723: second would not call first @auto
19724:
19725: 2001-07-12 parser
19726: * src/types/pa_value.h 1.65:
19727: pa_value.putelement modification of system classes prevented
19728:
19729: 2001-07-11 parser
19730: * src/classes/string.C 1.61:
19731: * src/doc/sources2html.cmd 1.3:
19732: lr split now yelds table $piece
19733:
19734: * src/classes/file.C 1.40:
19735: * src/include/pa_common.h 1.46:
19736: * src/main/pa_common.C 1.58:
19737: * src/types/pa_vstateless_class.h 1.15:
19738: $file created by file:state += .atime .mtime .ctime
19739: +found&fixed bug with exceptions on get_junction-created objects [they were on wrong pool]
19740:
19741: 2001-07-09 parser
19742: * src/main/untaint.C 1.54:
19743: qp wrong name
19744:
19745: * src/classes/date.C 1.3:
19746: * src/classes/string.C 1.60:
19747: * src/classes/table.C 1.92:
19748: * src/main/compile.y 1.146:
19749: date format 0
19750:
19751: 2001-07-07 parser
19752: * src/classes/Makefile.am 1.16:
19753: * src/classes/date.C 1.1:
19754: * src/classes/file.C 1.39:
19755: * src/classes/hash.C 1.10:
19756: * src/classes/image.C 1.30:
19757: * src/classes/mail.C 1.32:
19758: * src/classes/math.C 1.3:
19759: * src/classes/op.C 1.34:
19760: * src/classes/string.C 1.59:
19761: * src/classes/table.C 1.90:
19762: * src/classes/void.C 1.4:
19763: * src/include/pa_request.h 1.91:
19764: * src/main/main.dsp 1.105:
19765: * src/types/pa_value.h 1.64:
19766: * src/types/pa_vdate.h 1.1:
19767: * src/types/pa_wcontext.C 1.7:
19768: date now set $fields roll string. todo: sql, calendar
19769:
19770: * src/classes/date.C 1.2:
19771: * src/classes/table.C 1.91:
19772: * src/include/pa_common.h 1.45:
19773: * src/include/pa_string.h 1.97:
19774: * src/main/pa_common.C 1.57:
19775: * src/types/pa_vdate.h 1.2:
19776: date roll
19777: table calendar
19778:
19779: 2001-07-06 parser
19780: * src/classes/math.C 1.2:
19781: * src/include/pa_request.h 1.90:
19782: * src/main/execute.C 1.174:
19783: * src/main/main.dsp 1.104:
19784: * src/main/pa_request.C 1.141:
19785: * src/types/pa_vmath.h 1.1:
19786: math 0
19787:
19788: 2001-07-03 parser
19789: * src/classes/Makefile.am 1.15:
19790: * src/classes/math.C 1.1:
19791: * src/classes/op.C 1.33:
19792: * src/classes/random.C 1.15:
19793: * src/main/main.dsp 1.103:
19794: class random renamed to math, operators became methods
19795:
19796: * src/classes/op.C 1.32:
19797: pow sqrt
19798:
19799: * src/classes/op.C 1.31:
19800: * src/main/execute.C 1.173:
19801: sin asin cos acos tan atan
19802:
19803: 2001-07-02 parser
19804: * src/classes/hash.C 1.9:
19805: ^hash.keys[]
19806:
19807: * src/classes/table.C 1.88:
19808: * src/main/pa_table.C 1.34:
19809: ^table:columns[]
19810:
19811: * src/classes/table.C 1.89:
19812: ^table.columns column renamed from 'name' to 'column'
19813:
19814: * src/main/compile.y 1.145:
19815: * src/main/compile_tools.h 1.42:
19816: in expressions now allowed 'strings'
19817:
19818: 2001-06-29 parser
19819: * src/main/execute.C 1.171:
19820: * src/main/execute.C 1.172:
19821: /0 %0 checkes ver 2
19822:
19823: * src/classes/table.C 1.87:
19824: empty strings @ sql
19825:
19826: * src/Makefile.in 1.8:
19827: * src/classes/Makefile.in 1.9:
19828: makes
19829:
19830: * src/classes/Makefile.am 1.14:
19831: nothing - void
19832:
19833: * src/main/execute.C 1.170:
19834: /0 %0 checke
19835:
19836: 2001-06-28 parser
19837: * src/classes/double.C 1.32:
19838: * src/classes/file.C 1.38:
19839: * src/classes/form.C 1.13:
19840: * src/classes/hash.C 1.8:
19841: * src/classes/image.C 1.29:
19842: * src/classes/int.C 1.28:
19843: * src/classes/mail.C 1.31:
19844: * src/classes/op.C 1.30:
19845: * src/classes/random.C 1.14:
19846: * src/classes/response.C 1.13:
19847: * src/classes/string.C 1.58:
19848: * src/classes/table.C 1.86:
19849: * src/classes/void.C 1.3:
19850: * src/main/compile.C 1.40:
19851: * src/main/compile.y 1.144:
19852: * src/main/compile_tools.C 1.36:
19853: * src/main/execute.C 1.169:
19854: * src/main/pa_array.C 1.37:
19855: * src/main/pa_common.C 1.56:
19856: * src/main/pa_dir.C 1.5:
19857: * src/main/pa_exception.C 1.11:
19858: * src/main/pa_exec.C 1.7:
19859: * src/main/pa_globals.C 1.62:
19860: * src/main/pa_hash.C 1.37:
19861: * src/main/pa_pool.C 1.20:
19862: * src/main/pa_request.C 1.140:
19863: * src/main/pa_socks.C 1.5:
19864: * src/main/pa_sql_driver_manager.C 1.22:
19865: * src/main/pa_string.C 1.93:
19866: * src/main/pa_table.C 1.33:
19867: * src/main/untaint.C 1.53:
19868: * src/targets/cgi/parser3.C 1.93:
19869: * src/targets/isapi/parser3isapi.C 1.35:
19870: */
1.41 ! paf 19871: static const char *RCSId="$Id: ChangeLog,v 1.40.2.1 2004/12/24 15:41:00 paf Exp $";
1.15 paf 19872:
19873: * src/main/compile.y 1.142:
19874: * src/main/compile_tools.h 1.41:
19875: $:name: == ${name}:
19876: $class:name: == ${class:name}:
19877:
19878: * src/classes/string.C 1.56:
19879: exactly one
19880:
19881: * src/classes/double.C 1.31:
19882: * src/classes/file.C 1.37:
19883: * src/classes/form.C 1.12:
19884: * src/classes/hash.C 1.7:
19885: * src/classes/image.C 1.28:
19886: * src/classes/int.C 1.27:
19887: * src/classes/mail.C 1.30:
19888: * src/classes/op.C 1.29:
19889: * src/classes/random.C 1.13:
19890: * src/classes/response.C 1.12:
19891: * src/classes/string.C 1.57:
19892: * src/classes/table.C 1.85:
19893: * src/classes/void.C 1.2:
19894: * src/main/compile.C 1.39:
19895: * src/main/compile.y 1.143:
19896: * src/main/compile_tools.C 1.35:
19897: * src/main/execute.C 1.168:
19898: * src/main/pa_array.C 1.36:
19899: * src/main/pa_common.C 1.55:
19900: * src/main/pa_dir.C 1.4:
19901: * src/main/pa_exception.C 1.10:
19902: * src/main/pa_exec.C 1.6:
19903: * src/main/pa_globals.C 1.61:
19904: * src/main/pa_hash.C 1.36:
19905: * src/main/pa_pool.C 1.19:
19906: * src/main/pa_request.C 1.139:
19907: * src/main/pa_socks.C 1.4:
19908: * src/main/pa_sql_driver_manager.C 1.21:
19909: * src/main/pa_string.C 1.92:
19910: * src/main/pa_table.C 1.32:
19911: * src/main/untaint.C 1.52:
19912: * src/targets/cgi/parser3.C 1.92:
19913: * src/targets/isapi/parser3isapi.C 1.34:
1.41 ! paf 19914: static char *RCSId="$Id: ChangeLog,v 1.40.2.1 2004/12/24 15:41:00 paf Exp $";
1.15 paf 19915:
19916: 2001-06-27 parser
19917: * src/classes/hash.C 1.6:
19918: * src/classes/nothing.C 1.5:
19919: * src/classes/table.C 1.84:
19920: * src/classes/void.C 1.1:
19921: * src/main/compile.y 1.140:
19922: * src/main/compile.y 1.141:
19923: * src/main/execute.C 1.167:
19924: * src/main/main.dsp 1.102:
19925: * src/main/pa_request.C 1.138:
19926: * src/targets/cgi/pa_pool.C 1.17:
19927: * src/types/pa_value.h 1.63:
19928: * src/types/pa_vcode_frame.h 1.6:
19929: * src/types/pa_vmethod_frame.h 1.12:
19930: * src/types/pa_vnothing.h 1.2:
19931: * src/types/pa_vtable.h 1.26:
19932: * src/types/pa_vvoid.h 1.1:
19933: nothing renamed to void
19934:
19935: * src/classes/op.C 1.28:
19936: ^switch ^case
19937:
19938: * src/main/compile.y 1.139:
19939: lexer: $zzzz^zzzz were name part
19940:
19941: 2001-05-28 parser
19942: * src/main/main.dsp 1.101:
19943: * src/targets/isapi/parser3isapi.dsp 1.15:
19944: release project options [some bugs]
19945:
19946: * src/classes/classes.C 1.7:
19947: * src/main/compile.C 1.38:
19948: * src/main/compile.y 1.138:
19949: * src/main/execute.C 1.166:
19950: operators are not in root class again
19951:
19952: * src/doc/html2chm.cmd 1.3:
19953: removed >a
19954:
19955: * src/doc/sources2html.cmd 1.2:
19956: z
19957:
19958: 2001-05-24 parser
19959: * src/Makefile.in 1.7:
19960: * src/classes/Makefile.in 1.8:
19961: * src/main/Makefile.in 1.6:
19962: * src/targets/Makefile.in 1.7:
19963: * src/targets/apache13/Makefile.in 1.6:
19964: * src/targets/cgi/Makefile.in 1.7:
19965: * src/types/Makefile.in 1.6:
19966: makes
19967:
19968: * src/main/pa_request.C 1.135:
19969: * src/main/pa_request.C 1.136:
19970: * src/targets/cgi/parser3.C 1.90:
19971: // no _ conversions in @exception[params]
19972:
19973: * src/targets/cgi/parser3.dsp 1.19:
19974: project file
19975:
19976: * src/classes/op.C 1.27:
19977: * src/main/pa_request.C 1.137:
19978: * src/targets/cgi/parser3.C 1.91:
19979: ^log ^exp
19980:
19981: 2001-05-23 parser
19982: * src/classes/op.C 1.25:
19983: * src/main/compile.y 1.137:
19984: allow one empty line before LS_DEF_NAME
19985:
19986: * src/main/pa_string.C 1.91:
19987: string cmp bug
19988:
19989: * src/classes/mail.C 1.29:
19990: * src/classes/op.C 1.26:
19991: rem max 1000
19992:
19993: 2001-05-22 parser
19994: * src/classes/op.C 1.24:
19995: if params code-required
19996:
19997: 2001-05-21 parser
19998: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.1:
19999: * src/main/compile.C [operators_as_parent_class2] 1.36.2.1:
20000: * src/main/compile.y [operators_as_parent_class2] 1.134.2.1:
20001: * src/main/execute.C [operators_as_parent_class2] 1.162.2.1:
20002: 0
20003:
20004: * src/classes/classes.C [operators_as_parent_class2] 1.5.2.2:
20005: * src/main/compile.C [operators_as_parent_class2] 1.36.2.2:
20006: 1
20007:
20008: * src/Makefile.in 1.6:
20009: * src/classes/Makefile.in 1.6:
20010: * src/classes/Makefile.in 1.7:
20011: * src/main/Makefile.in 1.5:
20012: * src/targets/Makefile.in 1.6:
20013: * src/targets/apache13/Makefile.in 1.5:
20014: * src/targets/cgi/Makefile.in 1.6:
20015: * src/types/Makefile.in 1.5:
20016: makes
20017:
20018: * src/classes/double.C 1.30:
20019: * src/classes/hash.C 1.4:
20020: * src/classes/hash.C 1.5:
20021: * src/classes/nothing.C 1.1:
20022: * src/classes/nothing.C 1.2:
20023: * src/classes/nothing.C 1.3:
20024: * src/classes/op.C 1.23:
20025: * src/classes/string.C 1.55:
20026: * src/classes/table.C 1.83:
20027: * src/classes/unknown.C 1.8:
20028: * src/main/compile.y 1.136:
20029: * src/main/execute.C 1.164:
20030: * src/main/execute.C 1.165:
20031: * src/main/main.dsp 1.100:
20032: * src/main/pa_request.C 1.134:
20033: * src/targets/cgi/pa_pool.C 1.15:
20034: * src/targets/cgi/pa_pool.C 1.16:
20035: * src/types/pa_value.h 1.62:
20036: * src/types/pa_vcode_frame.h 1.5:
20037: * src/types/pa_vmethod_frame.h 1.10:
20038: * src/types/pa_vmethod_frame.h 1.11:
20039: * src/types/pa_vnothing.h 1.1:
20040: * src/types/pa_vtable.h 1.24:
20041: * src/types/pa_vtable.h 1.25:
20042: * src/types/pa_vunknown.h 1.14:
20043: 'unknown' renamed to 'nothing'
20044:
20045: * src/Makefile.in 1.5:
20046: * src/classes/Makefile.in 1.5:
20047: * src/main/Makefile.in 1.4:
20048: * src/targets/Makefile.in 1.5:
20049: * src/targets/apache13/Makefile.in 1.4:
20050: * src/targets/cgi/Makefile.in 1.5:
20051: * src/types/Makefile.in 1.4:
20052: make system timestamps
20053:
20054: * src/classes/nothing.C 1.4:
20055: resultless ^sql moved to nothing:
20056:
20057: * src/classes/Makefile.am 1.13:
20058: .AM
20059:
20060: * src/main/pa_request.C 1.133:
20061: .am
20062:
20063: * src/Makefile.in 1.4:
20064: file stamps to remove autoreconf
20065:
20066: * src/targets/cgi/parser3.C 1.88:
20067: argv can be just "parser3". made site_auto_path "." in that case
20068:
20069: * src/types/pa_vstring.C 1.8:
20070: eoleof
20071:
20072: * src/classes/op.C [operators_as_parent_class2] 1.21.2.1:
20073: * src/main/execute.C 1.162:
20074: * src/targets/cgi/Makefile.in 1.4:
20075: * src/targets/cgi/parser3.C 1.86:
20076: * src/targets/cgi/parser3.C 1.87:
20077: * src/targets/cgi/parser3.C 1.89:
20078: z
20079:
20080: * src/main/pa_request.C 1.132:
20081: * src/targets/cgi/parser3.C 1.85:
20082: pcre_tables=pcre_default_tables;
20083:
20084: * src/classes/hash.C 1.3:
20085: * src/classes/int.C 1.25:
20086: * src/classes/string.C 1.53:
20087: * src/classes/table.C 1.82:
20088: * src/include/pa_string.h 1.95:
20089: * src/include/pa_string.h 1.96:
20090: * src/main/pa_string.C 1.89:
20091: * src/main/pa_string.C 1.90:
20092: * src/types/pa_vstring.C 1.6:
20093: * src/types/pa_vstring.h 1.27:
20094: started int:sql
20095:
20096: * src/types/pa_vstring.C 1.7:
20097: * src/types/pa_vstring.h 1.28:
20098: removed unnecessary vstring::set_string
20099:
20100: * src/classes/double.C 1.29:
20101: * src/classes/int.C 1.26:
20102: * src/classes/string.C 1.54:
20103: int,double;sql
20104:
20105: * src/classes/hash.C [operators_as_parent_class2] 1.1.2.1:
20106: * src/classes/op.C [operators_as_parent_class2] 1.21.2.2:
20107: * src/classes/table.C [operators_as_parent_class2] 1.80.2.1:
20108: hash:sql
20109:
20110: * src/classes/classes.C 1.6:
20111: * src/classes/hash.C 1.2:
20112: * src/classes/op.C 1.22:
20113: * src/classes/table.C 1.81:
20114: * src/main/compile.C 1.37:
20115: * src/main/compile.y 1.135:
20116: * src/main/execute.C 1.163:
20117: hash:sql moved to main trunc. operators.txt updated
20118:
20119: 2001-05-19 parser
20120: * src/types/pa_value.h 1.61:
20121: parameter # 1 based
20122:
20123: * src/main/pa_common.C 1.54:
20124: common: actual filename '%s'
20125:
20126: * src/classes/string.C 1.52:
20127: root context in match replace body now unchanged
20128:
20129: * src/classes/Makefile.am 1.10:
20130: * src/classes/Makefile.am 1.11:
20131: * src/classes/Makefile.am 1.12:
20132: * src/classes/Makefile.am 1.9:
20133: * src/main/pa_sql_driver_manager.C 1.20:
20134: * src/targets/cgi/pa_pool.C 1.12:
20135: classes/.am
20136:
20137: * src/main/untaint.C 1.50:
20138: * src/targets/cgi/pa_pool.C 1.13:
20139: * src/targets/cgi/parser3.C 1.84:
20140: fixed bug in pre html untaint, wrong size used, 4* mem wasted
20141:
20142: * src/classes/string.C 1.51:
20143: * src/main/pa_string.C 1.88:
20144: z
20145:
20146: * src/include/pa_string.h 1.94:
20147: * src/main/untaint.C 1.51:
20148: * src/targets/cgi/pa_pool.C 1.14:
20149: introducing String::cstr_bufsize, returns just size+1 for as_is
20150: target.
20151:
20152: * src/classes/Makefile.in 1.4:
20153: clean
20154:
20155: 2001-05-18 parser
20156: * src/Makefile.in 1.3:
20157: * src/classes/Makefile.in 1.3:
20158: * src/include/pa_config_auto.h.in 1.3:
20159: * src/main/Makefile.in 1.3:
20160: * src/targets/Makefile.in 1.4:
20161: * src/targets/apache13/Makefile.in 1.3:
20162: * src/targets/cgi/Makefile.in 1.3:
20163: * src/targets/cgi/pa_pool.C 1.11:
20164: * src/types/Makefile.in 1.3:
20165: .am pa_threads.C ins
20166:
20167: * src/targets/cgi/Makefile.am 1.8:
20168: .am pa_threads.C added
20169:
20170: 2001-05-17 parser
20171: * src/include/pa_hash.h 1.40:
20172: * src/main/execute.C 1.158:
20173: removed /*SYNCHRONIZED*/ from hash.h
20174:
20175: * src/include/pa_array.h 1.41:
20176: * src/include/pa_common.h 1.44:
20177: * src/include/pa_config_fixed.h 1.8:
20178: * src/include/pa_config_includes.h 1.8:
20179: * src/include/pa_exception.h 1.12:
20180: * src/include/pa_exec.h 1.2:
20181: * src/include/pa_globals.h 1.54:
20182: * src/include/pa_hash.h 1.41:
20183: * src/include/pa_opcode.h 1.2:
20184: * src/include/pa_pool.h 1.52:
20185: * src/include/pa_request.h 1.88:
20186: * src/include/pa_sapi.h 1.9:
20187: * src/include/pa_socks.h 1.3:
20188: * src/include/pa_sql_connection.h 1.7:
20189: * src/include/pa_stack.h 1.9:
20190: * src/include/pa_string.h 1.93:
20191: * src/include/pa_table.h 1.33:
20192: * src/include/pa_threads.h 1.14:
20193: #include "pa_config_includes.h"
20194: in all headers
20195:
20196: * src/include/pa_request.h 1.89:
20197: * src/main/execute.C 1.159:
20198: * src/main/pa_request.C 1.131:
20199: ANTI_ENDLESS_EXECUTE_RECOURSION
20200:
20201: * src/classes/op.C 1.20:
20202: * src/include/pa_config_fixed.h 1.10:
20203: * src/include/pa_sql_connection.h 1.8:
20204: * src/include/pa_sql_driver_manager.h 1.5:
20205: * src/main/pa_sql_driver_manager.C 1.15:
20206: found problem at last: 2connections own 1driver and
20207: set_services fight for driver::fservices. before fix
20208:
20209: * src/main/execute.C 1.160:
20210: * src/types/pa_vmethod_frame.h 1.9:
20211: endless recursion line no
20212:
20213: * src/classes/classes.h 1.8:
20214: * src/include/pa_sql_connection.h 1.10:
20215: * src/include/pa_sql_driver_manager.h 1.7:
20216: * src/main/pa_sql_driver_manager.C 1.17:
20217: cache expiration[use SQL_Driver::disconnect]
20218:
20219: * src/include/pa_config_fixed.h 1.9:
20220: * src/include/pa_threads.h 1.16:
20221: * src/targets/cgi/pa_threads.C 1.1:
20222: * src/targets/cgi/parser3.dsp 1.18:
20223: * src/targets/isapi/pa_threads.C 1.1:
20224: * src/targets/isapi/parser3isapi.dsp 1.14:
20225: added pa_threads.C
20226:
20227: * src/classes/image.C 1.27:
20228: * src/include/pa_sql_driver_manager.h 1.4:
20229: * src/main/pa_sql_driver_manager.C 1.14:
20230: * src/main/pa_string.C 1.87:
20231: wrong includes order prevented sqlmanager to see MULTYTHREAD define
20232:
20233: * src/main/pa_table.C 1.31:
20234: table.locate current restored on "not found"
20235:
20236: * src/include/pa_threads.h 1.15:
20237: removed targets/parser
20238:
20239: * src/classes/op.C 1.19:
20240: * src/include/pa_sql_connection.h 1.6:
20241: * src/main/pa_sql_driver_manager.C 1.12:
20242: * src/sql/pa_sql_driver.h 1.9:
20243: connection from cache ->set_services(&services);
20244:
20245: * src/include/pa_config_fixed.h 1.7:
20246: * src/include/pa_threads.h 1.13:
20247: * src/main/pa_sql_driver_manager.C 1.13:
20248: SYNCHRONIZED moved closer to caches put/gets
20249:
20250: * src/classes/string.C 1.50:
20251: * src/include/pa_config_fixed.h 1.11:
20252: * src/include/pa_config_includes.h 1.9:
20253: * src/main/compile.y 1.134:
20254: * src/main/compile_tools.h 1.40:
20255: * src/main/execute.C 1.161:
20256: * src/main/pa_array.C 1.35:
20257: * src/main/pa_common.C 1.53:
20258: * src/main/pa_dir.C 1.3:
20259: * src/main/pa_hash.C 1.35:
20260: * src/main/pa_pool.C 1.18:
20261: * src/main/untaint.C 1.49:
20262: * src/types/pa_vcookie.C 1.21:
20263: * src/types/pa_vfile.C 1.17:
20264: * src/types/pa_vform.C 1.29:
20265: #include "pa_config_includes.h"
20266: removed from most .C
20267:
20268: * src/doc/html2chm.cmd 1.2:
20269: z
20270:
20271: * src/doc/chm.cmd 1.7:
20272: * src/doc/doxygen.cmd 1.7:
20273: * src/doc/html2chm.cmd 1.1:
20274: * src/doc/sources2html.cmd 1.1:
20275: * src/doc/view.cmd 1.3:
20276: * src/doc/view_chm.cmd 1.1:
20277: * src/doc/view_html.cmd 1.1:
20278: doc cmds
20279:
20280: * src/main/pa_sql_driver_manager.C 1.19:
20281: moved expiration to get_connection_from_cache
20282:
20283: * src/main/pa_sql_driver_manager.C 1.18:
20284: cache expiration bf
20285:
20286: * src/classes/op.C 1.21:
20287: * src/include/pa_sql_connection.h 1.9:
20288: * src/include/pa_sql_driver_manager.h 1.6:
20289: * src/main/pa_sql_driver_manager.C 1.16:
20290: * src/sql/pa_sql_driver.h 1.10:
20291: fixed problem at last: 2connections own 1driver and
20292: set_services fight for driver::fservices. before fix
20293:
20294: 2001-05-16 parser
20295: * src/include/pa_array.h 1.39:
20296: * src/include/pa_string.h 1.92:
20297: * src/main/execute.C 1.157:
20298: * src/main/pa_array.C 1.33:
20299: * src/targets/cgi/pa_pool.C 1.9:
20300: * src/targets/cgi/parser3.C 1.81:
20301: array debugged; adjusted
20302:
20303: * src/include/pa_array.h 1.40:
20304: * src/main/pa_array.C 1.34:
20305: * src/targets/cgi/parser3.C 1.82:
20306: removed array debug. before vstring rebasing
20307:
20308: * src/main/pa_sql_driver_manager.C 1.11:
20309: * src/main/pa_string.C 1.86:
20310: SQL_Driver_manager line no for connect/charset errors
20311:
20312: * src/targets/cgi/parser3.C 1.83:
20313: z
20314:
20315: * src/include/pa_pool.h 1.51:
20316: * src/targets/cgi/pa_pool.C 1.10:
20317: removed pool debug, #ifdefed some.
20318: would debug later, on more precise sample than stupid:
20319: @main[]
20320: $name[$z[]]
20321: ^for[i](0;10000-2){
20322: $tail[9994]
20323: $name.$tail[$tail!]
20324: $name.$tail
20325: }
20326: ok3
20327:
20328: 2001-05-15 parser
20329: * src/targets/cgi/pa_pool.C 1.6:
20330: * src/targets/cgi/parser3.C 1.78:
20331: main loss here: 5673321/ 70041= 81
20332:
20333: * src/include/pa_pool.h 1.50:
20334: * src/include/pa_string.h 1.89:
20335: * src/main/pa_string.C 1.83:
20336: * src/targets/cgi/pa_pool.C 1.7:
20337: * src/targets/cgi/parser3.C 1.79:
20338: string fixed bug with fullchunk cmps
20339:
20340: * src/include/pa_string.h 1.90:
20341: * src/main/pa_string.C 1.84:
20342: * src/targets/cgi/pa_pool.C 1.8:
20343: * src/targets/cgi/parser3.C 1.80:
20344: think that all must grow lineary, not exponentialy
20345:
20346: * src/include/pa_array.h 1.38:
20347: * src/include/pa_string.h 1.91:
20348: * src/main/pa_array.C 1.32:
20349: * src/main/pa_string.C 1.85:
20350: string+array made linear grows
20351:
20352: * src/include/pa_string.h 1.88:
20353: * src/targets/cgi/pa_pool.C 1.5:
20354: * src/targets/cgi/parser3.C 1.77:
20355: detected huge mem allocation: size/times malloc 27809390/368771
20356: calloc 3232/83. would test now
20357:
20358: * src/classes/random.C 1.12:
20359: * src/main/compile.y 1.133:
20360: * src/main/execute.C 1.156:
20361: * src/main/pa_request.C 1.130:
20362: * src/types/pa_value.h 1.60:
20363: * src/types/pa_vmethod_frame.h 1.8:
20364: numbered params had wrong name - for instance: bad error
20365: message in ^for[] bad body type. fixed
20366:
20367: 2001-05-14 parser
20368: * src/classes/string.C 1.49:
20369: * src/include/pa_string.h 1.87:
20370: * src/main/pa_string.C 1.82:
20371: * src/main/untaint.C 1.48:
20372: ^string.upper|lower[]
20373:
20374: 2001-05-11 paf
20375: * src/classes/classes.cmd 1.2:
20376: * src/classes/gawk.exe 1.2:
20377: * src/classes/ls.exe 1.2:
20378: * src/main/bison.exe 1.2:
20379: * src/targets/isapi/KILL.EXE 1.2:
20380: * src/targets/isapi/PSTAT.EXE 1.2:
20381: * src/targets/isapi/istart.cmd 1.2:
20382: * src/targets/isapi/istop.cmd 1.2:
20383: * src/targets/isapi/kill.pl 1.2:
20384: moved win32 helpers to /win32tools
20385:
20386: 2001-05-11 parser
20387: * src/main/main.dsp 1.99:
20388: * src/targets/isapi/parser3isapi.dsp 1.13:
20389: fixed some .dsp for win32tools
20390:
20391: * src/classes/double.C 1.28:
20392: * src/classes/image.C 1.26:
20393: * src/classes/op.C 1.18:
20394: * src/classes/string.C 1.48:
20395: * src/classes/table.C 1.80:
20396: * src/classes/unknown.C 1.7:
20397: * src/main/execute.C 1.155:
20398: * src/types/pa_value.h 1.59:
20399: * src/types/pa_vbool.h 1.10:
20400: * src/types/pa_vdouble.h 1.21:
20401: * src/types/pa_vint.h 1.22:
20402: * src/types/pa_vstring.h 1.26:
20403: * src/types/pa_vunknown.h 1.13:
20404: op: MAX_LOOPS
20405: as_int
20406:
20407: 2001-05-10 paf
20408: * src/doc/doxygen.cmd 1.5:
20409: * src/main/compile.y 1.131:
20410: * src/types/pa_vobject.h 1.9:
20411: grammar: priorities changes [lowerd && prior]
20412: vobject: now first fields, next methods
20413:
20414: * src/main/pa_request.C 1.129:
20415: * src/types/pa_vrequest.C 1.6:
20416: op configured
20417:
20418: * src/Makefile.in 1.2:
20419: * src/classes/Makefile.in 1.2:
20420: * src/include/pa_config_auto.h.in 1.2:
20421: * src/include/pa_config_fixed.h 1.6:
20422: * src/include/pa_config_includes.h 1.6:
20423: * src/main/Makefile.in 1.2:
20424: * src/targets/Makefile.in 1.3:
20425: * src/targets/apache13/Makefile.in 1.2:
20426: * src/targets/cgi/Makefile.in 1.2:
20427: * src/types/Makefile.in 1.2:
20428: inline wonders
20429:
20430: * src/main/compile.y 1.132:
20431: @end grammar: allowed zero strings in control menthod
20432:
20433: * src/types/pa_value.h 1.58:
20434: * src/types/pa_vclass.h 1.16:
20435: * src/types/pa_vstateless_class.h 1.14:
20436: * src/types/pa_vstateless_object.h 1.9:
20437: changed priority: field before method lookup in vclass & vobject
20438:
20439: * src/include/pa_common.h 1.43:
20440: * src/include/pa_config_includes.h 1.7:
20441: inline undefed for C++, that's all
20442:
20443: * src/classes/Makefile.am 1.8:
20444: * src/classes/hash.C 1.1:
20445: * src/doc/doxygen.cfg 1.11:
20446: * src/doc/doxygen.cmd 1.6:
20447: hash.C added
20448:
20449: 2001-05-08 paf
20450: * src/classes/table.C 1.76:
20451: table:hash always hash of hash now
20452:
20453: * src/classes/op.C 1.15:
20454: * src/classes/table.C 1.72:
20455: * src/main/main.dsp 1.97:
20456: * src/types/pa_vtable.h 1.21:
20457: removed table:find. table:locate and op:eval now return bool
20458:
20459: * src/classes/table.C 1.75:
20460: table:empty return bool now
20461:
20462: * src/classes/table.C 1.79:
20463: * src/types/pa_value.h 1.57:
20464: * src/types/pa_vhash.h 1.14:
20465: * src/types/pa_vmethod_frame.h 1.7:
20466: hash:default works at last!
20467:
20468: * src/main/pa_table.C 1.30:
20469: table columnname2item on nameless ignored bark=false. fixed
20470:
20471: * src/classes/op.C 1.17:
20472: * src/types/pa_vtable.h 1.22:
20473: allowed $table.2342734 returns vunknown
20474:
20475: * src/classes/table.C 1.74:
20476: * src/doc/chm.cmd 1.6:
20477: * src/include/pa_array.h 1.37:
20478: * src/include/pa_table.h 1.32:
20479: * src/main/pa_table.C 1.29:
20480: * src/types/pa_value.h 1.56:
20481: * src/types/pa_vtable.h 1.23:
20482: table:hash
20483:
20484: * src/doc/chm.cmd 1.5:
20485: * src/main/execute.C 1.154:
20486: * src/types/pa_value.h 1.55:
20487: wrong pool in method checkparams again. fixed
20488:
20489: * src/classes/double.C 1.27:
20490: * src/classes/int.C 1.24:
20491: * src/classes/op.C 1.16:
20492: * src/classes/string.C 1.47:
20493: int,double,string:int[] double[] string:length[] results now
20494: have hames
20495:
20496: * src/classes/table.C 1.77:
20497: z
20498:
20499: * src/classes/mail.C 1.28:
20500: * src/classes/table.C 1.78:
20501: * src/doc/doxygen.cmd 1.4:
20502: * src/main/main.dsp 1.98:
20503: * src/types/pa_vhash.h 1.13:
20504: * src/types/pa_vstateless_class.h 1.13:
20505: hash:default
20506:
20507: * src/classes/table.C 1.73:
20508: table:record have name
20509:
20510: 2001-05-07 paf
20511: * src/types/pa_value.h 1.51:
20512: * src/types/pa_vtable.h 1.17:
20513: table: fields, then methods. so to enable 'dir' fields & co.
20514:
20515: * src/main/execute.C 1.153:
20516: ^var[^class:var.method[]] is not constructor now
20517:
20518: * src/main/compile.y 1.130:
20519: grammar: @end
20520:
20521: * src/doc/chm.cmd 1.4:
20522: cmd
20523:
20524: * src/doc/ClassExample2.dox 1.3:
20525: * src/doc/aliased.dox 1.3:
20526: * src/doc/chm.cmd 1.2:
20527: * src/include/code.h 1.29:
20528: * src/include/pa_opcode.h 1.1:
20529: * src/main/compile.C 1.36:
20530: * src/main/compile_tools.h 1.39:
20531: * src/main/execute.C 1.152:
20532: * src/types/pa_value.h 1.53:
20533: * src/types/pa_vbool.h 1.9:
20534: * src/types/pa_vclass.h 1.15:
20535: * src/types/pa_vcode_frame.h 1.4:
20536: * src/types/pa_vcookie.h 1.10:
20537: * src/types/pa_vdouble.h 1.20:
20538: * src/types/pa_venv.h 1.16:
20539: * src/types/pa_vfile.h 1.26:
20540: * src/types/pa_vform.h 1.20:
20541: * src/types/pa_vhash.h 1.12:
20542: * src/types/pa_vimage.h 1.13:
20543: * src/types/pa_vint.h 1.21:
20544: * src/types/pa_vjunction.h 1.6:
20545: * src/types/pa_vmethod_frame.h 1.6:
20546: * src/types/pa_vobject.h 1.8:
20547: * src/types/pa_vrequest.h 1.10:
20548: * src/types/pa_vresponse.h 1.10:
20549: * src/types/pa_vstateless_class.h 1.12:
20550: * src/types/pa_vstring.h 1.25:
20551: * src/types/pa_vtable.h 1.20:
20552: * src/types/pa_vunknown.h 1.12:
20553: * src/types/pa_wcontext.h 1.15:
20554: * src/types/pa_wwrapper.h 1.9:
20555: pa_code.h
20556:
20557: * src/include/pa_table.h 1.30:
20558: * src/main/pa_table.C 1.27:
20559: * src/types/pa_value.h 1.52:
20560: * src/types/pa_vtable.h 1.18:
20561: table: fields, then methods. so to enable 'dir' fields & co. more
20562:
20563: * src/classes/string.C 1.45:
20564: * src/classes/table.C 1.71:
20565: * src/doc/ClassExample1.dox 1.2:
20566: * src/doc/ClassExample2.dox 1.2:
20567: * src/doc/ClassExample3.dox 1.2:
20568: * src/doc/aliased.dox 1.2:
20569: * src/doc/class.dox 1.2:
20570: * src/doc/compiler.dox 1.2:
20571: * src/doc/doxygen.cfg 1.10:
20572: * src/doc/doxygen.cmd 1.2:
20573: * src/doc/executor.dox 1.2:
20574: * src/doc/index.dox 1.3:
20575: * src/doc/methoded.dox 1.2:
20576: * src/doc/module.dox 1.2:
20577: * src/doc/object.dox 1.2:
20578: * src/doc/pooled.dox 1.2:
20579: * src/doc/string.dox 1.2:
20580: * src/doc/targets.dox 1.2:
20581: * src/doc/value.dox 1.2:
20582: * src/include/code.h 1.28:
20583: * src/include/pa_hash.h 1.39:
20584: * src/include/pa_string.h 1.86:
20585: * src/main/pa_request.C 1.128:
20586: * src/main/pa_sql_driver_manager.C 1.10:
20587: * src/types/pa_vjunction.h 1.5:
20588: * src/types/pa_vtable.h 1.19:
20589: dox, split by not clean parts also
20590:
20591: * src/classes/image.C 1.25:
20592: * src/classes/mail.C 1.27:
20593: * src/classes/string.C 1.46:
20594: * src/doc/chm.cmd 1.3:
20595: * src/include/pa_table.h 1.31:
20596: * src/main/pa_table.C 1.28:
20597: * src/types/pa_value.h 1.54:
20598: method reported errors on wrong pool
20599:
20600: * src/doc/chm.cmd 1.1:
20601: * src/doc/doxygen.cmd 1.3:
20602: * src/doc/view.cmd 1.2:
20603: dox cmd
20604:
20605: 2001-05-04 paf
20606: * src/classes/classes.h 1.7:
20607: * src/classes/double.C 1.26:
20608: * src/classes/file.C 1.36:
20609: * src/classes/form.C 1.11:
20610: * src/classes/image.C 1.24:
20611: * src/classes/int.C 1.23:
20612: * src/classes/mail.C 1.26:
20613: * src/classes/op.C 1.14:
20614: * src/classes/random.C 1.11:
20615: * src/classes/response.C 1.11:
20616: * src/classes/string.C 1.44:
20617: * src/classes/table.C 1.70:
20618: * src/classes/unknown.C 1.6:
20619: * src/doc/doxygen.cfg 1.9:
20620: * src/doc/index.dox 1.2:
20621: * src/main/pa_string.C 1.81:
20622: removed m- method dox
20623:
20624: * src/doc/ClassExample1.dox 1.1:
20625: * src/doc/ClassExample2.dox 1.1:
20626: * src/doc/ClassExample3.dox 1.1:
20627: * src/main/execute.C 1.151:
20628: dox: example1 updated
20629:
20630: 2001-05-03 paf
20631: * src/classes/classes.h 1.6:
20632: * src/classes/double.C 1.25:
20633: * src/doc/aliased.dox 1.1:
20634: * src/doc/class.dox 1.1:
20635: * src/doc/compiler.dox 1.1:
20636: * src/doc/doxygen.cfg 1.8:
20637: * src/doc/doxygen.txt 1.6:
20638: * src/doc/executor.dox 1.1:
20639: * src/doc/index.dox 1.1:
20640: * src/doc/methoded.dox 1.1:
20641: * src/doc/module.dox 1.1:
20642: * src/doc/object.dox 1.1:
20643: * src/doc/pooled.dox 1.1:
20644: * src/doc/string.dox 1.1:
20645: * src/doc/targets.dox 1.1:
20646: * src/doc/value.dox 1.1:
20647: * src/main/pa_request.C 1.127:
20648: dox splitted .dox files and added some
20649:
20650: * src/classes/Makefile.am 1.7:
20651: * src/doc/doxygen.txt 1.5:
20652: classes/am
20653:
20654: 2001-05-02 paf
20655: * src/classes/image.C 1.23:
20656: * src/classes/table.C 1.69:
20657: table:dir result are not tainted by file_name language now
20658:
20659: 2001-04-28 paf
20660: * src/classes/classes.inc 1.5:
20661: removed classes.inc
20662:
20663: * src/classes/classes.C 1.3:
20664: * src/classes/classes.h 1.3:
20665: * src/classes/file.C 1.33:
20666: * src/classes/form.C 1.5:
20667: * src/classes/mail.C 1.24:
20668: * src/include/pa_request.h 1.85:
20669: * src/main/pa_request.C 1.124:
20670: configure started
20671:
20672: * src/classes/file.C [reorganize_user_classes] 1.31.2.5:
20673: * src/classes/table.C [reorganize_user_classes] 1.65.2.4:
20674: * src/main/compile.y [reorganize_user_classes] 1.127.2.2:
20675: * src/main/execute.C [reorganize_user_classes] 1.148.2.3:
20676: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.4:
20677: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.2:
20678: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.3:
20679: * src/types/pa_wcontext.h [reorganize_user_classes] 1.12.2.1:
20680: removed ^a.menu{$name} ability. now
20681: $a{^menu{$name}}
20682: or
20683: ^a.menu{$a.name}
20684:
20685: * src/classes/_double.h 1.8:
20686: * src/classes/_file.h 1.5:
20687: * src/classes/_form.h 1.4:
20688: * src/classes/_image.h 1.4:
20689: * src/classes/_int.h 1.8:
20690: * src/classes/_mail.h 1.4:
20691: * src/classes/_op.h 1.6:
20692: * src/classes/_random.h 1.4:
20693: * src/classes/_response.h 1.5:
20694: * src/classes/_string.h 1.10:
20695: * src/classes/_table.h 1.7:
20696: * src/classes/_unknown.h 1.3:
20697: * src/classes/classes.C 1.2:
20698: * src/classes/classes.h 1.2:
20699: * src/classes/classes.inc 1.1:
20700: * src/classes/double.C 1.22:
20701: * src/classes/exec.C 1.4:
20702: * src/classes/file.C 1.32:
20703: * src/classes/form.C 1.4:
20704: * src/classes/image.C 1.22:
20705: * src/classes/int.C 1.20:
20706: * src/classes/mail.C 1.23:
20707: * src/classes/op.C 1.10:
20708: * src/classes/random.C 1.10:
20709: * src/classes/response.C 1.8:
20710: * src/classes/string.C 1.41:
20711: * src/classes/table.C 1.66:
20712: * src/classes/unknown.C 1.3:
20713: * src/include/pa_globals.h 1.51:
20714: * src/include/pa_request.h 1.84:
20715: * src/main/compile.y 1.129:
20716: * src/main/execute.C 1.149:
20717: * src/main/main.dsp 1.93:
20718: * src/main/pa_globals.C 1.57:
20719: * src/main/pa_request.C 1.123:
20720: * src/targets/cgi/parser3.C 1.73:
20721: * src/targets/isapi/parser3isapi.C 1.32:
20722: * src/types/pa_value.h 1.50:
20723: * src/types/pa_vcookie.h 1.9:
20724: * src/types/pa_vdouble.h 1.17:
20725: * src/types/pa_venv.h 1.15:
20726: * src/types/pa_vfile.h 1.23:
20727: * src/types/pa_vform.C 1.28:
20728: * src/types/pa_vform.h 1.17:
20729: * src/types/pa_vimage.h 1.10:
20730: * src/types/pa_vint.h 1.18:
20731: * src/types/pa_vrequest.h 1.9:
20732: * src/types/pa_vresponse.h 1.9:
20733: * src/types/pa_vstateless_class.h 1.11:
20734: * src/types/pa_vstring.h 1.24:
20735: * src/types/pa_vtable.h 1.16:
20736: * src/types/pa_vunknown.h 1.11:
20737: * src/types/pa_wcontext.h 1.13:
20738: Methoded reorganized. todo: methoded-configure
20739:
20740: * src/classes/classes.inc 1.4:
20741: * src/main/Makefile.am 1.12:
20742: removed pa_methoded from .am
20743:
20744: * src/main/execute.C 1.150:
20745: * src/types/pa_wcontext.h 1.14:
20746: Methoded reorganized 2. todo: methoded-configure
20747:
20748: * src/classes/Makefile.am 1.4:
20749: * src/classes/classes.awk 1.1:
20750: * src/classes/classes.cmd 1.1:
20751: * src/classes/classes.inc 1.2:
20752: * src/classes/gawk.exe 1.1:
20753: * src/classes/ls.exe 1.1:
20754: * src/main/bison.exe 1.1:
20755: classes.inc autogenerator
20756:
20757: * src/classes/form.C 1.6:
20758: * src/include/pa_request.h 1.86:
20759: * src/main/pa_request.C 1.125:
20760: about to move configured data to special request hash
20761:
20762: * src/classes/form.C 1.7:
20763: * src/classes/mail.C 1.25:
20764: * src/classes/op.C 1.11:
20765: * src/include/pa_globals.h 1.52:
20766: * src/include/pa_request.h 1.87:
20767: * src/main/pa_globals.C 1.58:
20768: * src/main/pa_request.C 1.126:
20769: moved some configured data to request::classes_conf
20770: moved some string crations from globals to M...
20771:
1.39 paf 20772: * src/classes/Makefile.am 1.5:
20773: * src/main/main.dsp 1.95:
20774: classes/Makefile.am
20775:
1.15 paf 20776: * src/classes/classes.C 1.4:
20777: * src/classes/classes.h 1.4:
20778: * src/classes/double.C 1.23:
20779: * src/classes/file.C 1.34:
20780: * src/classes/form.C 1.9:
20781: * src/classes/int.C 1.21:
20782: * src/classes/op.C 1.12:
20783: * src/classes/response.C 1.9:
20784: * src/classes/string.C 1.42:
20785: * src/classes/table.C 1.67:
20786: * src/classes/unknown.C 1.4:
20787: * src/include/pa_methoded.h 1.1:
20788: * src/main/Makefile.am 1.11:
20789: * src/main/main.dsp 1.94:
20790: * src/main/pa_methoded.C 1.1:
20791: * src/targets/cgi/parser3.C 1.75:
20792: * src/types/pa_vdouble.h 1.18:
20793: * src/types/pa_vfile.h 1.24:
20794: * src/types/pa_vform.h 1.18:
20795: * src/types/pa_vimage.h 1.11:
20796: * src/types/pa_vint.h 1.19:
20797: classes/classes renamet to include|main/pa_methoded
20798:
20799: * src/include/pa_string.h 1.85:
20800: * src/main/pa_globals.C 1.60:
20801: * src/main/untaint.C 1.47:
20802: * src/targets/cgi/parser3.C 1.74:
20803: * src/targets/isapi/parser3isapi.C 1.33:
20804: z
20805:
20806: * src/classes/Makefile.am 1.6:
20807: * src/classes/classes.C 1.5:
20808: * src/classes/classes.h 1.5:
20809: * src/classes/classes.inc 1.3:
20810: * src/classes/double.C 1.24:
20811: * src/classes/file.C 1.35:
20812: * src/classes/form.C 1.10:
20813: * src/classes/int.C 1.22:
20814: * src/classes/op.C 1.13:
20815: * src/classes/response.C 1.10:
20816: * src/classes/string.C 1.43:
20817: * src/classes/table.C 1.68:
20818: * src/classes/unknown.C 1.5:
20819: * src/include/pa_methoded.h 1.2:
20820: * src/main/main.dsp 1.96:
20821: * src/main/pa_methoded.C 1.2:
20822: * src/targets/cgi/parser3.C 1.76:
20823: * src/types/pa_vdouble.h 1.19:
20824: * src/types/pa_vfile.h 1.25:
20825: * src/types/pa_vform.h 1.19:
20826: * src/types/pa_vimage.h 1.12:
20827: * src/types/pa_vint.h 1.20:
20828: renamed pa_methoded back to classes/classes.h
20829:
20830: * src/classes/_string.h [reorganize_user_classes] 1.9.2.1:
20831: * src/classes/classes.C [reorganize_user_classes] 1.1.2.2:
20832: * src/classes/classes.h [reorganize_user_classes] 1.1.2.2:
20833: * src/classes/double.C [reorganize_user_classes] 1.21.4.2:
20834: * src/classes/exec.C [reorganize_user_classes] 1.3.4.1:
20835: * src/classes/file.C [reorganize_user_classes] 1.31.2.4:
20836: * src/classes/form.C [reorganize_user_classes] 1.3.4.2:
20837: * src/classes/image.C [reorganize_user_classes] 1.21.2.4:
20838: * src/classes/int.C [reorganize_user_classes] 1.19.4.3:
20839: * src/classes/mail.C [reorganize_user_classes] 1.22.2.3:
20840: * src/classes/op.C [reorganize_user_classes] 1.9.2.3:
20841: * src/classes/random.C [reorganize_user_classes] 1.9.2.3:
20842: * src/classes/response.C [reorganize_user_classes] 1.7.4.3:
20843: * src/classes/string.C [reorganize_user_classes] 1.40.2.3:
20844: * src/classes/table.C [reorganize_user_classes] 1.65.2.3:
20845: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.2:
20846: * src/include/pa_request.h [reorganize_user_classes] 1.83.2.1:
20847: * src/main/compile.y [reorganize_user_classes] 1.127.2.1:
20848: * src/main/execute.C [reorganize_user_classes] 1.148.2.2:
20849: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.3:
20850: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.3:
20851: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.2:
20852: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.2:
20853: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.2:
20854: * src/types/pa_vform.C [reorganize_user_classes] 1.27.2.1:
20855: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.2:
20856: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.2:
20857: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.2:
20858: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.2:
20859: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.2:
20860: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.2:
20861: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.2:
20862: beautifying just compiled. todo: debug, configure
20863:
20864: * src/classes/classes.awk 1.2:
20865: skipped classes in .awk
20866:
20867: * src/classes/form.C 1.8:
20868: * src/include/pa_globals.h 1.53:
20869: * src/main/pa_globals.C 1.59:
20870: moved some configured data to request::classes_conf
20871: moved some string crations from globals to M...
20872: [works]
20873:
20874: 2001-04-27 paf
20875: * src/main/compile.y 1.128:
20876: serge@ found @CLASS bug. fixed
20877:
20878: * src/classes/_double.h [reorganize_user_classes] 1.7.2.1:
20879: * src/classes/_form.h [reorganize_user_classes] 1.3.2.1:
20880: * src/classes/_int.h [reorganize_user_classes] 1.7.2.1:
20881: * src/classes/_response.h [reorganize_user_classes] 1.4.2.1:
20882: * src/classes/_unknown.h [reorganize_user_classes] 1.2.2.1:
20883: * src/classes/classes.C [reorganize_user_classes] 1.1.2.1:
20884: * src/classes/classes.h [reorganize_user_classes] 1.1.2.1:
20885: * src/classes/double.C [reorganize_user_classes] 1.21.4.1:
20886: * src/classes/file.C [reorganize_user_classes] 1.31.2.2:
20887: * src/classes/form.C [reorganize_user_classes] 1.3.4.1:
20888: * src/classes/image.C [reorganize_user_classes] 1.21.2.2:
20889: * src/classes/int.C [reorganize_user_classes] 1.19.4.2:
20890: * src/classes/mail.C [reorganize_user_classes] 1.22.2.2:
20891: * src/classes/op.C [reorganize_user_classes] 1.9.2.2:
20892: * src/classes/random.C [reorganize_user_classes] 1.9.2.2:
20893: * src/classes/response.C [reorganize_user_classes] 1.7.4.2:
20894: * src/classes/string.C [reorganize_user_classes] 1.40.2.2:
20895: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.2:
20896: * src/main/main.dsp [reorganize_user_classes] 1.92.2.2:
20897: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.2:
20898: * src/types/pa_vdouble.h [reorganize_user_classes] 1.16.2.1:
20899: * src/types/pa_vfile.h [reorganize_user_classes] 1.22.2.1:
20900: * src/types/pa_vform.h [reorganize_user_classes] 1.16.2.1:
20901: * src/types/pa_vimage.h [reorganize_user_classes] 1.9.2.1:
20902: * src/types/pa_vint.h [reorganize_user_classes] 1.17.2.1:
20903: * src/types/pa_vresponse.h [reorganize_user_classes] 1.8.4.1:
20904: * src/types/pa_vstring.h [reorganize_user_classes] 1.23.2.1:
20905: * src/types/pa_vtable.h [reorganize_user_classes] 1.15.2.1:
20906: * src/types/pa_vunknown.h [reorganize_user_classes] 1.10.2.1:
20907: beautifying -100
20908:
20909: * src/classes/classes.C 1.1:
20910: file classes.C was initially added on branch
20911: reorganize_user_classes.
20912:
20913: * src/classes/file.C [reorganize_user_classes] 1.31.2.3:
20914: * src/classes/image.C [reorganize_user_classes] 1.21.2.3:
20915: * src/classes/table.C [reorganize_user_classes] 1.65.2.2:
20916: * src/main/execute.C [reorganize_user_classes] 1.148.2.1:
20917: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.2:
20918: * src/types/pa_vstateless_class.h [reorganize_user_classes] 1.10.2.1:
20919: beautifying -99
20920:
20921: * src/classes/_file.h [reorganize_user_classes] 1.4.2.1:
20922: * src/classes/_image.h [reorganize_user_classes] 1.3.2.1:
20923: * src/classes/_mail.h [reorganize_user_classes] 1.3.2.1:
20924: * src/classes/_op.h [reorganize_user_classes] 1.5.2.1:
20925: * src/classes/_random.h [reorganize_user_classes] 1.3.2.1:
20926: * src/classes/_table.h [reorganize_user_classes] 1.6.2.1:
20927: * src/classes/file.C [reorganize_user_classes] 1.31.2.1:
20928: * src/classes/image.C [reorganize_user_classes] 1.21.2.1:
20929: * src/classes/int.C [reorganize_user_classes] 1.19.4.1:
20930: * src/classes/mail.C [reorganize_user_classes] 1.22.2.1:
20931: * src/classes/op.C [reorganize_user_classes] 1.9.2.1:
20932: * src/classes/random.C [reorganize_user_classes] 1.9.2.1:
20933: * src/classes/response.C [reorganize_user_classes] 1.7.4.1:
20934: * src/classes/string.C [reorganize_user_classes] 1.40.2.1:
20935: * src/classes/table.C [reorganize_user_classes] 1.65.2.1:
20936: * src/classes/unknown.C [reorganize_user_classes] 1.2.4.1:
20937: * src/include/pa_globals.h [reorganize_user_classes] 1.50.2.1:
20938: * src/main/main.dsp [reorganize_user_classes] 1.92.2.1:
20939: * src/main/pa_globals.C [reorganize_user_classes] 1.56.2.1:
20940: * src/main/pa_request.C [reorganize_user_classes] 1.122.2.1:
20941: * src/targets/cgi/parser3.C [reorganize_user_classes] 1.72.2.1:
20942: * src/types/pa_value.h [reorganize_user_classes] 1.49.4.1:
20943: * src/types/pa_vcookie.h [reorganize_user_classes] 1.8.2.1:
20944: * src/types/pa_venv.h [reorganize_user_classes] 1.14.2.1:
20945: * src/types/pa_vrequest.h [reorganize_user_classes] 1.8.2.1:
20946: started beautifying
20947:
20948: * src/classes/classes.h 1.1:
20949: file classes.h was initially added on branch
20950: reorganize_user_classes.
20951:
20952: 2001-04-26 paf
20953: * src/main/pa_request.C 1.121:
20954: * src/main/pa_string.C 1.80:
20955: z
20956:
20957: * src/classes/_exec.h 1.4:
20958: * src/classes/_image.h 1.3:
20959: * src/classes/image.C 1.21:
20960: * src/classes/mail.C 1.22:
20961: * src/classes/op.C 1.9:
20962: * src/classes/random.C 1.9:
20963: * src/classes/string.C 1.40:
20964: * src/classes/table.C 1.65:
20965: * src/doc/doxygen.cfg 1.5:
20966: * src/doc/doxygen.cfg 1.6:
20967: * src/doc/doxygen.cfg 1.7:
20968: * src/doc/doxygen.txt 1.4:
20969: * src/include/pa_array.h 1.36:
20970: * src/include/pa_config_fixed.h 1.5:
20971: * src/include/pa_config_includes.h 1.5:
20972: * src/include/pa_dir.h 1.3:
20973: * src/include/pa_socks.h 1.2:
20974: * src/include/pa_string.h 1.84:
20975: * src/main/compile_tools.h 1.38:
20976: * src/main/pa_common.C 1.52:
20977: * src/main/pa_request.C 1.122:
20978: * src/main/pa_socks.C 1.3:
20979: * src/sql/pa_sql_driver.h 1.8:
20980: * src/targets/cgi/pa_pool.C 1.4:
20981: * src/types/pa_vbool.h 1.7:
20982: * src/types/pa_vbool.h 1.8:
20983: * src/types/pa_vclass.h 1.13:
20984: * src/types/pa_vclass.h 1.14:
20985: * src/types/pa_vcode_frame.h 1.2:
20986: * src/types/pa_vcode_frame.h 1.3:
20987: * src/types/pa_vcookie.h 1.8:
20988: * src/types/pa_vdouble.h 1.16:
20989: * src/types/pa_venv.h 1.14:
20990: * src/types/pa_vfile.h 1.22:
20991: * src/types/pa_vform.C 1.27:
20992: * src/types/pa_vform.h 1.16:
20993: * src/types/pa_vhash.h 1.11:
20994: * src/types/pa_vimage.C 1.7:
20995: * src/types/pa_vimage.h 1.9:
20996: * src/types/pa_vint.h 1.17:
20997: * src/types/pa_vjunction.h 1.3:
20998: * src/types/pa_vjunction.h 1.4:
20999: * src/types/pa_vmethod_frame.h 1.4:
21000: * src/types/pa_vmethod_frame.h 1.5:
21001: * src/types/pa_vobject.h 1.6:
21002: * src/types/pa_vobject.h 1.7:
21003: * src/types/pa_vrequest.C 1.5:
21004: * src/types/pa_vrequest.h 1.8:
21005: * src/types/pa_vstateless_class.C 1.8:
21006: * src/types/pa_vstateless_class.h 1.10:
21007: * src/types/pa_vstateless_object.h 1.8:
21008: * src/types/pa_vstring.C 1.5:
21009: * src/types/pa_vstring.h 1.23:
21010: * src/types/pa_vtable.h 1.15:
21011: * src/types/pa_vunknown.h 1.10:
21012: * src/types/pa_wcontext.C 1.6:
21013: * src/types/pa_wcontext.h 1.12:
21014: * src/types/pa_wwrapper.h 1.7:
21015: * src/types/pa_wwrapper.h 1.8:
21016: code documentation ++
21017:
21018: * src/include/pa_common.h 1.42:
21019: * src/include/pa_types.h 1.25:
21020: * src/main/pa_sql_driver_manager.C 1.9:
21021: module [and, guess, isapi] connection caching fixed.
21022: request-pooled-url were stored into global connectioncache
21023:
21024: 2001-04-25 paf
21025: * src/doc/doxygen.cfg 1.4:
21026: * src/doc/doxygen.txt 1.3:
21027: * src/targets/isapi/parser3isapi.C 1.31:
21028: started doc / [doxygen.txt]
21029:
21030: * src/include/code.h 1.27:
21031: * src/include/pa_common.h 1.41:
21032: * src/main/compile.y 1.127:
21033: * src/main/execute.C 1.148:
21034: * src/main/pa_common.C 1.51:
21035: -d
21036:
21037: * src/classes/file.C 1.31:
21038: * src/main/pa_exec.C 1.5:
21039: * src/targets/cgi/parser3.C 1.72:
21040: illegal call check a bit improved, but still under iis no
21041: mapping of dir with parser allowed!
21042:
21043: 2001-04-24 paf
21044: * src/targets/Makefile.in 1.2:
21045: * src/targets/apache13/Makefile.in 1.1:
21046: apache makefile.in s
21047:
21048: * src/targets/Makefile.am 1.5:
21049: * src/targets/apache13/Makefile.am 1.1:
21050: apache module lib .am
21051:
21052: * src/main/pa_exec.C 1.4:
21053: windows32 buildCommand
21054:
21055: 2001-04-23 paf
21056: * src/classes/image.C 1.20:
21057: * src/classes/mail.C 1.21:
21058: * src/include/pa_globals.h 1.50:
21059: * src/include/pa_string.h 1.83:
21060: * src/main/pa_exec.C 1.3:
21061: * src/main/pa_request.C 1.119:
21062: * src/main/untaint.C 1.44:
21063: untaint - @test optimize whitespaces for all but 'html'
21064:
21065: * src/main/untaint.C 1.46:
21066: untaint without charset
21067:
21068: * src/targets/cgi/parser3.C 1.68:
21069: cgi /// @test disable /cgi-bin/parser3/auto.p
21070:
21071: * src/classes/random.C 1.8:
21072: * src/targets/cgi/parser3.C 1.71:
21073: redo failed
21074: /// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once]
21075:
21076: * src/main/untaint.C 1.45:
21077: mail header only once to =?
21078:
21079: * src/classes/mail.C 1.20:
21080: * src/include/pa_hash.h 1.38:
21081: * src/include/pa_string.h 1.82:
21082: * src/main/pa_common.C 1.49:
21083: * src/main/pa_hash.C 1.34:
21084: * src/main/pa_request.C 1.118:
21085: * src/main/untaint.C 1.43:
21086: untaint - @test mail-header
21087:
21088: * src/include/pa_config_auto.h.in 1.1:
21089: .h.in
21090:
21091: * src/targets/cgi/parser3.C 1.69:
21092: cgi cmdline ver
21093:
21094: * src/main/pa_request.C 1.120:
21095: * src/targets/cgi/parser3.C 1.70:
21096: // @test with commandline start "parser3 a.html" so that ^load
21097: a.cfg] worked! [now doesnt]
21098:
21099: * src/main/execute.C 1.147:
21100: operators first!
21101: so that ^table.menu{^rem{}} would not be 'unknown column'
21102:
21103: * src/include/pa_array.h 1.35:
21104: * src/main/pa_array.C 1.31:
21105: * src/types/pa_vfile.h 1.20:
21106: * src/types/pa_vfile.h 1.21:
21107: vfile fields return type
21108:
21109: * src/Makefile.in 1.1:
21110: * src/classes/Makefile.in 1.1:
21111: * src/main/Makefile.in 1.1:
21112: * src/targets/cgi/Makefile.in 1.1:
21113: * src/types/Makefile.in 1.1:
21114: makefile ins
21115:
21116: * src/main/pa_string.C 1.78:
21117: tested OK
21118: /// @test really @b test: s x m [tested: i & g ]
21119:
21120: * src/targets/Makefile.in 1.1:
21121: makefiles&co
21122:
21123: * src/classes/Makefile 1.2:
21124: * src/main/Makefile 1.2:
21125: * src/targets/cgi/Makefile 1.2:
21126: * src/types/Makefile 1.2:
21127: makefiles removed
21128:
21129: * src/classes/Makefile 1.1:
21130: * src/main/Makefile 1.1:
21131: * src/main/pa_string.C 1.79:
21132: * src/targets/cgi/Makefile 1.1:
21133: * src/types/Makefile 1.1:
21134: configure.in + makefiles
21135:
21136: * src/classes/table.C 1.64:
21137: * src/types/pa_vform.C 1.26:
21138: * src/types/pa_vtable.h 1.14:
21139: /// @test $a.menu{ $a[123] }
21140: and $a.menu{^table:set[]...}
21141:
21142: * src/targets/cgi/Makefile.am 1.5:
21143: liblink
21144:
21145: * src/targets/cgi/Makefile.am 1.6:
21146: * src/targets/cgi/Makefile.am 1.7:
21147: win32 conditional
21148:
21149: * src/include/pa_config_fixed.h 1.4:
21150: * src/include/pa_config_includes.h 1.4:
21151: * src/main/pa_common.C 1.50:
21152: common: file_write /// @test mkdirs file_delete rmdirs
21153:
21154: 2001-04-20 paf
21155: * src/main/untaint.C 1.41:
21156: * src/targets/cgi/parser3.C 1.66:
21157: fixed header "a/a"
21158:
21159: * src/main/untaint.C 1.42:
21160: z
21161:
21162: * src/classes/string.C 1.39:
21163: * src/classes/table.C 1.63:
21164: * src/include/pa_globals.h 1.49:
21165: * src/include/pa_request.h 1.83:
21166: * src/include/pa_string.h 1.81:
21167: * src/main/compile.y 1.126:
21168: * src/main/pa_globals.C 1.56:
21169: * src/main/pa_request.C 1.117:
21170: * src/main/pa_string.C 1.77:
21171: * src/targets/cgi/parser3.C 1.67:
21172: $MAIN:LOCALE
21173:
21174: 2001-04-19 paf
21175: * src/main/compile_tools.h 1.37:
21176: $a$b bugfix
21177:
21178: * src/classes/file.C 1.30:
21179: * src/targets/cgi/parser3.C 1.65:
21180: z
21181:
21182: * src/include/pa_common.h 1.39:
21183: * src/main/pa_common.C 1.48:
21184: * src/main/pa_request.C 1.116:
21185: * src/main/untaint.C 1.40:
21186: * src/targets/isapi/parser3isapi.C 1.30:
21187: * src/types/pa_vcookie.C 1.19:
21188: changed urlencode here and in untaint.C to HTTP standard's "
21189: and \" mech
21190:
21191: * src/classes/file.C 1.29:
21192: * src/include/pa_common.h 1.40:
21193: * src/types/pa_vcookie.C 1.20:
21194: done: header to $fields. waits for header '\' tricks
21195:
21196: * src/main/pa_request.C 1.115:
21197: * src/targets/isapi/parser3isapi.C 1.29:
21198: fixed http://alx/~paf/ doesnt load /auto.p
21199:
21200: 2001-04-18 paf
21201: * src/main/Makefile.am 1.10:
21202: * src/main/main.dsp 1.92:
21203: * src/targets/cgi/Makefile.am 1.4:
21204: linux @alx
21205:
21206: * src/main/pa_request.C 1.114:
21207: 1
21208:
21209: 2001-04-17 paf
21210: * src/classes/file.C 1.28:
21211: * src/classes/image.C 1.19:
21212: * src/doc/doxygen.cfg 1.3:
21213: * src/include/pa_sql_connection.h 1.5:
21214: * src/main/pa_sql_driver_manager.C 1.8:
21215: * src/sql/pa_sql_driver.h 1.7:
21216: SQL_Driver_services renamed. doxygen statics enabled
21217:
21218: * src/Makefile.am 1.5:
21219: * src/classes/Makefile.am 1.3:
21220: * src/classes/_double.h 1.7:
21221: * src/classes/_exec.h 1.3:
21222: * src/classes/_file.h 1.4:
21223: * src/classes/_form.h 1.3:
21224: * src/classes/_image.h 1.2:
21225: * src/classes/_int.h 1.7:
21226: * src/classes/_mail.h 1.3:
21227: * src/classes/_op.h 1.5:
21228: * src/classes/_random.h 1.3:
21229: * src/classes/_response.h 1.4:
21230: * src/classes/_string.h 1.9:
21231: * src/classes/_table.h 1.6:
21232: * src/classes/_unknown.h 1.2:
21233: * src/classes/file.C 1.27:
21234: * src/classes/image.C 1.18:
21235: * src/classes/mail.C 1.19:
21236: * src/classes/op.C 1.8:
21237: * src/classes/random.C 1.7:
21238: * src/include/pa_config_fixed.h 1.3:
21239: * src/include/pa_config_includes.h 1.3:
21240: * src/include/pa_hash.h 1.37:
21241: * src/include/pa_sql_driver_manager.h 1.3:
21242: * src/include/pa_version.h 1.2:
21243: * src/main/Makefile.am 1.9:
21244: * src/main/compile.y 1.125:
21245: * src/main/pa_common.C 1.47:
21246: * src/main/pa_exec.C 1.2:
21247: * src/main/pa_socks.C 1.2:
21248: * src/main/pa_sql_driver_manager.C 1.7:
21249: * src/sql/Makefile.am 1.2:
21250: * src/sql/pa_sql_driver.h 1.6:
21251: * src/targets/cgi/Makefile.am 1.3:
21252: * src/targets/cgi/parser3.C 1.64:
21253: * src/types/Makefile.am 1.3:
21254: * src/types/pa_vcookie.C 1.18:
21255: * src/types/pa_vform.C 1.25:
21256: * src/types/pa_vimage.h 1.8:
21257: exec @jav
21258:
21259: * src/include/pa_sql_driver_manager.h [gcc0415] 1.2.2.1:
21260: * src/main/pa_sql_driver_manager.C [gcc0415] 1.6.2.1:
21261: * src/sql/pa_sql_driver.h [gcc0415] 1.5.2.1:
21262: * src/types/pa_vimage.h [gcc0415] 1.7.2.1:
21263: sql driver interface now has initialize(client .so)
21264:
21265: 2001-04-16 paf
21266: * src/Makefile.am [gcc0415] 1.4.2.2:
21267: compile2 cygwin
21268:
21269: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.2:
21270: compile0 jav
21271:
21272: * src/Makefile.am [gcc0415] 1.4.2.1:
21273: * src/classes/Makefile.am [gcc0415] 1.2.2.1:
21274: * src/classes/_double.h [gcc0415] 1.6.2.1:
21275: * src/classes/_exec.h [gcc0415] 1.2.2.1:
21276: * src/classes/_file.h [gcc0415] 1.3.2.1:
21277: * src/classes/_form.h [gcc0415] 1.2.2.1:
21278: * src/classes/_image.h [gcc0415] 1.1.2.1:
21279: * src/classes/_int.h [gcc0415] 1.6.2.1:
21280: * src/classes/_mail.h [gcc0415] 1.2.2.1:
21281: * src/classes/_op.h [gcc0415] 1.4.2.1:
21282: * src/classes/_random.h [gcc0415] 1.2.2.1:
21283: * src/classes/_response.h [gcc0415] 1.3.2.1:
21284: * src/classes/_string.h [gcc0415] 1.8.2.1:
21285: * src/classes/_table.h [gcc0415] 1.5.2.1:
21286: * src/classes/_unknown.h [gcc0415] 1.1.2.1:
21287: * src/classes/image.C [gcc0415] 1.17.2.1:
21288: * src/classes/mail.C [gcc0415] 1.18.2.1:
21289: * src/classes/op.C [gcc0415] 1.7.2.1:
21290: * src/classes/random.C [gcc0415] 1.6.2.1:
21291: * src/include/pa_config_fixed.h [gcc0415] 1.2.2.1:
21292: * src/include/pa_config_includes.h [gcc0415] 1.2.2.1:
21293: * src/include/pa_hash.h [gcc0415] 1.36.2.1:
21294: * src/include/pa_version.h [gcc0415] 1.1.2.1:
21295: * src/main/Makefile.am [gcc0415] 1.8.2.1:
21296: * src/main/compile.y [gcc0415] 1.124.2.1:
21297: * src/main/pa_common.C [gcc0415] 1.46.2.1:
21298: * src/main/pa_exec.C [gcc0415] 1.1.2.1:
21299: * src/sql/Makefile.am [gcc0415] 1.1.2.1:
21300: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.1:
21301: * src/targets/cgi/parser3.C [gcc0415] 1.63.2.1:
21302: * src/types/Makefile.am [gcc0415] 1.2.2.1:
21303: * src/types/pa_vcookie.C [gcc0415] 1.17.2.1:
21304: * src/types/pa_vform.C [gcc0415] 1.24.2.1:
21305: compile-1
21306:
21307: * src/include/pa_config_includes.h [gcc0415] 1.2.2.2:
21308: * src/main/pa_exec.C [gcc0415] 1.1.2.2:
21309: * src/main/pa_socks.C [gcc0415] 1.1.2.1:
21310: * src/targets/cgi/Makefile.am [gcc0415] 1.2.2.3:
21311: compile1 cygwin
21312:
21313: 2001-04-15 paf
21314: * src/classes/op.C 1.5:
21315: * src/include/pa_request.h 1.82:
21316: * src/types/pa_value.h 1.48:
21317: * src/types/pa_vmethod_frame.h 1.3:
21318: MethodParams in op.C
21319:
21320: * src/types/pa_value.h 1.49:
21321: MethodParams !junction
21322:
21323: * src/classes/table.C 1.62:
21324: table:empty +=process
21325:
21326: * src/classes/op.C 1.7:
21327: z
21328:
21329: * src/classes/_string.h 1.8:
21330: * src/classes/double.C 1.21:
21331: * src/classes/file.C 1.26:
21332: * src/classes/image.C 1.17:
21333: * src/classes/int.C 1.19:
21334: * src/classes/mail.C 1.18:
21335: * src/classes/op.C 1.6:
21336: * src/classes/random.C 1.6:
21337: * src/classes/response.C 1.7:
21338: * src/classes/string.C 1.38:
21339: * src/classes/table.C 1.61:
21340: * src/classes/unknown.C 1.2:
21341: * src/main/pa_request.C 1.113:
21342: MethodParams everywhere
21343:
21344: 2001-04-12 paf
21345: * src/classes/_unknown.h 1.1:
21346: * src/classes/unknown.C 1.1:
21347: * src/include/pa_globals.h 1.48:
21348: * src/main/main.dsp 1.91:
21349: * src/main/pa_globals.C 1.55:
21350: * src/types/pa_vunknown.h 1.9:
21351: ^unknown:int[]=0 double[]=0
21352:
21353: * src/classes/image.C 1.13:
21354: image:line/fill/rectangle/bar/replace/polygon/polybar
21355:
21356: * src/classes/image.C 1.15:
21357: * src/main/pa_hash.C 1.33:
21358: hash bug fixed
21359:
21360: * src/classes/image.C 1.12:
21361: * src/classes/op.C 1.4:
21362: * src/main/execute.C 1.146:
21363: * src/types/pa_value.h 1.47:
21364: * src/types/pa_vmethod_frame.h 1.2:
21365: * src/types/pa_wcontext.h 1.11:
21366: for var now written not to r.wcontext, but to r.root
21367: cleared "entered_object" state
21368:
21369: * src/classes/image.C 1.16:
21370: * src/types/pa_vimage.h 1.7:
21371: image:font :text
21372:
21373: * src/classes/image.C 1.14:
21374: image:gif now does not have params
21375:
21376: 2001-04-11 paf
21377: * src/classes/mail.C 1.17:
21378: * src/classes/op.C 1.3:
21379: * src/targets/cgi/parser3.C 1.63:
21380: * src/types/pa_value.h 1.46:
21381: * src/types/pa_vfile.C 1.15:
21382: * src/types/pa_vfile.h 1.19:
21383: * src/types/pa_vform.C 1.24:
21384: * src/types/pa_vstring.C 1.3:
21385: * src/types/pa_vstring.h 1.22:
21386: forced UL_FILE_NAME of posted file name
21387:
21388: * src/classes/image.C 1.7:
21389: * src/main/execute.C 1.145:
21390: * src/main/main.dsp 1.89:
21391: * src/main/pa_request.C 1.112:
21392: * src/types/pa_vcframe.h 1.4:
21393: * src/types/pa_vcode_frame.h 1.1:
21394: * src/types/pa_vimage.C 1.4:
21395: * src/types/pa_vimage.h 1.4:
21396: * src/types/pa_vmethod_frame.h 1.1:
21397: * src/types/pa_vmframe.h 1.13:
21398: libimaging dead end: pil parses header in .py
21399:
21400: * src/classes/image.C 1.8:
21401: * src/types/pa_vimage.C 1.5:
21402: * src/types/pa_vimage.h 1.5:
21403: gd started porting to Pooled descendant
21404:
21405: * src/classes/image.C 1.5:
21406: * src/main/pa_request.C 1.110:
21407: * src/types/pa_vform.C 1.23:
21408: fixed post [broke when moved post read to core]
21409:
21410: * src/main/main.dsp 1.87:
21411: gd+smtp made separate libs
21412:
21413: * src/classes/image.C 1.9:
21414: * src/types/pa_vimage.C 1.6:
21415: * src/types/pa_vimage.h 1.6:
21416: gd todo: gif without file
21417:
21418: * src/include/pa_globals.h 1.46:
21419: * src/include/pa_string.h 1.80:
21420: * src/main/pa_common.C 1.46:
21421: * src/main/pa_request.C 1.111:
21422: * src/main/untaint.C 1.39:
21423: * src/types/pa_vfile.C 1.16:
21424: * src/types/pa_vstring.C 1.4:
21425: fixed vstring:as_vfile length
21426:
21427: * src/classes/image.C 1.6:
21428: * src/include/pa_globals.h 1.47:
21429: * src/main/main.dsp 1.88:
21430: * src/main/pa_globals.C 1.54:
21431: * src/types/pa_vimage.C 1.3:
21432: * src/types/pa_vimage.h 1.3:
21433: gd dead end. switching to python imaging lib
21434:
21435: * src/classes/image.C 1.10:
21436: * src/main/main.dsp 1.90:
21437: gd with mem write + image just compiled
21438:
21439: * src/classes/image.C 1.11:
21440: image:create image:load
21441:
21442: 2001-04-10 paf
21443: * src/classes/_double.h 1.6:
21444: * src/classes/_file.h 1.3:
21445: * src/classes/_form.h 1.2:
21446: * src/classes/_int.h 1.6:
21447: * src/classes/_mail.h 1.2:
21448: * src/classes/_op.h 1.4:
21449: * src/classes/_random.h 1.2:
21450: * src/classes/_response.h 1.3:
21451: * src/classes/_string.h 1.7:
21452: * src/classes/_table.h 1.5:
21453: * src/classes/file.C 1.25:
21454: * src/classes/mail.C 1.16:
21455: * src/include/pa_common.h 1.37:
21456: * src/include/pa_globals.h 1.45:
21457: * src/main/execute.C 1.144:
21458: * src/main/main.dsp 1.86:
21459: * src/main/pa_common.C 1.44:
21460: * src/main/pa_globals.C 1.53:
21461: * src/targets/isapi/parser3isapi.C 1.28:
21462: * src/types/pa_value.h 1.45:
21463: * src/types/pa_vfile.C 1.14:
21464: * src/types/pa_vfile.h 1.18:
21465: * src/types/pa_vhash.h 1.10:
21466: * src/types/pa_vimage.h 1.1:
21467: * src/types/pa_vresponse.h 1.8:
21468: * src/types/pa_vstring.h 1.21:
21469: image:measure -100 just compiled
21470:
21471: * src/classes/_image.h 1.1:
21472: * src/classes/image.C 1.1:
21473: * src/types/pa_vimage.C 1.1:
21474: image forgotten!
21475:
21476: * src/classes/image.C 1.3:
21477: * src/types/pa_vimage.C 1.2:
21478: jpg measure bugs fixed
21479:
21480: * src/classes/image.C 1.4:
21481: image:html done
21482:
21483: * src/classes/table.C 1.60:
21484: * src/include/pa_common.h 1.38:
21485: * src/main/pa_common.C 1.45:
21486: * src/main/pa_request.C 1.109:
21487: * src/main/pa_string.C 1.76:
21488: * src/main/untaint.C 1.38:
21489: * src/types/pa_vimage.h 1.2:
21490: image:measure -90
21491:
21492: * src/classes/mail.C 1.11:
21493: * src/main/pa_globals.C 1.52:
21494: smtp some consts
21495:
21496: * src/classes/mail.C 1.12:
21497: unix sendmail compiled. todo:testing
21498:
21499: * src/classes/mail.C 1.14:
21500: sendmail unix skipping defaults
21501:
21502: * src/classes/image.C 1.2:
21503: z
21504:
21505: * src/classes/mail.C 1.13:
21506: * src/include/pa_common.h 1.36:
21507: * src/main/pa_common.C 1.43:
21508: sendmail unix added defaults
21509:
21510: * src/classes/mail.C 1.15:
21511: minor bug with unclear from/to
21512:
21513: 2001-04-09 paf
21514: * src/classes/_exec.h 1.2:
21515: * src/main/execute.C 1.142:
21516: * src/main/pa_globals.C 1.50:
21517: * src/main/pa_request.C 1.106:
21518: * src/types/pa_vcookie.C 1.17:
21519: * src/types/pa_vfile.C 1.12:
21520: exec -2
21521:
21522: * src/classes/file.C 1.24:
21523: * src/include/pa_exec.h 1.1:
21524: * src/include/pa_sapi.h 1.8:
21525: * src/main/main.dsp 1.85:
21526: * src/main/pa_exec.C 1.1:
21527: * src/targets/cgi/parser3.C 1.62:
21528: * src/targets/cgi/parser3.dsp 1.17:
21529: * src/targets/isapi/parser3isapi.C 1.27:
21530: * src/targets/isapi/parser3isapi.dsp 1.12:
21531: all targets exec
21532:
21533: * src/classes/exec.C 1.2:
21534: * src/include/pa_common.h 1.35:
21535: * src/main/pa_common.C 1.42:
21536: * src/main/untaint.C 1.37:
21537: exec3. decided exec:cgi to move to file:cgi
21538:
21539: * src/include/pa_sapi.h 1.7:
21540: * src/include/pa_string.h 1.79:
21541: * src/targets/cgi/parser3.C 1.61:
21542: * src/targets/isapi/parser3isapi.C 1.26:
21543: * src/targets/isapi/parser3isapi.dsp 1.11:
21544: sapi exec dead end. badly parsed args in apache:util.script
21545:
21546: * src/classes/file.C 1.23:
21547: * src/main/main.dsp 1.84:
21548: * src/main/pa_request.C 1.108:
21549: * src/targets/cgi/parser3.C 1.60:
21550: exec win32 env
21551:
21552: * src/classes/exec.C 1.3:
21553: * src/classes/file.C 1.21:
21554: * src/include/pa_globals.h 1.44:
21555: * src/main/execute.C 1.143:
21556: * src/main/main.dsp 1.83:
21557: * src/main/pa_globals.C 1.51:
21558: * src/main/pa_request.C 1.107:
21559: * src/types/pa_vfile.C 1.13:
21560: * src/types/pa_vfile.h 1.17:
21561: * src/types/pa_vform.C 1.22:
21562: * src/types/pa_vstring.C 1.2:
21563: exec4. todo env
21564:
21565: * src/classes/_exec.h 1.1:
21566: * src/classes/exec.C 1.1:
21567: * src/include/pa_common.h 1.34:
21568: * src/include/pa_request.h 1.81:
21569: * src/include/pa_sapi.h 1.6:
21570: * src/include/pa_string.h 1.77:
21571: * src/main/pa_common.C 1.41:
21572: * src/main/pa_request.C 1.105:
21573: * src/main/pa_string.C 1.75:
21574: * src/targets/cgi/parser3.C 1.59:
21575: * src/targets/cgi/parser3.dsp 1.16:
21576: * src/targets/isapi/parser3isapi.C 1.25:
21577: * src/types/pa_vform.C 1.21:
21578: * src/types/pa_vform.h 1.15:
21579: exec class just compiled. moved post read to request core
21580:
21581: * src/classes/file.C 1.22:
21582: * src/include/pa_hash.h 1.36:
21583: * src/main/pa_hash.C 1.32:
21584: exec env 0
21585:
21586: * src/classes/_op.h 1.3:
21587: * src/include/pa_dir.h 1.2:
21588: * src/include/pa_globals.h 1.43:
21589: * src/include/pa_sapi.h 1.5:
21590: * src/main/main.dsp 1.82:
21591: * src/main/pa_dir.C 1.2:
21592: * src/main/pa_globals.C 1.49:
21593: * src/targets/cgi/parser3.C 1.58:
21594: * src/targets/cgi/parser3.dsp 1.15:
21595: problems with ^exec:cgi post data. they are already read by vform
21596:
21597: * src/include/pa_string.h 1.78:
21598: written but not tested exec with env for unix
21599:
21600: 2001-04-08 paf
21601: * src/classes/file.C 1.20:
21602: * src/classes/mail.C 1.10:
21603: * src/classes/string.C 1.37:
21604: * src/include/pa_request.h 1.80:
21605: * src/include/pa_string.h 1.76:
21606: * src/main/pa_request.C 1.104:
21607: uuencode. string<<
21608:
21609: 2001-04-07 paf
21610: * src/classes/_mail.h 1.1:
21611: * src/classes/mail.C 1.1:
21612: * src/include/pa_common.h 1.33:
21613: * src/include/pa_globals.h 1.41:
21614: * src/include/pa_string.h 1.74:
21615: * src/main/main.dsp 1.79:
21616: * src/main/pa_common.C 1.40:
21617: * src/main/pa_globals.C 1.47:
21618: * src/main/pa_request.C 1.101:
21619: * src/main/untaint.C 1.36:
21620: * src/types/pa_vcookie.C 1.16:
21621: mail:send -10 just compiled
21622:
21623: * src/include/pa_socks.h 1.1:
21624: * src/main/main.dsp 1.81:
21625: * src/main/pa_socks.C 1.1:
21626: * src/targets/cgi/parser3.C 1.57:
21627: * src/targets/cgi/parser3.dsp 1.14:
21628: * src/targets/isapi/parser3isapi.C 1.24:
21629: mail:send 1
21630:
21631: * src/classes/mail.C 1.3:
21632: +=
21633:
21634: * src/classes/mail.C 1.6:
21635: ^attach dead end
21636:
21637: * src/classes/mail.C 1.2:
21638: * src/include/pa_string.h 1.75:
21639: mail:send -1 text prepared
21640:
21641: * src/classes/mail.C 1.7:
21642: ^mail[$attach
21643:
21644: * src/classes/mail.C 1.5:
21645: * src/classes/mail.C 1.8:
21646: * src/classes/mail.C 1.9:
21647: * src/main/pa_request.C 1.103:
21648: z
21649:
21650: * src/classes/mail.C 1.4:
21651: * src/include/pa_globals.h 1.42:
21652: * src/include/pa_request.h 1.79:
21653: * src/main/main.dsp 1.80:
21654: * src/main/pa_globals.C 1.48:
21655: * src/main/pa_request.C 1.102:
21656: smtp just compiled
21657:
21658: 2001-04-06 paf
21659: * src/types/pa_valiased.C 1.7:
21660: another root inherititance skipped
21661:
21662: * src/classes/random.C 1.5:
21663: * src/classes/table.C 1.57:
21664: * src/main/pa_globals.C 1.44:
21665: @office
21666:
21667: * src/classes/table.C 1.58:
21668: * src/include/pa_dir.h 1.1:
21669: * src/main/execute.C 1.141:
21670: * src/main/main.dsp 1.78:
21671: * src/main/pa_dir.C 1.1:
21672: table:dir 0 [without regexp]
21673:
21674: * src/main/compile.C 1.34:
21675: * src/main/compile.y 1.124:
21676: * src/main/execute.C 1.139:
21677: operators are now not root methods of parent class. just 'ROOT
21678: class
21679:
21680: * src/classes/table.C 1.59:
21681: * src/include/pa_globals.h 1.40:
21682: * src/main/pa_globals.C 1.46:
21683: * src/main/pa_string.C 1.74:
21684: table:dir 1
21685:
21686: * src/classes/_op.h 1.2:
21687: * src/classes/_root.h 1.5:
21688: * src/classes/op.C 1.2:
21689: * src/classes/root.C 1.62:
21690: * src/include/pa_globals.h 1.39:
21691: * src/include/pa_request.h 1.78:
21692: * src/main/compile.C 1.35:
21693: * src/main/execute.C 1.140:
21694: * src/main/main.dsp 1.77:
21695: * src/main/pa_globals.C 1.45:
21696: * src/main/pa_request.C 1.100:
21697: renamed 'root' to 'op'
21698:
21699: * src/classes/_op.h 1.1:
21700: * src/classes/op.C 1.1:
21701: renamed from 'root'
21702:
21703: 2001-04-05 paf
21704: * src/classes/root.C 1.59:
21705: * src/include/pa_sql_connection.h 1.1:
21706: * src/include/pa_sql_driver.h 1.5:
21707: * src/main/main.dsp 1.76:
21708: * src/main/pa_sql_driver_manager.C 1.3:
21709: * src/sql/pa_sql_driver.h 1.1:
21710: sql driver services for conv memory & error reporting
21711:
21712: * src/main/execute.C 1.138:
21713: * src/main/pa_request.C 1.98:
21714: * src/main/pa_string.C 1.73:
21715: * src/types/pa_value.h 1.44:
21716: * src/types/pa_vmframe.h 1.12:
21717: * src/types/pa_wcontext.h 1.10:
21718: constructor flag dropped at get_method_frame and remembered
21719: into method_frame
21720:
21721: * src/include/pa_globals.h 1.38:
21722: * src/main/pa_globals.C 1.43:
21723: * src/main/pa_request.C 1.96:
21724: * src/main/pa_string.C 1.72:
21725: * src/targets/isapi/parser3isapi.dsp 1.10:
21726: $LOCALE:ctype[Russian_Russia.1251]
21727:
21728: * src/main/pa_request.C 1.99:
21729: * src/sql/pa_sql_driver.h 1.5:
21730: mysql limit
21731:
21732: * src/classes/table.C 1.52:
21733: select * from hren error contains statement
21734:
21735: * src/classes/random.C 1.4:
21736: * src/classes/root.C 1.60:
21737: * src/classes/table.C 1.54:
21738: * src/include/pa_sql_connection.h 1.4:
21739: * src/include/pa_string.h 1.71:
21740: * src/main/execute.C 1.137:
21741: * src/main/pa_sql_driver_manager.C 1.6:
21742: * src/main/pa_string.C 1.70:
21743: * src/main/untaint.C 1.34:
21744: * src/sql/pa_sql_driver.h 1.4:
21745: * src/types/pa_vmframe.h 1.11:
21746: * src/types/pa_wcontext.C 1.5:
21747: * src/types/pa_wcontext.h 1.9:
21748: sql quote. string untaint UL_SQL
21749:
21750: * src/classes/table.C 1.51:
21751: * src/include/pa_sql_connection.h 1.2:
21752: * src/include/pa_types.h 1.24:
21753: * src/main/pa_sql_driver_manager.C 1.4:
21754: * src/main/untaint.C 1.33:
21755: * src/sql/pa_sql_driver.h 1.2:
21756: * src/targets/cgi/parser3.dsp 1.13:
21757: mysql 0
21758:
21759: * src/classes/table.C 1.53:
21760: * src/include/pa_sql_connection.h 1.3:
21761: * src/main/pa_sql_driver_manager.C 1.5:
21762: * src/sql/pa_sql_driver.h 1.3:
21763: sql ping
21764:
21765: * src/classes/table.C 1.55:
21766: * src/include/pa_string.h 1.72:
21767: * src/main/pa_string.C 1.71:
21768: * src/main/untaint.C 1.35:
21769: z
21770:
21771: * src/classes/file.C 1.19:
21772: * src/classes/root.C 1.61:
21773: * src/classes/string.C 1.36:
21774: * src/classes/table.C 1.56:
21775: * src/main/pa_request.C 1.97:
21776: junction to code&expression in errors
21777:
21778: * src/include/pa_config_fixed.h 1.2:
21779: * src/include/pa_config_includes.h 1.2:
21780: * src/include/pa_hash.h 1.35:
21781: * src/include/pa_string.h 1.73:
21782: * src/main/pa_hash.C 1.31:
21783: * src/main/pa_table.C 1.26:
21784: hash now not thread-safe.
21785:
21786: 2001-04-04 paf
21787: * src/include/pa_sql_driver.h 1.4:
21788: mysql connect
21789:
21790: * src/classes/random.C 1.3:
21791: * src/classes/root.C 1.56:
21792: * src/classes/table.C 1.49:
21793: * src/include/pa_globals.h 1.36:
21794: * src/include/pa_pool.h 1.48:
21795: * src/include/pa_request.h 1.76:
21796: * src/main/pa_request.C 1.94:
21797: * src/types/pa_vclass.h 1.12:
21798: sql frame -10
21799:
21800: * src/Makefile.am 1.4:
21801: * src/classes/root.C 1.57:
21802: * src/classes/string.C 1.35:
21803: * src/classes/table.C 1.50:
21804: * src/include/pa_globals.h 1.37:
21805: * src/include/pa_hash.h 1.34:
21806: * src/include/pa_pool.h 1.49:
21807: * src/include/pa_request.h 1.77:
21808: * src/include/pa_sapi.h 1.4:
21809: * src/include/pa_string.h 1.70:
21810: * src/include/pa_table.h 1.29:
21811: * src/main/main.dsp 1.74:
21812: * src/main/pa_globals.C 1.42:
21813: * src/main/pa_hash.C 1.30:
21814: * src/main/pa_request.C 1.95:
21815: * src/main/pa_string.C 1.69:
21816: * src/main/pa_table.C 1.25:
21817: * src/main/untaint.C 1.32:
21818: connect&sql -1000 just compiled
21819:
21820: * src/sql/Makefile.am 1.1:
21821: forgot to add mysql client
21822:
21823: * src/classes/root.C 1.58:
21824: * src/include/pa_sql_driver.h 1.2:
21825: * src/include/pa_sql_driver_manager.h 1.2:
21826: * src/main/main.dsp 1.75:
21827: * src/main/pa_sql_driver_manager.C 1.2:
21828: more manager&connection&driver
21829:
21830: * src/include/pa_sql_driver.h 1.3:
21831: mysql info
21832:
21833: * src/doc/doxygen.cfg 1.2:
21834: z
21835:
21836: * src/include/pa_sql_driver.h 1.1:
21837: * src/include/pa_sql_driver_manager.h 1.1:
21838: * src/main/pa_sql_driver_manager.C 1.1:
21839: connect&sql -1000 just compiled [forgot to add libltdl, added]
21840:
21841: 2001-04-03 paf
21842: * src/classes/file.C 1.18:
21843: * src/classes/string.C 1.32:
21844: * src/classes/table.C 1.48:
21845: * src/include/pa_string.h 1.69:
21846: * src/main/pa_common.C 1.39:
21847: * src/main/pa_string.C 1.68:
21848: * src/main/untaint.C 1.31:
21849: string:match replace 2. string.cstr(forced lang)
21850:
21851: * src/classes/string.C 1.30:
21852: string:match replace 0
21853:
21854: * src/classes/string.C 1.34:
21855: * src/types/pa_vform.C 1.19:
21856: string:match replace assigned lang
21857:
21858: * src/classes/string.C 1.31:
21859: * src/include/pa_string.h 1.68:
21860: * src/main/pa_string.C 1.67:
21861: string:match replace strange matches
21862:
21863: * src/classes/table.C 1.46:
21864: table:append now uses string::split
21865:
21866: * src/include/pa_globals.h 1.33:
21867: * src/include/pa_hash.h 1.33:
21868: * src/main/pa_globals.C 1.39:
21869: * src/main/pa_request.C 1.92:
21870: * src/targets/cgi/parser3.C 1.55:
21871: * src/targets/isapi/parser3isapi.C 1.22:
21872: * src/types/pa_vfile.C 1.11:
21873: content-disposition
21874:
21875: * src/classes/string.C 1.25:
21876: * src/include/pa_globals.h 1.34:
21877: * src/include/pa_string.h 1.64:
21878: * src/main/main.dsp 1.73:
21879: * src/main/pa_globals.C 1.40:
21880: * src/main/pa_string.C 1.62:
21881: string:match [search] -1 just compiled
21882:
21883: * src/classes/string.C 1.26:
21884: * src/include/pa_globals.h 1.35:
21885: * src/include/pa_string.h 1.65:
21886: * src/include/pa_threads.h 1.12:
21887: * src/main/pa_globals.C 1.41:
21888: * src/main/pa_string.C 1.63:
21889: * src/targets/isapi/parser3isapi.dsp 1.9:
21890: string:match 0
21891:
21892: * src/main/pa_common.C 1.37:
21893: * src/main/untaint.C 1.30:
21894: * src/targets/cgi/parser3.C 1.56:
21895: * src/targets/isapi/parser3isapi.C 1.23:
21896: * src/targets/isapi/pool_storage.h 1.4:
21897: todo/tests
21898:
21899: * src/classes/file.C 1.15:
21900: * src/classes/root.C 1.54:
21901: * src/classes/string.C 1.23:
21902: * src/classes/table.C 1.44:
21903: * src/doc/doxygen.cmd 1.1:
21904: * src/doc/doxygen.txt 1.2:
21905: * src/doc/generate.cmd 1.2:
21906: * src/include/pa_array.h 1.34:
21907: * src/include/pa_request.h 1.74:
21908: * src/include/pa_string.h 1.62:
21909: * src/main/execute.C 1.136:
21910: * src/main/pa_string.C 1.60:
21911: * src/main/untaint.C 1.29:
21912: * src/targets/cgi/parser3.C 1.52:
21913: * src/types/pa_vcookie.C 1.15:
21914: string::pos & cmp & piece bugs fixed.
21915: string::split new
21916: table:load separated from set
21917: table:set implemented with clean \n \t searches
21918:
21919: * src/include/pa_common.h 1.31:
21920: * src/include/pa_globals.h 1.32:
21921: * src/main/pa_globals.C 1.38:
21922: * src/main/pa_request.C 1.91:
21923: * src/targets/cgi/parser3.C 1.54:
21924: * src/targets/isapi/parser3isapi.C 1.21:
21925: * src/types/pa_value.h 1.43:
21926: main:post-process
21927:
1.39 paf 21928: * src/classes/string.C 1.27:
21929: * src/include/pa_string.h 1.66:
21930: * src/main/pa_string.C 1.64:
21931: string:match replace -11
21932:
1.15 paf 21933: * src/classes/file.C 1.16:
21934: * src/classes/table.C 1.45:
21935: * src/include/pa_common.h 1.32:
21936: * src/main/compile_tools.C 1.34:
21937: * src/main/pa_common.C 1.38:
21938: * src/main/pa_request.C 1.93:
21939: * src/types/pa_vform.C 1.20:
21940: * src/types/pa_vstring.C 1.1:
21941: z
21942:
21943: * src/include/pa_common.h 1.30:
21944: * src/include/pa_request.h 1.75:
21945: * src/include/pa_sapi.h 1.3:
21946: * src/main/main.dsp 1.72:
21947: * src/main/pa_common.C 1.36:
21948: * src/main/pa_request.C 1.90:
21949: * src/targets/cgi/parser3.C 1.53:
21950: * src/types/pa_value.h 1.42:
21951: * src/types/pa_vfile.C 1.10:
21952: * src/types/pa_vfile.h 1.16:
21953: * src/types/pa_vstring.h 1.20:
21954: vfile in response:body
21955:
21956: * src/classes/string.C 1.28:
21957: * src/include/pa_string.h 1.67:
21958: * src/main/pa_string.C 1.65:
21959: string:match replace prepared
21960:
21961: * src/classes/string.C 1.33:
21962: * src/main/compile.y 1.123:
21963: grammar: fixed to allow {}[]< empty []
21964:
21965: * src/classes/double.C 1.20:
21966: * src/classes/file.C 1.17:
21967: * src/classes/form.C 1.3:
21968: * src/classes/int.C 1.18:
21969: * src/classes/response.C 1.6:
21970: * src/classes/root.C 1.55:
21971: * src/classes/string.C 1.24:
21972: * src/classes/table.C 1.47:
21973: * src/include/pa_string.h 1.63:
21974: * src/main/pa_string.C 1.61:
21975: string:match -10 [frame]
21976:
21977: * src/classes/string.C 1.29:
21978: * src/main/pa_string.C 1.66:
21979: string:match replace prepared 2
21980:
21981: 2001-04-02 paf
21982: * src/classes/_random.h 1.1:
21983: * src/classes/random.C 1.1:
21984: * src/include/pa_globals.h 1.31:
21985: * src/main/main.dsp 1.71:
21986: * src/main/pa_globals.C 1.37:
21987: * src/main/pa_request.C 1.89:
21988: * src/types/pa_value.h 1.40:
21989: random:generate
21990:
21991: * src/classes/table.C 1.42:
21992: * src/include/pa_array.h 1.33:
21993: * src/include/pa_string.h 1.60:
21994: * src/include/pa_table.h 1.28:
21995: * src/main/execute.C 1.135:
21996: * src/types/pa_value.h 1.41:
21997: table:join
21998:
21999: * src/classes/table.C 1.43:
22000: * src/include/pa_string.h 1.61:
22001: * src/main/pa_string.C 1.59:
22002: * src/types/pa_valiased.C 1.6:
22003: * src/types/pa_valiased.h 1.12:
22004: * src/types/pa_vdouble.h 1.15:
22005: * src/types/pa_vfile.h 1.15:
22006: * src/types/pa_vint.h 1.16:
22007: * src/types/pa_vresponse.h 1.7:
22008: * src/types/pa_vstring.h 1.19:
22009: * src/types/pa_vtable.h 1.13:
22010: string::pos. about to use it in table:set/load
22011:
22012: * src/classes/random.C 1.2:
22013: random:generate 1
22014:
22015: 2001-03-30 paf
22016: * src/classes/double.C 1.19:
22017: * src/classes/file.C 1.14:
22018: * src/classes/int.C 1.17:
22019: * src/classes/response.C 1.5:
22020: * src/classes/root.C 1.53:
22021: * src/classes/string.C 1.22:
22022: * src/classes/table.C 1.40:
22023: * src/main/compile.y 1.122:
22024: * src/main/execute.C 1.134:
22025: * src/types/pa_value.h 1.39:
22026: * src/types/pa_vstateless_class.C 1.7:
22027: * src/types/pa_vstateless_class.h 1.9:
22028: static|dynamic|any method registration
22029:
22030: * src/classes/table.C 1.41:
22031: * src/include/pa_string.h 1.59:
22032: * src/main/pa_string.C 1.58:
22033: todo: table flip and append. string::pos
22034:
22035: 2001-03-29 paf
22036: * src/classes/string.C 1.14:
22037: * src/main/compile.y 1.120:
22038: * src/main/compile_tools.C 1.33:
22039: * src/main/compile_tools.h 1.36:
22040: * src/main/main.dsp 1.70:
22041: * src/types/pa_value.h 1.38:
22042: * src/types/pa_vstring.h 1.17:
22043: * src/types/pa_vunknown.h 1.8:
22044: empty params allowed. [] and [;] are different now.
22045:
22046: * src/include/pa_pool.h 1.46:
22047: * src/include/pa_request.h 1.72:
22048: * src/main/pa_request.C 1.86:
22049: * src/main/untaint.C 1.25:
22050: pool.request
22051:
22052: * src/classes/string.C 1.21:
22053: string:xsplit forgot that they must result in 1 row N column [
22054: not vice versa]
22055:
22056: * src/classes/string.C 1.17:
22057: * src/include/pa_string.h 1.57:
22058: * src/main/execute.C 1.133:
22059: * src/main/pa_array.C 1.30:
22060: * src/main/pa_string.C 1.56:
22061: * src/types/pa_vtable.h 1.12:
22062: string: lsplit -1
22063:
22064: * src/classes/string.C 1.16:
22065: * src/include/pa_string.h 1.55:
22066: * src/main/pa_string.C 1.54:
22067: string: pos -1
22068:
22069: * src/classes/string.C 1.18:
22070: * src/include/pa_string.h 1.58:
22071: * src/main/pa_string.C 1.57:
22072: string: lsplit
22073:
22074: * src/include/pa_pool.h 1.47:
22075: * src/include/pa_request.h 1.73:
22076: * src/main/pa_request.C 1.87:
22077: * src/main/untaint.C 1.26:
22078: pool.request undone
22079:
22080: * src/classes/string.C 1.20:
22081: z
22082:
22083: * src/include/pa_string.h 1.56:
22084: * src/main/pa_string.C 1.55:
22085: * src/main/untaint.C 1.28:
22086: string: pos
22087:
22088: * src/classes/string.C 1.15:
22089: * src/classes/table.C 1.38:
22090: * src/include/pa_string.h 1.54:
22091: * src/main/compile.y 1.121:
22092: * src/main/pa_request.C 1.88:
22093: * src/main/pa_string.C 1.53:
22094: * src/main/untaint.C 1.27:
22095: string: left right mid
22096:
22097: * src/classes/file.C 1.13:
22098: * src/classes/table.C 1.39:
22099: * src/include/pa_table.h 1.27:
22100: * src/main/pa_table.C 1.24:
22101: * src/types/pa_vstring.h 1.18:
22102: * src/types/pa_wwrapper.h 1.6:
22103: table:flip
22104:
22105: * src/classes/string.C 1.19:
22106: string: rsplit
22107:
22108: 2001-03-28 paf
22109: * src/classes/file.C 1.12:
22110: * src/include/pa_globals.h 1.30:
22111: * src/include/pa_request.h 1.71:
22112: * src/targets/cgi/parser3.C 1.51:
22113: * src/targets/isapi/parser3isapi.C 1.20:
22114: * src/types/pa_value.h 1.37:
22115: * src/types/pa_vrequest.C 1.4:
22116: * src/types/pa_vunknown.h 1.7:
22117: $request:browser [.type .version]; unknown.get_double now = 0.
22118:
22119: * src/classes/table.C 1.36:
22120: * src/include/pa_array.h 1.32:
22121: * src/include/pa_hash.h 1.32:
22122: * src/include/pa_table.h 1.24:
22123: * src/main/pa_array.C 1.29:
22124: * src/main/pa_table.C 1.21:
22125: * src/types/pa_vtable.h 1.11:
22126: table:locate just compiled
22127:
22128: * src/classes/file.C 1.9:
22129: * src/include/pa_common.h 1.29:
22130: * src/main/pa_common.C 1.34:
22131: * src/types/pa_vfile.C 1.7:
22132: * src/types/pa_vfile.h 1.12:
22133: started file:load. wrong write. must be self.set
22134:
22135: * src/classes/file.C 1.8:
22136: * src/classes/root.C 1.52:
22137: * src/classes/table.C 1.37:
22138: * src/include/pa_table.h 1.25:
22139: * src/main/pa_table.C 1.22:
22140: table:locate1, file:test
22141:
22142: * src/classes/file.C 1.10:
22143: * src/main/execute.C 1.132:
22144: * src/main/pa_common.C 1.35:
22145: * src/main/untaint.C 1.24:
22146: * src/targets/cgi/parser3.C 1.50:
22147: * src/types/pa_vfile.C 1.8:
22148: * src/types/pa_vfile.h 1.13:
22149: * src/types/pa_vform.C 1.17:
22150: file:load 1. tainted
22151:
22152: * src/classes/file.C 1.11:
22153: * src/include/pa_globals.h 1.29:
22154: * src/include/pa_request.h 1.70:
22155: * src/include/pa_table.h 1.26:
22156: * src/main/pa_globals.C 1.36:
22157: * src/main/pa_request.C 1.85:
22158: * src/main/pa_table.C 1.23:
22159: * src/types/pa_vfile.C 1.9:
22160: * src/types/pa_vfile.h 1.14:
22161: * src/types/pa_vform.C 1.18:
22162: file:load autodetection of mime-type by user-file-name
22163:
22164: 2001-03-27 paf
22165: * src/classes/double.C 1.18:
22166: * src/classes/int.C 1.16:
22167: * src/classes/root.C 1.51:
22168: * src/classes/string.C 1.13:
22169: * src/classes/table.C 1.34:
22170: * src/main/compile_tools.C 1.32:
22171: * src/main/execute.C 1.128:
22172: * src/main/pa_request.C 1.84:
22173: * src/main/untaint.C 1.23:
22174: * src/types/pa_value.h 1.35:
22175: * src/types/pa_vbool.h 1.6:
22176: * src/types/pa_vcookie.C 1.14:
22177: * src/types/pa_vdouble.h 1.14:
22178: * src/types/pa_vfile.h 1.11:
22179: * src/types/pa_vint.h 1.15:
22180: * src/types/pa_vmframe.h 1.9:
22181: * src/types/pa_vstring.h 1.16:
22182: * src/types/pa_vtable.h 1.10:
22183: * src/types/pa_vunknown.h 1.6:
22184: sort 0
22185:
22186: * src/classes/table.C 1.31:
22187: * src/include/pa_common.h 1.27:
22188: * src/main/compile.y 1.117:
22189: * src/main/execute.C 1.127:
22190: * src/main/pa_common.C 1.31:
22191: * src/main/pa_table.C 1.20:
22192: table:save decided to have as it were. stepped back.
22193: grammar: added 'in' 'is' 'lt'&co follow-space check
22194:
22195: * src/main/compile.y 1.119:
22196: fixed minor bug in @mn[][] ...^{
22197:
22198: * src/main/execute.C 1.130:
22199: * src/types/pa_value.h 1.36:
22200: * src/types/pa_vmframe.h 1.10:
22201: * src/types/pa_wcontext.h 1.8:
22202: fixed r/w context of code-params
22203:
22204: * src/classes/table.C 1.33:
22205: * src/main/pa_common.C 1.32:
22206: * src/main/pa_request.C 1.83:
22207: * src/targets/cgi/parser3.C 1.49:
22208: * src/types/pa_value.h 1.34:
22209: * src/types/pa_vbool.h 1.5:
22210: * src/types/pa_vdouble.h 1.12:
22211: * src/types/pa_vfile.h 1.9:
22212: * src/types/pa_vint.h 1.13:
22213: * src/types/pa_vstring.h 1.14:
22214: * src/types/pa_vunknown.h 1.5:
22215: continue on sort
22216:
22217: * src/types/pa_valiased.C 1.5:
22218: * src/types/pa_valiased.h 1.11:
22219: * src/types/pa_vdouble.h 1.13:
22220: * src/types/pa_vfile.h 1.10:
22221: * src/types/pa_vint.h 1.14:
22222: * src/types/pa_vresponse.h 1.6:
22223: * src/types/pa_vstring.h 1.15:
22224: * src/types/pa_vtable.h 1.9:
22225: renamed to are_static_calls_disabled
22226:
22227: * src/main/execute.C 1.131:
22228: * src/main/pa_common.C 1.33:
22229: fixed r/w context of code-params2, fixed ntfs hardlink slow dir update
22230:
22231: * src/classes/table.C 1.35:
22232: * src/main/execute.C 1.129:
22233: about to change junction rcontext!!
22234:
22235: * src/classes/table.C 1.32:
22236: * src/include/pa_common.h 1.28:
22237: * src/main/compile.y 1.118:
22238: started table:sort
22239: fixed minor bug in #...^{
22240:
22241: 2001-03-26 paf
22242: * src/classes/file.C 1.7:
22243: * src/classes/root.C 1.50:
22244: * src/classes/table.C 1.30:
22245: * src/include/pa_common.h 1.26:
22246: * src/include/pa_globals.h 1.28:
22247: * src/include/pa_table.h 1.23:
22248: * src/main/pa_common.C 1.30:
22249: * src/main/pa_globals.C 1.35:
22250: * src/main/pa_request.C 1.82:
22251: * src/main/pa_table.C 1.19:
22252: moved ::save to pa_table.
22253: disabled @auto invocation in ^process
22254:
22255: * src/classes/table.C 1.29:
22256: * src/include/pa_array.h 1.31:
22257: * src/include/pa_table.h 1.22:
22258: * src/main/pa_array.C 1.28:
22259: table:record
22260:
22261: * src/main/untaint.C 1.22:
22262: * src/targets/cgi/parser3.C 1.48:
22263: * src/targets/isapi/parser3isapi.C 1.19:
22264: * src/targets/isapi/parser3isapi.dsp 1.8:
22265: * src/targets/isapi/pool_storage.h 1.3:
22266: * src/types/pa_valiased.h 1.10:
22267: * src/types/pa_vcookie.C 1.13:
22268: * src/types/pa_vdouble.h 1.11:
22269: * src/types/pa_vfile.h 1.8:
22270: * src/types/pa_vint.h 1.12:
22271: * src/types/pa_vresponse.h 1.5:
22272: * src/types/pa_vstring.h 1.13:
22273: * src/types/pa_vtable.h 1.8:
22274: z
22275:
22276: * src/main/compile.y 1.116:
22277: grammar: [] 0params [;] 2 params (was 0)
22278:
22279: * src/include/pa_pool.h 1.45:
22280: * src/main/execute.C 1.126:
22281: * src/types/pa_valiased.C 1.4:
22282: * src/types/pa_valiased.h 1.9:
22283: * src/types/pa_value.h 1.33:
22284: * src/types/pa_vdouble.h 1.10:
22285: * src/types/pa_vfile.h 1.7:
22286: * src/types/pa_vint.h 1.11:
22287: * src/types/pa_vresponse.h 1.4:
22288: * src/types/pa_vstring.h 1.12:
22289: * src/types/pa_vtable.h 1.7:
22290: disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.
22291: allowed no checks in native method realisations on 'self' validity -
22292: they now can simply assume that 'self' is V{Proper} .
22293:
22294: 2001-03-25 paf
22295: * src/classes/table.C 1.26:
22296: * src/include/pa_globals.h 1.27:
22297: * src/include/pa_string.h 1.52:
22298: * src/include/pa_table.h 1.20:
22299: * src/main/compile.y 1.114:
22300: * src/main/compile_tools.C 1.31:
22301: * src/main/compile_tools.h 1.35:
22302: * src/main/pa_globals.C 1.32:
22303: * src/main/pa_request.C 1.79:
22304: * src/main/pa_string.C 1.52:
22305: * src/main/pa_table.C 1.17:
22306: * src/main/untaint.C 1.15:
22307: * src/types/pa_vcookie.h 1.7:
22308: typo & typo-default
22309:
22310: * src/main/pa_globals.C 1.34:
22311: * src/main/untaint.C 1.19:
22312: html-typo - moved all processing to table [except preliminary \
22313: \n \r \n replacements to "\n"]
22314:
22315: * src/main/untaint.C 1.16:
22316: typo \r \r\n \n properly handled
22317:
22318: * src/classes/table.C 1.27:
22319: * src/include/pa_table.h 1.21:
22320: * src/main/pa_globals.C 1.33:
22321: * src/main/pa_table.C 1.18:
22322: * src/main/untaint.C 1.17:
22323: returned table originating. useful for reporting typo table
22324: problems origin. think would be useful somewhere else
22325:
22326: * src/classes/table.C 1.28:
22327: * src/main/untaint.C 1.18:
22328: html-typo - decided to move all the processing to table
22329:
22330: * src/main/pa_request.C 1.80:
22331: table empty lines ignored. system-default content type assigned
22332: in output:result [can fail in main:auto and skipped normal
22333: defaults extraction]
22334:
22335: * src/include/pa_string.h 1.53:
22336: * src/main/compile.y 1.115:
22337: #comment fixed minor bug
22338:
22339: * src/main/pa_request.C 1.81:
22340: * src/main/untaint.C 1.20:
22341: moved default typo-table to lowlevel - it initialization could
22342: be skipped if failed in @auto. so that exception report would
22343: use some table
22344:
22345: * src/main/untaint.C 1.21:
22346: z
22347:
22348: 2001-03-24 paf
22349: * src/main/pa_globals.C 1.28:
22350: * src/types/pa_vclass.C 1.6:
22351: * src/types/pa_vclass.h 1.11:
22352: * src/types/pa_vstateless_class.C 1.6:
22353: * src/types/pa_vstateless_class.h 1.8:
22354: thrown away freeze mech.
22355: no danger now for you can't do ^request:process[@new-method[]
22356: body]
22357: trick anymore.
22358: still remains $some_instance.process[@new-method[]
22359: possibility]
22360: but would leave it as a feature.
22361: see index for sample
22362:
22363: * src/include/pa_string.h 1.51:
22364: * src/main/pa_string.C 1.51:
22365: * src/main/untaint.C 1.14:
22366: * src/targets/cgi/parser3.C 1.47:
22367: html-typo 2
22368:
22369: * src/include/pa_array.h 1.29:
22370: * src/include/pa_hash.h 1.31:
22371: * src/include/pa_request.h 1.67:
22372: * src/main/compile.y 1.110:
22373: * src/main/pa_array.C 1.26:
22374: * src/main/pa_common.C 1.25:
22375: * src/main/pa_hash.C 1.29:
22376: * src/main/pa_request.C 1.73:
22377: * src/types/pa_vcookie.C 1.12:
22378: cyclic uses ignored. defaulted default content-type
22379:
22380: * src/doc/doxygen.cfg 1.1:
22381: * src/doc/doxygen.txt 1.1:
22382: * src/doc/generate.cmd 1.1:
22383: * src/doc/view.cmd 1.1:
22384: * src/include/pa_array.h 1.30:
22385: * src/include/pa_globals.h 1.26:
22386: * src/include/pa_pool.h 1.44:
22387: * src/include/pa_string.h 1.50:
22388: * src/include/pa_table.h 1.19:
22389: * src/main/execute.C 1.125:
22390: * src/main/pa_array.C 1.27:
22391: * src/main/pa_globals.C 1.31:
22392: * src/main/pa_request.C 1.78:
22393: * src/main/pa_string.C 1.50:
22394: * src/main/untaint.C 1.13:
22395: * src/targets/cgi/parser3.C 1.46:
22396: * src/targets/isapi/parser3isapi.C 1.18:
22397: * src/types/pa_value.h 1.32:
22398: * src/types/pa_vtable.h 1.6:
22399: html-typo 0
22400: html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first
22401: html-typo sample. detected << problem: they become ltlt too fast
22402:
22403: * src/classes/file.C 1.6:
22404: * src/classes/root.C 1.49:
22405: * src/classes/table.C 1.25:
22406: * src/include/pa_common.h 1.25:
22407: * src/include/pa_request.h 1.69:
22408: * src/main/compile.y 1.111:
22409: * src/main/pa_common.C 1.28:
22410: * src/main/pa_request.C 1.77:
22411: * src/main/pa_string.C 1.49:
22412: * src/targets/isapi/parser3isapi.C 1.17:
22413: * src/types/pa_vfile.h 1.6:
22414: file_read stringified
22415:
22416: * src/include/pa_sapi.h 1.2:
22417: * src/main/pa_common.C 1.27:
22418: * src/main/pa_request.C 1.76:
22419: * src/targets/cgi/parser3.C 1.44:
22420: * src/targets/isapi/nt_log_events.mc 1.1:
22421: * src/targets/isapi/parser3isapi.C 1.16:
22422: * src/targets/isapi/parser3isapi.dsp 1.6:
22423: 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.
22424: isapi: used HSE_APPEND_LOG_PARAMETER feature
22425:
22426: * src/types/pa_valiased.C 1.3:
22427: decided to String-ify file_read
22428:
22429: * src/targets/cgi/parser3.C 1.45:
22430: * src/targets/isapi/nt_log_events.mc 1.2:
22431: * src/targets/isapi/parser3isapi.dsp 1.7:
22432: cgi: sapi::log
22433:
22434: * src/main/compile.y 1.109:
22435: * src/main/execute.C 1.124:
22436: * src/main/main.dsp 1.69:
22437: @CLASS equals @BASE. sanity
22438:
22439: * src/include/pa_common.h 1.22:
22440: * src/main/pa_common.C 1.23:
22441: * src/main/pa_request.C 1.72:
22442: * src/targets/cgi/parser3.C 1.42:
22443: * src/targets/isapi/pool_storage.h 1.2:
22444: * src/types/pa_vform.C 1.16:
22445: * src/types/pa_vform.h 1.14:
22446: auto.p monkey
22447:
22448: * src/include/pa_common.h 1.24:
22449: * src/include/pa_globals.h 1.25:
22450: * src/main/pa_common.C 1.26:
22451: * src/main/pa_globals.C 1.30:
22452: * src/main/pa_request.C 1.75:
22453: * src/targets/isapi/parser3isapi.C 1.15:
22454: fixed default content-type allocation storage
22455:
1.39 paf 22456: * src/include/pa_globals.h 1.24:
22457: * src/include/pa_request.h 1.68:
22458: * src/main/compile.y 1.113:
22459: * src/main/pa_common.C 1.29:
22460: * src/main/pa_globals.C 1.29:
22461: * src/main/pa_request.C 1.74:
22462: z
22463:
1.15 paf 22464: * src/include/pa_common.h 1.23:
22465: * src/main/pa_common.C 1.24:
22466: * src/targets/cgi/parser3.C 1.43:
22467: * src/targets/isapi/parser3isapi.C 1.14:
22468: auto.p monkey every target
22469:
22470: * src/main/compile.y 1.112:
22471: * src/main/compile_tools.h 1.34:
22472: #comment
22473:
22474: 2001-03-23 paf
22475: * src/classes/root.C 1.48:
22476: * src/classes/table.C 1.24:
22477: * src/include/pa_common.h 1.21:
22478: * src/include/pa_config_fixed.h 1.1:
22479: * src/include/pa_config_includes.h 1.1:
22480: * src/include/pa_string.h 1.49:
22481: * src/include/pa_threads.h 1.11:
22482: * src/include/pa_types.h 1.23:
22483: * src/include/pa_version.h 1.1:
22484: * src/main/compile.y 1.108:
22485: * src/main/execute.C 1.123:
22486: * src/main/pa_array.C 1.25:
22487: * src/main/pa_common.C 1.22:
22488: * src/main/pa_hash.C 1.28:
22489: * src/main/pa_pool.C 1.17:
22490: * src/main/pa_request.C 1.70:
22491: * src/main/pa_string.C 1.48:
22492: * src/main/untaint.C 1.12:
22493: * src/targets/cgi/parser3.C 1.40:
22494: * src/targets/isapi/parser3isapi.C 1.10:
22495: * src/types/pa_vfile.C 1.6:
22496: * src/types/pa_vform.C 1.15:
22497: cgi: reinvent document_root and request_uri under iis. autoconf
22498: updated. introducing ap_config_includes
22499:
22500: * src/targets/cgi/parser3.C 1.41:
22501: * src/targets/isapi/parser3isapi.C 1.12:
22502: isapi: think it would be better to rewrite as filter then to
22503: deal with pool
22504:
22505: * src/targets/cgi/parser3.C 1.39:
22506: cgi: reinvent document_root under iis
22507:
22508: * src/include/pa_globals.h 1.22:
22509: * src/main/pa_request.C 1.68:
22510: * src/targets/cgi/parser3.C 1.36:
22511: * src/targets/cgi/parser3.dsp 1.12:
22512: * src/targets/isapi/parser3isapi.C 1.8:
22513: * src/types/pa_vcookie.C 1.10:
22514: * src/types/pa_venv.h 1.12:
22515: * src/types/pa_vform.C 1.13:
22516: all: sapi beauty
22517:
22518: * src/main/pa_request.C 1.67:
22519: * src/targets/cgi/parser3.C 1.35:
22520: * src/targets/isapi/parser3isapi.C 1.7:
22521: * src/targets/isapi/parser3isapi.dsp 1.4:
22522: isapi minor env beauty
22523:
22524: * src/include/pa_globals.h 1.23:
22525: * src/include/pa_sapi.h 1.1:
22526: * src/main/main.dsp 1.67:
22527: * src/main/pa_globals.C 1.27:
22528: * src/main/pa_request.C 1.69:
22529: * src/targets/cgi/parser3.C 1.37:
22530: * src/targets/isapi/parser3isapi.C 1.9:
22531: * src/types/pa_vcookie.C 1.11:
22532: * src/types/pa_venv.h 1.13:
22533: * src/types/pa_vform.C 1.14:
22534: sapi made object
22535:
22536: * src/include/pa_pool.h 1.43:
22537: * src/main/pa_request.C 1.71:
22538: * src/targets/cgi/pa_pool.C 1.3:
22539: * src/targets/isapi/pa_pool.C 1.3:
22540: * src/targets/isapi/parser3isapi.C 1.13:
22541: * src/targets/isapi/parser3isapi.dsp 1.5:
22542: * src/targets/isapi/pool_storage.h 1.1:
22543: isapi: dumb pool storage
22544:
22545: * src/main/main.dsp 1.68:
22546: * src/targets/isapi/parser3isapi.C 1.11:
22547: isapi: docroot now like in cgi, not from APPL_PHYSICAL_PATH
22548:
22549: * src/targets/isapi/pa_pool.C 1.2:
22550: decided to continue with extension
22551:
22552: * src/targets/cgi/parser3.C 1.38:
22553: cgi: only one pool now
22554:
22555: 2001-03-22 paf
22556: * src/main/pa_request.C 1.66:
22557: * src/targets/cgi/parser3.C 1.34:
22558: * src/targets/isapi/parser3isapi.C 1.6:
22559: * src/targets/isapi/parser3isapi.dsp 1.3:
22560: isapi document_root 0
22561:
22562: * src/types/pa_vcookie.C 1.8:
22563: cookie attr decoded
22564:
22565: * src/include/pa_pool.h 1.40:
22566: * src/targets/cgi/pa_pool.C 1.2:
22567: * src/targets/cgi/parser3.C 1.31:
22568: * src/targets/cgi/parser3.dsp 1.11:
22569: * src/targets/isapi/pa_pool.C 1.1:
22570: * src/targets/isapi/parser3isapi.C 1.1:
22571: * src/targets/isapi/parser3isapi.def 1.1:
22572: * src/targets/isapi/parser3isapi.dsp 1.1:
22573: started isapi
22574:
22575: * src/targets/isapi/parser3isapi.C 1.5:
22576: isapi keep-alive
22577:
22578: * src/targets/isapi/KILL.EXE 1.1:
22579: * src/targets/isapi/PSTAT.EXE 1.1:
22580: * src/targets/isapi/istart.cmd 1.1:
22581: * src/targets/isapi/istop.cmd 1.1:
22582: * src/targets/isapi/kill.pl 1.1:
22583: isapi added utils
22584:
22585: * src/include/pa_pool.h 1.41:
22586: * src/main/pa_pool.C 1.16:
22587: * src/targets/cgi/parser3.C 1.32:
22588: * src/targets/isapi/parser3isapi.C 1.2:
22589: * src/targets/isapi/parser3isapi.dsp 1.2:
22590: * src/types/pa_vform.C 1.12:
22591: isapi 0
22592:
22593: * src/include/pa_globals.h 1.20:
22594: * src/include/pa_request.h 1.66:
22595: * src/include/pa_types.h 1.22:
22596: * src/main/pa_globals.C 1.26:
22597: * src/main/pa_request.C 1.63:
22598: * src/targets/cgi/parser3.C 1.30:
22599: * src/types/pa_vcookie.C 1.9:
22600: config of auto.p path: parser_root_auto_path parser_site_auto_path
22601:
22602: * src/targets/cgi/vform_fields_fill.C 1.2:
22603: * src/targets/cgi/vform_fields_fill.h 1.2:
22604: * src/targets/isapi/parser3isapi.C 1.4:
22605: z
22606:
22607: * src/include/pa_globals.h 1.21:
22608: * src/main/pa_common.C 1.21:
22609: * src/main/pa_request.C 1.64:
22610: some comments
22611:
22612: * src/include/pa_pool.h 1.42:
22613: * src/main/pa_request.C 1.65:
22614: * src/targets/cgi/parser3.C 1.33:
22615: * src/targets/isapi/parser3isapi.C 1.3:
22616: isapi 1
22617:
22618: 2001-03-21 paf
22619: * src/include/pa_globals.h 1.18:
22620: * src/targets/cgi/parser3.C 1.28:
22621: * src/types/pa_venv.h 1.11:
22622: in cookie & env. todo:post
22623:
22624: * src/Makefile.am 1.3:
22625: * src/classes/Makefile.am 1.2:
22626: * src/classes/file.C 1.5:
22627: * src/classes/root.C 1.47:
22628: * src/classes/table.C 1.23:
22629: * src/include/pa_array.h 1.28:
22630: * src/include/pa_common.h 1.20:
22631: * src/include/pa_globals.h 1.17:
22632: * src/include/pa_pool.h 1.39:
22633: * src/include/pa_request.h 1.65:
22634: * src/include/pa_string.h 1.48:
22635: * src/main/Makefile.am 1.8:
22636: * src/main/compile.y 1.107:
22637: * src/main/execute.C 1.122:
22638: * src/main/main.dsp 1.66:
22639: * src/main/pa_common.C 1.20:
22640: * src/main/pa_globals.C 1.25:
22641: * src/main/pa_request.C 1.62:
22642: * src/main/pa_string.C 1.47:
22643: * src/main/pa_table.C 1.16:
22644: * src/main/untaint.C 1.11:
22645: * src/targets/Makefile.am 1.4:
22646: * src/targets/cgi/Makefile.am 1.2:
22647: * src/targets/cgi/parser3.C 1.27:
22648: * src/targets/cgi/parser3.dsp 1.10:
22649: * src/types/Makefile.am 1.2:
22650: * src/types/pa_vcookie.C 1.7:
22651: * src/types/pa_vform.C 1.11:
22652: * src/types/pa_vstring.h 1.11:
22653: * src/types/pa_wwrapper.h 1.5:
22654: shifted apache branch on main trunc
22655:
22656: * src/targets/cgi/parser3.C 1.29:
22657: z
22658:
22659: * src/include/pa_common.h [automake_update] 1.19.2.2:
22660: * src/include/pa_globals.h [automake_update] 1.16.2.1:
22661: * src/include/pa_pool.h [automake_update] 1.38.2.1:
22662: * src/include/pa_request.h [automake_update] 1.64.2.4:
22663: * src/main/main.dsp [automake_update] 1.65.2.1:
22664: * src/main/pa_common.C [automake_update] 1.19.2.5:
22665: * src/main/pa_request.C [automake_update] 1.61.2.3:
22666: * src/targets/cgi/parser3.C [automake_update] 1.26.2.4:
22667: * src/targets/cgi/parser3.dsp [automake_update] 1.9.2.1:
22668: * src/types/pa_vcookie.C [automake_update] 1.6.2.2:
22669: * src/types/pa_vform.C [automake_update] 1.10.2.1:
22670: * src/types/pa_vstring.h [automake_update] 1.10.2.1:
22671: starting mod_parser3
22672:
22673: * src/include/pa_globals.h 1.19:
22674: post. todo: config of auto.p path
22675:
22676: 2001-03-20 paf
22677: * src/classes/Makefile.am 1.1:
22678: * src/types/Makefile.am 1.1:
22679: file Makefile.am was initially added on branch automake_update.
22680:
22681: * src/main/pa_common.C [automake_update] 1.19.2.4:
22682: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.3:
22683: * src/targets/cgi/parser3.C [automake_update] 1.26.2.3:
22684: automake compiled and works. todo:make win32 ifdefs work and
22685: add ifdef unistd
22686:
22687: * src/classes/Makefile.am [automake_update] 1.1.2.1:
22688: * src/classes/file.C 1.4:
22689: * src/classes/table.C 1.21:
22690: * src/classes/table.C [automake_update] 1.22.2.2:
22691: * src/include/pa_array.h 1.27:
22692: * src/include/pa_common.h 1.18:
22693: * src/include/pa_common.h [automake_update] 1.19.2.1:
22694: * src/include/pa_request.h 1.64:
22695: * src/include/pa_request.h [automake_update] 1.64.2.3:
22696: * src/include/pa_string.h 1.47:
22697: * src/include/pa_table.h 1.18:
22698: * src/include/pa_threads.h 1.10:
22699: * src/main/Makefile.am [automake_update] 1.7.16.3:
22700: * src/main/pa_common.C [automake_update] 1.19.2.3:
22701: * src/main/pa_globals.C 1.24:
22702: * src/main/pa_request.C [automake_update] 1.61.2.2:
22703: * src/main/pa_table.C [automake_update] 1.15.2.1:
22704: * src/main/untaint.C 1.10:
22705: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.2:
22706: * src/targets/cgi/parser3.C [automake_update] 1.26.2.2:
22707: * src/types/Makefile.am [automake_update] 1.1.2.1:
22708: * src/types/pa_valiased.h 1.8:
22709: * src/types/pa_value.h 1.31:
22710: * src/types/pa_vform.h 1.13:
22711: z
22712:
22713: * src/include/pa_request.h [automake_update] 1.64.2.2:
22714: * src/main/Makefile.am [automake_update] 1.7.16.2:
22715: * src/main/compile.y [automake_update] 1.106.2.1:
22716: * src/main/execute.C [automake_update] 1.121.2.2:
22717: * src/main/pa_common.C [automake_update] 1.19.2.2:
22718: * src/types/Makefile.am [automake_update] 1.1.2.2:
22719: removing locking
22720:
22721: * src/Makefile.am [automake_update] 1.2.16.1:
22722: * src/classes/file.C [automake_update] 1.4.2.1:
22723: * src/classes/root.C [automake_update] 1.46.2.1:
22724: * src/classes/table.C [automake_update] 1.22.2.1:
22725: * src/include/pa_array.h [automake_update] 1.27.2.1:
22726: * src/include/pa_request.h [automake_update] 1.64.2.1:
22727: * src/include/pa_string.h [automake_update] 1.47.2.1:
22728: * src/main/Makefile.am [automake_update] 1.7.16.1:
22729: * src/main/execute.C [automake_update] 1.121.2.1:
22730: * src/main/pa_common.C [automake_update] 1.19.2.1:
22731: * src/main/pa_globals.C [automake_update] 1.24.2.1:
22732: * src/main/pa_request.C [automake_update] 1.61.2.1:
22733: * src/main/pa_string.C [automake_update] 1.46.2.1:
22734: * src/main/untaint.C [automake_update] 1.10.2.1:
22735: * src/targets/Makefile.am [automake_update] 1.3.16.1:
22736: * src/targets/cgi/Makefile.am [automake_update] 1.1.2.1:
22737: * src/targets/cgi/parser3.C [automake_update] 1.26.2.1:
22738: * src/types/pa_vcookie.C [automake_update] 1.6.2.1:
22739: * src/types/pa_wwrapper.h [automake_update] 1.4.8.1:
22740: String::UL_
22741:
22742: * src/classes/table.C 1.22:
22743: * src/include/pa_common.h 1.19:
22744: * src/main/pa_common.C 1.19:
22745: * src/main/pa_request.C 1.61:
22746: * src/types/pa_vfile.h 1.5:
22747: ^table:save
22748:
22749: 2001-03-19 paf
22750: * src/classes/file.C 1.2:
22751: * src/classes/request.C 1.4:
22752: * src/classes/table.C 1.19:
22753: * src/include/pa_string.h 1.45:
22754: * src/main/main.dsp 1.61:
22755: * src/main/pa_pool.C 1.15:
22756: * src/main/pa_request.C 1.58:
22757: * src/main/untaint.C 1.9:
22758: * src/types/pa_value.h 1.27:
22759: * src/types/pa_vfile.C 1.2:
22760: * src/types/pa_vfile.h 1.2:
22761: * src/types/pa_vform.C 1.10:
22762: file 1
22763:
22764: * src/classes/table.C 1.17:
22765: * src/include/pa_pool.h 1.38:
22766: * src/include/pa_request.h 1.63:
22767: * src/include/pa_table.h 1.16:
22768: * src/include/pa_types.h 1.20:
22769: * src/main/execute.C 1.119:
22770: * src/main/pa_request.C 1.57:
22771: * src/targets/cgi/parser3.C 1.25:
22772: * src/types/pa_value.h 1.25:
22773: * src/types/pa_vclass.h 1.10:
22774: * src/types/pa_vform.C 1.8:
22775: * src/types/pa_vstateless_class.h 1.5:
22776: * src/types/pa_vstateless_object.h 1.4:
22777: ^table:set{default level: TABLE}
22778:
22779: * src/classes/_request.h 1.3:
22780: * src/classes/request.C 1.5:
22781: * src/main/pa_globals.C 1.22:
22782: * src/types/pa_vrequest.C 1.2:
22783: * src/types/pa_vrequest.h 1.6:
22784: VRequest moved to :VStateless_object
22785:
22786: * src/classes/_request.h 1.4:
22787: * src/classes/request.C 1.6:
22788: * src/main/main.dsp 1.65:
22789: * src/main/pa_globals.C 1.23:
22790: * src/types/pa_value.h 1.30:
22791: * src/types/pa_vform.h 1.12:
22792: * src/types/pa_vrequest.C 1.3:
22793: * src/types/pa_vrequest.h 1.7:
22794: VRequest moved to :Value
22795:
22796: * src/types/pa_valiased.h 1.4:
22797: * src/types/pa_vbool.h 1.4:
22798: doc: Value and it's derivates somehow unlinked. don't know why yet
22799:
22800: * src/classes/_env.h 1.6:
22801: * src/classes/_table.h 1.4:
22802: * src/classes/env.C 1.8:
22803: * src/classes/table.C 1.20:
22804: * src/main/execute.C 1.121:
22805: * src/main/main.dsp 1.63:
22806: * src/main/pa_globals.C 1.20:
22807: * src/main/pa_request.C 1.60:
22808: * src/types/pa_value.h 1.28:
22809: * src/types/pa_vcookie.C 1.6:
22810: * src/types/pa_vcookie.h 1.6:
22811: * src/types/pa_venv.h 1.10:
22812: VEnv is now :Value
22813:
22814: * src/targets/cgi/pa_vform.C 1.3:
22815: * src/types/pa_valiased.C 1.1:
22816: * src/types/pa_valiased.h 1.7:
22817: * src/types/pa_value.h 1.29:
22818: * src/types/pa_vstateless_class.C 1.5:
22819: * src/types/pa_vstateless_class.h 1.7:
22820: * src/types/pa_vstateless_object.h 1.7:
22821: moved common get_element part from stateless object&class into VAliased
22822:
22823: * src/classes/_file.h 1.2:
22824: * src/classes/file.C 1.3:
22825: * src/include/pa_types.h 1.21:
22826: * src/main/pa_globals.C 1.18:
22827: * src/main/pa_request.C 1.59:
22828: * src/targets/cgi/parser3.C 1.26:
22829: * src/types/pa_valiased.h 1.6:
22830: * src/types/pa_vfile.C 1.4:
22831: * src/types/pa_vfile.h 1.3:
22832: * src/types/pa_vstateless_class.h 1.6:
22833: * src/types/pa_vstateless_object.h 1.5:
22834: \ to / and ^file:save
22835:
22836: * src/classes/root.C 1.46:
22837: * src/classes/table.C 1.16:
22838: * src/main/pa_exception.C 1.7:
22839: * src/main/pa_request.C 1.53:
22840: * src/targets/cgi/parser3.C 1.24:
22841: * src/types/pa_vbool.h 1.3:
22842: * src/types/pa_vcookie.C 1.3:
22843: * src/types/pa_vcookie.h 1.3:
22844: * src/types/pa_vdouble.h 1.9:
22845: * src/types/pa_venv.h 1.8:
22846: * src/types/pa_vform.h 1.8:
22847: * src/types/pa_vint.h 1.10:
22848: * src/types/pa_vrequest.h 1.4:
22849: doc: detected Value derivates prob
22850:
22851: * src/include/code.h 1.25:
22852: * src/include/pa_array.h 1.25:
22853: * src/include/pa_pool.h 1.35:
22854: * src/include/pa_string.h 1.42:
22855: * src/include/pa_threads.h 1.8:
22856: * src/main/compile.C 1.32:
22857: * src/main/compile.y 1.105:
22858: * src/main/compile_tools.C 1.29:
22859: * src/main/compile_tools.h 1.32:
22860: * src/main/execute.C 1.117:
22861: * src/main/pa_array.C 1.23:
22862: * src/main/pa_common.C 1.15:
22863: * src/main/pa_exception.C 1.8:
22864: * src/main/pa_globals.C 1.15:
22865: * src/main/pa_hash.C 1.25:
22866: * src/main/pa_pool.C 1.13:
22867: * src/main/pa_request.C 1.54:
22868: * src/main/pa_string.C 1.45:
22869: * src/main/pa_table.C 1.14:
22870: * src/main/untaint.C 1.7:
22871: * src/types/pa_value.h 1.23:
22872: auto @brief
22873:
22874: * src/classes/_file.h 1.1:
22875: * src/classes/file.C 1.1:
22876: * src/classes/table.C 1.18:
22877: * src/include/pa_common.h 1.17:
22878: * src/include/pa_globals.h 1.16:
22879: * src/include/pa_string.h 1.44:
22880: * src/include/pa_table.h 1.17:
22881: * src/main/main.dsp 1.60:
22882: * src/main/pa_common.C 1.18:
22883: * src/main/pa_globals.C 1.17:
22884: * src/types/pa_value.h 1.26:
22885: * src/types/pa_vcookie.h 1.4:
22886: * src/types/pa_venv.h 1.9:
22887: * src/types/pa_vfile.C 1.1:
22888: * src/types/pa_vfile.h 1.1:
22889: * src/types/pa_vform.C 1.9:
22890: * src/types/pa_vform.h 1.9:
22891: * src/types/pa_vrequest.h 1.5:
22892: * src/types/pa_vtable.h 1.5:
22893: file class just compiled
22894:
22895: * src/types/pa_vfile.C 1.5:
22896: * src/types/pa_vfile.h 1.4:
22897: * src/types/pa_vstateless_object.h 1.6:
22898: vfile doxx
22899:
22900: * src/classes/_response.h 1.2:
22901: * src/classes/response.C 1.4:
22902: * src/main/pa_globals.C 1.21:
22903: * src/types/pa_vform.h 1.11:
22904: * src/types/pa_vresponse.h 1.3:
22905: VResponse moved to :VStateless_object
22906:
22907: * src/classes/_request.h 1.2:
22908: * src/classes/request.C 1.3:
22909: * src/include/code.h 1.24:
22910: * src/include/pa_array.h 1.24:
22911: * src/include/pa_common.h 1.15:
22912: * src/include/pa_exception.h 1.10:
22913: * src/include/pa_globals.h 1.13:
22914: * src/include/pa_hash.h 1.28:
22915: * src/include/pa_pool.h 1.34:
22916: * src/include/pa_request.h 1.61:
22917: * src/include/pa_stack.h 1.7:
22918: * src/include/pa_string.h 1.41:
22919: * src/include/pa_table.h 1.14:
22920: * src/include/pa_threads.h 1.7:
22921: * src/include/pa_types.h 1.17:
22922: * src/main/execute.C 1.116:
22923: * src/main/pa_pool.C 1.12:
22924: * src/main/pa_request.C 1.52:
22925: * src/main/pa_string.C 1.44:
22926: * src/main/untaint.C 1.6:
22927: * src/targets/cgi/parser3.C 1.23:
22928: * src/types/pa_value.h 1.22:
22929: * src/types/pa_vform.C 1.7:
22930: doxygen include/, Value
22931:
22932: * src/include/code.h 1.26:
22933: * src/include/pa_array.h 1.26:
22934: * src/include/pa_common.h 1.16:
22935: * src/include/pa_exception.h 1.11:
22936: * src/include/pa_globals.h 1.14:
22937: * src/include/pa_globals.h 1.15:
22938: * src/include/pa_hash.h 1.29:
22939: * src/include/pa_pool.h 1.36:
22940: * src/include/pa_pool.h 1.37:
22941: * src/include/pa_request.h 1.62:
22942: * src/include/pa_stack.h 1.8:
22943: * src/include/pa_string.h 1.43:
22944: * src/include/pa_string.h 1.46:
22945: * src/include/pa_table.h 1.15:
22946: * src/include/pa_threads.h 1.9:
22947: * src/include/pa_types.h 1.18:
22948: * src/main/compile.C 1.33:
22949: * src/main/compile.y 1.106:
22950: * src/main/compile_tools.C 1.30:
22951: * src/main/compile_tools.h 1.33:
22952: * src/main/execute.C 1.118:
22953: * src/main/pa_array.C 1.24:
22954: * src/main/pa_common.C 1.16:
22955: * src/main/pa_exception.C 1.9:
22956: * src/main/pa_globals.C 1.16:
22957: * src/main/pa_hash.C 1.26:
22958: * src/main/pa_pool.C 1.14:
22959: * src/main/pa_request.C 1.55:
22960: * src/main/pa_string.C 1.46:
22961: * src/main/pa_table.C 1.15:
22962: * src/main/untaint.C 1.8:
22963: * src/types/pa_valiased.h 1.5:
22964: * src/types/pa_value.h 1.24:
22965: * src/types/pa_vfile.C 1.3:
22966: z
22967:
22968: * src/include/pa_hash.h 1.30:
22969: * src/include/pa_types.h 1.19:
22970: * src/main/pa_common.C 1.17:
22971: * src/main/pa_hash.C 1.27:
22972: * src/main/pa_request.C 1.56:
22973: * src/types/pa_vcookie.C 1.4:
22974: renamed Hash::Value to Val so to doxygen would finlly stop
22975: confusing those Value-s
22976:
22977: * src/main/main.dsp 1.64:
22978: * src/targets/cgi/parser3.dsp 1.9:
22979: * src/types/pa_valiased.C 1.2:
22980: * src/types/pa_vform.h 1.10:
22981: commented VForm
22982:
22983: * src/classes/_cookie.h 1.2:
22984: * src/classes/_table.h 1.3:
22985: * src/classes/cookie.C 1.3:
22986: * src/main/execute.C 1.120:
22987: * src/main/main.dsp 1.62:
22988: * src/main/pa_globals.C 1.19:
22989: * src/types/pa_vcookie.C 1.5:
22990: * src/types/pa_vcookie.h 1.5:
22991: VCookie is now :Value
22992:
22993: 2001-03-18 paf
22994: * src/classes/_cookie.h 1.1:
22995: * src/classes/cookie.C 1.1:
22996: * src/include/pa_common.h 1.14:
22997: * src/include/pa_globals.h 1.12:
22998: * src/include/pa_request.h 1.60:
22999: * src/include/pa_string.h 1.40:
23000: * src/include/pa_types.h 1.16:
23001: * src/main/main.dsp 1.59:
23002: * src/main/pa_common.C 1.14:
23003: * src/main/pa_globals.C 1.14:
23004: * src/main/pa_hash.C 1.24:
23005: * src/main/pa_request.C 1.51:
23006: * src/main/pa_string.C 1.43:
23007: * src/main/untaint.C 1.5:
23008: * src/targets/cgi/parser3.C 1.21:
23009: * src/types/pa_value.h 1.21:
23010: * src/types/pa_vcookie.C 1.1:
23011: * src/types/pa_vcookie.h 1.1:
23012: * src/types/pa_vform.C 1.6:
23013: * src/types/pa_vform.h 1.7:
23014: * src/types/pa_vhash.h 1.9:
23015: * src/types/pa_vunknown.h 1.4:
23016: cookie class
23017:
23018: * src/include/pa_hash.h 1.26:
23019: * src/main/pa_hash.C 1.22:
23020: * src/targets/cgi/parser3.C 1.17:
23021: response fields to header
23022:
23023: * src/classes/root.C 1.41:
23024: * src/classes/string.C 1.12:
23025: * src/include/pa_string.h 1.37:
23026: * src/main/pa_globals.C 1.11:
23027: * src/main/pa_request.C 1.44:
23028: * src/main/pa_string.C 1.41:
23029: * src/types/pa_vdouble.h 1.8:
23030: * src/types/pa_vform.C 1.5:
23031: * src/types/pa_vint.h 1.9:
23032: * src/types/pa_vstateless_class.C 1.4:
23033: convinient string(pool, char *src, bool tainted) ctor
23034:
23035: * src/include/pa_hash.h 1.27:
23036: * src/include/pa_request.h 1.58:
23037: * src/include/pa_string.h 1.36:
23038: * src/main/pa_globals.C 1.10:
23039: * src/main/pa_hash.C 1.23:
23040: * src/main/pa_request.C 1.43:
23041: * src/main/pa_string.C 1.40:
23042: * src/main/untaint.C 1.3:
23043: * src/targets/cgi/parser3.C 1.18:
23044: proper @exceptions params tainting
23045:
23046: * src/classes/_response.h 1.1:
23047: * src/classes/response.C 1.1:
23048: * src/include/pa_globals.h 1.8:
23049: * src/include/pa_hash.h 1.25:
23050: * src/include/pa_request.h 1.57:
23051: * src/main/compile.C 1.31:
23052: * src/main/compile.y 1.104:
23053: * src/main/execute.C 1.114:
23054: * src/main/main.dsp 1.58:
23055: * src/main/pa_globals.C 1.8:
23056: * src/main/pa_hash.C 1.21:
23057: * src/main/pa_request.C 1.41:
23058: * src/targets/cgi/parser3.C 1.16:
23059: * src/targets/cgi/parser3.dsp 1.8:
23060: * src/types/pa_value.h 1.18:
23061: * src/types/pa_vhash.h 1.6:
23062: * src/types/pa_vrequest.h 1.3:
23063: * src/types/pa_vresponse.h 1.1:
23064: $response: 0 request::core exception rethrow
23065:
23066: * src/classes/request.C 1.2:
23067: * src/classes/response.C 1.2:
23068: * src/classes/root.C 1.42:
23069: * src/include/pa_common.h 1.13:
23070: * src/include/pa_globals.h 1.10:
23071: * src/include/pa_request.h 1.59:
23072: * src/include/pa_string.h 1.38:
23073: * src/main/pa_common.C 1.13:
23074: * src/main/pa_globals.C 1.12:
23075: * src/main/pa_request.C 1.45:
23076: * src/targets/cgi/parser3.C 1.19:
23077: ^taint 0
23078:
23079: * src/classes/cookie.C 1.2:
23080: * src/types/pa_vcookie.C 1.2:
23081: * src/types/pa_vcookie.h 1.2:
23082: cookie: allowed access to hash-assigned
23083:
23084: * src/include/pa_globals.h 1.9:
23085: * src/main/execute.C 1.115:
23086: * src/main/pa_globals.C 1.9:
23087: * src/main/pa_request.C 1.42:
23088: * src/targets/cgi/parser3.C 1.22:
23089: z
23090:
23091: * src/main/pa_request.C 1.50:
23092: zero length output allowed
23093:
23094: * src/classes/root.C 1.44:
23095: * src/include/pa_globals.h 1.11:
23096: * src/include/pa_string.h 1.39:
23097: * src/main/pa_globals.C 1.13:
23098: * src/main/pa_request.C 1.47:
23099: * src/main/pa_string.C 1.42:
23100: * src/types/pa_value.h 1.19:
23101: * src/types/pa_vhash.h 1.7:
23102: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23103:
23104: * src/classes/root.C 1.43:
23105: * src/main/pa_request.C 1.46:
23106: * src/main/untaint.C 1.4:
23107: * src/targets/cgi/parser3.C 1.20:
23108: taint[uri
23109:
23110: * src/classes/response.C 1.3:
23111: * src/main/pa_request.C 1.49:
23112: * src/types/pa_value.h 1.20:
23113: * src/types/pa_vhash.h 1.8:
23114: * src/types/pa_vresponse.h 1.2:
23115: ^response:clear[]
23116:
23117: * src/classes/root.C 1.45:
23118: * src/main/pa_request.C 1.48:
23119: taint forgotten forced lang switch
23120:
23121: 2001-03-16 paf
23122: * src/include/code.h 1.22:
23123: * src/include/pa_hash.h 1.24:
23124: * src/include/pa_request.h 1.55:
23125: * src/main/compile.y 1.102:
23126: * src/main/execute.C 1.108:
23127: * src/types/pa_value.h 1.15:
23128: * src/types/pa_vhash.h 1.5:
23129: * src/types/pa_vstring.h 1.10:
23130: * src/types/pa_vtable.h 1.4:
23131: * src/types/pa_wcontext.C 1.4:
23132: * src/types/pa_wcontext.h 1.6:
23133: see () and {} param wcontext conflict
23134:
23135: * src/main/execute.C 1.113:
23136: * src/main/main.dsp 1.57:
23137: * src/types/pa_value.h 1.17:
23138: * src/types/pa_vrequest.h 1.2:
23139: native method' class call with less params then needed error reporting
23140:
23141: * src/classes/double.C 1.17:
23142: * src/include/code.h 1.23:
23143: * src/main/compile.y 1.103:
23144: * src/main/compile_tools.C 1.28:
23145: * src/main/compile_tools.h 1.31:
23146: * src/main/execute.C 1.109:
23147: ) and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23148:
23149: * src/main/execute.C 1.107:
23150: * src/types/pa_value.h 1.14:
23151: * src/types/pa_vstateless_object.h 1.3:
23152: * src/types/pa_vstring.h 1.9:
23153: disabled $string.field
23154:
23155: * src/main/execute.C 1.110:
23156: * src/types/pa_vmframe.h 1.7:
23157: if(in "/news/")
23158:
23159: * src/include/pa_globals.h 1.6:
23160: * src/main/execute.C 1.111:
23161: * src/main/pa_globals.C 1.6:
23162: * src/types/pa_value.h 1.16:
23163: * src/types/pa_vcframe.h 1.3:
23164: * src/types/pa_vmframe.h 1.8:
23165: * src/types/pa_wcontext.h 1.7:
23166: $result
23167:
23168: * src/classes/_request.h 1.1:
23169: * src/classes/request.C 1.1:
23170: * src/include/pa_globals.h 1.7:
23171: * src/include/pa_request.h 1.56:
23172: * src/main/execute.C 1.112:
23173: * src/main/main.dsp 1.56:
23174: * src/main/pa_globals.C 1.7:
23175: * src/main/pa_request.C 1.40:
23176: * src/targets/cgi/parser3.C 1.15:
23177: * src/types/pa_vform.C 1.4:
23178: * src/types/pa_vrequest.C 1.1:
23179: * src/types/pa_vrequest.h 1.1:
23180: $request : query :uri
23181:
23182: 2001-03-15 paf
23183: * src/main/compile.y 1.99:
23184: * src/main/pa_request.C 1.37:
23185: * src/targets/cgi/parser3.C 1.13:
23186: * src/types/pa_vstring.h 1.7:
23187: pre-pre-pre-beta cgi under win32 apache pre pre pre works
23188:
23189: * src/main/compile.y 1.100:
23190: * src/main/execute.C 1.105:
23191: z
23192:
23193: * src/main/compile.y 1.101:
23194: * src/main/execute.C 1.106:
23195: * src/main/pa_request.C 1.38:
23196: * src/targets/cgi/parser3.C 1.14:
23197: * src/types/pa_vstring.h 1.8:
23198: @exception
23199:
23200: * src/include/pa_globals.h 1.5:
23201: * src/main/pa_globals.C 1.5:
23202: * src/main/pa_request.C 1.36:
23203: * src/targets/cgi/parser3.C 1.12:
23204: * src/types/pa_vform.C 1.3:
23205: * src/types/pa_vform.h 1.6:
23206: vform fillfields just compiled
23207:
23208: * src/main/pa_request.C 1.39:
23209: news sample
23210:
23211: 2001-03-14 paf
23212: * src/include/core.h 1.16:
23213: * src/include/pa_globals.h 1.1:
23214: * src/include/pa_pool.h 1.33:
23215: * src/include/pa_string.h 1.35:
23216: * src/include/pa_types.h 1.13:
23217: * src/main/compile.y 1.98:
23218: * src/main/core.C 1.69:
23219: * src/main/main.dsp 1.54:
23220: * src/main/pa_globals.C 1.1:
23221: * src/main/pa_request.C 1.31:
23222: * src/targets/cgi/pa_vform.C 1.2:
23223: * src/targets/cgi/parser3.C 1.5:
23224: * src/targets/cgi/parser3.dsp 1.4:
23225: * src/types/pa_value.h 1.13:
23226: * src/types/pa_vform.h 1.3:
23227: * src/types/pa_vunknown.h 1.3:
23228: global handler, exceptions in parser3
23229:
23230: * src/include/pa_globals.h 1.4:
23231: * src/main/pa_globals.C 1.4:
23232: * src/main/pa_request.C 1.34:
23233: * src/targets/cgi/parser3.dsp 1.7:
23234: * src/types/pa_vform.C 1.2:
23235: * src/types/pa_vform.h 1.5:
23236: * src/types/pa_vstring.h 1.6:
23237: limits -1
23238:
23239: * src/include/pa_common.h 1.12:
23240: * src/include/pa_types.h 1.14:
23241: * src/main/pa_request.C 1.32:
23242: * src/targets/cgi/parser3.C 1.7:
23243: PATH_DELIMITER_CHAR
23244:
23245: * src/targets/cgi/parser3.C 1.8:
23246: # if MSVC
23247:
23248: * src/include/pa_globals.h 1.3:
23249: * src/include/pa_request.h 1.53:
23250: * src/include/pa_types.h 1.15:
23251: * src/main/main.dsp 1.55:
23252: * src/main/pa_globals.C 1.3:
23253: * src/main/pa_request.C 1.33:
23254: * src/targets/cgi/parser3.C 1.10:
23255: * src/targets/cgi/parser3.dsp 1.6:
23256: * src/types/pa_vform.C 1.1:
23257: * src/types/pa_vform.h 1.4:
23258: request_info -1
23259:
23260: * src/include/pa_globals.h 1.2:
23261: * src/main/pa_globals.C 1.2:
23262: * src/targets/cgi/parser3.C 1.9:
23263: * src/targets/cgi/parser3.dsp 1.5:
23264: * src/targets/cgi/vform_fields_fill.C 1.1:
23265: * src/targets/cgi/vform_fields_fill.h 1.1:
23266: vform_fields_fill
23267:
23268: * src/include/pa_request.h 1.54:
23269: * src/main/pa_request.C 1.35:
23270: * src/targets/cgi/parser3.C 1.11:
23271: * src/targets/cgi/parser3.C 1.6:
23272: z
23273:
23274: 2001-03-13 paf
23275: * src/main/execute.C 1.101:
23276: * src/types/pa_value.h 1.10:
23277: * src/types/pa_venv.h 1.4:
23278: for future methods of ENV constructor if
23279:
23280: * src/classes/root.C 1.36:
23281: * src/classes/table.C 1.12:
23282: * src/include/pa_exception.h 1.9:
23283: * src/include/pa_pool.h 1.31:
23284: skipped_restructure_exceptions_dead_end
23285:
23286: * src/types/pa_vstateless_class.h 1.1:
23287: file pa_vstateless_class.h was initially added on branch
23288: stateless_class.
23289:
23290: * src/include/code.h 1.21:
23291: * src/include/pa_string.h 1.34:
23292: * src/main/compile.y 1.95:
23293: * src/main/execute.C 1.103:
23294: * src/main/pa_string.C 1.39:
23295: 'value is type' expr operator
23296:
23297: * src/classes/form.C 1.2:
23298: * src/main/compile.y 1.97:
23299: * src/main/core.C 1.68:
23300: * src/types/pa_value.h 1.12:
23301: * src/types/pa_vclass.h 1.9:
23302: * src/types/pa_venv.h 1.7:
23303: * src/types/pa_vform.h 1.2:
23304: * src/types/pa_vstateless_class.C 1.3:
23305: * src/types/pa_vstateless_class.h 1.4:
23306: form:fields removed. use $form.CLASS instead
23307:
23308: * src/types/pa_vstateless_class.C 1.1:
23309: file pa_vstateless_class.C was initially added on branch
23310: stateless_class.
23311:
23312: * src/include/core.h 1.14:
23313: * src/include/pa_common.h 1.10:
23314: * src/include/pa_request.h 1.51:
23315: * src/main/pa_common.C 1.12:
23316: * src/main/pa_request.C 1.29:
23317: * src/targets/cgi/parser3.C 1.3:
23318: before error show with parser
23319:
23320: * src/types/pa_venv.h 1.1:
23321: file pa_venv.h was initially added on branch stateless_class.
23322:
23323: * src/targets/cgi/Makefile.am 1.1:
23324: * src/targets/cgi/pa_pool.C 1.1:
23325: * src/targets/cgi/pa_vform.C 1.1:
23326: * src/targets/cgi/parser.dsp 1.1:
23327: * src/targets/cgi/parser3.C 1.1:
23328: renamed targets/ parser to cgi
23329:
23330: * src/classes/_double.h 1.5:
23331: * src/classes/_double.h [stateless_class] 1.4.8.1:
23332: * src/classes/_env.h 1.4:
23333: * src/classes/_env.h [stateless_class] 1.3.8.1:
23334: * src/classes/_int.h 1.5:
23335: * src/classes/_int.h [stateless_class] 1.4.8.1:
23336: * src/classes/_root.h 1.4:
23337: * src/classes/_root.h [stateless_class] 1.3.8.1:
23338: * src/classes/_string.h 1.6:
23339: * src/classes/_string.h [stateless_class] 1.5.4.1:
23340: * src/classes/_table.h 1.2:
23341: * src/classes/_table.h [stateless_class] 1.1.6.1:
23342: * src/classes/double.C 1.15:
23343: * src/classes/double.C [stateless_class] 1.14.2.1:
23344: * src/classes/env.C 1.5:
23345: * src/classes/env.C [stateless_class] 1.4.8.1:
23346: * src/classes/int.C 1.14:
23347: * src/classes/int.C [stateless_class] 1.13.2.1:
23348: * src/classes/root.C 1.38:
23349: * src/classes/root.C [stateless_class] 1.37.2.1:
23350: * src/classes/string.C 1.10:
23351: * src/classes/string.C [stateless_class] 1.9.4.1:
23352: * src/classes/table.C 1.14:
23353: * src/classes/table.C [stateless_class] 1.13.2.1:
23354: * src/include/pa_request.h 1.46:
23355: * src/include/pa_request.h [stateless_class] 1.45.2.1:
23356: * src/main/compile.C 1.29:
23357: * src/main/compile.C [stateless_class] 1.28.2.1:
23358: * src/main/compile_tools.h 1.30:
23359: * src/main/compile_tools.h [stateless_class] 1.29.8.1:
23360: * src/main/core.C 1.64:
23361: * src/main/core.C [stateless_class] 1.63.6.1:
23362: * src/main/execute.C 1.100:
23363: * src/main/execute.C [stateless_class] 1.99.2.1:
23364: * src/main/main.dsp 1.51:
23365: * src/main/main.dsp [stateless_class] 1.50.6.1:
23366: * src/main/pa_request.C 1.26:
23367: * src/main/pa_request.C [stateless_class] 1.25.2.1:
23368: * src/types/pa_valiased.h 1.3:
23369: * src/types/pa_valiased.h [stateless_class] 1.2.8.1:
23370: * src/types/pa_value.h 1.9:
23371: * src/types/pa_value.h [stateless_class] 1.8.2.1:
23372: * src/types/pa_vclass.C 1.5:
23373: * src/types/pa_vclass.C [stateless_class] 1.4.8.1:
23374: * src/types/pa_vclass.h 1.8:
23375: * src/types/pa_vclass.h [stateless_class] 1.7.6.1:
23376: * src/types/pa_venv.h 1.2:
23377: * src/types/pa_venv.h [stateless_class] 1.1.2.1:
23378: * src/types/pa_vmframe.h 1.6:
23379: * src/types/pa_vmframe.h [stateless_class] 1.5.2.1:
23380: * src/types/pa_vobject.h 1.5:
23381: * src/types/pa_vobject.h [stateless_class] 1.4.8.1:
23382: * src/types/pa_vstateless_class.C 1.2:
23383: * src/types/pa_vstateless_class.C [stateless_class] 1.1.2.1:
23384: * src/types/pa_vstateless_class.h 1.2:
23385: * src/types/pa_vstateless_class.h [stateless_class] 1.1.2.1:
23386: * src/types/pa_vstateless_object.h 1.2:
23387: * src/types/pa_vstateless_object.h [stateless_class] 1.1.8.1:
23388: * src/types/pa_wcontext.h 1.5:
23389: * src/types/pa_wcontext.h [stateless_class] 1.4.4.1:
23390: $ENV: re 0, stateless classes
23391:
23392: * src/include/pa_request.h 1.45:
23393: * src/main/compile.C 1.28:
23394: * src/main/execute.C 1.99:
23395: * src/main/pa_request.C 1.25:
23396: * src/types/pa_value.h 1.8:
23397: * src/types/pa_vmframe.h 1.5:
23398: fixed yesterdays bad decision on execute_static_method
23399:
23400: * src/include/core.h 1.15:
23401: * src/include/pa_common.h 1.11:
23402: * src/include/pa_request.h 1.52:
23403: * src/main/core.C 1.67:
23404: * src/main/execute.C 1.104:
23405: * src/main/main.dsp 1.53:
23406: * src/main/pa_request.C 1.30:
23407: * src/targets/cgi/parser3.C 1.4:
23408: * src/targets/cgi/parser3.dsp 1.3:
23409: * src/types/pa_vform.h 1.1:
23410: started cgi target
23411:
23412: * src/include/pa_request.h 1.47:
23413: * src/types/pa_venv.h 1.3:
23414: $ENV 0.1 stateless class
23415:
23416: * src/classes/_form.h 1.1:
23417: * src/classes/double.C 1.16:
23418: * src/classes/env.C 1.7:
23419: * src/classes/form.C 1.1:
23420: * src/classes/int.C 1.15:
23421: * src/classes/root.C 1.40:
23422: * src/classes/string.C 1.11:
23423: * src/classes/table.C 1.13:
23424: * src/classes/table.C 1.15:
23425: * src/include/core.h 1.13:
23426: * src/include/pa_request.h 1.49:
23427: * src/include/pa_request.h 1.50:
23428: * src/include/pa_types.h 1.12:
23429: * src/main/core.C 1.66:
23430: * src/main/execute.C 1.102:
23431: * src/main/pa_request.C 1.23:
23432: * src/main/pa_request.C 1.24:
23433: * src/main/pa_request.C 1.28:
23434: * src/targets/cgi/parser.dsp 1.2:
23435: * src/targets/cgi/parser3.C 1.2:
23436: * src/targets/cgi/parser3.dsp 1.1:
23437: * src/targets/cgi/parser3.dsp 1.2:
23438: * src/types/pa_vhash.h 1.4:
23439: z
23440:
23441: * src/classes/root.C 1.35:
23442: * src/classes/table.C 1.11:
23443: * src/include/pa_exception.h 1.8:
23444: * src/include/pa_pool.h 1.30:
23445: * src/main/pa_request.C 1.22:
23446: restructure_exceptions_dead_end
23447:
23448: * src/classes/root.C 1.34:
23449: * src/main/compile.y 1.94:
23450: ^if required junctions. allowed ; inside {} to break params
23451:
23452: * src/classes/_env.h 1.5:
23453: * src/classes/env.C 1.6:
23454: * src/classes/root.C 1.39:
23455: * src/include/core.h 1.12:
23456: * src/include/pa_pool.h 1.32:
23457: * src/include/pa_request.h 1.48:
23458: * src/main/compile.C 1.30:
23459: * src/main/compile.y 1.96:
23460: * src/main/core.C 1.65:
23461: * src/main/main.dsp 1.52:
23462: * src/main/pa_common.C 1.11:
23463: * src/main/pa_request.C 1.27:
23464: * src/types/pa_value.h 1.11:
23465: * src/types/pa_venv.h 1.6:
23466: * src/types/pa_vstateless_class.h 1.3:
23467: started $form: [historical moment :)]
23468:
23469: * src/types/pa_venv.h 1.5:
23470: $ENV 1
23471:
23472: * src/classes/double.C 1.14:
23473: * src/classes/int.C 1.13:
23474: * src/classes/root.C 1.37:
23475: * src/types/pa_vdouble.h 1.7:
23476: * src/types/pa_vint.h 1.8:
23477: Int,Double dec mul div mod
23478:
23479: 2001-03-12 paf
23480: * src/classes/_string.h 1.5:
23481: * src/classes/double.C 1.13:
23482: * src/classes/int.C 1.12:
23483: * src/classes/string.C 1.9:
23484: * src/main/execute.C 1.98:
23485: * src/types/pa_wcontext.h 1.4:
23486: int doube string ^format
23487:
23488: * src/classes/root.C 1.19:
23489: * src/types/pa_vclass.h 1.4:
23490: process temp main zeroing
23491:
23492: * src/classes/root.C 1.30:
23493: * src/classes/table.C 1.6:
23494: * src/types/pa_vtable.h 1.2:
23495: table ^offset ^line ^count
23496:
23497: * src/classes/root.C 1.28:
23498: * src/classes/table.C 1.5:
23499: ^use
23500:
23501: * src/main/execute.C [other_construction_strategy_test] 1.97.2.1:
23502: * src/types/pa_wcontext.h [other_construction_strategy_test] 1.3.2.1:
23503: constructing flag not 'bad' but not 'enough'
23504:
23505: * src/classes/root.C 1.27:
23506: * src/classes/table.C 1.4:
23507: * src/include/pa_request.h 1.44:
23508: * src/main/compile.y 1.92:
23509: * src/main/core.C 1.62:
23510: * src/main/execute.C 1.96:
23511: * src/types/pa_vclass.h 1.7:
23512: * src/types/pa_wcontext.C 1.3:
23513: * src/types/pa_wcontext.h 1.3:
23514: * src/types/pa_wwrapper.h 1.3:
23515: while. switched off wcontext.constructing after write(value) or
23516: auto-vhash-constructing
23517:
23518: * src/classes/table.C 1.8:
23519: table ^empty
23520:
23521: * src/classes/root.C 1.33:
23522: ^eval
23523:
23524: * src/classes/root.C 1.26:
23525: * src/classes/table.C 1.3:
23526: * src/include/pa_request.h 1.43:
23527: * src/main/pa_request.C 1.20:
23528: fail_if_junction_ helper func
23529:
23530: * src/classes/root.C 1.23:
23531: * src/include/core.h 1.11:
23532: * src/include/pa_array.h 1.23:
23533: * src/include/pa_request.h 1.41:
23534: * src/include/pa_table.h 1.11:
23535: * src/main/core.C 1.60:
23536: * src/main/main.dsp 1.49:
23537: * src/main/pa_request.C 1.17:
23538: * src/main/pa_table.C 1.12:
23539: * src/types/pa_value.h 1.6:
23540: * src/types/pa_vclass.C 1.4:
23541: * src/types/pa_vclass.h 1.6:
23542: * src/types/pa_vdouble.h 1.5:
23543: * src/types/pa_vint.h 1.5:
23544: * src/types/pa_vmframe.h 1.4:
23545: * src/types/pa_vstring.h 1.5:
23546: freeze, ^table:create[] -1
23547:
23548: * src/types/pa_vtable.h 1.1:
23549: table: no, better with string in cells...
23550:
23551: * src/classes/root.C 1.21:
23552: * src/main/execute.C 1.93:
23553: * src/types/pa_vclass.h 1.5:
23554: used get_method in couple places optimizing them
23555:
1.39 paf 23556: * src/classes/_table.h 1.1:
23557: * src/classes/root.C 1.20:
23558: * src/classes/root.C 1.22:
23559: * src/classes/table.C 1.1:
23560: * src/include/pa_array.h [table_with_charp_in_cells_dead_end] 1.23.2.1:
23561: * src/include/pa_table.h [table_with_charp_in_cells_dead_end] 1.12.2.1:
23562: * src/main/pa_table.C [table_with_charp_in_cells_dead_end] 1.13.2.1:
23563: * src/main/untaint.C 1.1:
23564: * src/types/pa_value.h 1.5:
23565: z
23566:
1.15 paf 23567: * src/classes/double.C 1.10:
23568: * src/classes/int.C 1.10:
23569: * src/classes/root.C 1.18:
23570: * src/classes/string.C 1.7:
23571: * src/include/pa_common.h 1.6:
23572: * src/include/pa_request.h 1.40:
23573: * src/include/pa_string.h 1.32:
23574: * src/include/pa_types.h 1.10:
23575: * src/main/compile.C 1.27:
23576: * src/main/compile.y 1.91:
23577: * src/main/compile_tools.h 1.29:
23578: * src/main/execute.C 1.92:
23579: * src/main/pa_common.C 1.7:
23580: * src/main/pa_request.C 1.16:
23581: * src/types/pa_value.h 1.4:
23582: * src/types/pa_vmframe.h 1.3:
23583: process. actual names to store param and
23584: check_actual_numbered_params for better place diagnostics
23585:
23586: * src/classes/root.C 1.25:
23587: * src/classes/table.C 1.2:
23588: * src/include/pa_common.h 1.8:
23589: * src/include/pa_request.h 1.42:
23590: * src/main/execute.C 1.95:
23591: * src/main/main.dsp 1.50:
23592: * src/main/pa_common.C 1.9:
23593: * src/main/pa_request.C 1.19:
23594: ^process error point by actual method_name, not source.
23595: ^load
23596:
23597: * src/classes/table.C 1.7:
23598: * src/include/pa_table.h 1.13:
23599: table ^menu
23600:
23601: * src/classes/root.C 1.29:
23602: ^round() ^floor() ^ceiling() ^abs() ^sign()
23603:
23604: * src/classes/double.C 1.11:
23605: * src/classes/int.C 1.11:
23606: * src/classes/root.C 1.31:
23607: * src/classes/string.C 1.8:
23608: * src/classes/table.C 1.9:
23609: * src/main/core.C 1.63:
23610: * src/main/execute.C 1.97:
23611: * src/types/pa_vint.h 1.6:
23612: ^for
23613:
23614: * src/classes/double.C 1.12:
23615: * src/classes/root.C 1.32:
23616: * src/classes/table.C 1.10:
23617: * src/include/pa_common.h 1.9:
23618: * src/include/pa_types.h 1.11:
23619: * src/main/compile.y 1.93:
23620: * src/main/pa_common.C 1.10:
23621: * src/main/pa_request.C 1.21:
23622: * src/main/untaint.C 1.2:
23623: * src/types/pa_vdouble.h 1.6:
23624: * src/types/pa_vint.h 1.7:
23625: * src/types/pa_vtable.h 1.3:
23626: * src/types/pa_wwrapper.h 1.4:
23627: think constructing flag as is is bad
23628:
23629: * src/classes/root.C 1.24:
23630: * src/include/pa_common.h 1.7:
23631: * src/include/pa_string.h 1.33:
23632: * src/include/pa_table.h 1.12:
23633: * src/main/core.C 1.61:
23634: * src/main/execute.C 1.94:
23635: * src/main/pa_common.C 1.8:
23636: * src/main/pa_request.C 1.18:
23637: * src/main/pa_table.C 1.13:
23638: * src/types/pa_value.h 1.7:
23639: table:set 0
23640:
23641: 2001-03-11 paf
23642: * src/classes/double.C 1.8:
23643: * src/classes/int.C 1.8:
23644: * src/classes/root.C 1.14:
23645: * src/include/pa_request.h 1.38:
23646: * src/main/execute.C 1.90:
23647: intercept_string
23648:
23649: * src/classes/double.C 1.6:
23650: * src/classes/int.C 1.6:
23651: * src/include/pa_request.h 1.37:
23652: ^inc-s(expr)
23653:
23654: * src/include/pa_valiased.h 1.4:
23655: * src/include/pa_value.h 1.51:
23656: * src/include/pa_vbool.h 1.8:
23657: * src/include/pa_vcframe.h 1.8:
23658: * src/include/pa_vclass.h 1.30:
23659: * src/include/pa_vdouble.h 1.13:
23660: * src/include/pa_vhash.h 1.13:
23661: * src/include/pa_vint.h 1.5:
23662: * src/include/pa_vjunction.h 1.9:
23663: * src/include/pa_vmframe.h 1.24:
23664: * src/include/pa_vobject.h 1.18:
23665: * src/include/pa_vstring.h 1.18:
23666: * src/include/pa_vunknown.h 1.10:
23667: * src/include/pa_wcontext.h 1.29:
23668: * src/include/pa_wwrapper.h 1.14:
23669: * src/main/compile.y 1.88:
23670: * src/main/core.C 1.55:
23671: * src/main/main.dsp 1.44:
23672: * src/main/pa_cframe.C 1.6:
23673: * src/main/pa_request.C 1.11:
23674: * src/main/pa_value.C 1.8:
23675: * src/main/pa_vclass.C 1.5:
23676: * src/main/pa_wcontext.C 1.11:
23677: * src/types/pa_valiased.h 1.1:
23678: * src/types/pa_value.h 1.1:
23679: * src/types/pa_vbool.h 1.1:
23680: * src/types/pa_vcframe.h 1.1:
23681: * src/types/pa_vclass.C 1.1:
23682: * src/types/pa_vclass.h 1.1:
23683: * src/types/pa_vdouble.h 1.1:
23684: * src/types/pa_vhash.h 1.1:
23685: * src/types/pa_vint.h 1.1:
23686: * src/types/pa_vjunction.h 1.1:
23687: * src/types/pa_vmframe.h 1.1:
23688: * src/types/pa_vobject.h 1.1:
23689: * src/types/pa_vstring.h 1.1:
23690: * src/types/pa_vunknown.h 1.1:
23691: * src/types/pa_wcontext.C 1.1:
23692: * src/types/pa_wcontext.h 1.1:
23693: * src/types/pa_wwrapper.h 1.1:
23694: splitted types from include/
23695:
23696: * src/main/main.dsp 1.47:
23697: * src/types/pa_value.h 1.3:
23698: * src/types/pa_vdouble.h 1.3:
23699: * src/types/pa_vint.h 1.3:
23700: * src/types/pa_vobject.h 1.3:
23701: * src/types/pa_vstring.h 1.3:
23702: VString VDouble VInt base now VObject_base - without fields
23703:
23704: * src/include/core.h 1.7:
23705: * src/include/pa_request.h 1.35:
23706: * src/main/core.C 1.56:
23707: * src/main/main.dsp 1.45:
23708: * src/main/pa_request.C 1.12:
23709: renamed AUTO: to MAIN:
23710:
23711: * src/classes/double.C 1.9:
23712: * src/classes/int.C 1.9:
23713: * src/classes/root.C 1.15:
23714: * src/classes/string.C 1.6:
23715: * src/include/core.h 1.9:
23716: * src/include/pa_hash.h 1.23:
23717: * src/include/pa_pool.h 1.29:
23718: * src/include/pa_request.h 1.39:
23719: * src/include/pa_string.h 1.31:
23720: * src/main/compile.C 1.26:
23721: * src/main/core.C 1.58:
23722: * src/main/pa_request.C 1.15:
23723: ^untaint 0
23724:
23725: * src/classes/root.C 1.17:
23726: * src/main/execute.C 1.91:
23727: * src/main/main.dsp 1.48:
23728: setname for method-junctions bug fixed
23729:
23730: * src/types/pa_vdouble.h 1.4:
23731: * src/types/pa_vint.h 1.4:
23732: * src/types/pa_vobject.h 1.4:
23733: * src/types/pa_vstateless_object.h 1.1:
23734: * src/types/pa_vstring.h 1.4:
23735: stateless_object
23736:
23737: * src/classes/root.C 1.16:
23738: * src/include/core.h 1.10:
23739: * src/main/core.C 1.59:
23740: * src/main/pa_request.C 1.13:
23741: * src/types/pa_vhash.h 1.2:
23742: z
23743:
23744: * src/classes/_double.h 1.4:
23745: * src/classes/_env.h 1.3:
23746: * src/classes/_int.h 1.4:
23747: * src/classes/_root.h 1.3:
23748: * src/classes/_string.h 1.4:
23749: * src/classes/double.C 1.5:
23750: * src/classes/env.C 1.4:
23751: * src/classes/int.C 1.5:
23752: * src/classes/root.C 1.12:
23753: * src/classes/string.C 1.5:
23754: * src/include/code.h 1.20:
23755: * src/include/core.h 1.8:
23756: * src/include/pa_array.h 1.22:
23757: * src/include/pa_common.h 1.5:
23758: * src/include/pa_exception.h 1.7:
23759: * src/include/pa_hash.h 1.22:
23760: * src/include/pa_pool.h 1.28:
23761: * src/include/pa_request.h 1.36:
23762: * src/include/pa_stack.h 1.6:
23763: * src/include/pa_string.h 1.30:
23764: * src/include/pa_table.h 1.10:
23765: * src/include/pa_threads.h 1.6:
23766: * src/include/pa_types.h 1.9:
23767: * src/main/compile.C 1.25:
23768: * src/main/compile.y 1.89:
23769: * src/main/compile_tools.C 1.26:
23770: * src/main/compile_tools.h 1.27:
23771: * src/main/core.C 1.57:
23772: * src/main/execute.C 1.89:
23773: * src/main/pa_array.C 1.22:
23774: * src/main/pa_common.C 1.6:
23775: * src/main/pa_exception.C 1.6:
23776: * src/main/pa_hash.C 1.20:
23777: * src/main/pa_pool.C 1.11:
23778: * src/main/pa_request.C 1.14:
23779: * src/main/pa_string.C 1.37:
23780: * src/main/pa_table.C 1.11:
23781: * src/types/pa_valiased.h 1.2:
23782: * src/types/pa_value.h 1.2:
23783: * src/types/pa_vbool.h 1.2:
23784: * src/types/pa_vcframe.h 1.2:
23785: * src/types/pa_vclass.C 1.2:
23786: * src/types/pa_vclass.h 1.2:
23787: * src/types/pa_vdouble.h 1.2:
23788: * src/types/pa_vhash.h 1.3:
23789: * src/types/pa_vint.h 1.2:
23790: * src/types/pa_vjunction.h 1.2:
23791: * src/types/pa_vmframe.h 1.2:
23792: * src/types/pa_vobject.h 1.2:
23793: * src/types/pa_vstring.h 1.2:
23794: * src/types/pa_vunknown.h 1.2:
23795: * src/types/pa_wcontext.C 1.2:
23796: * src/types/pa_wcontext.h 1.2:
23797: * src/types/pa_wwrapper.h 1.2:
23798: headers updated
23799:
23800: * src/classes/double.C 1.7:
23801: * src/classes/int.C 1.7:
23802: * src/classes/root.C 1.13:
23803: * src/types/pa_vclass.C 1.3:
23804: * src/types/pa_vclass.h 1.3:
23805: add_native_method helper
23806:
23807: 2001-03-10 paf
23808: * src/include/core.h 1.4:
23809: * src/include/pa_request.h 1.30:
23810: * src/main/compile.y 1.85:
23811: * src/main/core.C 1.52:
23812: * src/main/pa_request.C 1.6:
23813: names to core.C
23814:
23815: * src/classes/_env.h 1.1:
23816: * src/classes/env.C 1.1:
23817: * src/classes/root.C 1.8:
23818: * src/include/pa_request.h 1.23:
23819: * src/include/pa_vclass.h 1.27:
23820: * src/main/core.C 1.49:
23821: * src/main/main.dsp 1.42:
23822: env0
23823:
23824: * src/include/code.h 1.18:
23825: * src/include/pa_request.h 1.28:
23826: * src/include/pa_vint.h 1.3:
23827: * src/include/pa_vjunction.h 1.7:
23828: * src/include/pa_vstring.h 1.16:
23829: * src/main/compile.y 1.84:
23830: * src/main/compile_tools.C 1.24:
23831: * src/main/compile_tools.h 1.25:
23832: * src/main/execute.C 1.86:
23833: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23834:
23835: * src/include/core.h 1.2:
23836: * src/include/pa_array.h 1.20:
23837: * src/include/pa_hash.h 1.20:
23838: * src/include/pa_request.h 1.24:
23839: * src/include/pa_value.h 1.49:
23840: * src/include/pa_vcframe.h 1.6:
23841: * src/include/pa_vdouble.h 1.11:
23842: * src/include/pa_vint.h 1.2:
23843: * src/include/pa_vstring.h 1.15:
23844: * src/include/pa_vunknown.h 1.8:
23845: * src/include/pa_wcontext.h 1.26:
23846: * src/main/compile.y 1.82:
23847: * src/main/compile_tools.C 1.23:
23848: * src/main/compile_tools.h 1.24:
23849: * src/main/core.C 1.50:
23850: * src/main/execute.C 1.82:
23851: * src/main/main.dsp 1.43:
23852: * src/main/pa_cframe.C 1.4:
23853: * src/main/pa_request.C 1.3:
23854: * src/main/pa_wcontext.C 1.8:
23855: const fight finished
23856:
23857: * src/include/core.h 1.6:
23858: * src/include/pa_request.h 1.34:
23859: * src/main/core.C 1.54:
23860: * src/main/pa_request.C 1.10:
23861: run+auto=run
23862:
23863: * src/include/pa_request.h 1.27:
23864: * src/main/execute.C 1.85:
23865: * src/main/pa_request.C 1.4:
23866: @auto[] realised. auto.p scan togo
23867:
23868: * src/classes/double.C 1.3:
23869: * src/classes/int.C 1.3:
23870: * src/classes/root.C 1.9:
23871: * src/classes/string.C 1.3:
23872: * src/include/pa_request.h 1.25:
23873: * src/include/pa_string.h 1.28:
23874: * src/include/pa_wcontext.h 1.27:
23875: * src/main/compile.y 1.83:
23876: * src/main/execute.C 1.83:
23877: * src/main/pa_string.C 1.35:
23878: * src/main/pa_wcontext.C 1.9:
23879: tainting 0
23880:
23881: * src/classes/_double.h 1.2:
23882: * src/classes/_int.h 1.2:
23883: * src/classes/_root.h 1.1:
23884: * src/classes/_string.h 1.2:
23885: * src/classes/double.C 1.2:
23886: * src/classes/int.C 1.2:
23887: * src/classes/root.C 1.7:
23888: * src/classes/string.C 1.2:
23889: * src/include/pa_request.h 1.22:
23890: * src/include/pa_string.h 1.27:
23891: * src/include/pa_types.h 1.7:
23892: * src/include/pa_vcframe.h 1.5:
23893: * src/include/pa_wcontext.h 1.25:
23894: * src/main/core.C 1.48:
23895: * src/main/main.dsp 1.41:
23896: * src/main/pa_cframe.C 1.3:
23897: * src/main/pa_string.C 1.34:
23898: * src/main/pa_vclass.C 1.3:
23899: * src/main/pa_wcontext.C 1.7:
23900: ^lang prepare0
23901:
23902: * src/include/pa_request.h 1.31:
23903: * src/main/compile.C 1.23:
23904: * src/main/compile.y 1.86:
23905: * src/main/pa_request.C 1.7:
23906: auto tree0
23907:
23908: * src/classes/env.C 1.2:
23909: env:file/line
23910:
23911: * src/include/pa_vclass.h 1.28:
23912: const fight to go
23913:
1.39 paf 23914: * src/include/pa_request.h 1.26:
23915: * src/main/execute.C 1.84:
23916: autocalc code-junctions result now have names
23917:
1.15 paf 23918: * src/include/core.h 1.3:
23919: * src/include/pa_common.h 1.3:
23920: * src/include/pa_pool.h 1.26:
23921: * src/include/pa_request.h 1.29:
23922: * src/main/core.C 1.51:
23923: * src/main/execute.C 1.87:
23924: * src/main/pa_common.C 1.4:
23925: * src/main/pa_request.C 1.5:
23926: root auto.p loaded
23927:
23928: * src/classes/root.C 1.11:
23929: * src/include/pa_request.h 1.33:
23930: minor if junction bug
23931:
23932: * src/main/pa_request.C 1.8:
23933: auto..
23934:
23935: * src/classes/_double.h 1.3:
23936: * src/classes/_env.h 1.2:
23937: * src/classes/_int.h 1.3:
23938: * src/classes/_root.h 1.2:
23939: * src/classes/_string.h 1.3:
23940: * src/classes/double.C 1.4:
23941: * src/classes/env.C 1.3:
23942: * src/classes/int.C 1.4:
23943: * src/classes/root.C 1.10:
23944: * src/classes/string.C 1.4:
23945: * src/include/code.h 1.19:
23946: * src/include/core.h 1.5:
23947: * src/include/pa_array.h 1.21:
23948: * src/include/pa_common.h 1.4:
23949: * src/include/pa_exception.h 1.6:
23950: * src/include/pa_hash.h 1.21:
23951: * src/include/pa_pool.h 1.27:
23952: * src/include/pa_request.h 1.32:
23953: * src/include/pa_stack.h 1.5:
23954: * src/include/pa_string.h 1.29:
23955: * src/include/pa_table.h 1.9:
23956: * src/include/pa_threads.h 1.5:
23957: * src/include/pa_types.h 1.8:
23958: * src/include/pa_valiased.h 1.3:
23959: * src/include/pa_value.h 1.50:
23960: * src/include/pa_vbool.h 1.7:
23961: * src/include/pa_vcframe.h 1.7:
23962: * src/include/pa_vclass.h 1.29:
23963: * src/include/pa_vdouble.h 1.12:
23964: * src/include/pa_vhash.h 1.12:
23965: * src/include/pa_vint.h 1.4:
23966: * src/include/pa_vjunction.h 1.8:
23967: * src/include/pa_vmframe.h 1.23:
23968: * src/include/pa_vobject.h 1.17:
23969: * src/include/pa_vstring.h 1.17:
23970: * src/include/pa_vunknown.h 1.9:
23971: * src/include/pa_wcontext.h 1.28:
23972: * src/include/pa_wwrapper.h 1.13:
23973: * src/main/compile.C 1.24:
23974: * src/main/compile.y 1.87:
23975: * src/main/compile_tools.C 1.25:
23976: * src/main/compile_tools.h 1.26:
23977: * src/main/core.C 1.53:
23978: * src/main/execute.C 1.88:
23979: * src/main/pa_array.C 1.21:
23980: * src/main/pa_cframe.C 1.5:
23981: * src/main/pa_common.C 1.5:
23982: * src/main/pa_exception.C 1.5:
23983: * src/main/pa_hash.C 1.19:
23984: * src/main/pa_pool.C 1.10:
23985: * src/main/pa_request.C 1.9:
23986: * src/main/pa_string.C 1.36:
23987: * src/main/pa_table.C 1.10:
23988: * src/main/pa_value.C 1.7:
23989: * src/main/pa_vclass.C 1.4:
23990: * src/main/pa_wcontext.C 1.10:
23991: sources header
23992:
23993: 2001-03-09 paf
23994: * src/classes/root.C [before_string_to_object_attempt] 1.4.4.1:
23995: * src/include/pa_request.h [before_string_to_object_attempt] 1.20.4.1:
23996: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.2:
23997: ^string.length[]
23998:
23999: * src/classes/root.C 1.5:
24000: * src/include/pa_request.h 1.21:
24001: * src/include/pa_vclass.h 1.26:
24002: * src/include/pa_vhash.h 1.11:
24003: * src/include/pa_vmframe.h 1.20:
24004: * src/include/pa_vobject.h 1.15:
24005: * src/include/pa_vstring.h 1.13:
24006: * src/include/pa_wcontext.h 1.24:
24007: * src/main/compile.y 1.80:
24008: * src/main/core.C 1.46:
24009: * src/main/execute.C 1.79:
24010: * src/main/main.dsp 1.39:
24011: .
24012:
24013: * src/include/pa_vmframe.h 1.22:
24014: * src/main/compile.C 1.22:
24015: * src/main/execute.C 1.81:
24016: expr construct proper naming
24017:
24018: * src/classes/_double.h 1.1:
24019: * src/classes/_int.h 1.1:
24020: * src/classes/_string.h 1.1:
24021: * src/classes/double.C 1.1:
24022: * src/classes/int.C 1.1:
24023: * src/classes/root.C 1.6:
24024: * src/classes/string.C 1.1:
24025: * src/include/code.h 1.17:
24026: * src/include/pa_value.h 1.48:
24027: * src/include/pa_vbool.h 1.6:
24028: * src/include/pa_vdouble.h 1.10:
24029: * src/include/pa_vint.h 1.1:
24030: * src/include/pa_vmframe.h 1.21:
24031: * src/include/pa_vobject.h 1.16:
24032: * src/include/pa_vstring.h 1.14:
24033: * src/main/compile.y 1.81:
24034: * src/main/compile_tools.C 1.22:
24035: * src/main/core.C 1.47:
24036: * src/main/execute.C 1.80:
24037: * src/main/main.dsp 1.40:
24038: Int and Double classes with ^int[] and ^double[]. fixed expr type
24039:
24040: 2001-03-08 paf
24041: * src/include/pa_request.h 1.18:
24042: * src/include/pa_value.h 1.44:
24043: * src/include/pa_vcframe.h 1.4:
24044: * src/include/pa_vmframe.h 1.16:
24045: * src/include/pa_wcontext.h 1.23:
24046: * src/main/compile.C 1.21:
24047: * src/main/compile.y 1.76:
24048: * src/main/core.C 1.45:
24049: * src/main/execute.C 1.70:
24050: * src/main/pa_cframe.C 1.2:
24051: * src/main/pa_wcontext.C 1.5:
24052: 'if' just compiled
24053:
24054: * src/main/pa_vclass.C 1.2:
24055: that were ok... [vclass were out of vcs]
24056:
24057: * src/include/pa_value.h 1.43:
24058: * src/include/pa_vmframe.h 1.14:
24059: * src/main/compile.y 1.75:
24060: * src/main/core.C 1.44:
24061: * src/main/execute.C 1.68:
24062: * src/main/main.dsp 1.37:
24063: z. detected probs with parameter names in operator methods
24064:
24065: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.2:
24066: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.2:
24067: * src/include/pa_wcontext.h [before_string_to_object_attempt] 1.23.4.1:
24068: * src/main/compile.y [before_string_to_object_attempt] 1.79.2.1:
24069: * src/main/core.C [before_string_to_object_attempt] 1.45.4.1:
24070: * src/main/execute.C [before_string_to_object_attempt] 1.78.2.1:
24071: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.2:
24072: dead end: vstring can't be derivated from vobject
24073:
24074: * src/include/pa_request.h 1.17:
24075: * src/main/compile.C 1.20:
24076: * src/main/compile.y 1.73:
24077: * src/main/core.C 1.43:
24078: * src/main/main.dsp 1.36:
24079: introducing ROOT_CLASS.
24080: it's default @BASE.
24081: changed 'RUN' assignment mech
24082:
24083: * src/main/execute.C 1.64:
24084: root root in code-junction
24085:
24086: * src/include/pa_bool.h 1.2:
24087: * src/include/pa_double.h 1.2:
24088: * src/include/pa_value.h 1.47:
24089: * src/include/pa_vbool.h 1.5:
24090: * src/include/pa_vclass.h 1.24:
24091: * src/include/pa_vdouble.h 1.9:
24092: * src/include/pa_vhash.h 1.9:
24093: * src/include/pa_vjunction.h 1.6:
24094: * src/include/pa_vmframe.h 1.19:
24095: * src/include/pa_vobject.h 1.13:
24096: * src/include/pa_vstring.h 1.12:
24097: * src/include/pa_vunknown.h 1.7:
24098: * src/main/compile.y 1.79:
24099: * src/main/compile_tools.C 1.21:
24100: * src/main/execute.C 1.78:
24101: withoud cloning. didn't need it actually, params got passed
24102: from out unnamed ewpool
24103:
24104: * src/include/code.h 1.16:
24105: * src/main/compile.y 1.72:
24106: * src/main/compile_tools.C 1.19:
24107: * src/main/compile_tools.h 1.23:
24108: * src/main/execute.C 1.66:
24109: made class: dynamic, not static. so to enable runtime ^use
24110:
24111: * src/include/code.h 1.15:
24112: * src/main/compile.y 1.70:
24113: * src/main/compile_tools.C 1.18:
24114: * src/main/execute.C 1.65:
24115: joined 2 into one OP_CODE__STORE_PARAM
24116:
24117: * src/main/execute.C 1.74:
24118: fixed problems calling operators in constructors
24119:
24120: * src/classes/root.C 1.2:
24121: * src/include/pa_request.h 1.19:
24122: * src/include/pa_value.h 1.45:
24123: * src/include/pa_vbool.h 1.3:
24124: * src/include/pa_wwrapper.h 1.12:
24125: * src/main/execute.C 1.71:
24126: ^if 0
24127:
24128: * src/main/pa_vclass.C 1.1:
24129: wow! vclass were out of vcs
24130:
24131: * src/classes/root.C 1.4:
24132: * src/include/pa_stack.h 1.4:
24133: * src/main/execute.C 1.73:
24134: detected problems calling operators in constructors
24135:
24136: * src/main/compile.y 1.74:
24137: minor renamings in .y
24138:
24139: * src/include/pa_vdouble.h 1.8:
24140: * src/include/pa_vhash.h 1.8:
24141: * src/include/pa_vjunction.h 1.5:
24142: * src/include/pa_vobject.h 1.12:
24143: * src/include/pa_vunknown.h 1.6:
24144: * src/main/compile.y 1.78:
24145: cloning dead end
24146:
24147: * src/include/pa_vmframe.h [before_string_to_object_attempt] 1.19.2.1:
24148: fixed forgotten method_frame my check
24149:
24150: * src/classes/root.C 1.1:
24151: added root.c
24152:
24153: * src/include/pa_vbool.h 1.2:
24154: * src/include/pa_vclass.h [before_string_to_object_attempt] 1.25.2.1:
24155: * src/include/pa_vdouble.h 1.6:
24156: * src/include/pa_vhash.h [before_string_to_object_attempt] 1.10.2.1:
24157: * src/include/pa_vjunction.h 1.3:
24158: * src/include/pa_vmframe.h 1.15:
24159: * src/include/pa_vobject.h [before_string_to_object_attempt] 1.14.2.1:
24160: * src/include/pa_vstring.h 1.10:
24161: * src/include/pa_vstring.h [before_string_to_object_attempt] 1.12.2.1:
24162: * src/include/pa_wcontext.h 1.22:
24163: * src/main/execute.C 1.67:
24164: * src/main/execute.C 1.69:
24165: * src/main/execute.C 1.75:
24166: * src/main/main.dsp [before_string_to_object_attempt] 1.38.4.1:
24167: * src/main/pa_wcontext.C 1.4:
24168: * src/main/pa_wcontext.C 1.6:
24169: z
24170:
24171: * src/main/compile.y 1.71:
24172: minor grammar bug with OP_CODE__STORE_PARAM
24173:
24174: * src/include/pa_bool.h 1.1:
24175: * src/include/pa_double.h 1.1:
24176: * src/include/pa_valiased.h 1.2:
24177: * src/include/pa_value.h 1.46:
24178: * src/include/pa_vbool.h 1.4:
24179: * src/include/pa_vclass.h 1.23:
24180: * src/include/pa_vdouble.h 1.7:
24181: * src/include/pa_vhash.h 1.7:
24182: * src/include/pa_vjunction.h 1.4:
24183: * src/include/pa_vmframe.h 1.18:
24184: * src/include/pa_vobject.h 1.11:
24185: * src/include/pa_vstring.h 1.11:
24186: * src/include/pa_vunknown.h 1.5:
24187: * src/main/compile.y 1.77:
24188: * src/main/compile_tools.C 1.20:
24189: * src/main/execute.C 1.77:
24190: * src/main/main.dsp 1.38:
24191: * src/main/pa_value.C 1.6:
24192: value.cloning so to give params proper names
24193:
24194: * src/classes/root.C 1.3:
24195: * src/include/pa_request.h 1.20:
24196: * src/main/execute.C 1.72:
24197: autocalc def to string
24198:
24199: * src/include/pa_vmframe.h 1.17:
24200: * src/main/execute.C 1.76:
24201: added names to unknown values in get_element and unfilled
24202: params. removed wrong name change in get_element
24203:
24204: * src/include/pa_vclass.h 1.25:
24205: * src/include/pa_vhash.h 1.10:
24206: * src/include/pa_vobject.h 1.14:
24207: removes some remained clone conseqs
24208:
24209: 2001-03-07 paf
24210: * src/include/pa_hash.h 1.19:
24211: * src/include/pa_value.h 1.40:
24212: * src/include/pa_vhash.h 1.4:
24213: * src/include/pa_vunknown.h 1.4:
24214: * src/main/compile.y 1.67:
24215: * src/main/execute.C 1.62:
24216: * src/main/pa_hash.C 1.18:
24217: expr def in -f
24218:
24219: * src/main/compile.y 1.65:
24220: * src/main/execute.C 1.60:
24221: * src/main/pa_string.C 1.33:
24222: bug in string.cmp fixed
24223:
24224: * src/main/compile.y 1.68:
24225: .y priorities syntax shaped up a bit
24226:
24227: * src/main/compile.y 1.64:
24228: expr quoted code
24229:
24230: * src/main/execute.C 1.57:
24231: ^var.menu{$field} problem detected. that $field not a $var.field
24232:
24233: * src/main/compile.y 1.69:
24234: * src/main/compile_tools.h 1.22:
24235: ^func(params)
24236:
1.39 paf 24237: * src/main/compile.y 1.63:
24238: * src/main/execute.C 1.59:
24239: expr whitespace solved. added "" support0
24240:
1.15 paf 24241: * src/include/pa_value.h 1.42:
24242: * src/include/pa_vclass.h 1.22:
24243: * src/include/pa_vhash.h 1.6:
24244: * src/include/pa_vmframe.h 1.13:
24245: * src/include/pa_vobject.h 1.10:
24246: * src/include/pa_wwrapper.h 1.11:
24247: const in Value.get_element
24248:
24249: * src/include/pa_string.h 1.26:
24250: * src/main/compile.y 1.61:
24251: * src/main/execute.C 1.58:
24252: * src/main/pa_string.C 1.32:
24253: just compiled lt&co
24254:
24255: * src/include/pa_stack.h 1.3:
24256: * src/include/pa_value.h 1.41:
24257: * src/include/pa_vclass.h 1.21:
24258: * src/include/pa_vhash.h 1.5:
24259: * src/include/pa_vmframe.h 1.12:
24260: * src/include/pa_vobject.h 1.9:
24261: * src/include/pa_wwrapper.h 1.10:
24262: * src/main/execute.C 1.63:
24263: fixed rwcontext of {} params up
24264:
24265: * src/main/compile.y 1.62:
24266: expr string comparisons 0
24267:
24268: * src/main/compile.y 1.66:
24269: * src/main/execute.C 1.61:
24270: expr calls
24271:
24272: 2001-03-06 paf
24273: * src/include/pa_vbool.h 1.1:
24274: forgot this
24275:
24276: * src/main/compile.y 1.51:
24277: expr lexx1
24278:
24279: * src/include/code.h 1.14:
24280: * src/main/compile.y 1.59:
24281: * src/main/execute.C 1.56:
24282: 1 problems with skipping whitespace in yylex fixed
24283: 2 xors: # bitwise ## logical
24284:
24285: * src/include/code.h 1.11:
24286: * src/include/pa_valiased.h 1.1:
24287: * src/include/pa_value.h 1.37:
24288: * src/include/pa_vdouble.h 1.1:
24289: * src/include/pa_vstring.h 1.6:
24290: * src/main/compile.y 1.49:
24291: * src/main/execute.C 1.49:
24292: expr lex0 exec-1
24293:
24294: * src/main/compile.y 1.52:
24295: expr grammar-1
24296:
24297: * src/include/pa_value.h 1.39:
24298: * src/include/pa_vdouble.h 1.5:
24299: * src/include/pa_vstring.h 1.8:
24300: * src/include/pa_vunknown.h 1.3:
24301: * src/main/compile.y 1.56:
24302: * src/main/execute.C 1.54:
24303: * src/main/main.dsp 1.35:
24304: !~
24305:
24306: * src/include/code.h 1.10:
24307: * src/main/compile.y 1.48:
24308: * src/main/compile_tools.h 1.18:
24309: g
24310:
24311: * src/main/compile.y 1.60:
24312: .y expr visible-shorter
24313:
24314: * src/include/pa_vcframe.h 1.3:
24315: * src/include/pa_vclass.h 1.20:
24316: * src/include/pa_vdouble.h 1.4:
24317: * src/include/pa_vhash.h 1.3:
24318: * src/include/pa_vjunction.h 1.2:
24319: * src/include/pa_vmframe.h 1.11:
24320: * src/include/pa_vobject.h 1.8:
24321: * src/include/pa_vstring.h 1.7:
24322: * src/include/pa_vunknown.h 1.2:
24323: * src/include/pa_wcontext.h 1.21:
24324: * src/include/pa_wwrapper.h 1.9:
24325: * src/main/compile.y 1.55:
24326: * src/main/compile_tools.C 1.17:
24327: * src/main/compile_tools.h 1.21:
24328: * src/main/execute.C 1.53:
24329: +-*/
24330:
24331: * src/main/compile.y 1.50:
24332: * src/main/execute.C 1.50:
24333: * src/main/main.dsp 1.34:
24334: z
24335:
24336: * src/include/pa_value.h 1.38:
24337: * src/include/pa_vdouble.h 1.2:
24338: * src/main/compile.y 1.53:
24339: * src/main/execute.C 1.51:
24340: expr grammar-1 2*2=4.000000 :)
24341:
1.39 paf 24342: * src/include/pa_vstring.h 1.9:
24343: * src/main/compile.y 1.58:
24344: problems with skipping whitespace in yylex
24345:
1.15 paf 24346: * src/include/pa_vdouble.h 1.3:
24347: * src/main/compile.y 1.54:
24348: * src/main/compile_tools.C 1.15:
24349: * src/main/compile_tools.h 1.19:
24350: grammar-1.1 $a(z) $a=0
24351:
24352: * src/include/code.h 1.13:
24353: * src/main/compile.y 1.57:
24354: * src/main/execute.C 1.55:
24355: without string ops in expressions 0
24356:
24357: 2001-02-26 paf
24358: * src/main/compile.y 1.46:
24359: max_string in yyerror bug fix
24360:
24361: 2001-02-25 paf
24362: * src/main/compile.y 1.40:
24363: escaping bug
24364:
24365: * src/include/pa_request.h 1.14:
24366: * src/main/compile.C 1.19:
24367: * src/main/core.C 1.38:
24368: default name RUN, also alias
24369:
24370: * src/include/pa_vcframe.h 1.2:
24371: * src/include/pa_vmframe.h 1.5:
24372: * src/include/pa_vobject.h 1.6:
24373: * src/include/pa_wcontext.h 1.17:
24374: * src/include/pa_wwrapper.h 1.7:
24375: * src/main/core.C 1.40:
24376: * src/main/execute.C 1.43:
24377: * src/main/main.dsp 1.31:
24378: would now get fields into interm VFielded class
24379:
24380: * src/include/pa_request.h 1.16:
24381: * src/include/pa_value.h 1.34:
24382: * src/include/pa_vmframe.h 1.7:
24383: * src/include/pa_wcontext.h 1.19:
24384: * src/main/execute.C 1.46:
24385: VAliased0
24386:
24387: * src/main/execute.C 1.47:
24388: VAliased1
24389:
24390: * src/include/pa_value.h 1.35:
24391: * src/include/pa_vmframe.h 1.8:
24392: VAliased2
24393:
24394: * src/include/code.h 1.9:
24395: * src/include/pa_value.h 1.28:
24396: * src/include/pa_vclass.h 1.15:
24397: * src/include/pa_vmframe.h 1.2:
24398: * src/include/pa_vobject.h 1.3:
24399: * src/include/pa_wwrapper.h 1.5:
24400: * src/main/compile.y 1.38:
24401: * src/main/compile_tools.C 1.14:
24402: * src/main/compile_tools.h 1.16:
24403: * src/main/execute.C 1.38:
24404: ^class:method() just compiled
24405:
24406: * src/include/pa_hash.h 1.18:
24407: * src/include/pa_value.h 1.31:
24408: * src/include/pa_vclass.h 1.17:
24409: * src/include/pa_vmframe.h 1.4:
24410: * src/include/pa_vobject.h 1.5:
24411: * src/include/pa_vstring.h 1.5:
24412: * src/include/pa_wcontext.h 1.16:
24413: * src/main/compile.y 1.45:
24414: * src/main/core.C 1.39:
24415: * src/main/execute.C 1.42:
24416: * src/main/main.dsp 1.30:
24417: * src/main/pa_hash.C 1.17:
24418: * src/main/pa_value.C 1.5:
24419: * src/main/pa_wcontext.C 1.3:
24420: virtuals2
24421:
24422: * src/include/pa_value.h 1.32:
24423: * src/include/pa_vclass.h 1.18:
24424: * src/include/pa_wcontext.h 1.18:
24425: * src/include/pa_wwrapper.h 1.8:
24426: * src/main/execute.C 1.44:
24427: * src/main/main.dsp 1.32:
24428: no not get fields into interm VFielded class.
24429: fields & staticfields 1
24430:
24431: * src/include/pa_pool.h 1.25:
24432: * src/include/pa_request.h 1.15:
24433: * src/include/pa_value.h 1.33:
24434: * src/include/pa_vclass.h 1.19:
24435: * src/include/pa_vmframe.h 1.6:
24436: * src/include/pa_vobject.h 1.7:
24437: * src/main/core.C 1.41:
24438: * src/main/execute.C 1.45:
24439: * src/main/main.dsp 1.33:
24440: VAliased just compiled
24441:
1.39 paf 24442: * src/include/pa_value.h 1.36:
24443: * src/include/pa_vmframe.h 1.9:
24444: * src/include/pa_wcontext.h 1.20:
24445: * src/main/execute.C 1.48:
24446: VAliased3
24447:
1.15 paf 24448: * src/include/pa_request.h 1.13:
24449: * src/include/pa_value.h 1.29:
24450: * src/include/pa_vobject.h 1.4:
24451: * src/main/compile.y 1.39:
24452: * src/main/compile_tools.h 1.17:
24453: * src/main/core.C 1.37:
24454: * src/main/execute.C 1.39:
24455: * src/main/pa_common.C 1.3:
24456: vobject1
24457:
24458: * src/main/compile.y 1.43:
24459: rethought to $class:static.field.subfield
24460:
24461: * src/main/compile.y 1.44:
24462: : 1
24463:
24464: * src/include/pa_value.h 1.30:
24465: * src/include/pa_vmframe.h 1.3:
24466: * src/include/pa_wwrapper.h 1.6:
24467: * src/main/compile.y 1.41:
24468: * src/main/execute.C 1.40:
24469: * src/main/pa_wcontext.C 1.2:
24470: before execute class calls rewrite
24471:
24472: * src/include/pa_vclass.h 1.16:
24473: * src/main/compile.y 1.42:
24474: * src/main/execute.C 1.41:
24475: $class:element
24476:
24477: * src/include/pa_pool.h [class_alias_dead_end] 1.24.2.1:
24478: * src/include/pa_value.h [class_alias_dead_end] 1.32.2.1:
24479: * src/include/pa_vclass.h [class_alias_dead_end] 1.18.2.1:
24480: * src/include/pa_vobject.h [class_alias_dead_end] 1.6.2.1:
24481: * src/main/execute.C [class_alias_dead_end] 1.44.2.1:
24482: alias dead end
24483:
24484: 2001-02-24 paf
24485: * src/main/compile.y 1.32:
24486: fixed grammar bugs in constructor/params klinch
24487:
24488: * src/main/main.dsp 1.29:
24489: no bison -d
24490:
24491: * src/main/compile.y 1.37:
24492: * src/main/compile_tools.h 1.15:
24493: use0 line no on 'undef class' err msg wrong
24494:
24495: * src/main/compile.y 1.30:
24496: fixed last \n macrotemplate strip bug
24497:
24498: * src/include/pa_vframe.h 1.5:
24499: * src/main/compile.y 1.33:
24500: found junction ideology @: ^x{$a()) must construct current
24501: wcontext element, so smart wcontext handling needed
24502:
24503: * src/include/pa_value.h 1.25:
24504: * src/include/pa_wcontext.h 1.15:
24505: * src/include/pa_wwrapper.h 1.4:
24506: * src/main/execute.C 1.36:
24507: * src/main/pa_value.C 1.4:
24508: it works as bad as you've named it: wcontext.value() was not a
24509: perfect idea
24510:
24511: * src/main/compile.y 1.35:
24512: * src/main/core.C 1.36:
24513: yylex need some @special lines adj
24514:
24515: * src/include/pa_value.h 1.24:
24516: * src/include/pa_vcframe.h 1.1:
24517: * src/include/pa_vclass.h 1.10:
24518: * src/include/pa_vframe.h 1.6:
24519: * src/include/pa_vhash.h 1.2:
24520: * src/include/pa_vjunction.h 1.1:
24521: * src/include/pa_vmframe.h 1.1:
24522: * src/include/pa_wcontext.h 1.14:
24523: * src/include/pa_wwrapper.h 1.3:
24524: * src/main/execute.C 1.34:
24525: * src/main/main.dsp 1.27:
24526: * src/main/pa_cframe.C 1.1:
24527: * src/main/pa_wcontext.C 1.1:
24528: codeframe just compiled
24529:
24530: * src/include/pa_request.h 1.12:
24531: * src/include/pa_vclass.h 1.14:
24532: * src/main/compile.C 1.18:
24533: * src/main/compile.y 1.34:
24534: * src/main/compile_tools.h 1.14:
24535: * src/main/core.C 1.35:
24536: modules0
24537:
24538: * src/main/pa_array.C 1.20:
24539: minor bug in expanding very small arrays. 60% from 1 were 0
24540:
24541: * src/include/pa_vclass.h 1.12:
24542: * src/main/compile.y 1.36:
24543: * src/main/core.C 1.33:
24544: z
24545:
24546: * src/include/code.h 1.7:
24547: * src/include/pa_request.h 1.11:
24548: * src/include/pa_value.h 1.23:
24549: * src/include/pa_vclass.h 1.9:
24550: * src/include/pa_vframe.h 1.4:
24551: * src/main/compile.y 1.29:
24552: * src/main/compile_tools.C 1.13:
24553: * src/main/compile_tools.h 1.13:
24554: * src/main/core.C 1.32:
24555: * src/main/execute.C 1.32:
24556: code junctions0. something wrong with last \n macrotemplate strip
24557:
24558: * src/include/pa_value.h 1.26:
24559: * src/include/pa_vclass.h 1.11:
24560: * src/include/pa_vobject.h 1.1:
24561: * src/main/main.dsp 1.28:
24562: vobject00
24563:
24564: * src/main/compile.y 1.31:
24565: * src/main/execute.C 1.33:
24566: fixed empty constructor optimized empty case. failed on calls -
24567: produced empty string param
24568:
24569: * src/main/execute.C 1.35:
24570: codeframe1
24571:
24572: 2001-02-23 paf
24573: * src/include/pa_value.h 1.18:
24574: * src/main/core.C 1.27:
24575: * src/main/execute.C 1.25:
24576: * src/main/main.dsp 1.23:
24577: value named
24578:
24579: * src/main/compile.y 1.26:
24580: * src/main/execute.C 1.27:
24581: empty constructor bug fixed
24582:
24583: * src/include/pa_vframe.h 1.1:
24584: * src/include/pa_vunknown.h 1.1:
24585: * src/include/pa_wcontext.h 1.13:
24586: * src/include/pa_wwrapper.h 1.1:
24587: * src/main/core.C 1.29:
24588: * src/main/execute.C 1.29:
24589: * src/main/main.dsp 1.25:
24590: * src/main/pa_value.C 1.1:
24591: call0
24592:
24593: * src/main/compile.y 1.27:
24594: * src/main/compile_tools.C 1.12:
24595: * src/main/compile_tools.h 1.12:
24596: fixed wrong grammar in complex constructor case
24597:
24598: * src/include/pa_value.h 1.21:
24599: * src/include/pa_vclass.h 1.8:
24600: * src/include/pa_vframe.h 1.3:
24601: * src/main/core.C 1.30:
24602: * src/main/execute.C 1.31:
24603: * src/main/pa_value.C 1.2:
24604: get_method RIP. junctions everywhere. call with junctions0
24605:
24606: * src/main/compile.y 1.28:
24607: * src/main/execute.C 1.30:
24608: * src/main/main.dsp 1.26:
24609: rethought some. before junction
24610:
24611: * src/include/pa_value.h 1.17:
24612: * src/include/pa_vstring.h 1.4:
24613: * src/main/execute.C 1.24:
24614: strign 2 value in 2 places in execute
24615:
24616: * src/include/pa_wcontext.h 1.11:
24617: z
24618:
24619: * src/include/pa_hash.h 1.17:
24620: * src/include/pa_value.h 1.19:
24621: * src/include/pa_wcontext.h 1.12:
24622: * src/main/core.C 1.28:
24623: * src/main/execute.C 1.28:
24624: * src/main/main.dsp 1.24:
24625: * src/main/pa_hash.C 1.16:
24626: started call. store param, vframe done
24627:
24628: * src/include/pa_value.h 1.22:
24629: * src/main/compile.C 1.17:
24630: * src/main/core.C 1.31:
24631: * src/main/pa_value.C 1.3:
24632: minor error reporting format beautifyings
24633:
24634: * src/main/execute.C 1.26:
24635: with result rwpool
24636:
1.39 paf 24637: * src/include/pa_value.h 1.20:
24638: * src/include/pa_vclass.h 1.7:
24639: * src/include/pa_vframe.h 1.2:
24640: * src/include/pa_wwrapper.h 1.2:
24641: lara came, can't work, sorry :(
24642:
1.15 paf 24643: * src/include/pa_value.h 1.16:
24644: * src/include/pa_wcontext.h 1.10:
24645: * src/main/compile.y 1.25:
24646: * src/main/execute.C 1.23:
24647: * src/main/main.dsp 1.22:
24648: * src/main/pa_array.C 1.19:
24649: auto VHash on wcontext.put_element when wcontext fvalue==0
24650:
24651: 2001-02-22 paf
24652: * src/include/pa_request.h 1.10:
24653: * src/main/compile.y 1.23:
24654: $self.put(val)
24655:
24656: * src/include/pa_pool.h 1.24:
24657: * src/include/pa_vclass.h 1.5:
24658: * src/main/core.C 1.25:
24659: * src/main/pa_hash.C 1.15:
24660: * src/main/pa_pool.C 1.9:
24661: TRY...
24662:
24663: * src/include/code.h 1.6:
24664: * src/main/compile_tools.C 1.9:
24665: * src/main/compile_tools.h 1.10:
24666: * src/main/execute.C 1.19:
24667: OP_STRING better then some xxx _VALUE
24668:
24669: * src/main/compile.C 1.14:
24670: * src/main/core.C 1.26:
24671: * src/main/execute.C 1.16:
24672: * src/main/pa_string.C 1.31:
24673: more precise parse error line:col
24674:
24675: * src/main/compile.C 1.15:
24676: * src/main/compile.y 1.18:
24677: * src/main/execute.C 1.20:
24678: started : with $a.$:f
24679:
24680: * src/main/compile.y 1.20:
24681: $: wasn't finished - $:sdf(sdf) troubled a bit. finished now.
24682:
24683: * src/include/code.h 1.3:
24684: * src/include/pa_string.h 1.25:
24685: * src/include/pa_value.h 1.12:
24686: * src/include/pa_vclass.h 1.3:
24687: * src/include/pa_wcontext.h 1.3:
24688: * src/main/compile.y 1.14:
24689: * src/main/execute.C 1.14:
24690: * src/main/pa_string.C 1.28:
24691: write_value write_string 0
24692: it seems wcontext must write strings regardles of fvalue!=0
24693:
24694: * src/include/code.h 1.4:
24695: * src/include/pa_value.h 1.13:
24696: * src/include/pa_vclass.h 1.4:
24697: * src/include/pa_wcontext.h 1.5:
24698: * src/main/compile.y 1.15:
24699: * src/main/compile_tools.C 1.6:
24700: * src/main/compile_tools.h 1.8:
24701: * src/main/execute.C 1.15:
24702: * src/main/main.dsp 1.20:
24703: iiieeyys! get/put simple vars to VClass works0
24704:
24705: * src/include/pa_array.h 1.18:
24706: * src/include/pa_wcontext.h 1.4:
24707: * src/main/pa_string.C 1.29:
24708: in process, but found that exceptions are too global
24709:
24710: * src/main/compile.y 1.19:
24711: $: finished
24712:
24713: * src/main/compile.C 1.16:
24714: * src/main/compile.y 1.21:
24715: * src/main/compile_tools.C 1.10:
24716: z
24717:
24718: * src/include/pa_request.h 1.9:
24719: * src/include/pa_stack.h 1.2:
24720: * src/include/pa_wcontext.h 1.7:
24721: * src/main/execute.C 1.17:
24722: z about to vstring it .y all
24723:
24724: * src/include/pa_hash.h 1.16:
24725: * src/include/pa_value.h 1.15:
24726: * src/include/pa_vclass.h 1.6:
24727: * src/include/pa_vhash.h 1.1:
24728: * src/include/pa_vstring.h 1.3:
24729: * src/include/pa_wcontext.h 1.9:
24730: * src/main/execute.C 1.22:
24731: * src/main/main.dsp 1.21:
24732: auto VHash in pa.th.cre.at.e
24733:
24734: * src/include/code.h 1.5:
24735: * src/include/pa_vstring.h 1.2:
24736: * src/main/compile.y 1.17:
24737: * src/main/compile_tools.C 1.8:
24738: * src/main/compile_tools.h 1.9:
24739: * src/main/execute.C 1.18:
24740: string to vstring it .y all
24741:
24742: * src/include/pa_array.h 1.19:
24743: * src/main/compile.y 1.22:
24744: * src/main/compile_tools.C 1.11:
24745: * src/main/compile_tools.h 1.11:
24746: * src/main/pa_array.C 1.18:
24747: $self.get
24748:
24749: * src/include/pa_exception.h 1.5:
24750: * src/include/pa_pool.h 1.23:
24751: * src/include/pa_request.h 1.8:
24752: * src/include/pa_value.h 1.14:
24753: * src/include/pa_wcontext.h 1.6:
24754: * src/main/compile.C 1.13:
24755: * src/main/compile.y 1.16:
24756: * src/main/compile_tools.C 1.7:
24757: * src/main/core.C 1.24:
24758: * src/main/pa_array.C 1.17:
24759: * src/main/pa_exception.C 1.4:
24760: * src/main/pa_hash.C 1.14:
24761: * src/main/pa_pool.C 1.8:
24762: * src/main/pa_string.C 1.30:
24763: * src/main/pa_table.C 1.9:
24764: removed exception from request
24765:
24766: * src/include/pa_vstring.h 1.1:
24767: * src/main/compile.C 1.12:
24768: * src/main/core.C 1.23:
24769: added some forgotten
24770:
24771: * src/include/pa_wcontext.h 1.8:
24772: * src/main/compile.y 1.24:
24773: * src/main/execute.C 1.21:
24774: erroreos checkout
24775:
24776: 2001-02-21 paf
24777: * src/main/compile.y 1.9:
24778: more straightforward yylex[end]
24779:
24780: * src/main/compile.C 1.6:
24781: * src/main/compile.y 1.6:
24782: * src/main/compile_tools.h 1.5:
24783: error processing in eval & yyerror so it wouldn't cause
24784: memleaks.
24785:
24786: * src/include/compile.h 1.5:
24787: * src/include/execute.h 1.3:
24788: * src/include/pa_array.h 1.17:
24789: * src/include/pa_request.h 1.7:
24790: * src/include/pa_stack.h 1.1:
24791: * src/include/pa_vclass.h 1.2:
24792: * src/include/pa_wcontext.h 1.2:
24793: * src/main/compile.C 1.10:
24794: * src/main/compile.y 1.12:
24795: * src/main/execute.C 1.11:
24796: * src/main/main.dsp 1.19:
24797: * src/main/pa_array.C 1.16:
24798: * src/main/pa_request.C 1.2:
24799: get put -1 [just compiled]
24800:
24801: * src/include/compile.h 1.4:
24802: * src/include/pa_array.h 1.16:
24803: * src/main/compile.C 1.9:
24804: * src/main/compile.y 1.11:
24805: * src/main/execute.C 1.10:
24806: MAIN_METHOD_NAME ready to write execute
24807:
24808: * src/include/pa_string.h 1.24:
24809: * src/include/pa_types.h 1.6:
24810: * src/main/pa_string.C 1.27:
24811: string.operator==(char*)
24812:
24813: * src/main/compile.C 1.11:
24814: * src/main/compile.y 1.13:
24815: * src/main/execute.C 1.12:
24816: store0
24817:
24818: * src/include/core.h 1.1:
24819: * src/include/pa_context.h 1.8:
24820: * src/include/pa_request.h 1.6:
24821: * src/include/pa_vclass.h 1.1:
24822: * src/include/pa_wcontext.h 1.1:
24823: * src/main/core.C 1.22:
24824: * src/main/main.dsp 1.18:
24825: * src/main/pa_request.C 1.1:
24826: request core methods0
24827:
24828: * src/include/compile.h 1.3:
24829: * src/include/pa_context.h 1.7:
24830: * src/include/pa_hash.h 1.15:
24831: * src/include/pa_request.h 1.5:
24832: * src/include/pa_string.h 1.23:
24833: * src/include/pa_value.h 1.9:
24834: struck with const array.gets
24835:
24836: * src/include/code.h 1.2:
24837: * src/include/pa_types.h 1.5:
24838: * src/main/compile.C 1.3:
24839: * src/main/compile.y 1.3:
24840: * src/main/compile_tools.C 1.3:
24841: * src/main/compile_tools.h 1.3:
24842: * src/main/execute.C 1.3:
24843: * src/main/main.dsp 1.16:
24844: .y to c++
24845: hierarchy output fix.
24846: compiler works ok
24847:
24848: * src/include/compile.h 1.2:
24849: * src/main/compile.C 1.4:
24850: * src/main/compile.y 1.4:
24851: * src/main/compile_tools.h 1.4:
24852: line numbers needed. would add them to .y now internally.
24853: externally it's not as precise as needed
24854:
1.39 paf 24855: * src/include/execute.h 1.2:
24856: * src/include/pa_array.h 1.15:
24857: * src/include/pa_value.h 1.10:
24858: * src/main/execute.C 1.9:
24859: * src/main/pa_array.C 1.15:
24860: after array.const get wonders
24861:
1.15 paf 24862: * src/include/pa_exception.h 1.4:
24863: * src/include/pa_value.h 1.11:
24864: * src/main/compile.C 1.8:
24865: * src/main/compile.y 1.10:
24866: * src/main/compile_tools.C 1.5:
24867: * src/main/compile_tools.h 1.7:
24868: .y methods and one_big_piece. now compile returns array<method*>
24869:
24870: * src/main/compile.y 1.7:
24871: * src/main/execute.C 1.4:
24872: * src/main/execute.C 1.5:
24873: * src/main/execute.C 1.6:
24874: * src/main/execute.C 1.7:
24875: * src/main/execute.C 1.8:
24876: z
24877:
24878: * src/main/execute.C 1.13:
24879: tired :)
24880:
24881: * src/main/compile.C 1.5:
24882: * src/main/compile.y 1.5:
24883: failed to add absolute precies parse error positions. leaving
24884: RIGHTMOST position as @file[line:col]
24885:
24886: 2001-02-20 paf
24887: * src/include/code.h 1.1:
24888: * src/include/compile.h 1.1:
24889: * src/include/execute.h 1.1:
24890: * src/include/pa_array.h 1.14:
24891: * src/include/pa_common.h 1.2:
24892: * src/include/pa_pool.h 1.22:
24893: * src/include/pa_string.h 1.22:
24894: * src/include/pa_table.h 1.8:
24895: * src/include/pa_types.h 1.4:
24896: * src/main/compile.C 1.1:
24897: * src/main/compile.y 1.1:
24898: * src/main/compile_tools.C 1.1:
24899: * src/main/compile_tools.h 1.1:
24900: * src/main/core.C 1.21:
24901: * src/main/execute.C 1.1:
24902: * src/main/main.dsp 1.14:
24903: * src/main/pa_array.C 1.14:
24904: * src/main/pa_common.C 1.2:
24905: * src/main/pa_hash.C 1.12:
24906: * src/main/pa_string.C 1.26:
24907: * src/main/pa_table.C 1.8:
24908: bison[yacc] first time compiled.
24909: execute=dump for now
24910:
24911: * src/main/compile.C 1.2:
24912: * src/main/compile.y 1.2:
24913: * src/main/compile_tools.C 1.2:
24914: * src/main/compile_tools.h 1.2:
24915: * src/main/execute.C 1.2:
24916: * src/main/main.dsp 1.15:
24917: nestage probs, eof yylex not perfect
24918:
24919: * src/main/core.C 1.20:
24920: core rewrite using yacc investigations
24921: now will be compile[yacc]/execute[opcodes]
24922:
24923: 2001-02-15 paf
24924: * src/include/pa_value.h 1.8:
24925: * src/main/core.C 1.19:
24926: maybe a-la yacc those ifs rewrite as turing machine?
24927: for it seems it would be it's too many ifs with this syntax now
24928:
24929: 2001-02-14 paf
24930: * src/include/pa_context.h 1.6:
24931: * src/include/pa_string.h 1.20:
24932: * src/main/core.C 1.10:
24933: * src/main/pa_string.C 1.23:
24934: process text repassing
24935:
24936: * src/include/pa_value.h 1.7:
24937: * src/main/core.C 1.11:
24938: * src/main/pa_string.C 1.24:
24939: process text repassing2
24940: operator static vars
24941:
24942: * src/include/pa_string.h 1.21:
24943: * src/main/core.C 1.12:
24944: * src/main/pa_string.C 1.25:
24945: get names 0
24946:
24947: * src/include/pa_context.h 1.5:
24948: * src/include/pa_value.h 1.6:
24949: * src/main/core.C 1.9:
24950: module:calls changes
24951:
24952: * src/main/core.C 1.16:
24953: varios breaks
24954:
24955: * src/main/core.C 1.17:
24956: get_params
24957: figured ^menu[UNEVALUATED unthinked :( ]
24958:
24959: * src/main/core.C 1.18:
24960: get_params 1
24961:
24962: * src/main/core.C 1.13:
24963: get names 1
24964:
24965: * src/main/core.C 1.14:
24966: get names 2
24967:
24968: * src/main/core.C 1.15:
24969: get names 3
24970:
24971: 2001-02-13 paf
24972: * src/include/pa_string.h 1.17:
24973: * src/main/pa_string.C 1.19:
24974: String_iterator::skip_to
24975: todo:optimize
24976:
24977: * src/main/core.C 1.6:
24978: operators
24979: : and self. prefixes
24980:
24981: * src/include/pa_context.h 1.4:
24982: * src/include/pa_value.h 1.5:
24983: * src/main/core.C 1.8:
24984: ^class:calls[] started
24985:
24986: * src/include/pa_string.h 1.18:
24987: * src/main/pa_string.C 1.21:
24988: String_iterator optimized
24989:
24990: * src/include/pa_string.h 1.19:
24991: * src/main/pa_string.C 1.22:
24992: String_iterator tested
24993:
24994: * src/main/pa_string.C 1.20:
24995: String_iterator::skip_to
24996: optimized a bit. would change privates to better support optimization
24997:
24998: * src/include/pa_value.h 1.4:
24999: * src/main/core.C 1.5:
25000: * src/main/core.C 1.7:
25001: z
25002:
25003: 2001-02-12 paf
25004: * src/include/pa_context.h 1.2:
25005: * src/include/pa_value.h 1.2:
25006: * src/main/core.C 1.2:
25007: get self/methodref joined
25008:
25009: * src/include/pa_context.h 1.3:
25010: * src/include/pa_value.h 1.3:
25011: * src/main/core.C 1.3:
25012: some comments
25013:
25014: * src/include/pa_string.h 1.16:
25015: * src/main/core.C 1.4:
25016: * src/main/pa_string.C 1.18:
25017: started String_iterator
25018:
25019: 2001-02-11 paf
25020: * src/include/pa_context.h 1.1:
25021: * src/include/pa_value.h 1.1:
25022: * src/main/core.C 1.1:
25023: * src/main/main.dsp 1.13:
25024: core started.
25025: core.C, context&value .h
25026:
25027: * src/include/pa_array.h 1.13:
25028: * src/include/pa_hash.h 1.14:
25029: * src/include/pa_pool.h 1.21:
25030: * src/include/pa_string.h 1.15:
25031: * src/main/main.dsp 1.12:
25032: * src/main/pa_array.C 1.13:
25033: * src/main/pa_hash.C 1.11:
25034: * src/main/pa_pool.C 1.7:
25035: * src/main/pa_string.C 1.17:
25036: :pooled
25037:
25038: 2001-01-30 paf
25039: * src/include/pa_error.h 1.4:
25040: * src/include/pa_exception.h 1.1:
25041: * src/include/pa_pool.h 1.17:
25042: * src/include/pa_request.h 1.3:
25043: * src/main/main.dsp 1.10:
25044: * src/main/pa_error.C 1.4:
25045: * src/main/pa_exception.C 1.1:
25046: * src/main/pa_pool.C 1.4:
25047: * src/targets/Makefile.am 1.2:
25048: lowered targets/parser into subdir, added parser_Pool(Pool)
25049: failed to add. would think..
25050:
25051: * src/include/pa_exception.h 1.3:
25052: * src/include/pa_pool.h 1.19:
25053: * src/include/pa_table.h 1.7:
25054: * src/main/pa_exception.C 1.3:
25055: * src/main/pa_table.C 1.7:
25056: minor * to & changes
25057:
25058: * src/include/pa_pool.h 1.20:
25059: * src/main/Makefile.am 1.5:
25060: * src/main/main.dsp 1.11:
25061: * src/main/pa_pool.C 1.6:
25062: moved pa_pool.C to be target specific
25063:
25064: * src/Makefile.am 1.2:
25065: * src/main/Makefile.am 1.6:
25066: * src/targets/Makefile.am 1.3:
25067: .am comments
25068:
25069: * src/include/pa_exception.h 1.2:
25070: * src/include/pa_pool.h 1.18:
25071: * src/include/pa_request.h 1.4:
25072: * src/include/pa_table.h 1.6:
25073: * src/main/pa_array.C 1.12:
25074: * src/main/pa_exception.C 1.2:
25075: * src/main/pa_pool.C 1.5:
25076: * src/main/pa_table.C 1.6:
25077: error re-associated. that's much better
25078: even removed 'die' necessety
25079:
25080: 2001-01-29 paf
25081: * src/include/pa_hash.h 1.9:
25082: * src/include/pa_pool.h 1.10:
25083: * src/include/pa_threads.h 1.3:
25084: * src/main/pa_hash.C 1.5:
25085: made local Hash-es not thread safe=quicker by
25086: SYNCHRONIZED(thread_safe)
25087:
25088: * src/include/pa_hash.h 1.5:
25089: some comments
25090:
25091: * src/include/pa_error.h 1.2:
25092: * src/include/pa_request.h 1.2:
25093: * src/include/pa_string.h 1.13:
25094: * src/include/pa_table.h 1.4:
25095: * src/main/pa_error.C 1.2:
25096: * src/main/pa_table.C 1.4:
25097: Error fixed
25098:
25099: * src/include/pa_pool.h 1.11:
25100: * src/include/pa_string.h 1.9:
25101: * src/main/pa_string.C 1.13:
25102: String originating
25103:
1.23 paf 25104: * src/include/pa_pool.h 1.14:
25105: * src/main/pa_array.C 1.9:
25106: tested - decision "no templates"
1.15 paf 25107:
25108: * src/include/pa_hash.h 1.6:
25109: * src/include/pa_threads.h 1.1:
25110: * src/main/main.dsp 1.6:
25111: * src/main/pa_threads.C 1.1:
25112: added pa_threads
25113:
25114: Mutex
25115:
1.23 paf 25116: * src/include/pa_array.h 1.4:
25117: * src/main/pa_array.C 1.4:
25118: Array::operator += (Array& src)
25119:
25120: rethought, would change now
1.15 paf 25121:
25122: * src/include/pa_array.h 1.7:
25123: * src/include/pa_hash.h 1.10:
25124: * src/include/pa_pool.h 1.12:
25125: * src/include/pa_string.h 1.10:
25126: * src/include/pa_table.h 1.1:
25127: * src/include/pa_types.h 1.2:
25128: * src/main/main.dsp 1.7:
25129: * src/main/pa_array.C 1.7:
25130: * src/main/pa_string.C 1.14:
25131: * src/main/pa_table.C 1.1:
25132: Table started
25133: would test
25134: template Array now
25135:
1.23 paf 25136: * src/include/pa_error.h 1.3:
25137: * src/include/pa_hash.h 1.13:
25138: * src/include/pa_string.h 1.14:
25139: * src/include/pa_table.h 1.5:
25140: * src/main/pa_error.C 1.3:
25141: * src/main/pa_hash.C 1.10:
25142: * src/main/pa_string.C 1.16:
25143: * src/main/pa_table.C 1.5:
25144: Table
25145: more like C++ style
25146: hence lots of 'const'
1.15 paf 25147:
25148: * src/include/pa_array.h 1.11:
25149: * src/include/pa_hash.h 1.11:
25150: * src/include/pa_pool.h 1.15:
25151: * src/include/pa_string.h 1.11:
25152: * src/include/pa_table.h 1.2:
25153: * src/include/pa_types.h 1.3:
25154: * src/main/Makefile.am 1.3:
25155: * src/main/main.dsp 1.9:
25156: * src/main/pa_array.C 1.10:
25157: * src/main/pa_hash.C 1.8:
25158: * src/main/pa_string.C 1.15:
25159: * src/main/pa_table.C 1.2:
25160: Request
25161: Error
25162: Table
25163:
1.23 paf 25164: * src/main/pa_array.C 1.5:
25165: expand not convinient, would rewrite
25166:
1.15 paf 25167: * src/include/pa_array.h 1.6:
25168: * src/include/pa_hash.h 1.8:
25169: * src/include/pa_string.h 1.8:
25170: moved .h public parts to top
25171:
25172: * src/include/pa_hash.h 1.7:
25173: * src/include/pa_threads.h 1.2:
25174: * src/main/pa_hash.C 1.4:
25175: * src/main/pa_threads.C 1.2:
25176: decided on one global_mutex, like PHP
25177: as I can see: needed only in global Hash now,
25178: made Hash:: put/get SYNCHRONIZED
25179:
25180: * src/include/pa_array.h 1.12:
25181: * src/include/pa_common.h 1.1:
25182: * src/include/pa_error.h 1.1:
25183: * src/include/pa_hash.h 1.12:
25184: * src/include/pa_pool.h 1.16:
25185: * src/include/pa_request.h 1.1:
25186: * src/include/pa_string.h 1.12:
25187: * src/include/pa_table.h 1.3:
25188: * src/main/Makefile.am 1.4:
25189: * src/main/pa_array.C 1.11:
25190: * src/main/pa_common.C 1.1:
25191: * src/main/pa_error.C 1.1:
25192: * src/main/pa_hash.C 1.9:
25193: * src/main/pa_table.C 1.3:
25194: added forgotten
25195:
25196: * src/include/pa_array.h 1.8:
25197: * src/include/pa_pool.h 1.13:
25198: * src/main/Makefile.am 1.2:
25199: * src/main/main.dsp 1.8:
25200: * src/main/pa_array.C 1.8:
25201: templates failed
25202: no template specializations [VC6],
25203: no library auto instantation [VC6, GNU c++ 2.95.2-6 from latest cygwin]
25204:
25205: * src/include/pa_array.h 1.5:
25206: * src/include/pa_pool.h 1.9:
25207: * src/main/pa_array.C 1.6:
25208: Array& operator += (Array& src)
25209:
25210: 2001-01-27 paf
25211: * src/include/pa_hash.h 1.1:
25212: * src/include/pa_string.h 1.4:
25213: * src/include/pa_types.h 1.1:
25214: * src/main/main.dsp 1.4:
25215: * src/main/pa_string.C 1.7:
25216: uint, and added pa_types & pa_hash[forgotten]
25217:
25218: * src/main/pa_string.C 1.9:
25219: String::operator ==
25220:
1.23 paf 25221: * src/main/pa_hash.C 1.2:
25222: String(&String)
25223:
1.15 paf 25224: * src/include/pa_array.h 1.3:
25225: * src/main/pa_array.C 1.3:
25226: array [] with chunk caching
25227:
25228: * src/include/pa_array.h 1.2:
25229: * src/include/pa_hash.h 1.4:
25230: * src/include/pa_pool.h 1.8:
25231: * src/include/pa_string.h 1.7:
25232: * src/main/pa_array.C 1.2:
25233: * src/main/pa_string.C 1.11:
25234: array cache rethought to chunk caching
25235:
25236: * src/include/pa_array.h 1.1:
25237: * src/include/pa_hash.h 1.3:
25238: * src/include/pa_pool.h 1.7:
25239: * src/include/pa_string.h 1.6:
25240: * src/main/main.dsp 1.5:
25241: * src/main/pa_array.C 1.1:
25242: * src/main/pa_hash.C 1.3:
25243: * src/main/pa_string.C 1.10:
25244: Array 0
25245:
25246: * src/main/pa_hash.C 1.1:
25247: added pa_hash.C [forgotten]
25248:
25249: 2001-01-26 paf
1.23 paf 25250: * src/include/pa_pool.h 1.2:
25251: * src/main/pa_string.C 1.2:
25252: String prealloc & dynamic row_count
25253:
1.15 paf 25254: * src/include/pa_pool.h 1.6:
25255: * src/include/pa_string.h 1.3:
25256: * src/main/pa_string.C 1.6:
25257: removed templates [vc++ suxx]
25258:
25259: * src/include/pa_pool.h 1.4:
25260: * src/include/pa_string.h 1.1:
25261: pa_pool split
25262:
25263: * src/Makefile.am 1.1.1.1:
25264: * src/include/pa_pool.h 1.1.1.1:
25265: * src/main/Makefile.am 1.1.1.1:
25266: * src/main/main.dsp 1.1.1.1:
25267: * src/main/pa_pool.C 1.1.1.1:
25268: * src/main/pa_string.C 1.1.1.1:
25269: * src/targets/Makefile.am 1.1.1.1:
25270: creating parser3 module
25271:
25272: * src/include/pa_pool.h 1.3:
25273: * src/main/main.dsp 1.2:
25274: * src/main/pa_pool.C 1.2:
25275: * src/main/pa_string.C 1.3:
25276: * src/main/pa_string.C 1.4:
1.41 ! paf 25277: $Id: ChangeLog,v 1.40.2.1 2004/12/24 15:41:00 paf Exp $ check
1.15 paf 25278:
25279: * src/include/pa_pool.h 1.5:
25280: * src/include/pa_string.h 1.2:
25281: * src/main/main.dsp 1.3:
25282: * src/main/pa_pool.C 1.3:
25283: * src/main/pa_string.C 1.5:
25284: templates in VC++ suxx.
25285:
E-mail: