Annotation of parser3/ChangeLog, revision 1.54
1.54 ! misha 1: 2007-08-20 misha
! 2: * operators.txt 1.198:
! 3: - comment about new method ^node.hasAttributes[] was added
! 4:
! 5: * src/include/pa_exception.h 1.49:
! 6: - more exception text strings moved here
! 7:
! 8: * src/classes/xnode.C 1.78:
! 9: - DOM2 method ^xnode.hasAttributes[] was added
! 10:
! 11: * src/include/pa_exception.h 1.48:
! 12: - some exception text strings movet to pa_exception
! 13:
! 14: * tests/149.html 1.2:
! 15: * tests/results/149.processed 1.3:
! 16: - test for ^xnode.hasAttributes[] was added
! 17: - some code changes
! 18:
! 19: * src/classes/file.C 1.160:
! 20: * src/classes/math.C 1.51:
! 21: * src/classes/op.C 1.172:
! 22: * src/classes/string.C 1.155:
! 23: * src/classes/xdoc.C 1.156:
! 24: - more duplicated exception text strings were removed
! 25:
! 26: * src/classes/file.C 1.159:
! 27: * src/classes/hashfile.C 1.41:
! 28: * src/classes/image.C 1.116:
! 29: * src/classes/op.C 1.171:
! 30: * src/classes/string.C 1.154:
! 31: * src/classes/table.C 1.232:
! 32: * src/classes/xdoc.C 1.155:
! 33: * src/classes/xnode.C 1.79:
! 34: - some duplicate exceptions' text strings removed
! 35:
1.53 misha 36: 2007-08-17 misha
37: * operators.txt 1.197:
38: * src/targets/cgi/parser3.C 1.243:
39: - annoying 'SIGPIPE' messages in parser3.log switched off by
40: default. If someone really still need it: use $SIGPIPE(1)
41:
1.54 ! misha 42: * tests/006.html 1.4:
! 43: * tests/059.html 1.3:
! 44: * tests/results/006.processed 1.5:
! 45: * tests/results/059.processed 1.5:
! 46: - more tests for match
! 47:
1.53 misha 48: * src/classes/math.C 1.50:
49: * src/targets/cgi/parser3.C 1.244:
50: * src/targets/isapi/parser3isapi.C 1.98:
51: - little syntax changes
52:
1.54 ! misha 53: * tests/129.html 1.3:
! 54: * tests/results/129.processed 1.5:
! 55: - tests for ^table.hash[...][$.type[string|hash|table]] added
! 56:
1.53 misha 57: 2007-08-08 misha
58: * buildall-with-xml 1.15:
59: * buildall-without-xml 1.9:
60: - remove libs source files by default since now
61:
62: 2007-08-07 misha
63: * buildall-with-xml 1.14:
64: - compile libxml2 without http support
65: - some option syntax changes
66:
67: * buildall-without-xml 1.8:
68: - some option syntax changes
69:
70: * src/main/pa_xml_io.C 1.20:
71: - will use parser file loader for xml needs
72:
73: 2007-08-06 misha
74: * buildall-with-xml 1.13:
75: - moved to libxml2-2.6.29 and libxslt-1.1.21
76:
77: * tests/160.html 1.3:
78: * tests/results/160.processed 1.3:
79: - cache test was rewrited
80:
1.52 misha 81: 2007-07-06 misha
82: * src/types/pa_vform.C 1.87:
83: - bugfix: uploaded file name wasn't transcoded
84:
85: * src/classes/math.C 1.49:
86: - ^math:long2ip(long) and ^math:sha1[string] were added
87:
88: * tests/153.html 1.3:
89: * tests/results/153.processed 1.3:
90: - added test for ^math:sha1[string]
91:
92: 2007-06-28 misha
93: * etc/parser3.charsets/windows-1251.cfg 1.13:
94: - removed duplicated and some incorrect chars
95:
96: 2007-06-19 misha
97: * src/include/pa_hash.h 1.68:
98: - methods generic_hash_code & hash_code were moved on top
99: because of gcc 4 had a problems during building.
100:
101: 2007-06-18 misha
102: * tests/results/019.processed 1.4:
103: - new image commited
104:
105: 2007-06-09 misha
106: * src/types/pa_vmethod_frame.h 1.62:
107: - method as_expression was added
108:
109: * src/classes/op.C 1.170:
110: * src/classes/table.C 1.231:
111: - in while and table.select method as_expression used now
112:
113: 2007-06-08 misha
114: * src/lib/cord/include/private/cord_pos.h 1.4:
115: - back to origin value because of no speed/memory optimisation
116: but some proglems with long cycles occure
117:
118: * tests/166.html 1.1:
119: * tests/results/166.processed 1.1:
120: - test for ^match[...][n]
121:
122: * tests/165.html 1.1:
123: * tests/results/165.processed 1.1:
124: - tests for loops
125:
126: 2007-06-06 misha
127: * src/classes/op.C 1.169:
128: * src/classes/table.C 1.230:
129: - ^while(true){}, ^while(1){}, ^table.select(true) and ^
130: table.select(1) didn't works because of awaiting junction-param
131: only. fixed.
132:
1.51 misha 133: 2007-05-24 misha
134: * src/include/pa_os.h 1.6:
135: - consts for blocking locks + some comments were added
136:
137: * src/main/pa_os.C 1.9:
138: - locks engines were rewrited: now we don't use system locks
139: which wait till other threads release it but try get lock, if
140: fail wait 1 sec and make 10 attempts.
141:
142: * src/lib/sdbm/apr_file_io.C 1.6:
143: - wait till lock released while opening files
144:
145: * src/classes/table.C 1.229:
146: - changes in includes. if unclude <sstream> after our classes on
147: unix it can't be build
148:
149: * src/types/pa_vhashfile.C 1.55:
150: - not needed code removed
151:
152: * src/classes/op.C 1.168:
153: - cache was rewrited. I hope it works with locking system now on
154: unix
155:
156: * src/include/pa_os.h 1.7:
157: * src/main/pa_os.C 1.10:
158: - 20 attempt to get lock with 0.5 secs interval
159:
160: 2007-05-23 misha
161: * src/classes/file.C 1.158:
162: * src/classes/op.C 1.167:
163: * src/include/pa_common.h 1.114:
164: * src/main/pa_common.C 1.225:
165: - cosmetic changes
166:
1.50 misha 167: 2007-05-18 misha
1.51 misha 168: * tests/results/160.processed 1.2:
169: - returned time corrected
170:
171: * tests/160.html 1.2:
172: - time increased because on unix 1 mean nothing :(
173:
174: * src/lib/cord/include/private/cord_pos.h 1.3:
175: - rebalance tree not so often. it's give some speed increasing
176:
1.50 misha 177: * src/classes/hash.C 1.80:
178: - added ^hash.contain[key]
179:
1.51 misha 180: * operators.txt 1.195:
181: - added info about ^hash.contain[key]
182:
1.50 misha 183: * src/include/pa_hash.h 1.67:
184: - added method for checking key exists in hash
185:
186: 2007-05-07 misha
187: * src/include/pa_string.h 1.169:
188: - was compilation error during build on freebsd4
189:
190: 2007-05-03 misha
191: * src/classes/table.C 1.227:
192: - option $.type[hash|string|table] was added for ^table.hash[]
193:
194: * src/classes/file.C 1.157:
195: - comment removed
196:
197: 2007-04-26 misha
198: * src/types/pa_vhashfile.C 1.54:
199: * src/types/pa_vhashfile.h 1.37:
200: - while ::open the real files doesn't opened in place anymore
201:
202: 2007-04-24 misha
203: * src/include/pa_exception.h 1.47:
204: "static" removed
205:
206: * src/classes/math.C 1.48:
207: - I thought one more time and remove lg(N) :)
208:
209: 2007-04-23 misha
210: * src/classes/math.C 1.47:
211: ^math:lg(N) => ^math:log10(N)
212:
213: * src/classes/math.C 1.46:
214: added:
215: - ^math:ln(N) (the same as ^math:log(N))
216: - ^math:lg(N)
217:
218: * tests/097.html 1.6:
219: * tests/results/097.processed 1.7:
220: - charsets converstion during ^file::load[text;http://...] added
221:
222: * tests/164.html 1.1:
223: * tests/results/164.processed 1.1:
224: - test for hashfile
225:
226: * src/types/pa_vhashfile.C 1.53:
227: - don't open hashfile files until 1st access
228:
229: * src/types/pa_vhashfile.C 1.52:
230: * src/types/pa_vhashfile.h 1.36:
231: - .clear() removed.
232:
233: * src/include/pa_exception.h 1.46:
234: - string constant with "parser.runtime" text was added
235:
236: * src/classes/hashfile.C 1.40:
237: - little comment changes
238:
239: * tests/164.html 1.2:
240: * tests/results/164.processed 1.2:
241: - check for set expires as a date
242:
243: * src/classes/hashfile.C 1.39:
244: - with .clear[] called files_delete() now.
245:
246: * src/classes/date.C 1.77:
247: * src/classes/double.C 1.61:
248: * src/classes/file.C 1.156:
249: * src/classes/form.C 1.40:
250: * src/classes/hash.C 1.79:
251: * src/classes/image.C 1.115:
252: * src/classes/int.C 1.57:
253: * src/classes/mail.C 1.111:
254: * src/classes/math.C 1.45:
255: * src/classes/op.C 1.166:
256: * src/classes/string.C 1.153:
257: * src/classes/table.C 1.226:
258: * src/classes/void.C 1.38:
259: * src/classes/xdoc.C 1.154:
260: * src/classes/xnode.C 1.77:
261: * src/classes/xnode.h 1.26:
262: * src/include/pa_request.h 1.184:
263: * src/main/execute.C 1.316:
264: * src/main/pa_charset.C 1.56:
265: * src/main/pa_charsets.C 1.17:
266: * src/main/pa_common.C 1.224:
267: * src/main/pa_dictionary.C 1.24:
268: * src/main/pa_exec.C 1.69:
269: * src/main/pa_http.C 1.7:
270: * src/main/pa_request.C 1.286:
271: * src/main/pa_sql_driver_manager.C 1.87:
272: * src/main/pa_table.C 1.62:
273: * src/types/pa_value.C 1.22:
274: * src/types/pa_value.h 1.129:
275: * src/types/pa_vclass.C 1.34:
276: * src/types/pa_vconsole.h 1.13:
277: * src/types/pa_vfile.h 1.61:
278: * src/types/pa_vhash.h 1.59:
279: * src/types/pa_vimage.h 1.48:
280: * src/types/pa_vmail.C 1.78:
281: * src/types/pa_vmethod_frame.h 1.61:
282: * src/types/pa_vstateless_class.C 1.31:
283: * src/types/pa_vstateless_class.h 1.56:
284: * src/types/pa_vtable.C 1.27:
285: * src/types/pa_vxdoc.h 1.44:
286: * src/types/pa_wcontext.C 1.34:
287: - "parser.runtime" strings were removed
288:
289: 2007-04-20 misha
290: * src/classes/hashfile.C 1.38:
291: - ^hashfile.cleanup[], ^hashfile.release[] were added
292:
293: * src/classes/op.C 1.165:
294: - bug. must be false
295:
296: * operators.txt 1.193:
297: - added info about .^hashfile.release[], ^hashfile.clenaup[] and
298: new ^string.match[][>N-option<]
299:
300: * configure.in 1.94:
301: - checking for unsetenv was added
302:
303: * src/types/pa_vhashfile.C 1.51:
304: * src/types/pa_vhashfile.h 1.35:
305: - hashfile can auto reopen now
306:
307: * src/types/pa_vform.C 1.86:
308: - some comments
309:
310: * configure 1.92:
311: =cheching for unsetenv
312:
313: * operators.txt 1.194:
314: - some comments changing
315:
316: * src/classes/string.C 1.152:
317: * src/include/pa_string.h 1.168:
318: * src/main/pa_string.C 1.209:
319: - ^string.match[][] understand new option now: return number of
320: matches but not table wit results
321:
322: 2007-04-18 misha
323: * buildall-with-xml 1.10:
324: * buildall-without-xml 1.6:
325: added commented lines with --disable-safe-mode option
326:
327: * buildall-with-xml 1.11:
328: moving to libxml2-2.6.28
329:
330: * operators.txt 1.192:
331: - info about $form:files
332:
333: 2007-04-17 misha
334: * src/types/pa_vdate.h 1.45:
335: - start adding unsetenv("TZ");
336:
337: * tests/163.html 1.2:
338: * tests/results/163.processed 1.2:
339: removing auto format
340:
341: * src/types/pa_vform.C 1.85:
342: * src/types/pa_vform.h 1.51:
343: - some code was modified
344: - $form:files was added
345:
346: 2007-04-16 misha
347: * tests/163.html 1.1:
348: * tests/results/163.processed 1.1:
349: - test for .int[], floor, round, ceiling and .format[]
350:
351: * src/classes/file.C 1.155:
352: - little optimization for getting args in exec/cgi
353:
354: 2007-04-13 misha
355: * src/classes/file.C 1.154:
356: - arguments for file::exec/cgi can be specified now as s table
357: with one column
358:
359: 2007-03-27 misha
360: * tests/162.html 1.1:
361: * tests/results/162.processed 1.1:
362: - test for ^table.select(^condition[$t])
363:
364: * tests/results/auto.p 1.2:
365: - load windows-1251 charset for some tests
366:
367: * tests/run_parser.sh 1.4:
368: PARSER_CONFIG -> CGI_PARSER_CONFIG
369:
370: * tests/013.html 1.3:
371: * tests/results/013.processed 1.5:
372: - added test for checking $._default value while hash
373: modifications
374:
375: * tests/160.html 1.1:
376: * tests/results/160.processed 1.1:
377: - add test for ^cache[key](secs){code}, ^cache[] and ^cache(0)
378:
379: * tests/161.html 1.1:
380: * tests/161_utf8.txt 1.1:
381: * tests/161_windows1251.txt 1.1:
382: * tests/results/161.processed 1.1:
383: - added test for ^file::load[text;/local/file.txt;$.charset[...]]
384:
385:
386: 2007-03-22 misha
387: * operators.txt 1.191:
388: - added info about date.weekyear
389:
390: * src/include/pa_common.h 1.113:
391: - "charset" string defined for ^file::load[text;/local.txt] and ^
392: table::load[/table.txt]
393:
394: * src/main/pa_common.C 1.223:
395: * src/main/pa_http.C 1.6:
396: - $.charset option for ^file::load[text;/local.txt] and ^table::load[/table.txt] was added
397: - not needed transcodes were removed from ^file::load[...;http://...]
398:
399: * src/types/pa_vdate.h 1.44:
400: - date.week was fixed
401: - date.weekyear was added
402:
403: * src/classes/date.C 1.76:
404: - date.week was fixed
405:
406: * tests/159.html 1.1:
407: * tests/results/159.processed 1.1:
408: - tests for date.week and date.weekyear added
409:
410: 2007-03-15 misha
411: * src/classes/table.C 1.225:
412: - enclose column numbers for nameless tables as well
413:
414: 2007-03-14 misha
415: * src/targets/cgi/parser3.C 1.242:
416: - bugxif. failed when request cgi
417:
418: * src/classes/table.C 1.224:
419: - table.save optimization: now required much less memory
420:
1.49 misha 421: 2007-03-13 misha
422: * buildall-with-xml 1.8:
423: - pattern needed now for building
424:
425: * tests/097.html 1.5:
426: - added test for xdoc::load
427:
428: * buildall-with-xml 1.9:
429: libxml2: --without-ftp --without-docbook
430:
431: * tests/results/097.processed 1.6:
432: - added test results for xdoc::load & xdoc::load[http://...]
433:
1.50 misha 434: * tests/158.html 1.1:
435: * tests/results/158.processed 1.1:
436: * tests/results/158.processes 1.1:
437: * tests/results/158.processes 1.2:
438: - tests for table.save/table.load
439:
1.49 misha 440: 2007-03-12 misha
441: * tests/107.html 1.4:
442: * tests/results/107.processed 1.5:
443: - added test for xpath '//man'
444:
445: 2007-03-01 misha
446: * tests/097.html 1.4:
447: * tests/results/097.processed 1.5:
448: - added test for creating xdoc from file
449:
450: * tests/157.html 1.3:
451: * tests/results/157.processed 1.2:
452: - added test for file:move
453:
454: 2007-02-28 misha
455: * tests/results/099.processed 1.5:
456: - ever send content-disposition to client with file
457:
458: * operators.txt 1.190:
459: * src/classes/xdoc.C 1.151:
460: - ^xdoc::create[$file] added.
461:
462: * src/classes/xdoc.C 1.153:
463: - another attempt
464:
465: * tests/157.html 1.1:
466: + test for file:copy
467:
468: * src/classes/xdoc.C 1.152:
469: - roll back last changes for a while
470:
471: * src/classes/file.C 1.153:
472: - under lock we create non-exist dir anyway
473:
474: 2007-02-26 misha
475: * src/classes/file.C 1.152:
476: - some similar strings moved to #define instead of to be copy/
477: pasted many times
478:
479: * src/types/pa_vfile.h 1.60:
480: - class name string ("file") moved to #define
481:
482: 2007-02-20 misha
483: * bin/auto.p.dist.in 1.14:
484: - added lines for sqlite
485:
486: * configure.in 1.93:
487: - added some strings for sqlite detection
488:
1.48 misha 489: 2007-02-19 misha
490: * buildall-with-xml 1.7:
491: * buildall-without-xml 1.5:
492: - some modifications
493:
494: * operators.txt 1.189:
495: - some comments changes
496:
497: 2007-02-17 misha
498: * buildall-with-xml 1.6:
499: * buildall-without-xml 1.4:
500: - moving to gc6.8
501:
502: * src/main/pa_request.C 1.285:
503: - damn, i forgot to commit it while I change console behaviour
504:
505: 2007-02-12 misha
506: * src/types/pa_vimage.C 1.36:
507: * src/types/pa_vimage.h 1.47:
508: - fixed bug added while adding 'bool' (^if($image){} caused
509: exception)
510:
511: * src/targets/cgi/parser3.C 1.241:
512: - don't print headers if $console:line[data] was used during cgi
513: execution.
514:
515: * src/types/pa_vconsole.h 1.12:
516: - console class have bool flag now which marked as 'true' if
517: class was used.
518:
519: * tests/152.html 1.5:
520: * tests/results/152.processed 1.6:
521: - more types was added to test 152
522:
523: 2007-02-09 misha
524: * src/types/pa_vxdoc.C 1.34:
525: * src/types/pa_vxdoc.h 1.43:
526: * src/types/pa_vxnode.C 1.48:
527: * src/types/pa_vxnode.h 1.39:
528: - bugfix. I broke xdoc & xnode in expression
529:
530: * tests/152.html 1.3:
531: * tests/results/152.processed 1.4:
532: - test rewrited
533:
534: * tests/152.html 1.4:
535: * tests/results/152.processed 1.5:
536: - test alightly updated
537:
538: 2007-02-08 misha
539: * tests/152.html 1.2:
540: * tests/results/152.processed 1.3:
541: - add test for checking 'def' for void, string, bool, int &
542: double
543:
544: 2007-02-07 misha
545: * src/main/pa_common.C 1.222:
546: - definitions for ^file:base64[filespec]
547:
548: * src/types/pa_vconsole.h 1.11:
549: * src/types/pa_vcookie.C 1.71:
550: - little optimization
551:
552: * src/classes/file.C 1.151:
553: - ^file:base64[filespec]
554:
555: * tests/results/153.processed 1.2:
556: - result test for ^file:base64[filespec] was updated
557:
558: * tests/153.html 1.2:
559: - test for ^file:base64[filespec] was added
560:
561: * src/include/pa_common.h 1.112:
562: - declarations for ^file:base64[filespec]
563:
564: * operators.txt 1.188:
565: - ^file:base64[filespec] was added
566:
567: 2007-02-06 misha
568: * src/types/pa_vbool.h 1.30:
569: - bugfix
570:
571: * tests/156.html 1.1:
572: - added test for bool cookie
573:
574: * src/main/utf8-to-lower.inc 1.2:
575: * src/main/utf8-to-upper.inc 1.2:
576: - some chars were temporary commented
577:
578: * tests/153.html 1.1:
579: * tests/154.html 1.1:
580: * tests/todo.txt 1.6:
581: - two more tests added
582:
583: * src/types/pa_vcookie.h 1.32:
584: - not needed string "cookie" removed
585:
586: * tests/155.html 1.1:
587: * tests/results/155.processed 1.1:
588: - added test for check $.encloser[] option for table save/load
589:
590: 2007-02-05 misha
591: * tests/results/141.processed 1.5:
592: - math:md5 must be lowercased
593:
594: * src/targets/cgi/parser3.C 1.240:
595: - 2007 in help ;)
596:
597: * tests/results/152.processed 1.2:
598: - newline at the end was missed
599:
600: 2007-02-03 misha
601: * tests/152.html 1.1:
602: - test for bool added
603:
604: * operators.txt 1.187:
605: - info bool class was added
606:
607: * src/classes/Makefile.am 1.50:
608: * src/classes/Makefile.in 1.63:
609: * src/classes/bool.C 1.1:
610: * src/classes/classes.vcproj 1.15:
611: * src/classes/double.C 1.60:
612: * src/classes/int.C 1.56:
613: * src/classes/string.C 1.151:
614: * src/classes/void.C 1.37:
615: * src/classes/xnode.C 1.76:
616: * src/include/pa_string.h 1.167:
617: * src/types/pa_vbool.h 1.29:
618: * src/types/pa_vclass.h 1.52:
619: * src/types/pa_vimage.h 1.46:
620: * src/types/pa_vint.h 1.45:
621: * src/types/pa_vjunction.C 1.4:
622: * src/types/pa_vjunction.h 1.25:
623: * src/types/pa_vproperty.C 1.1:
624: * src/types/pa_vproperty.h 1.4:
625: * src/types/pa_vstateless_class.C 1.30:
626: * src/types/pa_vstateless_class.h 1.55:
627: * src/types/pa_vxdoc.C 1.33:
628: * src/types/pa_vxdoc.h 1.42:
629: * src/types/pa_vxnode.h 1.38:
630: * src/types/types.vcproj 1.19:
631: - bool class was added
632:
633: * tests/results/150.processed 1.2:
634: * tests/results/151.processed 1.2:
635: * tests/results/152.processed 1.1:
636: - test for bool added and some content length fixes
637:
638: * buildall-with-xml 1.5:
639: - moved to libxml2-2.6.27 and libxslt-1.1.20
640:
641: * src/main/pa_request.C 1.284:
642: - fix
643:
644: 2007-01-18 misha
645: * src/classes/string.C 1.150:
646: * src/main/pa_string.C 1.208:
647: - return table during ^string.match[][] even if no matched
648: found.
649:
650: 2006-12-20 misha
651: * src/types/pa_method.h 1.7:
652: * src/types/pa_vfile.h 1.59:
653: - some syntax changes [ http://www.parser.ru/forum/?id=55598 ]
654:
655: 2006-12-19 misha
656: * src/main/pa_request.C 1.283:
657: - always set content-disposition for $response:body[hash here].
658: more details: http://www.parser.ru/forum/?id=52130
659:
660: * src/types/pa_vxdoc.C 1.32:
661: - $xDoc is "xnode" == true now. more details: http://
662: www.parser.ru/forum/?id=52359
663:
664: 2006-12-07 misha
665: * operators.txt 1.186:
666: - added info about bool params in cookie set
667:
668: * src/types/pa_value.C 1.21:
669: * src/types/pa_value.h 1.128:
670: * src/types/pa_vbool.h 1.28:
671: - is_bool method was added
672:
673: * src/types/pa_vcookie.C 1.70:
674: - bool param in cookies available now
675: $cookie:name[
676: $.value[123]
677: $.secure(true)
678: $.httponly(true)
679: ]
680:
681: 2006-12-02 misha
682: * src/classes/file.C 1.150:
683: - file_block_read used instead of native read
684:
685: * src/include/pa_common.h 1.111:
686: - added file_block_read declaration
687:
688: * src/main/pa_common.C 1.221:
689: - added file_block_read with read error detection
690: - file_block_read used instead of native read
691:
692: 2006-12-01 misha
693: * src/classes/file.C 1.148:
694: - ^file:copy[from;fo] was added
695:
696: * operators.txt 1.184:
697: - added info about ^file:copy[]
698:
699: * src/types/pa_vstateless_class.C 1.29:
700: * src/types/pa_vstateless_class.h 1.54:
701: - $var.CLASS_NAME added
702:
703: * operators.txt 1.185:
704: - info about $var.CLASS_NAME was added
705:
706: 2006-11-20 misha
707: * src/classes/date.C 1.75:
708: - bug fix :)
709:
710: 2006-11-17 misha
711: * src/main/pa_common.C 1.220:
712: - little optimization in getMonthDays
713: - small changes in crc32 calculation
714:
715: * src/classes/date.C 1.74:
716: - not needed code was removed
717:
718: * src/include/pa_common.h 1.110:
719: - array in crc32 calculation was changed to static
720:
721: 2006-11-16 misha
722: * src/types/pa_vmail.C 1.76:
723: - mail:send now set content-type: multipart/related instead of
724: multipart/mixed if file have $.content-id[]
725:
726: * src/types/pa_vmail.C 1.77:
727: - fix missed brakes
728:
729: 2006-11-15 misha
730: * src/types/pa_vdouble.h 1.52:
731: abs -> fabs
732:
733: 2006-11-14 misha
734: * src/include/pa_common.h 1.109:
735: - hex_string was moved from math.C
736: - CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
737:
738: * operators.txt 1.183:
739: - added info about ^file.md5[] and ^file:md5[file-name]
740:
741: * src/types/pa_vdouble.h 1.51:
742: - incorrect frac detection with negative values was fixed
743:
744: * src/classes/math.C 1.44:
745: - hex_string was moved to pa_common.h
746:
747: * src/main/pa_common.C 1.219:
748: - CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
749:
750: * src/classes/file.C 1.147:
751: - ^file.md5[] and ^file:md5[file-name] were added
752:
753: 2006-11-13 misha
754: * operators.txt 1.182:
755: - added info about ^math:crc32[string], ^file:crc32[file-name] &
756: ^file.crc32[]
757:
758: * src/classes/file.C 1.146:
759: - some comments were changed
760: - added ^file:crc32[file-name] and ^file.crc32[]
761:
762: * src/classes/math.C 1.43:
763: - added ^math:crc32[string]
764:
765: * src/include/pa_common.h 1.108:
766: * src/main/pa_common.C 1.218:
767: - some functions for crc32 calculation added
768:
769: 2006-11-03 misha
770: * tests/150.html 1.1:
771: * tests/151.html 1.1:
772: * tests/results/150.processed 1.1:
773: * tests/results/151.processed 1.1:
774: - 2 tests were added
775:
776: * src/include/pa_array.h 1.70:
777: - not needed variable removed
778:
779: * src/include/pa_array.h 1.69:
780: * src/include/pa_table.h 1.62:
781: - table.locate & table.join with $.reverse(1) were fixed
782:
783: * src/main/pa_http.C 1.5:
784: - bug fix. now tainted data from $.form and query converted to $
785: .charset during ^file::load[http://...]
786:
787: 2006-11-02 misha
788: * src/include/pa_table.h 1.61:
789: ups. forget '=' char
790:
791: * src/include/pa_table.h 1.60:
792: - one more fix in .locate[...][$.reverse(1)]
793:
794: 2006-11-01 misha
795: * src/main/pa_http.C 1.4:
796: - second param for this mid method is length but not end_index so this method has error and can't detect charsets in next content-types:
797: Content-type: text/html; charset="windows-1251"
798: Content-type: text/html; charset="windows-1251";
799: Content-type: text/html; charset=windows-1251;
800:
801: only
802: Content-type: text/html; charset=windows-1251
803: was fine
804:
805: * src/include/pa_table.h 1.59:
806: - bug fix during ^table.locate( condition false for all records )
807: [$.reverse(1)]
808:
809: * src/classes/math.C 1.42:
810: - bug fix, details: http://www.parser.ru/forum/?id=53360
811:
812: 2006-10-31 misha
813: * src/classes/file.C 1.145:
814: - empty args in file::exec removed now
815:
816: 2006-09-11 misha
817: * bin/auto.p.dist.in 1.13:
818: - 2 errors were fixed
819: - table::set was replaced to table::create
820: - some changes in text/code formatting
821:
822: 2006-09-03 paf
823: * src/classes/file.C 1.144:
824: proper tainting of ^file::exec/cgi[script;env;COMMAND;LINE;
825: PARAMS]
826:
827: 2006-06-09 paf
828: * src/classes/table.C 1.223:
829: formatting
830:
831: * src/classes/hash.C 1.78:
832: incorporated patch from misha
833: Sent: Wednesday, June 07, 2006 9:52 PM
834: Subject: parser3: patch for $hash._default disappear while
835:
836: * src/types/pa_vmail.C 1.75:
837: misha:
838: Sent: Wednesday, June 07, 2006 8:51 PM
839: Subject: patch for base64 in ^mail:send[] %-)
840:
841: * src/classes/table.C 1.222:
842: incorporated patch from misha:
843: Sent: Thursday, June 08, 2006 12:38 PM
844: Subject: parser3: patch for ignoring string options for ^table.save[]
845:
846: * src/lib/pcre/pcre-2_08.tar.gz 1.2:
847: one can easily find those
848:
849: * operators.txt 1.181:
850: ^mail:send[
851: $.file1[
852: $.value[file]
853: $.format[!uue|!base64] << new base64 option. default uue
854: ]
855: ]
856:
857: 2006-04-09 paf
858: * buildall-with-xml [release_3_2_1] 1.1.2.5:
859: merged
860: . ftp paths update
861:
862: * buildall-with-xml 1.4:
863: . ftp paths update
864:
865: * gnu.vcproj 1.2:
866: * operators.txt 1.180:
867: * parser3.sln 1.10:
868: * src/classes/classes.vcproj 1.14:
869: * src/classes/file.C 1.143:
870: * src/classes/hash.C 1.77:
871: * src/classes/hashfile.C 1.37:
872: * src/classes/image.C 1.114:
873: * src/classes/op.C 1.164:
874: * src/classes/table.C 1.221:
875: * src/classes/xdoc.C 1.150:
876: * src/classes/xnode.C 1.75:
877: * src/include/pa_array.h 1.68:
878: * src/include/pa_config_fixed.h 1.71:
879: * src/include/pa_dir.h 1.19:
880: * src/include/pa_memory.h 1.15:
881: * src/include/pa_request.h 1.181:
882: * src/include/pa_stack.h 1.25:
883: * src/lib/cord/cord.vcproj 1.4:
884: * src/lib/gd/gd.vcproj 1.9:
885: * src/lib/ltdl/ltdl.vcproj 1.4:
886: * src/lib/md5/md5.vcproj 1.4:
887: * src/lib/pcre/pcre.vcproj 1.4:
888: * src/lib/pcre/pcre_dftables.vcproj 1.5:
889: * src/lib/pcre/pcre_parser_ctype.vcproj 1.5:
890: * src/lib/sdbm/sdbm.vcproj 1.5:
891: * src/lib/smtp/smtp.h 1.7:
892: * src/lib/smtp/smtp.vcproj 1.8:
893: * src/main/compile.y 1.220:
894: * src/main/execute.C 1.315:
895: * src/main/main.vcproj 1.19:
896: * src/main/pa_cache_managers.C 1.17:
897: * src/main/pa_charset.C 1.55:
898: * src/main/pa_exec.C 1.68:
899: * src/main/pa_http.C 1.3:
900: * src/main/pa_request.C 1.281:
901: * src/main/pa_socks.C 1.25:
902: * src/main/pa_sql_driver_manager.C 1.86:
903: * src/main/pa_string.C 1.207:
904: * src/main/pa_stylesheet_connection.C 1.5:
905: * src/main/pa_stylesheet_manager.C 1.28:
906: * src/targets/apache13/ApacheModuleParser3.vcproj 1.8:
907: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.11:
908: * src/targets/apache13core/pa_threads.C 1.6:
909: * src/targets/cgi/getopt.c 1.5:
910: * src/targets/cgi/parser3.C 1.239:
911: * src/targets/cgi/parser3.vcproj 1.14:
912: * src/targets/isapi/pa_threads.C 1.18:
913: * src/targets/isapi/parser3isapi.C 1.97:
914: * src/targets/isapi/parser3isapi.vcproj 1.10:
915: * src/types/pa_value.C 1.20:
916: * src/types/pa_value.h 1.127:
917: * src/types/pa_vcookie.C 1.69:
918: * src/types/pa_vhashfile.C 1.50:
919: * src/types/pa_vhashfile.h 1.34:
920: * src/types/pa_vmail.C 1.74:
921: * src/types/pa_vresponse.C 1.27:
922: * src/types/pa_vstatus.C 1.26:
923: * src/types/types.vcproj 1.18:
924: * tests/descript.ion 1.4:
925: * www/htdocs/_bug.html 1.117:
926: * www/htdocs/_bug.xsl 1.16:
927: + ^break[] ^continue[], in ^for, ^while, ^menu, ^hash/
928: hashfile.foreach
929:
930: * src/main/compile.tab.C 1.113:
931: ` change compiled
932:
933: * gnu.vcproj [vs2005_to_gcc] 1.1.32.1:
934: * parser3.sln [vs2005_to_gcc] 1.9.28.1:
935: * src/classes/classes.vcproj [vs2005_to_gcc] 1.13.8.1:
936: * src/classes/file.C [vs2005_to_gcc] 1.142.12.1:
937: * src/classes/hash.C [vs2005_to_gcc] 1.76.12.1:
938: * src/classes/image.C [vs2005_to_gcc] 1.113.12.1:
939: * src/classes/op.C [vs2005_to_gcc] 1.163.12.1:
940: * src/classes/table.C [vs2005_to_gcc] 1.220.4.1:
941: * src/classes/xdoc.C [vs2005_to_gcc] 1.149.8.1:
942: * src/classes/xnode.C [vs2005_to_gcc] 1.74.8.1:
943: * src/include/pa_array.h [vs2005_to_gcc] 1.67.12.1:
944: * src/include/pa_config_fixed.h [vs2005_to_gcc] 1.70.8.1:
945: * src/include/pa_dir.h [vs2005_to_gcc] 1.18.12.1:
946: * src/include/pa_memory.h [vs2005_to_gcc] 1.14.8.1:
947: * src/include/pa_request.h [vs2005_to_gcc] 1.180.8.1:
948: * src/include/pa_stack.h [vs2005_to_gcc] 1.24.12.1:
949: * src/lib/cord/cord.vcproj [vs2005_to_gcc] 1.3.8.1:
950: * src/lib/gd/gd.vcproj [vs2005_to_gcc] 1.8.8.1:
951: * src/lib/ltdl/ltdl.vcproj [vs2005_to_gcc] 1.3.20.1:
952: * src/lib/md5/md5.vcproj [vs2005_to_gcc] 1.3.20.1:
953: * src/lib/pcre/pcre.vcproj [vs2005_to_gcc] 1.3.20.1:
954: * src/lib/pcre/pcre_dftables.vcproj [vs2005_to_gcc] 1.4.20.1:
955: * src/lib/pcre/pcre_parser_ctype.vcproj [vs2005_to_gcc] 1.4.20.1:
956: * src/lib/sdbm/sdbm.vcproj [vs2005_to_gcc] 1.4.26.1:
957: * src/lib/smtp/smtp.h [vs2005_to_gcc] 1.6.12.1:
958: * src/lib/smtp/smtp.vcproj [vs2005_to_gcc] 1.7.8.1:
959: * src/main/compile.y [vs2005_to_gcc] 1.219.8.1:
960: * src/main/execute.C [vs2005_to_gcc] 1.314.12.1:
961: * src/main/main.vcproj [vs2005_to_gcc] 1.18.8.1:
962: * src/main/pa_cache_managers.C [vs2005_to_gcc] 1.16.12.1:
963: * src/main/pa_charset.C [vs2005_to_gcc] 1.54.8.1:
964: * src/main/pa_exec.C [vs2005_to_gcc] 1.67.12.1:
965: * src/main/pa_http.C [vs2005_to_gcc] 1.2.12.1:
966: * src/main/pa_request.C [vs2005_to_gcc] 1.280.8.1:
967: * src/main/pa_socks.C [vs2005_to_gcc] 1.24.12.1:
968: * src/main/pa_sql_driver_manager.C [vs2005_to_gcc] 1.85.12.1:
969: * src/main/pa_string.C [vs2005_to_gcc] 1.206.4.1:
970: * src/main/pa_stylesheet_connection.C [vs2005_to_gcc] 1.4.8.1:
971: * src/main/pa_stylesheet_manager.C [vs2005_to_gcc] 1.27.12.1:
972: * src/targets/apache13/ApacheModuleParser3.vcproj [vs2005_to_gcc] 1.7.20.1:
973: * src/targets/apache13core/ApacheModuleParser3Core.vcproj [vs2005_to_gcc] 1.10.8.1:
974: * src/targets/apache13core/pa_threads.C [vs2005_to_gcc] 1.5.12.1:
975: * src/targets/cgi/getopt.c [vs2005_to_gcc] 1.4.10.1:
976: * src/targets/cgi/parser3.C [vs2005_to_gcc] 1.238.8.1:
977: * src/targets/cgi/parser3.vcproj [vs2005_to_gcc] 1.13.8.1:
978: * src/targets/isapi/pa_threads.C [vs2005_to_gcc] 1.17.12.1:
979: * src/targets/isapi/parser3isapi.C [vs2005_to_gcc] 1.96.10.1:
980: * src/targets/isapi/parser3isapi.vcproj [vs2005_to_gcc] 1.9.8.1:
981: * src/types/pa_value.C [vs2005_to_gcc] 1.19.12.1:
982: * src/types/pa_value.h [vs2005_to_gcc] 1.126.12.1:
983: * src/types/pa_vcookie.C [vs2005_to_gcc] 1.68.12.1:
984: * src/types/pa_vmail.C [vs2005_to_gcc] 1.73.10.1:
985: * src/types/pa_vresponse.C [vs2005_to_gcc] 1.26.12.1:
986: * src/types/pa_vstatus.C [vs2005_to_gcc] 1.25.12.1:
987: * src/types/types.vcproj [vs2005_to_gcc] 1.17.8.1:
988: * tests/descript.ion [vs2005_to_gcc] 1.3.8.1:
989: * www/htdocs/_bug.html [vs2005_to_gcc] 1.116.6.1:
990: * www/htdocs/_bug.xsl [vs2005_to_gcc] 1.15.18.1:
991: ! switched to VS2005 (projects and object<info explicitly typed>.for_each(, info))
992: + $response:field[] setting void means removing
993: + grammar $name` name stops now, for mysql `$field`
994: + started ^break[] ^continue[], in ^for. TODO: to other iterators (while, menu, foreach)
995: + all log messages += [uri=, method=, cl=]
996:
997: 2006-03-23 moko
998: * Makefile.am [release_3_1_6] 1.48.6.2.2.1:
999: * Makefile.am [release_3_2_1] 1.51.6.3:
1000: * Makefile.in [release_3_1_6] 1.62.6.3.2.1:
1001: * Makefile.in [release_3_2_1] 1.65.6.3:
1002: * acinclude.m4 [release_3_1_6] 1.35.6.3.2.1:
1003: * acinclude.m4 [release_3_2_1] 1.38.6.1:
1004: * aclocal.m4 [release_3_1_6] 1.38.6.3.2.1:
1005: * aclocal.m4 [release_3_2_1] 1.41.6.1:
1006: * acsite.m4 [release_3_1_6] 1.13.6.2.2.1:
1007: * acsite.m4 [release_3_2_1] 1.16.6.1:
1008: * configure [release_3_1_6] 1.83.6.4.2.2:
1009: * configure [release_3_2_1] 1.90.2.2:
1010: * configure.in [release_3_1_6] 1.83.6.5.2.2:
1011: * configure.in [release_3_2_1] 1.91.2.2:
1012: * src/include/pa_version.h [release_3_1_6] 1.19.6.6.2.2:
1013: * src/include/pa_version.h [release_3_2_1] 1.27.2.2:
1014: *** empty log message ***
1015:
1016: 2006-03-04 paf
1017: * src/main/pa_string.C 1.206:
1018: ! cache file curruption checks++ [thanks to Igor Zinkovsky for
1019: detailed report]
1020:
1021: * src/main/pa_string.C [release_3_1_6] 1.202.6.2.2.1:
1022: * src/main/pa_string.C [release_3_2_1] 1.205.4.1:
1023: merged from HEAD
1024: ! cache file curruption checks++ [thanks to Igor Zinkovsky for detailed report]
1025:
1026: 2006-03-01 paf
1027: * src/main/untaint.C [release_3_1_6] 1.134.6.2.2.1:
1028: merged from HEAD
1029: ! mail:send << changed \r or \n to ' ' in
1030:
1031: 2006-02-18 paf
1032: * src/main/untaint.C [release_3_2_1] 1.136.6.1:
1033: merged from HEAD
1034: ! mail:send << changed \r or \n to ' ' in
1035:
1036: * src/main/untaint.C 1.137:
1037: ! mail:send << changed \r or \n to ' ' in
1038:
1039: 2006-02-03 paf
1040: * src/main/pa_common.C 1.217:
1041: ! bugfix: decoding from base64
1042:
1043: * src/main/pa_common.C [release_3_2_1] 1.216.4.1:
1044: merged from HEAD
1045: ! bugfix: decoding from base64
1046:
1047: 2006-01-20 paf
1048: * src/classes/table.C 1.220:
1049: ! bugfix ^table.save[$.encloser-s now handled properly
1050:
1051: * src/classes/table.C [release_3_1_6] 1.208.6.11.2.1:
1052: * src/classes/table.C [release_3_2_1] 1.219.6.1:
1053: merged from HEAD
1054: ! bugfix ^table.save[$.encloser-s now handled properly
1055:
1056: * src/types/pa_vhashfile.C [release_3_1_6] 1.48.14.1:
1057: . merged hashfile.foreach memory economy fix
1058:
1059: 2006-01-19 paf
1060: * buildall-with-xml [release_3_2_1] 1.1.2.4:
1061: * buildall-without-xml [release_3_2_1] 1.1.2.4:
1062: merged from HEAD
1063: ! libgc:USE_MUNMAP activates merging of free memory blocks which helps a lot in our case:
1064: after transform we want CORD(main.result)->cstr[big malloc]->transcode[big malloc]
1065:
1066: * buildall-with-xml 1.3:
1067: * buildall-without-xml 1.3:
1068: ! libgc:USE_MUNMAP activates merging of free memory blocks which helps a lot in our case:
1069: after transform we want CORD(main.result)->cstr[big malloc]->transcode[big malloc]
1070:
1071: * src/types/pa_vhashfile.C [release_3_2_1] 1.48.16.1:
1072: . merged hashfile.foreach memory economy fix
1073:
1074: 2006-01-17 paf
1075: * src/types/pa_vhashfile.C 1.49:
1076: ! hashfile.foreach: counted pairs before reading them. got rid
1077: of reallocs = became quicker and less fragmentated
1078:
1079: 2005-12-29 paf
1080: * Makefile.am [release_3_2_1] 1.51.6.2:
1081: * Makefile.in [release_3_2_1] 1.65.6.2:
1082: * src/lib/ltdl/Makefile.am [release_3_2_1] 1.2.14.2:
1083: * src/lib/ltdl/Makefile.in [release_3_2_1] 1.8.6.2:
1084: . now site.m4 also packaged when 'make dist', so do configure
1085: companion files in src/lib/ltdl
1086:
1087: * src/lib/ltdl/Makefile.am [release_3_2_1] 1.2.14.1:
1088: * src/lib/ltdl/Makefile.in [release_3_2_1] 1.8.6.1:
1089: * src/lib/ltdl/acconfig.h [release_3_2_1] 1.1.2.1:
1090: * src/lib/ltdl/acinclude.m4 [release_3_2_1] 1.2.38.1:
1091: * src/lib/ltdl/config.guess [release_3_2_1] 1.2.2.1:
1092: * src/lib/ltdl/config.sub [release_3_2_1] 1.2.2.1:
1093: * src/lib/ltdl/configure.in [release_3_2_1] 1.4.36.1:
1094: * src/lib/ltdl/install-sh [release_3_2_1] 1.2.2.1:
1095: * src/lib/ltdl/ltmain.sh [release_3_2_1] 1.1.2.1:
1096: * src/lib/ltdl/missing [release_3_2_1] 1.2.2.1:
1097: . now config_auto.h is created with configure [were constant]
1098:
1099: * INSTALL [release_3_2_1] 1.48.2.2:
1100: * buildall-with-xml [release_3_2_1] 1.1.2.3:
1101: * buildall-without-xml [release_3_2_1] 1.1.2.3:
1102: *** empty log message ***
1103:
1104: * buildall-with-xml [release_3_2_1] 1.1.2.2:
1105: * buildall-without-xml [release_3_2_1] 1.1.2.2:
1106: . farawell doc indication
1107:
1108: * src/lib/ltdl/ltmain.sh 1.1:
1109: file ltmain.sh was initially added on branch release_3_2_1.
1110:
1111: * INSTALL 1.49:
1112: * Makefile.am 1.52:
1113: * Makefile.in 1.66:
1114: * buildall-with-xml 1.2:
1115: * buildall-without-xml 1.2:
1116: * configure 1.91:
1117: * configure.in 1.92:
1118: * src/include/pa_version.h 1.28:
1119: * src/lib/ltdl/Makefile.am 1.3:
1120: * src/lib/ltdl/Makefile.in 1.9:
1121: * src/lib/ltdl/acconfig.h 1.2:
1122: * src/lib/ltdl/acinclude.m4 1.3:
1123: * src/lib/ltdl/config.guess 1.3:
1124: * src/lib/ltdl/config.sub 1.3:
1125: * src/lib/ltdl/configure.in 1.5:
1126: * src/lib/ltdl/install-sh 1.3:
1127: * src/lib/ltdl/ltmain.sh 1.2:
1128: * src/lib/ltdl/missing 1.3:
1129: * www/htdocs/_bug.html 1.116:
1130: . merged from 3.2.1
1131:
1132: * INSTALL [release_3_2_1] 1.48.2.3:
1133: . references to documentation and some clarification
1134:
1135: * Makefile.am [release_3_2_1] 1.51.6.1:
1136: * Makefile.in [release_3_2_1] 1.65.6.1:
1137: . dist+=buildall*
1138:
1139: * src/lib/ltdl/acconfig.h 1.1:
1140: file acconfig.h was initially added on branch release_3_2_1.
1141:
1142: 2005-12-28 paf
1143: * configure [release_3_2_1] 1.90.2.1:
1144: . 3.2.1
1145:
1146: * buildall-with-xml 1.1:
1147: file buildall-with-xml was initially added on branch
1148: release_3_2_1.
1149:
1150: * INSTALL [release_3_2_1] 1.48.2.1:
1151: * buildall-with-xml [release_3_2_1] 1.1.2.1:
1152: * buildall-without-xml [release_3_2_1] 1.1.2.1:
1153: + started to simplify build process, see INSTALL
1154:
1155: * buildall-without-xml 1.1:
1156: file buildall-without-xml was initially added on branch
1157: release_3_2_1.
1158:
1159: 2005-12-26 paf
1160: * configure.in [release_3_1_6] 1.83.6.5.2.1:
1161: * src/include/pa_version.h [release_3_1_6] 1.19.6.6.2.1:
1162: * src/main/compile.tab.C [release_3_1_6] 1.103.8.10.2.1:
1163: version
1164:
1165: * configure [release_3_1_6] 1.83.6.4.2.1:
1166: ver
1167:
1168: 2005-12-21 paf
1169: * src/main/compile.tab.C 1.112:
1170: * src/main/main.vcproj 1.18:
1171: * www/htdocs/_bug.html 1.115:
1172: . win32: grammar is now compiled with bison 1.875b, it reports
1173: unexpected token names
1174:
1175: 2005-12-19 paf
1176: * configure 1.89:
1177: * src/lib/Makefile.in 1.15:
1178: * src/lib/cord/Makefile.in 1.6:
1179: . makes
1180:
1181: * src/main/compile.tab.C [release_3_1_5] 1.103.8.10:
1182: * src/types/pa_vxnode.h [release_3_1_5] 1.30.12.2:
1183: * www/htdocs/_bug.html [release_3_1_5] 1.84.4.16:
1184: * www/htdocs/_bug.xsl [release_3_1_5] 1.15.6.1:
1185: ! bugfix xnode now holds a link to xmlNode to prevent premature
1186: gc(xmlNode)
1187:
1188: * configure 1.90:
1189: * configure.in 1.91:
1190: * src/classes/classes.vcproj 1.13:
1191: * src/include/pa_config_fixed.h 1.70:
1192: * src/include/pa_version.h 1.26:
1193: * src/include/pa_version.h 1.27:
1194: * src/lib/gd/gd.vcproj 1.8:
1195: * src/lib/smtp/smtp.vcproj 1.7:
1196: * src/main/main.vcproj 1.17:
1197: * src/main/pa_globals.C 1.181:
1198: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.10:
1199: * src/targets/cgi/parser3.vcproj 1.13:
1200: * src/targets/isapi/parser3isapi.vcproj 1.9:
1201: * src/types/types.vcproj 1.17:
1202: . killing gdome [what a relief]
1203:
1204: * src/types/pa_vxnode.C 1.47:
1205: . less warnings
1206:
1207: * src/targets/cgi/parser3.C 1.238:
1208: . style
1209:
1210: * src/classes/xnode.C 1.74:
1211: . "xml.dom"
1212: . xnode.select* now works on xdoc too [were barking "not element"]
1213:
1214: * tests/137.html 1.3:
1215: * tests/results/137.processed 1.4:
1216: . not handled this case yet. code does not hang from inserting
1217: parent into child, considering thing minor issue -- nodes are
1218: removed from source anyway, don't know why shold that be an
1219: error after all
1220:
1221: * tests/097.html 1.3:
1222: * tests/106.html 1.3:
1223: * tests/108.html 1.3:
1224: * tests/110.html 1.3:
1225: * tests/112.html 1.3:
1226: * tests/113.html 1.3:
1227: * tests/114.html 1.3:
1228: * tests/115.html 1.3:
1229: * tests/116.html 1.3:
1230: * tests/117.html 1.3:
1231: * tests/Makefile 1.4:
1232: * tests/results/001.processed 1.4:
1233: * tests/results/002.processed 1.4:
1234: * tests/results/003.processed 1.4:
1235: * tests/results/004.processed 1.4:
1236: * tests/results/005.processed 1.4:
1237: * tests/results/006.processed 1.4:
1238: * tests/results/008.processed 1.4:
1239: * tests/results/009.processed 1.4:
1240: * tests/results/010.processed 1.4:
1241: * tests/results/011.processed 1.4:
1242: * tests/results/012.processed 1.4:
1243: * tests/results/013.processed 1.4:
1244: * tests/results/014.processed 1.4:
1245: * tests/results/015.processed 1.4:
1246: * tests/results/016.processed 1.4:
1247: * tests/results/017.processed 1.4:
1248: * tests/results/018.processed 1.4:
1249: * tests/results/020.processed 1.4:
1250: * tests/results/021.processed 1.4:
1251: * tests/results/022.processed 1.4:
1252: * tests/results/023.processed 1.4:
1253: * tests/results/024.processed 1.4:
1254: * tests/results/025.processed 1.4:
1255: * tests/results/026.processed 1.4:
1256: * tests/results/027.processed 1.4:
1257: * tests/results/028.processed 1.4:
1258: * tests/results/029.processed 1.4:
1259: * tests/results/030.processed 1.4:
1260: * tests/results/031.processed 1.4:
1261: * tests/results/032.processed 1.4:
1262: * tests/results/033.processed 1.4:
1263: * tests/results/034.processed 1.4:
1264: * tests/results/035.processed 1.4:
1265: * tests/results/036.processed 1.4:
1266: * tests/results/037.processed 1.4:
1267: * tests/results/038.processed 1.4:
1268: * tests/results/039.processed 1.4:
1269: * tests/results/040.processed 1.4:
1270: * tests/results/041.processed 1.4:
1271: * tests/results/042.processed 1.4:
1272: * tests/results/043.processed 1.4:
1273: * tests/results/044.processed 1.4:
1274: * tests/results/045.processed 1.4:
1275: * tests/results/046.processed 1.4:
1276: * tests/results/047.processed 1.4:
1277: * tests/results/048.processed 1.4:
1278: * tests/results/049.processed 1.4:
1279: * tests/results/050.processed 1.4:
1280: * tests/results/051.processed 1.4:
1281: * tests/results/052.processed 1.4:
1282: * tests/results/053.processed 1.4:
1283: * tests/results/054.processed 1.4:
1284: * tests/results/055.processed 1.4:
1285: * tests/results/056.processed 1.4:
1286: * tests/results/057.processed 1.4:
1287: * tests/results/058.processed 1.4:
1288: * tests/results/059.processed 1.4:
1289: * tests/results/060.processed 1.4:
1290: * tests/results/061.processed 1.4:
1291: * tests/results/062.processed 1.4:
1292: * tests/results/063.processed 1.4:
1293: * tests/results/064.processed 1.4:
1294: * tests/results/065.processed 1.4:
1295: * tests/results/066.processed 1.4:
1296: * tests/results/067.processed 1.4:
1297: * tests/results/068.processed 1.4:
1298: * tests/results/069.processed 1.4:
1299: * tests/results/070.processed 1.4:
1300: * tests/results/071.processed 1.4:
1301: * tests/results/072.processed 1.4:
1302: * tests/results/073.processed 1.4:
1303: * tests/results/074.processed 1.4:
1304: * tests/results/075.processed 1.4:
1305: * tests/results/076.processed 1.4:
1306: * tests/results/077.processed 1.4:
1307: * tests/results/078.processed 1.4:
1308: * tests/results/079.processed 1.4:
1309: * tests/results/080.processed 1.4:
1310: * tests/results/081.processed 1.4:
1311: * tests/results/082.processed 1.4:
1312: * tests/results/083.processed 1.4:
1313: * tests/results/084.processed 1.4:
1314: * tests/results/085.processed 1.4:
1315: * tests/results/086.processed 1.4:
1316: * tests/results/087.processed 1.4:
1317: * tests/results/088.processed 1.4:
1318: * tests/results/089.processed 1.4:
1319: * tests/results/090.processed 1.4:
1320: * tests/results/091.processed 1.4:
1321: * tests/results/092.processed 1.4:
1322: * tests/results/093.processed 1.4:
1323: * tests/results/094.processed 1.4:
1324: * tests/results/095.processed 1.4:
1325: * tests/results/096.processed 1.4:
1326: * tests/results/097.processed 1.4:
1327: * tests/results/099.processed 1.4:
1328: * tests/results/100.processed 1.3:
1329: * tests/results/101.processed 1.4:
1330: * tests/results/102.processed 1.4:
1331: * tests/results/104.processed 1.4:
1332: * tests/results/105.processed 1.4:
1333: * tests/results/106.processed 1.4:
1334: * tests/results/107.processed 1.4:
1335: * tests/results/108.processed 1.4:
1336: * tests/results/109.processed 1.4:
1337: * tests/results/110.processed 1.4:
1338: * tests/results/111.processed 1.4:
1339: * tests/results/112.processed 1.4:
1340: * tests/results/113.processed 1.4:
1341: * tests/results/114.processed 1.4:
1342: * tests/results/115.processed 1.4:
1343: * tests/results/117.processed 1.4:
1344: * tests/results/119.processed 1.4:
1345: * tests/results/120.processed 1.4:
1346: * tests/results/121.processed 1.4:
1347: * tests/results/122.processed 1.4:
1348: * tests/results/123.processed 1.4:
1349: * tests/results/124.processed 1.4:
1350: * tests/results/125.processed 1.4:
1351: * tests/results/126.processed 1.4:
1352: * tests/results/127.processed 1.4:
1353: * tests/results/128.processed 1.4:
1354: * tests/results/129.processed 1.4:
1355: * tests/results/130.processed 1.4:
1356: * tests/results/131.processed 1.4:
1357: * tests/results/132.processed 1.4:
1358: * tests/results/133.processed 1.4:
1359: * tests/results/134.processed 1.4:
1360: * tests/results/135.processed 1.4:
1361: * tests/results/136.processed 1.4:
1362: * tests/results/138.processed 1.4:
1363: * tests/results/139.processed 1.4:
1364: * tests/results/140.processed 1.4:
1365: * tests/results/141.processed 1.4:
1366: * tests/results/142.processed 1.2:
1367: * tests/results/143.processed 1.2:
1368: * tests/results/144.processed 1.2:
1369: * tests/results/145.processed 1.2:
1370: * tests/results/146.processed 1.2:
1371: * tests/results/147.processed 1.2:
1372: * tests/results/148.processed 1.2:
1373: * tests/results/149.processed 1.2:
1374: * tests/results/auto.p 1.1:
1375: * tests/run_parser.sh 1.3:
1376: . now works if we turn off default auto.p
1377:
1378: * src/types/pa_vxnode.C 1.46:
1379: * tests/142.html 1.2:
1380: * tests/144.html 1.2:
1381: * tests/145.html 1.2:
1382: * tests/149.html 1.1:
1383: * tests/descript.ion 1.3:
1384: * tests/outputs/d.cmd 1.1:
1385: * tests/results/142.processed 1.1:
1386: * tests/results/143.processed 1.1:
1387: * tests/results/144.processed 1.1:
1388: * tests/results/145.processed 1.1:
1389: * tests/results/146.processed 1.1:
1390: * tests/results/147.processed 1.1:
1391: * tests/results/148.processed 1.1:
1392: * tests/results/149.processed 1.1:
1393: * www/htdocs/_bug.html 1.114:
1394: . removed .nodeValue from all node types other than 5 (grabbed
1395: piece from gdome)
1396:
1397: 2005-12-16 paf
1398: * tests/142.html 1.1:
1399: * tests/143.html 1.1:
1400: * tests/144.html 1.1:
1401: * tests/145.html 1.1:
1402: . dom [part]
1403:
1404: * tests/146.html 1.1:
1405: * tests/147.html 1.1:
1406: * tests/148.html 1.1:
1407: * www/htdocs/_bug.html 1.113:
1408: . more tests
1409:
1410: * src/main/compile.tab.C [release_3_1_5] 1.103.8.9:
1411: * src/main/compile.tab.C [release_3_2_0] 1.109.2.2:
1412: * src/main/compile.y [release_3_1_5] 1.213.10.7:
1413: * src/main/compile.y [release_3_2_0] 1.217.2.2:
1414: * src/types/pa_value.h [release_3_1_5] 1.119.6.4:
1415: * src/types/pa_vvoid.h [release_3_1_5] 1.22.8.2:
1416: merged from HEAD
1417: ! fixed overoptimized ^call(false) case. (confused it with ^call[] case)
1418:
1419: * src/main/compile.tab.C 1.111:
1420: * src/main/compile.y 1.219:
1421: * www/htdocs/_bug.html 1.112:
1422: ! fixed overoptimized ^call(false) case. (confused it with ^call[
1423: ] case)
1424:
1425: * INSTALL 1.47:
1426: * configure.in 1.90:
1427: * src/lib/Makefile.am 1.8:
1428: . sweetest part [no glib/gdome in INSTALL and patches]
1429:
1430: * tests/006.html 1.3:
1431: * tests/034.html 1.3:
1432: * tests/057.html 1.3:
1433: * tests/Makefile 1.3:
1434: * tests/make_tests.cmd 1.1:
1435: * tests/results/001.processed 1.3:
1436: * tests/results/002.processed 1.3:
1437: * tests/results/003.processed 1.3:
1438: * tests/results/004.processed 1.3:
1439: * tests/results/005.processed 1.3:
1440: * tests/results/006.processed 1.3:
1441: * tests/results/008.processed 1.3:
1442: * tests/results/009.processed 1.3:
1443: * tests/results/010.processed 1.3:
1444: * tests/results/011.processed 1.3:
1445: * tests/results/012.processed 1.3:
1446: * tests/results/013.processed 1.3:
1447: * tests/results/014.processed 1.3:
1448: * tests/results/015.processed 1.3:
1449: * tests/results/016.processed 1.3:
1450: * tests/results/017.processed 1.3:
1451: * tests/results/018.processed 1.3:
1452: * tests/results/019.processed 1.3:
1453: * tests/results/020.processed 1.3:
1454: * tests/results/021.processed 1.3:
1455: * tests/results/022.processed 1.3:
1456: * tests/results/023.processed 1.3:
1457: * tests/results/024.processed 1.3:
1458: * tests/results/025.processed 1.3:
1459: * tests/results/026.processed 1.3:
1460: * tests/results/027.processed 1.3:
1461: * tests/results/028.processed 1.3:
1462: * tests/results/029.processed 1.3:
1463: * tests/results/030.processed 1.3:
1464: * tests/results/031.processed 1.3:
1465: * tests/results/032.processed 1.3:
1466: * tests/results/033.processed 1.3:
1467: * tests/results/034.processed 1.3:
1468: * tests/results/035.processed 1.3:
1469: * tests/results/036.processed 1.3:
1470: * tests/results/037.processed 1.3:
1471: * tests/results/038.processed 1.3:
1472: * tests/results/039.processed 1.3:
1473: * tests/results/040.processed 1.3:
1474: * tests/results/041.processed 1.3:
1475: * tests/results/042.processed 1.3:
1476: * tests/results/043.processed 1.3:
1477: * tests/results/044.processed 1.3:
1478: * tests/results/045.processed 1.3:
1479: * tests/results/046.processed 1.3:
1480: * tests/results/047.processed 1.3:
1481: * tests/results/048.processed 1.3:
1482: * tests/results/049.processed 1.3:
1483: * tests/results/050.processed 1.3:
1484: * tests/results/051.processed 1.3:
1485: * tests/results/052.processed 1.3:
1486: * tests/results/053.processed 1.3:
1487: * tests/results/054.processed 1.3:
1488: * tests/results/055.processed 1.3:
1489: * tests/results/056.processed 1.3:
1490: * tests/results/057.processed 1.3:
1491: * tests/results/058.processed 1.3:
1492: * tests/results/059.processed 1.3:
1493: * tests/results/060.processed 1.3:
1494: * tests/results/061.processed 1.3:
1495: * tests/results/062.processed 1.3:
1496: * tests/results/063.processed 1.3:
1497: * tests/results/064.processed 1.3:
1498: * tests/results/065.processed 1.3:
1499: * tests/results/066.processed 1.3:
1500: * tests/results/067.processed 1.3:
1501: * tests/results/068.processed 1.3:
1502: * tests/results/069.processed 1.3:
1503: * tests/results/070.processed 1.3:
1504: * tests/results/071.processed 1.3:
1505: * tests/results/072.processed 1.3:
1506: * tests/results/073.processed 1.3:
1507: * tests/results/074.processed 1.3:
1508: * tests/results/075.processed 1.3:
1509: * tests/results/076.processed 1.3:
1510: * tests/results/077.processed 1.3:
1511: * tests/results/078.processed 1.3:
1512: * tests/results/079.processed 1.3:
1513: * tests/results/080.processed 1.3:
1514: * tests/results/081.processed 1.3:
1515: * tests/results/082.processed 1.3:
1516: * tests/results/083.processed 1.3:
1517: * tests/results/084.processed 1.3:
1518: * tests/results/085.processed 1.3:
1519: * tests/results/086.processed 1.3:
1520: * tests/results/087.processed 1.3:
1521: * tests/results/088.processed 1.3:
1522: * tests/results/089.processed 1.3:
1523: * tests/results/090.processed 1.3:
1524: * tests/results/091.processed 1.3:
1525: * tests/results/092.processed 1.3:
1526: * tests/results/093.processed 1.3:
1527: * tests/results/094.processed 1.3:
1528: * tests/results/095.processed 1.3:
1529: * tests/results/096.processed 1.3:
1530: * tests/results/097.processed 1.3:
1531: * tests/results/099.processed 1.3:
1532: * tests/results/101.processed 1.3:
1533: * tests/results/102.processed 1.3:
1534: * tests/results/104.processed 1.3:
1535: * tests/results/105.processed 1.3:
1536: * tests/results/106.processed 1.3:
1537: * tests/results/107.processed 1.3:
1538: * tests/results/108.processed 1.3:
1539: * tests/results/109.processed 1.3:
1540: * tests/results/110.processed 1.3:
1541: * tests/results/111.processed 1.3:
1542: * tests/results/112.processed 1.3:
1543: * tests/results/113.processed 1.3:
1544: * tests/results/114.processed 1.3:
1545: * tests/results/115.processed 1.3:
1546: * tests/results/116.processed 1.3:
1547: * tests/results/117.processed 1.3:
1548: * tests/results/118.processed 1.3:
1549: * tests/results/119.processed 1.3:
1550: * tests/results/120.processed 1.3:
1551: * tests/results/121.processed 1.3:
1552: * tests/results/122.processed 1.3:
1553: * tests/results/123.processed 1.3:
1554: * tests/results/124.processed 1.3:
1555: * tests/results/125.processed 1.3:
1556: * tests/results/126.processed 1.3:
1557: * tests/results/127.processed 1.3:
1558: * tests/results/128.processed 1.3:
1559: * tests/results/129.processed 1.3:
1560: * tests/results/130.processed 1.3:
1561: * tests/results/131.processed 1.3:
1562: * tests/results/132.processed 1.3:
1563: * tests/results/133.processed 1.3:
1564: * tests/results/134.processed 1.3:
1565: * tests/results/135.processed 1.3:
1566: * tests/results/136.processed 1.3:
1567: * tests/results/137.processed 1.3:
1568: * tests/results/138.processed 1.3:
1569: * tests/results/139.processed 1.3:
1570: * tests/results/140.processed 1.3:
1571: * tests/results/141.processed 1.3:
1572: . refreshed old tests, made them work without auto.p (in utf8)
1573: . things noted:
1574: . gif got encoded differently
1575: . exif 0000:00:00 decoded now into 0000:00:00 (were some strange year)
1576:
1577: * src/classes/xdoc.C 1.149:
1578: * src/classes/xnode.C 1.72:
1579: * src/classes/xnode.h 1.25:
1580: * src/include/pa_charset.h 1.32:
1581: * src/include/pa_config_includes.h 1.32:
1582: * src/include/pa_globals.h 1.113:
1583: * src/include/pa_memory.h 1.14:
1584: * src/include/pa_request.h 1.180:
1585: * src/include/pa_xml_exception.h 1.5:
1586: * src/lib/cord/Makefile.am 1.4:
1587: * src/lib/cord/cord.vcproj 1.3:
1588: * src/lib/cord/cordbscs.c 1.6:
1589: * src/lib/cord/cordprnt.c 1.4:
1590: * src/lib/cord/cordxtra.c 1.7:
1591: * src/main/compile.tab.C 1.110:
1592: * src/main/pa_charset.C 1.54:
1593: * src/main/pa_globals.C 1.180:
1594: * src/main/pa_memory.C 1.7:
1595: * src/main/pa_request.C 1.280:
1596: * src/main/pa_stylesheet_connection.C 1.4:
1597: * src/main/pa_xml_exception.C 1.5:
1598: * src/types/pa_vxdoc.C 1.30:
1599: * src/types/pa_vxdoc.h 1.41:
1600: * src/types/pa_vxnode.C 1.44:
1601: * src/types/pa_vxnode.h 1.36:
1602: * www/htdocs/.htaccess 1.49:
1603: * www/htdocs/_bug.html 1.111:
1604: . started killing gdome
1605:
1606: * INSTALL 1.48:
1607: . revived linux libgc fix
1608:
1609: * src/types/pa_vxdoc.C 1.31:
1610: * src/types/pa_vxnode.C 1.45:
1611: * src/types/pa_vxnode.h 1.37:
1612: + xdoc DOM props
1613:
1614: * src/classes/xnode.C 1.73:
1615: . also bark on possible errors
1616:
1617: 2005-12-13 paf
1618: * src/main/pa_request.C [release_3_1_5] 1.274.6.5:
1619: * src/main/pa_request.C [release_3_2_0] 1.278.2.1:
1620: merged from HEAD
1621: ! when code in @unhandled_exception thrown another exception, print correct origin (earlier code in catch of exception inside of @unhandled_exception grabbed parent_frame(original_exception) origin and printed it, instead of true origin)
1622:
1623: * src/main/pa_request.C 1.279:
1624: ! when code in @unhandled_exception thrown another exception,
1625: print correct origin (earlier code in catch of exception inside
1626: of @unhandled_exception grabbed parent_frame(original_exception)
1627: origin and printed it, instead of true origin)
1628:
1629: 2005-12-09 paf
1630: * src/main/pa_string.C 1.205:
1631: * src/main/pa_string.C [release_3_2_0] 1.203.2.2:
1632: merged from 3.1.5
1633: ! regex tainting were ignored in ^string.matched :(
1634:
1635: * INSTALL 1.45:
1636: * configure 1.88:
1637: * configure.in 1.89:
1638: * src/classes/date.C 1.73:
1639: * src/include/pa_config_fixed.h 1.69:
1640: * src/include/pa_version.h 1.25:
1641: * src/main/compile.y 1.218:
1642: * src/main/compile_tools.h 1.77:
1643: * src/main/pa_charset.C 1.53:
1644: * src/main/pa_common.C 1.216:
1645: * src/main/pa_globals.C 1.179:
1646: * src/main/pa_string.C 1.204:
1647: * src/targets/apache13core/mod_parser3_core.C 1.10:
1648: * src/targets/cgi/getopt.c 1.4:
1649: * src/targets/isapi/parser3isapi.C 1.96:
1650: * src/types/pa_vmail.C 1.73:
1651: * www/htdocs/.htaccess 1.48:
1652: * www/htdocs/_bug.txt 1.8:
1653: * www/htdocs/auto.p 1.25:
1654: . merged latest fixes from 3.2.0
1655:
1656: * src/main/pa_string.C [release_3_1_5] 1.202.6.2:
1657: ! regex tainting were ignored in ^string.matched :(
1658:
1659: * INSTALL [release_3_2_0] 1.44.2.5:
1660: . updated INSTALL doc to work around linux stack base detection
1661: problem, due to change in gc6.4 code
1662:
1.47 paf 1663: 2005-12-08 paf
1.48 misha 1664: * src/types/pa_vmail.C [release_3_1_5] 1.71.6.2:
1665: merged from 3.2.0
1666: ! bcc line longer then 500 chars now handled OK [were wrapped on 500th char according to rfc, but sendmail failed to unwrap it properly]
1667:
1.47 paf 1668: * src/classes/date.C [release_3_2_0] 1.72.2.1:
1669: * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.2:
1670: * src/main/compile.tab.C [release_3_2_0] 1.109.2.1:
1671: * src/main/compile.y [release_3_2_0] 1.217.2.1:
1672: * src/main/compile_tools.h [release_3_2_0] 1.76.2.1:
1673: * src/main/pa_charset.C [release_3_2_0] 1.52.2.1:
1674: * src/main/pa_common.C [release_3_2_0] 1.215.2.1:
1675: * src/main/pa_globals.C [release_3_2_0] 1.178.2.1:
1676: * src/main/pa_string.C [release_3_2_0] 1.203.2.1:
1677: * src/targets/cgi/getopt.c [release_3_2_0] 1.3.24.1:
1678: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.3:
1679: * www/htdocs/_bug.html [release_3_2_0] 1.110.2.1:
1680: * www/htdocs/_bug.txt [release_3_2_0] 1.7.2.1:
1681: * www/htdocs/auto.p [release_3_2_0] 1.24.2.1:
1682: . less warnings
1683:
1.48 misha 1684: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.2:
1685: . undone some strange change since 3.1.5
1686:
1.47 paf 1687: * src/include/pa_config_fixed.h [release_3_2_0] 1.68.2.1:
1688: . removed outdated string origins [in current storage scheme
1689: there's no place for them. someday we can add third CORD to
1690: store origins and special version of parser which stores origins
1691: there [separate binary]]
1692:
1693: * src/targets/apache13core/mod_parser3_core.C [release_3_2_0] 1.9.2.1:
1694: * src/targets/isapi/parser3isapi.C [release_3_2_0] 1.95.2.1:
1695: . merged from 3.1.5 release link fixes
1696:
1697: * src/types/pa_vmail.C [release_3_2_0] 1.72.2.1:
1698: ! bcc line longer then 500 chars now handled OK [were wrapped on
1699: 500th char according to rfc, but sendmail failed to unwrap it
1700: properly]
1701:
1702: 2005-12-07 paf
1703: * Makefile.am [release_3_2_0] 1.51.2.1:
1704: * Makefile.in [release_3_2_0] 1.65.2.1:
1705: * acinclude.m4 [release_3_2_0] 1.38.2.1:
1706: * aclocal.m4 [release_3_2_0] 1.41.2.1:
1707: * acsite.m4 [release_3_2_0] 1.16.2.1:
1708: * configure [release_3_2_0] 1.87.2.1:
1709: * configure.in [release_3_2_0] 1.88.2.1:
1710: *** empty log message ***
1711:
1712: * src/include/pa_version.h [release_3_2_0] 1.23.2.1:
1713: makefiles
1.46 paf 1714:
1715: 2005-11-28 paf
1716: * src/main/pa_http.C 1.2:
1717: ! status line check made earlier [was totally wrong]
1718:
1719: * src/classes/table.C 1.219:
1720: ! nameless table has columns==0
1721:
1.45 paf 1722: 2005-11-25 paf
1723: * src/classes/op.C 1.162:
1724: * www/htdocs/_bug.html 1.110:
1725: * www/htdocs/auto.p 1.24:
1726: + ^while(){}[SEPARATOR]
1727:
1728: * src/include/pa_array.h 1.67:
1729: -this reduces speed(table::load) strange. undoing for now...
1730:
1731: * src/include/pa_version.h 1.23:
1732: -this reduces speed(table::load), strange. undoing
1733:
1.46 paf 1734: * src/include/pa_memory.h 1.13:
1735: . removed GC_DEBUG for debug version, it changed gc_malloc
1736: implementation, which obscured profiling
1.45 paf 1737:
1738: 2005-11-24 paf
1739: * src/include/Makefile.am 1.10:
1740: * src/include/pa_http.h 1.1:
1741: * src/main/Makefile.am 1.46:
1742: * src/main/main.vcproj 1.16:
1743: . extracted http:// into separate file [preparation for ^file::
1744: cgi[script;$.form[$.field1[]
1745:
1.46 paf 1746: * src/classes/file.C 1.142:
1747: * src/include/pa_common.h 1.107:
1748: * src/main/execute.C 1.314:
1749: * src/main/pa_common.C 1.215:
1750: * src/main/pa_request.C 1.278:
1751: ! changed file/dir_readable to simple file/dir_exist, this would
1752: help in situations "class not found because .p file has bad
1753: rights" << in that case error would be explicit "access denied
1754: to 'this' file"
1.45 paf 1755:
1756: * Makefile.am 1.51:
1757: * Makefile.in 1.65:
1758: * acinclude.m4 1.38:
1759: * aclocal.m4 1.41:
1760: * acsite.m4 1.16:
1761: * configure 1.87:
1762: * configure.in 1.88:
1763: *** empty log message ***
1764:
1765: * src/include/Makefile.in 1.20:
1766: * src/main/Makefile.in 1.60:
1767: makefiles
1768:
1.46 paf 1769: * www/htdocs/_bug.pl 1.5:
1770: * www/htdocs/_bug.txt 1.7:
1771: +! ^file::exec/cgi[script;$.charset[changed] $.QUERY_STRING[^
1772: untaint[URI]{aaa=$form:text} << now %HH would be encoded in $
1773: .charset charset
1.45 paf 1774:
1775: 2005-11-22 paf
1.46 paf 1776: * src/types/pa_vresponse.C 1.26:
1777: + $response:headers access to internal hash
1778:
1779: * src/targets/apache13core/mod_parser3_core.C 1.9:
1780: * src/targets/isapi/parser3isapi.C 1.95:
1781: + GC_large_alloc_warn_suppressed=0 between requests [apache mod_, isapi]
1782: this reduces number of "GC Warning: Repeated allocation of very large block" messages to only important onces
1783:
1.45 paf 1784: * bin/Makefile.in 1.12:
1785: * etc/Makefile.in 1.17:
1786: * etc/parser3.charsets/Makefile.in 1.21:
1787: * src/Makefile.in 1.58:
1788: * src/classes/Makefile.in 1.62:
1789: * src/include/pa_config_auto.h.in 1.43:
1790: * src/lib/Makefile.in 1.14:
1791: * src/lib/cord/Makefile.in 1.5:
1792: * src/lib/cord/include/Makefile.in 1.4:
1793: * src/lib/cord/include/private/Makefile.in 1.4:
1794: * src/lib/gc/Makefile.in 1.4:
1795: * src/lib/gc/include/Makefile.in 1.4:
1796: * src/lib/gd/Makefile.in 1.5:
1797: * src/lib/ltdl/Makefile.in 1.8:
1798: * src/lib/md5/Makefile.in 1.10:
1799: * src/lib/patches/Makefile.in 1.14:
1800: * src/lib/pcre/Makefile.in 1.12:
1801: * src/lib/sdbm/Makefile.in 1.3:
1802: * src/lib/sdbm/apr-include/Makefile.in 1.3:
1803: * src/lib/smtp/Makefile.in 1.5:
1804: * src/sql/Makefile.in 1.14:
1805: * src/targets/Makefile.in 1.45:
1806: * src/targets/apache13/Makefile.in 1.50:
1807: * src/targets/apache13core/Makefile.in 1.7:
1808: * src/targets/cgi/Makefile.in 1.69:
1809: * src/targets/isapi/Makefile.in 1.15:
1810: * src/types/Makefile.in 1.60:
1811: configure+makes
1812:
1813: * src/main/compile.tab.C 1.108:
1814: Makefile
1815:
1816: * src/types/pa_vdate.h 1.42:
1817: ! date TZ save/restore stored pointer to getenv-ed variable,
1818: which does not work both on win32&unix. copied old TZ value now
1819:
1.46 paf 1820: * src/include/pa_string.h 1.166:
1821: * src/main/untaint.C 1.136:
1822: + ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
1.45 paf 1823:
1824: * src/classes/string.C 1.149:
1825: + removed limitation on ^string/int/double:sql{}[$.default[({
1826: param style})] ]
1827:
1.44 paf 1828: 2005-11-21 paf
1829: * src/types/Makefile.am 1.40:
1830: * src/types/pa_venv.h 1.33:
1831: * src/types/types.vcproj 1.16:
1832: + merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
1833: i386-pc-win32)"
1834:
1835: * src/main/compile.y 1.216:
1836: * src/types/pa_value.h 1.126:
1837: * src/types/pa_vbool.h 1.27:
1838: * src/types/pa_vdouble.h 1.50:
1839: * src/types/pa_vint.h 1.44:
1840: * src/types/pa_vmethod_frame.h 1.60:
1841: + merged: expression literals: true/false. ^format[$.indent(true)
1842: ]
1843:
1844: 2005-11-18 paf
1.46 paf 1845: * src/include/pa_dir.h 1.18:
1846: ! merged: file:list now sees .xxx files, only . and .. now
1847: removed from list [were removed all .*]
1.44 paf 1848:
1849: * src/lib/sdbm/apr_file_io.C 1.5:
1850: ! merged from 3.1.5: hashfile file open error now checked, were
1851: not :( [stole that piece from apache 1.3 sources]
1852:
1853: 2005-08-26 paf
1854: * src/classes/hash.C 1.76:
1855: * src/classes/void.C 1.36:
1856: merged ! optional options were allowed to be empty. were checked
1857: if(is_string), changed to !defined||is_string to allow void
1858:
1859: * src/classes/double.C 1.59:
1860: * src/classes/int.C 1.55:
1861: * src/classes/math.C 1.41:
1862: merged ! many classes/* used as_junction where they needed
1863: as_int/double, so failed with recent "(const) now no junction"
1864: optimization
1865:
1.46 paf 1866: * src/classes/date.C 1.72:
1867: merged + date.week
1.44 paf 1868:
1869: 2005-08-09 paf
1870: * www/htdocs/.htaccess 1.47:
1871: + ^call[$void] param inside now is void (were: empty string)
1872: ! simplified (double) speedup consequent checks in vmethod_frame
1873:
1874: * src/classes/classes.C 1.22:
1875: * src/classes/classes.h 1.31:
1876: * src/classes/form.C 1.39:
1877: * src/classes/hashfile.C 1.36:
1878: * src/classes/image.C 1.113:
1879: * src/classes/mail.C 1.110:
1880: * src/classes/memory.C 1.8:
1881: * src/classes/response.C 1.27:
1882: * src/classes/xdoc.C 1.148:
1883: * src/classes/xnode.C 1.71:
1884: * src/classes/xnode.h 1.24:
1885: * src/include/pa_cache_managers.h 1.18:
1886: * src/include/pa_charset.h 1.31:
1887: * src/include/pa_charsets.h 1.13:
1888: * src/include/pa_config_fixed.h 1.68:
1889: * src/include/pa_config_includes.h 1.31:
1890: * src/include/pa_dictionary.h 1.18:
1891: * src/include/pa_exception.h 1.45:
1892: * src/include/pa_exec.h 1.18:
1893: * src/include/pa_globals.h 1.112:
1894: * src/include/pa_hash.h 1.66:
1895: * src/include/pa_opcode.h 1.28:
1896: * src/include/pa_operation.h 1.6:
1897: * src/include/pa_os.h 1.5:
1898: * src/include/pa_request.h 1.179:
1899: * src/include/pa_request_charsets.h 1.5:
1900: * src/include/pa_request_info.h 1.5:
1901: * src/include/pa_sapi.h 1.27:
1902: * src/include/pa_socks.h 1.17:
1903: * src/include/pa_sql_connection.h 1.40:
1904: * src/include/pa_sql_driver_manager.h 1.33:
1905: * src/include/pa_stack.h 1.24:
1906: * src/include/pa_stylesheet_connection.h 1.40:
1907: * src/include/pa_stylesheet_manager.h 1.22:
1908: * src/include/pa_table.h 1.58:
1909: * src/include/pa_threads.h 1.30:
1910: * src/include/pa_types.h 1.49:
1911: * src/include/pa_uue.h 1.8:
1912: * src/include/pa_xml_exception.h 1.4:
1913: * src/include/pa_xml_io.h 1.4:
1914: * src/lib/gd/gif.C 1.6:
1915: * src/lib/gd/gif.h 1.4:
1916: * src/lib/gd/gifio.C 1.3:
1917: * src/lib/md5/pa_md5.h 1.11:
1918: * src/lib/md5/pa_md5c.c 1.13:
1919: * src/lib/smtp/comms.C 1.8:
1920: * src/lib/smtp/smtp.C 1.8:
1921: * src/lib/smtp/smtp.h 1.6:
1922: * src/main/compile.C 1.78:
1923: * src/main/compile_tools.C 1.59:
1924: * src/main/compile_tools.h 1.76:
1925: * src/main/pa_cache_managers.C 1.16:
1926: * src/main/pa_charset.C 1.52:
1927: * src/main/pa_charsets.C 1.16:
1928: * src/main/pa_dictionary.C 1.23:
1929: * src/main/pa_dir.C 1.20:
1930: * src/main/pa_exception.C 1.48:
1931: * src/main/pa_exec.C 1.67:
1932: * src/main/pa_memory.C 1.6:
1933: * src/main/pa_os.C 1.8:
1934: * src/main/pa_socks.C 1.24:
1935: * src/main/pa_sql_driver_manager.C 1.85:
1936: * src/main/pa_string.C 1.203:
1937: * src/main/pa_stylesheet_connection.C 1.3:
1938: * src/main/pa_stylesheet_manager.C 1.27:
1939: * src/main/pa_table.C 1.61:
1940: * src/main/pa_uue.C 1.9:
1941: * src/main/pa_xml_exception.C 1.4:
1942: * src/main/pa_xml_io.C 1.19:
1943: * src/sql/pa_sql_driver.h 1.43:
1944: * src/targets/apache13/mod_parser3.c 1.12:
1945: * src/targets/apache13core/pa_threads.C 1.5:
1946: * src/targets/cgi/pa_threads.C 1.16:
1947: * src/targets/cgi/parser3.C 1.237:
1948: * src/targets/isapi/pa_threads.C 1.17:
1949: * src/types/pa_junction.h 1.7:
1950: * src/types/pa_method.h 1.6:
1951: * src/types/pa_property.h 1.2:
1952: * src/types/pa_value.C 1.19:
1953: * src/types/pa_vclass.C 1.33:
1954: * src/types/pa_vclass.h 1.51:
1955: * src/types/pa_vcode_frame.h 1.32:
1956: * src/types/pa_vconsole.h 1.10:
1957: * src/types/pa_vcookie.C 1.68:
1958: * src/types/pa_vcookie.h 1.31:
1959: * src/types/pa_vfile.C 1.41:
1960: * src/types/pa_vfile.h 1.58:
1961: * src/types/pa_vform.C 1.84:
1962: * src/types/pa_vform.h 1.50:
1963: * src/types/pa_vhash.C 1.8:
1964: * src/types/pa_vhash.h 1.58:
1965: * src/types/pa_vhashfile.h 1.33:
1966: * src/types/pa_vimage.C 1.35:
1967: * src/types/pa_vimage.h 1.45:
1968: * src/types/pa_vjunction.h 1.24:
1969: * src/types/pa_vmail.C 1.72:
1970: * src/types/pa_vmail.h 1.17:
1971: * src/types/pa_vmath.C 1.8:
1972: * src/types/pa_vmath.h 1.18:
1973: * src/types/pa_vmemory.h 1.5:
1974: * src/types/pa_vmethod_frame.C 1.8:
1975: * src/types/pa_vobject.C 1.24:
1976: * src/types/pa_vobject.h 1.47:
1977: * src/types/pa_vproperty.h 1.3:
1978: * src/types/pa_vrequest.C 1.37:
1979: * src/types/pa_vrequest.h 1.33:
1980: * src/types/pa_vresponse.h 1.40:
1981: * src/types/pa_vstateless_class.C 1.28:
1982: * src/types/pa_vstateless_class.h 1.53:
1983: * src/types/pa_vstateless_object.h 1.36:
1984: * src/types/pa_vstatus.C 1.25:
1985: * src/types/pa_vstatus.h 1.19:
1986: * src/types/pa_vstring.C 1.26:
1987: * src/types/pa_vstring.h 1.59:
1988: * src/types/pa_vtable.C 1.26:
1989: * src/types/pa_vtable.h 1.54:
1990: * src/types/pa_vvoid.C 1.3:
1991: * src/types/pa_vvoid.h 1.28:
1992: * src/types/pa_vxdoc.C 1.29:
1993: * src/types/pa_vxdoc.h 1.40:
1994: * src/types/pa_vxnode.C 1.43:
1995: * src/types/pa_vxnode.h 1.35:
1996: * src/types/pa_wcontext.C 1.32:
1997: * src/types/pa_wcontext.h 1.49:
1998: * src/types/pa_wwrapper.h 1.36:
1999: 2005
2000:
1.46 paf 2001: 2005-08-08 paf
2002: * bin/auto.p.dist.in 1.12:
2003: merged . apache bad 404 handling workaround integrated
1.44 paf 2004:
2005: * www/htdocs/_bug.p 1.8:
2006: . merged VJunction(new Junction) optimization from 3.1.4
2007:
2008: * www/htdocs/_bug.xml 1.3:
2009: merged
2010: + optimized constants in expressions vstring->vdouble
2011: + optimized ^call(vdouble), no junction creation, no calls later
2012:
2013: 2005-07-29 paf
2014: * www/htdocs/_bug_derived.p 1.3:
2015: + property getter can now be overridden
2016:
2017: 2005-07-28 paf
2018: * www/htdocs/_bug.sh 1.2:
2019: + 3.2.0 beta: merged from dynamic_fields_join
2020:
2021: 2005-06-06 paf
2022: * www/htdocs/_bug.xsl 1.15:
2023: ! bugfix ^string:sql ^table:sql ^hash:sql now DO process $.bind
2024: option
2025:
1.46 paf 2026: 2005-01-19 paf
1.42 paf 2027: * src/lib/gd/Makefile.am 1.2:
2028: * src/lib/ltdl/Makefile.am 1.2:
2029: forgotten makefiles.
2030: couple warnings in parser3.C
2031:
1.46 paf 2032: 2004-12-23 paf
1.41 paf 2033: * src/types/pa_vhashfile.C 1.48:
2034: beauty: hashfile::open now creates dir for new file
2035:
1.46 paf 2036: 2004-10-12 paf
1.41 paf 2037: * etc/parser3.charsets/windows-1251.cfg 1.12:
2038: euro
2039: promille
2040: +/-
2041:
1.46 paf 2042: 2004-10-07 paf
1.42 paf 2043: * src/lib/cord/cordbscs.c 1.5:
1.46 paf 2044: debugger help: CORD_dump now dumpts \t\r\n as @#| and truncates
1.42 paf 2045: long char sequences less
2046:
1.46 paf 2047: 2004-09-13 paf
2048: * src/lib/sdbm/sdbm_private.h 1.2:
2049: change: limit on length(key+value) now 8008 bytes, were 1008.
2050: perl sdbm compatibility now ruined
1.41 paf 2051:
1.42 paf 2052: * src/lib/sdbm/apr-include/apr.h 1.5:
1.46 paf 2053: bugfix: error numbers now from errno.h = strerror now returnes
1.42 paf 2054: something and we can properly report that to client
1.40 paf 2055:
1.46 paf 2056: 2004-07-28 paf
1.39 paf 2057: * src/lib/ltdl/ltdl.c 1.4:
2058: * src/lib/pcre/pcre_parser_ctype.c 1.5:
1.46 paf 2059: bugfix: isspace((unsigned char)c) everywhere. failed on russian
2060: letters
1.39 paf 2061:
1.46 paf 2062: 2004-07-27 paf
1.39 paf 2063: * src/targets/cgi/parser3.vcproj 1.12:
2064: beauty: win32: globaloptimizations ON, release:mapfile ON
2065: todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions]
2066:
1.46 paf 2067: 2004-07-07 paf
1.39 paf 2068: * parser3.vssscc 1.2:
2069: ...would not go unnoticed
2070:
1.46 paf 2071: 2004-07-01 paf
1.39 paf 2072: * src/classes/classes.vcproj 1.12:
2073: * src/lib/cord/cord.vcproj 1.2:
2074: * src/lib/gd/gd.vcproj 1.7:
2075: * src/lib/ltdl/ltdl.vcproj 1.3:
2076: * src/lib/md5/md5.vcproj 1.3:
2077: * src/lib/pcre/pcre.vcproj 1.3:
2078: * src/lib/pcre/pcre_dftables.vcproj 1.4:
2079: * src/lib/pcre/pcre_parser_ctype.vcproj 1.4:
2080: * src/lib/smtp/smtp.vcproj 1.6:
2081: * src/targets/apache13/ApacheModuleParser3.vcproj 1.7:
2082: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9:
2083: * src/targets/isapi/parser3isapi.vcproj 1.8:
2084: win32: option: global optimization ON
2085:
1.46 paf 2086: 2004-05-26 paf
1.38 paf 2087: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2:
2088: added: thanks to konst
2089:
1.46 paf 2090: 2004-05-24 paf
1.38 paf 2091: * src/targets/apache13/p3runConfigure.in 1.17:
2092: bugfix: smtp added
2093:
2094: * src/lib/cord/cordxtra.c 1.6:
2095: * src/lib/cord/include/cord.h 1.5:
2096: cancel: more speed, less memory: CORD_chars_block originally intended to ...
2097: it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
2098: undoing that. [and removed that func so that it would not confuse parser developer in future]
2099:
1.46 paf 2100: 2004-05-11 paf
1.38 paf 2101: * www/htdocs/_bug.gif 1.2:
2102: bugfix: bcc with sendmail now left intact
2103:
1.46 paf 2104: 2004-04-05 paf
1.38 paf 2105: * src/doc/html2chm.cmd 1.8:
2106: * src/doc/sources2html.cmd 1.6:
2107: merged with 3.1.3
2108:
1.46 paf 2109: 2004-04-01 paf
1.37 paf 2110: * src/targets/apache13/pa_httpd.h 1.6:
2111: * src/targets/isapi/parser3isapi.def 1.2:
2112: bugfix: sql connections now are disconnected
2113:
1.46 paf 2114: 2004-03-30 paf
1.36 paf 2115: * src/doc/ClassExample1.dox 1.5:
2116: * src/doc/ClassExample2.dox 1.5:
2117: * src/doc/ClassExample3.dox 1.5:
2118: * src/doc/chmhelper.pl 1.2:
2119: * src/doc/class.dox 1.3:
2120: * src/doc/compiler.dox 1.4:
2121: * src/doc/doxygen.cfg 1.25:
2122: * src/doc/exception.dox 1.3:
2123: * src/doc/executor.dox 1.3:
2124: * src/doc/footer.htm 1.4:
2125: * src/doc/index.dox 1.6:
2126: * src/doc/memory.dox 1.3:
2127: * src/doc/methoded.dox 1.4:
2128: * src/doc/object.dox 1.3:
2129: * src/doc/string.dox 1.6:
2130: * src/doc/targets.dox 1.4:
2131: * src/doc/value.dox 1.4:
2132: merged bugfixes from 3.1.2, changed version to 3.1.3beta
2133:
1.46 paf 2134: 2004-03-05 paf
1.35 paf 2135: * etc/parser3.charsets/koi8-r.cfg 1.7:
2136: there's special code for grad char!
2137:
1.46 paf 2138: 2004-02-25 paf
1.34 paf 2139: * etc/parser3.charsets/Makefile.am 1.5:
1.46 paf 2140: bugfix: @sysconfdir@ used [were old @charsetsdir@ recently
1.34 paf 2141: erased from configure.in]
2142:
1.46 paf 2143: 2004-02-24 paf
2144: * src/classes/Makefile.am 1.49:
2145: smtp on unix: steps to work on unix
1.34 paf 2146:
2147: * src/lib/smtp/Makefile.am 1.2:
2148: * src/targets/cgi/Makefile.am 1.51:
2149: started porting smtp to unix [testing on solaris]
2150:
1.46 paf 2151: 2004-02-11 paf
1.34 paf 2152: * parser3.sln 1.9:
2153: started changes to reflect libxml xsl new folders
2154:
2155: * src/lib/sdbm/sdbm.vcproj 1.4:
2156: migrated to latest libxml[2.6.5] and libgdome[1.1.2]
2157: simplified lib build processes
2158:
1.46 paf 2159: 2003-11-21 paf
2160: * src/targets/apache13core/Makefile.am 1.5:
2161: * src/targets/apache13core/mod_parser3.C 1.7:
2162: renamed mod_parser3 to mod_parser3_core to help DOXYGEN
1.32 paf 2163:
1.28 paf 2164: * src/lib/Makefile.am 1.7:
2165: * src/lib/gd/mtables.h 1.1:
2166: rearrange: gd&smtp moved to src/lib
2167:
1.46 paf 2168: 2003-11-20 paf
1.28 paf 2169: * src/lib/ltdl/config_fixed.h 1.3:
2170: * src/lib/pcre/maketables.c 1.2:
2171: turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
2172: found several unitialized vars
2173:
2174: * src/lib/sdbm/apr_strings.C 1.2:
2175: * src/main/pa_pool.C 1.62:
2176: static const char * const IDENT
2177:
2178: * src/include/pa_pool.h 1.89:
2179: more warnings --
2180:
1.46 paf 2181: 2003-11-10 paf
1.28 paf 2182: * src/lib/sdbm/sdbm.c 1.3:
1.46 paf 2183: bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
1.28 paf 2184: coded that that was error. fixed
2185:
1.46 paf 2186: 2003-11-06 paf
1.28 paf 2187: * src/lib/ltdl/libltdl.vcproj 1.2:
2188: * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
2189: * src/lib/sdbm/apr-include/apr_errno.h 1.4:
2190: * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
2191: * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
2192: * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
2193: * src/lib/sdbm/apr-include/apr_strings.h 1.3:
2194: * src/lib/sdbm/apr-include/apu.h 1.3:
2195: hashfile: started again with sdbm from apache
2196:
1.46 paf 2197: * tests/todo.txt 1.5:
2198: hashfile: done
2199:
1.28 paf 2200: * src/lib/sdbm/Makefile.am 1.3:
2201: * src/lib/sdbm/apr-include/Makefile.am 1.1:
2202: * src/targets/cgi/.cvsignore 1.3:
2203: *** empty log message ***
2204:
2205: * src/lib/sdbm/apr-include/apr_pools.h 1.5:
2206: just compiled
2207:
1.46 paf 2208: 2003-11-05 paf
1.28 paf 2209: * src/lib/sdbm/sdbm_hash.c 1.1:
2210: * src/lib/sdbm/sdbm_lock.c 1.1:
2211: * src/lib/sdbm/sdbm_pair.c 1.1:
2212: * src/lib/sdbm/sdbm_pair.h 1.1:
2213: * src/lib/sdbm/sdbm_tune.h 1.1:
2214: original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
2215:
2216: * src/main/helpers/CaseFolding.txt 1.1:
2217: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
2218:
1.46 paf 2219: 2003-10-24 paf
1.26 paf 2220: * src/lib/cord/Makefile.am 1.3:
2221: * src/lib/md5/Makefile.am 1.3:
2222: * src/lib/pcre/Makefile.am 1.2:
2223: * src/targets/apache13/Makefile.am 1.18:
2224: * src/targets/isapi/Makefile.am 1.3:
2225: .dsp/w -> .vcproj/sln
2226:
1.46 paf 2227: 2003-09-29 paf
2228: * src/main/utf8-to-lower.inc 1.1:
2229: * src/main/utf8-to-upper.inc 1.1:
2230: generated by helper
1.26 paf 2231:
2232: * src/main/helpers/simple_folding.pl 1.1:
2233: utf-8 upper/lower
2234:
2235: * www/htdocs/base.p 1.7:
2236: * www/htdocs/derived.p 1.25:
2237: * www/htdocs/font.gif 1.2:
2238: * www/htdocs/global.xsl 1.9:
2239: * www/htdocs/index.html 1.213:
2240: * www/htdocs/mailreceive.eml 1.4:
2241: * www/htdocs/mailreceive.html 1.2:
2242: * www/htdocs/operators.p 1.12:
2243: * www/htdocs/parser-status.html 1.3:
2244: * www/htdocs/people.dtd 1.2:
2245: * www/htdocs/some.p 1.3:
2246: removing old tests
2247:
1.46 paf 2248: 2003-09-25 paf
1.26 paf 2249: * src/lib/cord/cordprnt.c 1.3:
2250: string_fragments_to_cord merged to HEAD
2251:
1.46 paf 2252: 2003-08-19 paf
2253: * src/targets/apache13/mod_parser3.C 1.31:
2254: .c
1.26 paf 2255:
1.46 paf 2256: 2003-08-18 paf
1.26 paf 2257: * src/classes/classes.awk 1.8:
2258: merged 3.1.0 latest changes
2259:
2260: * gnu.dsp 1.5:
2261: * parser3.dsw 1.9:
2262: * src/classes/classes.dsp 1.31:
2263: * src/lib/cord/cord.dsp 1.3:
2264: * src/lib/ltdl/libltdl.dsp 1.7:
2265: * src/lib/md5/md5.dsp 1.5:
2266: * src/lib/pcre/pcre.dsp 1.4:
2267: * src/lib/pcre/pcre_dftables.dsp 1.2:
2268: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
2269: * src/main/main.dsp 1.167:
2270: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
2271: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
2272: * src/targets/cgi/parser3.dsp 1.66:
2273: * src/targets/isapi/parser3isapi.dsp 1.44:
2274: * src/types/types.dsp 1.42:
2275: moved to MSVC 7
2276:
1.46 paf 2277: * gnu.vcproj 1.1:
2278: new VS project files
1.26 paf 2279:
1.46 paf 2280: 2003-07-24 paf
1.24 paf 2281: * tests/001.html 1.2:
2282: * tests/002.html 1.2:
2283: * tests/003.html 1.2:
2284: * tests/004.html 1.2:
2285: * tests/005.html 1.2:
2286: * tests/006.html 1.2:
2287: * tests/007.html 1.2:
2288: * tests/008.html 1.2:
2289: * tests/009.html 1.2:
2290: * tests/010.html 1.2:
2291: * tests/011.html 1.2:
2292: * tests/012.html 1.2:
2293: * tests/013.html 1.2:
2294: * tests/014.html 1.2:
2295: * tests/015.html 1.2:
2296: * tests/016.html 1.2:
2297: * tests/017.html 1.2:
2298: * tests/018.html 1.2:
2299: * tests/019.html 1.2:
2300: * tests/019paf2001.gif 1.2:
2301: * tests/020.html 1.2:
2302: * tests/021.html 1.2:
2303: * tests/022.html 1.2:
2304: * tests/022_dir/a.html 1.2:
2305: * tests/022_dir/b.txt 1.2:
2306: * tests/022_dir/c.htm 1.2:
2307: * tests/023.html 1.2:
2308: * tests/024.html 1.2:
2309: * tests/025.html 1.2:
2310: * tests/026.html 1.2:
2311: * tests/027.html 1.2:
2312: * tests/028.html 1.2:
2313: * tests/029.html 1.2:
2314: * tests/030.html 1.2:
2315: * tests/031.html 1.2:
2316: * tests/032.html 1.2:
2317: * tests/033.html 1.2:
2318: * tests/034.html 1.2:
2319: * tests/035.html 1.2:
2320: * tests/036.html 1.2:
2321: * tests/037.html 1.2:
2322: * tests/038.html 1.2:
2323: * tests/039.html 1.2:
2324: * tests/040.html 1.2:
2325: * tests/041.html 1.2:
2326: * tests/042.html 1.2:
2327: * tests/043.html 1.2:
2328: * tests/044.html 1.2:
2329: * tests/045.html 1.2:
2330: * tests/046.html 1.2:
2331: * tests/047.html 1.2:
2332: * tests/048.html 1.2:
2333: * tests/049.html 1.2:
2334: * tests/050.html 1.2:
2335: * tests/051.html 1.2:
2336: * tests/051b.p 1.2:
2337: * tests/051t.p 1.2:
2338: * tests/052.html 1.2:
2339: * tests/053.html 1.2:
2340: * tests/054.html 1.2:
2341: * tests/055.html 1.2:
2342: * tests/056.html 1.2:
2343: * tests/057.html 1.2:
2344: * tests/058.html 1.2:
2345: * tests/058_paf2000.png 1.2:
2346: * tests/059.html 1.2:
2347: * tests/060.html 1.2:
2348: * tests/061.dat 1.2:
2349: * tests/061.html 1.2:
2350: * tests/062.html 1.2:
2351: * tests/063.html 1.2:
2352: * tests/064.html 1.2:
2353: * tests/065.html 1.2:
2354: * tests/066.html 1.2:
2355: * tests/067.html 1.2:
2356: * tests/068.html 1.2:
2357: * tests/069.html 1.2:
2358: * tests/070.html 1.2:
2359: * tests/071.html 1.2:
2360: * tests/072.html 1.2:
2361: * tests/073.html 1.2:
2362: * tests/074.html 1.2:
2363: * tests/075.html 1.2:
2364: * tests/076.html 1.2:
2365: * tests/077.html 1.2:
2366: * tests/078.html 1.2:
2367: * tests/079.html 1.2:
2368: * tests/080.html 1.2:
2369: * tests/081.html 1.2:
2370: * tests/082.html 1.2:
2371: * tests/083.html 1.2:
2372: * tests/084.html 1.2:
2373: * tests/085.html 1.2:
2374: * tests/086.html 1.2:
2375: * tests/087.html 1.2:
2376: * tests/088.html 1.2:
2377: * tests/089.html 1.2:
2378: * tests/090.html 1.2:
2379: * tests/091.html 1.2:
2380: * tests/092.html 1.2:
2381: * tests/093.html 1.2:
2382: * tests/094.html 1.2:
2383: * tests/095.html 1.2:
2384: * tests/096.html 1.2:
2385: * tests/096_dir/163.jpg 1.2:
2386: * tests/096_dir/188.jpg 1.2:
2387: * tests/097.html 1.2:
2388: * tests/098.html 1.2:
2389: * tests/098font.gif 1.2:
2390: * tests/099.html 1.2:
2391: * tests/100.html 1.2:
2392: * tests/101.html 1.2:
2393: * tests/102.html 1.2:
2394: * tests/103.html 1.2:
2395: * tests/103mark.gif 1.2:
2396: * tests/103paf2001.gif 1.2:
2397: * tests/104.html 1.2:
2398: * tests/105.html 1.2:
2399: * tests/106.html 1.2:
2400: * tests/107.html 1.2:
2401: * tests/108.html 1.2:
2402: * tests/108.xsl 1.2:
2403: * tests/109.html 1.2:
2404: * tests/110.html 1.2:
2405: * tests/111.html 1.2:
2406: * tests/112.html 1.2:
2407: * tests/113.html 1.2:
2408: * tests/114.html 1.2:
2409: * tests/115.html 1.2:
2410: * tests/116.html 1.2:
2411: * tests/117.html 1.2:
2412: * tests/118.html 1.2:
2413: * tests/119.html 1.2:
2414: * tests/120.html 1.2:
2415: * tests/121.html 1.2:
2416: * tests/122.html 1.2:
2417: * tests/123.html 1.2:
2418: * tests/124.html 1.2:
2419: * tests/125.html 1.2:
2420: * tests/126.html 1.2:
2421: * tests/127.html 1.2:
2422: * tests/128.html 1.2:
2423: * tests/129.html 1.2:
2424: * tests/130.html 1.2:
2425: * tests/131.html 1.2:
2426: * tests/132.html 1.2:
2427: * tests/133.html 1.2:
2428: * tests/134.html 1.2:
2429: * tests/135.html 1.2:
2430: * tests/136.html 1.2:
2431: * tests/137.html 1.2:
2432: * tests/138.html 1.2:
2433: * tests/139.html 1.2:
2434: * tests/140.html 1.2:
2435: * tests/141.html 1.2:
2436: * tests/Makefile 1.2:
2437: * tests/descript.ion 1.2:
2438: * tests/outputs/create-dir 1.2:
2439: * tests/results/001.processed 1.2:
2440: * tests/results/002.processed 1.2:
2441: * tests/results/003.processed 1.2:
2442: * tests/results/004.processed 1.2:
2443: * tests/results/005.processed 1.2:
2444: * tests/results/006.processed 1.2:
2445: * tests/results/007.processed 1.2:
2446: * tests/results/008.processed 1.2:
2447: * tests/results/009.processed 1.2:
2448: * tests/results/010.processed 1.2:
2449: * tests/results/011.processed 1.2:
2450: * tests/results/012.processed 1.2:
2451: * tests/results/013.processed 1.2:
2452: * tests/results/014.processed 1.2:
2453: * tests/results/015.processed 1.2:
2454: * tests/results/016.processed 1.2:
2455: * tests/results/017.processed 1.2:
2456: * tests/results/018.processed 1.2:
2457: * tests/results/019.processed 1.2:
2458: * tests/results/020.processed 1.2:
2459: * tests/results/021.processed 1.2:
2460: * tests/results/022.processed 1.2:
2461: * tests/results/023.processed 1.2:
2462: * tests/results/024.processed 1.2:
2463: * tests/results/025.processed 1.2:
2464: * tests/results/026.processed 1.2:
2465: * tests/results/027.processed 1.2:
2466: * tests/results/028.processed 1.2:
2467: * tests/results/029.processed 1.2:
2468: * tests/results/030.processed 1.2:
2469: * tests/results/031.processed 1.2:
2470: * tests/results/032.processed 1.2:
2471: * tests/results/033.processed 1.2:
2472: * tests/results/034.processed 1.2:
2473: * tests/results/035.processed 1.2:
2474: * tests/results/036.processed 1.2:
2475: * tests/results/037.processed 1.2:
2476: * tests/results/038.processed 1.2:
2477: * tests/results/039.processed 1.2:
2478: * tests/results/040.processed 1.2:
2479: * tests/results/041.processed 1.2:
2480: * tests/results/042.processed 1.2:
2481: * tests/results/043.processed 1.2:
2482: * tests/results/044.processed 1.2:
2483: * tests/results/045.processed 1.2:
2484: * tests/results/046.processed 1.2:
2485: * tests/results/047.processed 1.2:
2486: * tests/results/048.processed 1.2:
2487: * tests/results/049.processed 1.2:
2488: * tests/results/050.processed 1.2:
2489: * tests/results/051.processed 1.2:
2490: * tests/results/052.processed 1.2:
2491: * tests/results/053.processed 1.2:
2492: * tests/results/054.processed 1.2:
2493: * tests/results/055.processed 1.2:
2494: * tests/results/056.processed 1.2:
2495: * tests/results/057.processed 1.2:
2496: * tests/results/058.processed 1.2:
2497: * tests/results/059.processed 1.2:
2498: * tests/results/060.processed 1.2:
2499: * tests/results/061.processed 1.2:
2500: * tests/results/062.processed 1.2:
2501: * tests/results/063.processed 1.2:
2502: * tests/results/064.processed 1.2:
2503: * tests/results/065.processed 1.2:
2504: * tests/results/066.processed 1.2:
2505: * tests/results/067.processed 1.2:
2506: * tests/results/068.processed 1.2:
2507: * tests/results/069.processed 1.2:
2508: * tests/results/070.processed 1.2:
2509: * tests/results/071.processed 1.2:
2510: * tests/results/072.processed 1.2:
2511: * tests/results/073.processed 1.2:
2512: * tests/results/074.processed 1.2:
2513: * tests/results/075.processed 1.2:
2514: * tests/results/076.processed 1.2:
2515: * tests/results/077.processed 1.2:
2516: * tests/results/078.processed 1.2:
2517: * tests/results/079.processed 1.2:
2518: * tests/results/080.processed 1.2:
2519: * tests/results/081.processed 1.2:
2520: * tests/results/082.processed 1.2:
2521: * tests/results/083.processed 1.2:
2522: * tests/results/084.processed 1.2:
2523: * tests/results/085.processed 1.2:
2524: * tests/results/086.processed 1.2:
2525: * tests/results/087.processed 1.2:
2526: * tests/results/088.processed 1.2:
2527: * tests/results/089.processed 1.2:
2528: * tests/results/090.processed 1.2:
2529: * tests/results/091.processed 1.2:
2530: * tests/results/092.processed 1.2:
2531: * tests/results/093.processed 1.2:
2532: * tests/results/094.processed 1.2:
2533: * tests/results/095.processed 1.2:
2534: * tests/results/096.processed 1.2:
2535: * tests/results/097.processed 1.2:
2536: * tests/results/098.processed 1.2:
2537: * tests/results/099.processed 1.2:
2538: * tests/results/100.processed 1.2:
2539: * tests/results/101.processed 1.2:
2540: * tests/results/102.processed 1.2:
2541: * tests/results/103.processed 1.2:
2542: * tests/results/104.processed 1.2:
2543: * tests/results/105.processed 1.2:
2544: * tests/results/106.processed 1.2:
2545: * tests/results/107.processed 1.2:
2546: * tests/results/108.processed 1.2:
2547: * tests/results/109.processed 1.2:
2548: * tests/results/110.processed 1.2:
2549: * tests/results/111.processed 1.2:
2550: * tests/results/112.processed 1.2:
2551: * tests/results/113.processed 1.2:
2552: * tests/results/114.processed 1.2:
2553: * tests/results/115.processed 1.2:
2554: * tests/results/116.processed 1.2:
2555: * tests/results/117.processed 1.2:
2556: * tests/results/118.processed 1.2:
2557: * tests/results/119.processed 1.2:
2558: * tests/results/120.processed 1.2:
2559: * tests/results/121.processed 1.2:
2560: * tests/results/122.processed 1.2:
2561: * tests/results/123.processed 1.2:
2562: * tests/results/124.processed 1.2:
2563: * tests/results/125.processed 1.2:
2564: * tests/results/126.processed 1.2:
2565: * tests/results/127.processed 1.2:
2566: * tests/results/128.processed 1.2:
2567: * tests/results/129.processed 1.2:
2568: * tests/results/130.processed 1.2:
2569: * tests/results/131.processed 1.2:
2570: * tests/results/132.processed 1.2:
2571: * tests/results/133.processed 1.2:
2572: * tests/results/134.processed 1.2:
2573: * tests/results/135.processed 1.2:
2574: * tests/results/136.processed 1.2:
2575: * tests/results/137.processed 1.2:
2576: * tests/results/138.processed 1.2:
2577: * tests/results/139.processed 1.2:
2578: * tests/results/140.processed 1.2:
2579: * tests/results/141.processed 1.2:
2580: * tests/run_parser.sh 1.2:
2581: merged(copied) to HEAD from template_gc
2582:
1.46 paf 2583: * src/include/pa_pragma_pack_begin.h 1.7:
2584: * src/include/pa_pragma_pack_end.h 1.7:
2585: * src/lib/cord/include/Makefile.am 1.2:
2586: * src/lib/cord/include/ec.h 1.2:
2587: * src/lib/cord/include/private/Makefile.am 1.2:
2588: * src/lib/cord/include/private/cord_pos.h 1.2:
2589: * src/lib/cord/source.url 1.2:
2590: * src/lib/gc/Makefile.am 1.2:
2591: * src/lib/gc/include/Makefile.am 1.2:
2592: * src/lib/gc/include/gc.h 1.2:
2593: * src/lib/patches/Makefile.am 1.4:
2594: * src/lib/patches/gc.patch 1.2:
2595: * src/lib/patches/gdome2.patch 1.2:
2596: * src/lib/patches/libxml2.patch 1.2:
2597: * src/lib/patches/libxslt.patch 1.2:
2598: * src/lib/pcre/pcre.h 1.2:
2599: * src/main/pa_array.C 1.57:
2600: * src/main/pa_hash.C 1.54:
2601: * src/targets/Makefile.am 1.10:
2602: * src/targets/apache13/pa_md5c.c 1.6:
2603: * src/targets/apache13/pa_pool.C 1.9:
2604: * src/targets/apache13/pa_threads.C 1.12:
2605: * src/targets/cgi/getopt.c 1.3:
2606: * src/targets/cgi/getopt.h 1.3:
2607: * src/targets/cgi/pa_pool.C 1.42:
2608: * src/targets/cgi/pool_storage.h 1.14:
2609: * src/targets/cgi/pp3.cmd 1.2:
2610: * src/targets/isapi/pa_pool.C 1.17:
2611: * src/targets/isapi/pool_storage.h 1.20:
2612: moved tempate_gc to HEAD
1.24 paf 2613:
1.46 paf 2614: 2003-07-23 paf
1.24 paf 2615: * src/targets/apache13/mod_parser3_main.C 1.1:
1.46 paf 2616: file mod_parser3_main.C was initially added on branch
1.24 paf 2617: template_gc.
2618:
1.46 paf 2619: 2003-03-27 paf
1.23 paf 2620: * src/lib/gc/include/gc_fake.h 1.1:
2621: file gc_fake.h was initially added on branch template_gc.
2622:
1.46 paf 2623: 2003-03-26 paf
1.23 paf 2624: * src/lib/cord/include/gc.h 1.1:
2625: file gc.h was initially added on branch template_gc.
2626:
1.46 paf 2627: 2003-03-03 paf
1.23 paf 2628: * tests/outputs/049.processed 1.1:
2629: file 049.processed was initially added on branch autoptr.
2630:
2631: * tests/outputs/050.processed 1.1:
2632: file 050.processed was initially added on branch autoptr.
2633:
2634: * tests/outputs/051.processed 1.1:
2635: file 051.processed was initially added on branch autoptr.
2636:
2637: * tests/parser-cygwin.sh 1.1:
2638: file parser-cygwin.sh was initially added on branch autoptr.
2639:
1.46 paf 2640: * tests/parser-unix.sh 1.1:
2641: file parser-unix.sh was initially added on branch autoptr.
1.23 paf 2642:
1.46 paf 2643: 2003-02-20 paf
1.22 paf 2644: * www/htdocs/autoptr.html 1.1:
2645: file autoptr.html was initially added on branch autoptr.
2646:
1.46 paf 2647: 2003-01-30 paf
1.22 paf 2648: * ltmain.sh 1.5:
2649: *** empty log message ***
2650:
1.46 paf 2651: 2003-01-29 paf
1.22 paf 2652: * src/types/pa_value_includes.h 1.1:
2653: file pa_value_includes.h was initially added on branch autoptr.
2654:
1.46 paf 2655: 2003-01-23 paf
1.22 paf 2656: * src/lib/pcre/8859-1.ucm 1.1:
2657: file 8859-1.ucm was initially added on branch autoptr.
2658:
1.46 paf 2659: 2003-01-14 paf
1.22 paf 2660: * src/lib/ltdl/config.guess 1.2:
2661: * src/lib/ltdl/config.sub 1.2:
2662: * src/lib/ltdl/install-sh 1.2:
2663: * src/lib/ltdl/missing 1.2:
2664: * src/lib/ltdl/mkinstalldirs 1.2:
2665: removed some ancient files [they in / really]
2666:
2667: * src/lib/ltdl/aclocal.m4 1.1:
2668: *** empty log message ***
2669:
1.46 paf 2670: 2003-01-13 paf
1.22 paf 2671: * src/lib/ltdl/COPYING.LIB 1.1:
2672: * src/lib/ltdl/acinclude.m4 1.2:
2673: * src/lib/ltdl/config.h 1.2:
2674: * src/lib/ltdl/config_auto.h.in 1.3:
2675: * src/lib/ltdl/configure 1.4:
2676: * src/lib/ltdl/configure.in 1.4:
2677: * src/lib/ltdl/ltdl.h 1.2:
2678: moved to latest libtool (1.4.3)
2679:
1.46 paf 2680: * config.guess 1.3:
2681: * config.sub 1.4:
2682: removed last piece of configure.in(libtool) hacks
2683:
2684: 2003-01-10 paf
1.22 paf 2685: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
2686: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
2687: * src/lib/patches/libgdome_morestatic.patch 1.2:
2688: * src/lib/patches/libxml_error_column_tab.patch 1.2:
2689: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
2690: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
2691: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
2692: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
2693: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
2694: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
2695: moved to latest xml lib versions, changed patches.
2696: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
2697: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
2698: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
2699:
1.46 paf 2700: 2003-01-09 paf
2701: * depcomp 1.1:
2702: moving to automake 1.7.2
1.22 paf 2703:
2704: * missing 1.2:
2705: * mkinstalldirs 1.2:
2706: moved to autoconf 2.57 & automake 1.7.2
2707:
1.46 paf 2708: 2002-12-27 paf
1.21 paf 2709: * src/doc/aliased.dox 1.5:
2710: * src/doc/module.dox 1.4:
2711: * src/doc/pooled.dox 1.4:
2712: removed outdated parts, made links to language docs
2713:
1.46 paf 2714: 2002-12-04 paf
1.20 paf 2715: * src/lib/ltdl/README 1.1:
2716: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
2717: so it does have no problems with automake.
2718: ltdl/configure AC_OUTPUT(Makefile<<removed)
2719:
1.46 paf 2720: 2002-10-15 paf
1.15 paf 2721: * src/types/pa_vjunction.C 1.3:
2722: removed $junction.get $junction.set[]
2723: introducing $caller
2724:
1.46 paf 2725: 2002-09-11 paf
1.15 paf 2726: * etc/parser3.charsets/windows-1254.cfg 1.1:
2727: * src/lib/pcre/ibm-1254.ucm 1.1:
2728: windows-1254 added
2729:
1.46 paf 2730: 2002-08-14 paf
1.15 paf 2731: * src/targets/cgi/fixopt.C 1.3:
2732: * src/targets/cgi/fixopt.h 1.2:
2733: removed fixopt stupidity. on stupid linux use
2734: cd /document/root
2735: ../cgi/parser3 script
2736:
1.46 paf 2737: 2002-08-12 paf
1.15 paf 2738: * src/types/pa_valiased.C 1.17:
2739: * src/types/pa_valiased.h 1.23:
2740: ^base:create[] dynamic call rewritten
2741: todo: thorough testing
2742:
1.46 paf 2743: 2002-08-01 paf
1.15 paf 2744: * src/Makefile.am 1.17:
2745: ident.C* removed
2746:
1.46 paf 2747: 2002-07-30 paf
1.15 paf 2748: * src/targets/cgi/pa_config_paths.h.in 1.2:
2749: removed pa_config_paths.h
2750:
1.46 paf 2751: 2002-06-21 paf
1.15 paf 2752: * src/lib/pcre/LICENCE 1.1:
2753: * src/lib/pcre/README 1.1:
2754: * src/lib/pcre/Tech.Notes 1.1:
2755: * src/lib/pcre/dftables.c 1.1:
2756: * src/lib/pcre/get.c 1.1:
2757: * src/lib/pcre/ibm-1250.ucm 1.1:
2758: * src/lib/pcre/ibm-1251.ucm 1.1:
2759: * src/lib/pcre/ibm-1257.ucm 1.1:
2760: * src/lib/pcre/internal.h 1.1:
2761: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
2762: * src/lib/pcre/pcre.3 1.1:
2763: * src/lib/pcre/pcre.3.html 1.1:
2764: * src/lib/pcre/pcre.3.txt 1.1:
2765: * src/lib/pcre/pcre.c 1.1:
2766: * src/lib/pcre/ruspart_win2koi.pl 1.1:
2767: * src/lib/pcre/study.c 1.1:
2768: * src/lib/pcre/win-koi.tab 1.1:
2769: moved libltdl and pcre to libs/
2770: added libs/md5 which is linked to non-apache targets
2771: ^math:crypt[password;$apr1$salt]
2772:
1.46 paf 2773: 2002-06-20 paf
1.15 paf 2774: * bin/Makefile.am 1.3:
2775: parser3.conf renamed to auto.p
2776:
1.46 paf 2777: 2002-06-18 paf
1.15 paf 2778: * etc/Makefile.am 1.4:
2779: bin/parser3.conf.dist [moved from etc
2780:
1.46 paf 2781: 2002-04-22 paf
1.15 paf 2782: * types.txt 1.2:
2783: ^string.optimize[]
2784:
1.46 paf 2785: 2002-04-19 paf
1.15 paf 2786: * src/doc/postbuild.txt 1.3:
2787: * src/doc/view_chm.cmd 1.2:
2788: * src/doc/view_html.cmd 1.2:
2789: config updated to doxygen 1.2.15,
2790: created helper which fixes minor bugs in chm project files & htm tree.
2791: changed extension to .htm
2792:
1.46 paf 2793: 2002-04-16 paf
1.15 paf 2794: * asm.txt 1.2:
2795: * form.txt 1.2:
2796: * lang.txt 1.2:
2797: * sql.txt 1.2:
2798: removed outdated. see in Attic asm.txt as most interesting
2799:
1.46 paf 2800: 2002-02-22 paf
1.15 paf 2801: * src/include/pa_db_connection.h 1.22:
2802: * src/include/pa_db_manager.h 1.15:
2803: * src/include/pa_db_table.h 1.16:
2804: * src/main/pa_db_connection.C 1.38:
2805: * src/main/pa_db_manager.C 1.23:
2806: * src/main/pa_db_table.C 1.21:
2807: removed hashfile support for now
2808:
1.46 paf 2809: 2002-02-18 paf
1.15 paf 2810: * ltconfig 1.2:
2811: removed libtool subpart files
2812:
1.46 paf 2813: 2002-02-13 paf
1.15 paf 2814: * etc/parser3.charsets/windows-1257.cfg 1.2:
2815: id added
2816:
1.46 paf 2817: 2002-02-08 paf
1.15 paf 2818: * src/sql/Makefile.am 1.3:
2819: forgotten makes
2820:
1.46 paf 2821: * src/main/pa_status_provider.C 1.5:
2822: 'make dist' works
2823:
1.15 paf 2824: * AUTHORS 1.2:
2825: * COPYING 1.2:
2826: * README 1.2:
2827: install&others updated
2828:
1.46 paf 2829: 2002-01-31 paf
1.15 paf 2830: * ident.awk 1.2:
2831: lowered indent.awk back to src/
2832:
2833: * NEWS 1.1:
2834: * etc/parser3.charsets/windows-1250.cfg 1.1:
2835: * install-sh 1.1:
2836: * www/Makefile.am 1.1:
2837: * www/Makefile.in 1.1:
2838: moved etc&www out of src, moved configure&co out of src
2839: added windows-1250.cfg
2840: straightened installation scripts procedure
2841: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
2842:
1.46 paf 2843: 2001-12-15 paf
1.15 paf 2844: * src/include/pa_charset_connection.h 1.6:
2845: * src/include/pa_charset_manager.h 1.8:
2846: * src/include/pa_transcoder.h 1.3:
2847: * src/main/pa_charset_connection.C 1.13:
2848: * src/main/pa_charset_manager.C 1.10:
2849: * src/main/pa_transcoder.C 1.4:
2850: introducing Charset
2851:
1.46 paf 2852: 2001-10-22 parser
1.15 paf 2853: * src/include/pa_xslt_stylesheet_manager.h 1.5:
2854: * src/main/pa_xslt_stylesheet_manager.C 1.5:
2855: hashfile 0
2856:
1.46 paf 2857: 2001-09-26 parser
1.15 paf 2858: * src/classes/dnode.C 1.7:
2859: * src/classes/dnode.h 1.3:
2860: * src/classes/dom.C 1.36:
2861: * src/types/pa_vdnode.C 1.9:
2862: * src/types/pa_vdnode.h 1.4:
2863: * src/types/pa_vdom.C 1.4:
2864: * src/types/pa_vdom.h 1.15:
2865: xdoc&xnode now
2866:
2867: * src/classes/classes.cmd 1.4:
2868: moved classes.inc generation on win32 to main.dsp
2869:
1.46 paf 2870: 2001-07-03 parser
1.15 paf 2871: * src/classes/random.C 1.15:
2872: class random renamed to math, operators became methods
2873:
1.46 paf 2874: 2001-06-27 parser
1.15 paf 2875: * src/classes/nothing.C 1.5:
2876: * src/types/pa_vnothing.h 1.2:
2877: nothing renamed to void
2878:
1.46 paf 2879: 2001-05-21 parser
1.15 paf 2880: * src/classes/unknown.C 1.8:
2881: * src/types/pa_vunknown.h 1.14:
2882: 'unknown' renamed to 'nothing'
2883:
1.46 paf 2884: 2001-05-17 parser
1.15 paf 2885: * src/doc/chm.cmd 1.7:
2886: * src/doc/doxygen.cmd 1.7:
2887: * src/doc/view.cmd 1.3:
2888: doc cmds
2889:
1.46 paf 2890: 2001-05-11 paf
1.15 paf 2891: * src/classes/gawk.exe 1.2:
2892: * src/classes/ls.exe 1.2:
2893: * src/main/bison.exe 1.2:
2894: * src/targets/isapi/KILL.EXE 1.2:
2895: * src/targets/isapi/PSTAT.EXE 1.2:
2896: * src/targets/isapi/istart.cmd 1.2:
2897: * src/targets/isapi/istop.cmd 1.2:
2898: * src/targets/isapi/kill.pl 1.2:
2899: moved win32 helpers to /win32tools
2900:
1.46 paf 2901: 2001-05-07 paf
1.15 paf 2902: * src/include/code.h 1.29:
2903: pa_code.h
2904:
1.46 paf 2905: 2001-05-03 paf
1.15 paf 2906: * src/doc/doxygen.txt 1.6:
2907: dox splitted .dox files and added some
2908:
1.46 paf 2909: 2001-04-28 paf
2910: * src/include/pa_methoded.h 1.2:
2911: * src/main/pa_methoded.C 1.2:
2912: renamed pa_methoded back to classes/classes.h
1.15 paf 2913:
2914: * src/classes/_double.h 1.8:
2915: * src/classes/_file.h 1.5:
2916: * src/classes/_form.h 1.4:
2917: * src/classes/_image.h 1.4:
2918: * src/classes/_int.h 1.8:
2919: * src/classes/_mail.h 1.4:
2920: * src/classes/_op.h 1.6:
2921: * src/classes/_random.h 1.4:
2922: * src/classes/_response.h 1.5:
2923: * src/classes/_string.h 1.10:
2924: * src/classes/_table.h 1.7:
2925: * src/classes/_unknown.h 1.3:
2926: * src/classes/exec.C 1.4:
2927: Methoded reorganized. todo: methoded-configure
2928:
1.46 paf 2929: * src/classes/classes.inc 1.5:
2930: removed classes.inc
1.15 paf 2931:
1.46 paf 2932: 2001-04-26 paf
1.15 paf 2933: * src/classes/_exec.h 1.4:
2934: code documentation ++
2935:
1.46 paf 2936: 2001-04-23 paf
1.15 paf 2937: * src/classes/Makefile 1.2:
2938: * src/main/Makefile 1.2:
2939: * src/targets/cgi/Makefile 1.2:
2940: * src/types/Makefile 1.2:
2941: makefiles removed
2942:
1.46 paf 2943: 2001-04-11 paf
1.15 paf 2944: * src/types/pa_vcframe.h 1.4:
2945: * src/types/pa_vmframe.h 1.13:
2946: libimaging dead end: pil parses header in .py
2947:
1.46 paf 2948: 2001-04-06 paf
1.15 paf 2949: * src/classes/_root.h 1.5:
2950: * src/classes/root.C 1.62:
2951: renamed 'root' to 'op'
2952:
1.46 paf 2953: 2001-04-05 paf
1.15 paf 2954: * src/include/pa_sql_driver.h 1.5:
2955: sql driver services for conv memory & error reporting
2956:
1.46 paf 2957: 2001-04-03 paf
1.15 paf 2958: * src/doc/generate.cmd 1.2:
2959: string::pos & cmp & piece bugs fixed.
2960: string::split new
2961: table:load separated from set
2962: table:set implemented with clean \n \t searches
2963:
1.46 paf 2964: 2001-03-24 paf
1.15 paf 2965: * src/targets/isapi/nt_log_events.mc 1.2:
2966: cgi: sapi::log
2967:
1.46 paf 2968: 2001-03-22 paf
1.15 paf 2969: * src/targets/cgi/vform_fields_fill.C 1.2:
2970: * src/targets/cgi/vform_fields_fill.h 1.2:
2971: z
2972:
1.46 paf 2973: 2001-03-19 paf
2974: * src/classes/_cookie.h 1.2:
2975: * src/classes/cookie.C 1.3:
2976: VCookie is now :Value
1.15 paf 2977:
2978: * src/classes/_env.h 1.6:
2979: * src/classes/env.C 1.8:
2980: VEnv is now :Value
2981:
2982: * src/targets/cgi/pa_vform.C 1.3:
1.46 paf 2983: moved common get_element part from stateless object&class into
2984: VAliased
1.15 paf 2985:
1.46 paf 2986: * src/classes/_request.h 1.4:
2987: * src/classes/request.C 1.6:
2988: VRequest moved to :Value
1.15 paf 2989:
1.46 paf 2990: 2001-03-14 paf
1.15 paf 2991: * src/include/core.h 1.16:
2992: * src/main/core.C 1.69:
2993: global handler, exceptions in parser3
2994:
1.46 paf 2995: 2001-03-13 paf
1.15 paf 2996: * src/targets/cgi/parser.dsp 1.2:
2997: z
2998:
1.46 paf 2999: 2001-03-11 paf
1.15 paf 3000: * src/include/pa_valiased.h 1.4:
3001: * src/include/pa_value.h 1.51:
3002: * src/include/pa_vbool.h 1.8:
3003: * src/include/pa_vcframe.h 1.8:
3004: * src/include/pa_vclass.h 1.30:
3005: * src/include/pa_vdouble.h 1.13:
3006: * src/include/pa_vhash.h 1.13:
3007: * src/include/pa_vint.h 1.5:
3008: * src/include/pa_vjunction.h 1.9:
3009: * src/include/pa_vmframe.h 1.24:
3010: * src/include/pa_vobject.h 1.18:
3011: * src/include/pa_vstring.h 1.18:
3012: * src/include/pa_vunknown.h 1.10:
3013: * src/include/pa_wcontext.h 1.29:
3014: * src/include/pa_wwrapper.h 1.14:
3015: * src/main/pa_cframe.C 1.6:
3016: * src/main/pa_value.C 1.8:
3017: * src/main/pa_vclass.C 1.5:
3018: * src/main/pa_wcontext.C 1.11:
3019: splitted types from include/
3020:
1.46 paf 3021: 2001-03-08 paf
1.15 paf 3022: * src/include/pa_bool.h 1.2:
3023: * src/include/pa_double.h 1.2:
1.46 paf 3024: withoud cloning. didn't need it actually, params got passed from
3025: out unnamed ewpool
1.15 paf 3026:
1.46 paf 3027: 2001-02-24 paf
1.15 paf 3028: * src/include/pa_vframe.h 1.6:
3029: codeframe just compiled
3030:
1.46 paf 3031: 2001-02-21 paf
3032: * src/include/pa_context.h 1.8:
3033: request core methods0
1.15 paf 3034:
3035: * src/include/compile.h 1.5:
3036: * src/include/execute.h 1.3:
3037: get put -1 [just compiled]
3038:
1.46 paf 3039: 2001-01-30 paf
1.15 paf 3040: * src/include/pa_error.h 1.4:
3041: * src/main/pa_error.C 1.4:
3042: lowered targets/parser into subdir, added parser_Pool(Pool)
3043: failed to add. would think..
3044:
E-mail: