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