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