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