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