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