Annotation of parser3/ChangeLog, revision 1.46
1.46 ! paf 1: 2005-11-30 paf
! 2: * src/main/pa_globals.C 1.178:
! 3: //20051130 trying to remove this, author claims that fixed a lot
! 4: there // 20040920 for now both workarounds needed. wait for new
! 5: libxml/xsl versions
! 6:
! 7: 2005-11-28 paf
! 8: * src/main/pa_http.C 1.2:
! 9: ! status line check made earlier [was totally wrong]
! 10:
! 11: * src/classes/table.C 1.219:
! 12: ! nameless table has columns==0
! 13:
1.45 paf 14: 2005-11-25 paf
15: * src/classes/op.C 1.162:
16: * www/htdocs/_bug.html 1.110:
17: * www/htdocs/auto.p 1.24:
18: + ^while(){}[SEPARATOR]
19:
20: * src/include/pa_array.h 1.67:
21: -this reduces speed(table::load) strange. undoing for now...
22:
23: * src/include/pa_version.h 1.23:
24: -this reduces speed(table::load), strange. undoing
25:
1.46 ! paf 26: * src/include/pa_memory.h 1.13:
! 27: . removed GC_DEBUG for debug version, it changed gc_malloc
! 28: implementation, which obscured profiling
1.45 paf 29:
30: 2005-11-24 paf
31: * src/include/Makefile.am 1.10:
32: * src/include/pa_http.h 1.1:
33: * src/main/Makefile.am 1.46:
34: * src/main/main.vcproj 1.16:
35: . extracted http:// into separate file [preparation for ^file::
36: cgi[script;$.form[$.field1[]
37:
1.46 ! paf 38: * src/classes/file.C 1.142:
! 39: * src/include/pa_common.h 1.107:
! 40: * src/main/execute.C 1.314:
! 41: * src/main/pa_common.C 1.215:
! 42: * src/main/pa_request.C 1.278:
! 43: ! changed file/dir_readable to simple file/dir_exist, this would
! 44: help in situations "class not found because .p file has bad
! 45: rights" << in that case error would be explicit "access denied
! 46: to 'this' file"
1.45 paf 47:
48: * Makefile.am 1.51:
49: * Makefile.in 1.65:
50: * acinclude.m4 1.38:
51: * aclocal.m4 1.41:
52: * acsite.m4 1.16:
53: * configure 1.87:
54: * configure.in 1.88:
55: *** empty log message ***
56:
57: * src/include/Makefile.in 1.20:
58: * src/main/Makefile.in 1.60:
59: makefiles
60:
1.46 ! paf 61: * www/htdocs/_bug.pl 1.5:
! 62: * www/htdocs/_bug.txt 1.7:
! 63: +! ^file::exec/cgi[script;$.charset[changed] $.QUERY_STRING[^
! 64: untaint[URI]{aaa=$form:text} << now %HH would be encoded in $
! 65: .charset charset
1.45 paf 66:
67: 2005-11-22 paf
1.46 ! paf 68: * src/types/pa_vresponse.C 1.26:
! 69: + $response:headers access to internal hash
! 70:
! 71: * src/targets/apache13core/mod_parser3_core.C 1.9:
! 72: * src/targets/isapi/parser3isapi.C 1.95:
! 73: + GC_large_alloc_warn_suppressed=0 between requests [apache mod_, isapi]
! 74: this reduces number of "GC Warning: Repeated allocation of very large block" messages to only important onces
! 75:
1.45 paf 76: * bin/Makefile.in 1.12:
77: * etc/Makefile.in 1.17:
78: * etc/parser3.charsets/Makefile.in 1.21:
79: * src/Makefile.in 1.58:
80: * src/classes/Makefile.in 1.62:
81: * src/include/pa_config_auto.h.in 1.43:
82: * src/lib/Makefile.in 1.14:
83: * src/lib/cord/Makefile.in 1.5:
84: * src/lib/cord/include/Makefile.in 1.4:
85: * src/lib/cord/include/private/Makefile.in 1.4:
86: * src/lib/gc/Makefile.in 1.4:
87: * src/lib/gc/include/Makefile.in 1.4:
88: * src/lib/gd/Makefile.in 1.5:
89: * src/lib/ltdl/Makefile.in 1.8:
90: * src/lib/md5/Makefile.in 1.10:
91: * src/lib/patches/Makefile.in 1.14:
92: * src/lib/pcre/Makefile.in 1.12:
93: * src/lib/sdbm/Makefile.in 1.3:
94: * src/lib/sdbm/apr-include/Makefile.in 1.3:
95: * src/lib/smtp/Makefile.in 1.5:
96: * src/sql/Makefile.in 1.14:
97: * src/targets/Makefile.in 1.45:
98: * src/targets/apache13/Makefile.in 1.50:
99: * src/targets/apache13core/Makefile.in 1.7:
100: * src/targets/cgi/Makefile.in 1.69:
101: * src/targets/isapi/Makefile.in 1.15:
102: * src/types/Makefile.in 1.60:
103: configure+makes
104:
105: * src/main/compile.tab.C 1.108:
106: Makefile
107:
108: * src/types/pa_vdate.h 1.42:
109: ! date TZ save/restore stored pointer to getenv-ed variable,
110: which does not work both on win32&unix. copied old TZ value now
111:
1.46 ! paf 112: * src/include/pa_string.h 1.166:
! 113: * src/main/untaint.C 1.136:
! 114: + ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
1.45 paf 115:
116: * src/classes/string.C 1.149:
117: + removed limitation on ^string/int/double:sql{}[$.default[({
118: param style})] ]
119:
1.44 paf 120: 2005-11-21 paf
121: * src/types/Makefile.am 1.40:
122: * src/types/pa_venv.h 1.33:
123: * src/types/types.vcproj 1.16:
124: + merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
125: i386-pc-win32)"
126:
127: * src/main/compile.y 1.216:
128: * src/types/pa_value.h 1.126:
129: * src/types/pa_vbool.h 1.27:
130: * src/types/pa_vdouble.h 1.50:
131: * src/types/pa_vint.h 1.44:
132: * src/types/pa_vmethod_frame.h 1.60:
133: + merged: expression literals: true/false. ^format[$.indent(true)
134: ]
135:
136: 2005-11-18 paf
1.46 ! paf 137: * src/include/pa_dir.h 1.18:
! 138: ! merged: file:list now sees .xxx files, only . and .. now
! 139: removed from list [were removed all .*]
1.44 paf 140:
141: * src/lib/sdbm/apr_file_io.C 1.5:
142: ! merged from 3.1.5: hashfile file open error now checked, were
143: not :( [stole that piece from apache 1.3 sources]
144:
145: 2005-08-26 paf
146: * src/classes/hash.C 1.76:
147: * src/classes/void.C 1.36:
148: merged ! optional options were allowed to be empty. were checked
149: if(is_string), changed to !defined||is_string to allow void
150:
151: * src/classes/double.C 1.59:
152: * src/classes/int.C 1.55:
153: * src/classes/math.C 1.41:
154: merged ! many classes/* used as_junction where they needed
155: as_int/double, so failed with recent "(const) now no junction"
156: optimization
157:
1.46 ! paf 158: * src/classes/date.C 1.72:
! 159: merged + date.week
1.44 paf 160:
161: 2005-08-09 paf
162: * www/htdocs/.htaccess 1.47:
163: + ^call[$void] param inside now is void (were: empty string)
164: ! simplified (double) speedup consequent checks in vmethod_frame
165:
166: * src/classes/classes.C 1.22:
167: * src/classes/classes.h 1.31:
168: * src/classes/form.C 1.39:
169: * src/classes/hashfile.C 1.36:
170: * src/classes/image.C 1.113:
171: * src/classes/mail.C 1.110:
172: * src/classes/memory.C 1.8:
173: * src/classes/response.C 1.27:
174: * src/classes/xdoc.C 1.148:
175: * src/classes/xnode.C 1.71:
176: * src/classes/xnode.h 1.24:
177: * src/include/pa_cache_managers.h 1.18:
178: * src/include/pa_charset.h 1.31:
179: * src/include/pa_charsets.h 1.13:
180: * src/include/pa_config_fixed.h 1.68:
181: * src/include/pa_config_includes.h 1.31:
182: * src/include/pa_dictionary.h 1.18:
183: * src/include/pa_exception.h 1.45:
184: * src/include/pa_exec.h 1.18:
185: * src/include/pa_globals.h 1.112:
186: * src/include/pa_hash.h 1.66:
187: * src/include/pa_opcode.h 1.28:
188: * src/include/pa_operation.h 1.6:
189: * src/include/pa_os.h 1.5:
190: * src/include/pa_request.h 1.179:
191: * src/include/pa_request_charsets.h 1.5:
192: * src/include/pa_request_info.h 1.5:
193: * src/include/pa_sapi.h 1.27:
194: * src/include/pa_socks.h 1.17:
195: * src/include/pa_sql_connection.h 1.40:
196: * src/include/pa_sql_driver_manager.h 1.33:
197: * src/include/pa_stack.h 1.24:
198: * src/include/pa_stylesheet_connection.h 1.40:
199: * src/include/pa_stylesheet_manager.h 1.22:
200: * src/include/pa_table.h 1.58:
201: * src/include/pa_threads.h 1.30:
202: * src/include/pa_types.h 1.49:
203: * src/include/pa_uue.h 1.8:
204: * src/include/pa_xml_exception.h 1.4:
205: * src/include/pa_xml_io.h 1.4:
206: * src/lib/gd/gif.C 1.6:
207: * src/lib/gd/gif.h 1.4:
208: * src/lib/gd/gifio.C 1.3:
209: * src/lib/md5/pa_md5.h 1.11:
210: * src/lib/md5/pa_md5c.c 1.13:
211: * src/lib/smtp/comms.C 1.8:
212: * src/lib/smtp/smtp.C 1.8:
213: * src/lib/smtp/smtp.h 1.6:
214: * src/main/compile.C 1.78:
215: * src/main/compile_tools.C 1.59:
216: * src/main/compile_tools.h 1.76:
217: * src/main/pa_cache_managers.C 1.16:
218: * src/main/pa_charset.C 1.52:
219: * src/main/pa_charsets.C 1.16:
220: * src/main/pa_dictionary.C 1.23:
221: * src/main/pa_dir.C 1.20:
222: * src/main/pa_exception.C 1.48:
223: * src/main/pa_exec.C 1.67:
224: * src/main/pa_memory.C 1.6:
225: * src/main/pa_os.C 1.8:
226: * src/main/pa_socks.C 1.24:
227: * src/main/pa_sql_driver_manager.C 1.85:
228: * src/main/pa_string.C 1.203:
229: * src/main/pa_stylesheet_connection.C 1.3:
230: * src/main/pa_stylesheet_manager.C 1.27:
231: * src/main/pa_table.C 1.61:
232: * src/main/pa_uue.C 1.9:
233: * src/main/pa_xml_exception.C 1.4:
234: * src/main/pa_xml_io.C 1.19:
235: * src/sql/pa_sql_driver.h 1.43:
236: * src/targets/apache13/mod_parser3.c 1.12:
237: * src/targets/apache13core/pa_threads.C 1.5:
238: * src/targets/cgi/pa_threads.C 1.16:
239: * src/targets/cgi/parser3.C 1.237:
240: * src/targets/isapi/pa_threads.C 1.17:
241: * src/types/pa_junction.h 1.7:
242: * src/types/pa_method.h 1.6:
243: * src/types/pa_property.h 1.2:
244: * src/types/pa_value.C 1.19:
245: * src/types/pa_vclass.C 1.33:
246: * src/types/pa_vclass.h 1.51:
247: * src/types/pa_vcode_frame.h 1.32:
248: * src/types/pa_vconsole.h 1.10:
249: * src/types/pa_vcookie.C 1.68:
250: * src/types/pa_vcookie.h 1.31:
251: * src/types/pa_vfile.C 1.41:
252: * src/types/pa_vfile.h 1.58:
253: * src/types/pa_vform.C 1.84:
254: * src/types/pa_vform.h 1.50:
255: * src/types/pa_vhash.C 1.8:
256: * src/types/pa_vhash.h 1.58:
257: * src/types/pa_vhashfile.h 1.33:
258: * src/types/pa_vimage.C 1.35:
259: * src/types/pa_vimage.h 1.45:
260: * src/types/pa_vjunction.h 1.24:
261: * src/types/pa_vmail.C 1.72:
262: * src/types/pa_vmail.h 1.17:
263: * src/types/pa_vmath.C 1.8:
264: * src/types/pa_vmath.h 1.18:
265: * src/types/pa_vmemory.h 1.5:
266: * src/types/pa_vmethod_frame.C 1.8:
267: * src/types/pa_vobject.C 1.24:
268: * src/types/pa_vobject.h 1.47:
269: * src/types/pa_vproperty.h 1.3:
270: * src/types/pa_vrequest.C 1.37:
271: * src/types/pa_vrequest.h 1.33:
272: * src/types/pa_vresponse.h 1.40:
273: * src/types/pa_vstateless_class.C 1.28:
274: * src/types/pa_vstateless_class.h 1.53:
275: * src/types/pa_vstateless_object.h 1.36:
276: * src/types/pa_vstatus.C 1.25:
277: * src/types/pa_vstatus.h 1.19:
278: * src/types/pa_vstring.C 1.26:
279: * src/types/pa_vstring.h 1.59:
280: * src/types/pa_vtable.C 1.26:
281: * src/types/pa_vtable.h 1.54:
282: * src/types/pa_vvoid.C 1.3:
283: * src/types/pa_vvoid.h 1.28:
284: * src/types/pa_vxdoc.C 1.29:
285: * src/types/pa_vxdoc.h 1.40:
286: * src/types/pa_vxnode.C 1.43:
287: * src/types/pa_vxnode.h 1.35:
288: * src/types/pa_wcontext.C 1.32:
289: * src/types/pa_wcontext.h 1.49:
290: * src/types/pa_wwrapper.h 1.36:
291: 2005
292:
1.46 ! paf 293: 2005-08-08 paf
! 294: * bin/auto.p.dist.in 1.12:
! 295: merged . apache bad 404 handling workaround integrated
1.44 paf 296:
297: * www/htdocs/_bug.p 1.8:
298: . merged VJunction(new Junction) optimization from 3.1.4
299:
300: * www/htdocs/_bug.xml 1.3:
301: merged
302: + optimized constants in expressions vstring->vdouble
303: + optimized ^call(vdouble), no junction creation, no calls later
304:
305: 2005-07-29 paf
306: * www/htdocs/_bug_derived.p 1.3:
307: + property getter can now be overridden
308:
309: 2005-07-28 paf
310: * www/htdocs/_bug.sh 1.2:
311: + 3.2.0 beta: merged from dynamic_fields_join
312:
313: 2005-06-06 paf
314: * www/htdocs/_bug.xsl 1.15:
315: ! bugfix ^string:sql ^table:sql ^hash:sql now DO process $.bind
316: option
317:
1.46 ! paf 318: 2005-01-19 paf
1.42 paf 319: * src/lib/gd/Makefile.am 1.2:
320: * src/lib/ltdl/Makefile.am 1.2:
321: forgotten makefiles.
322: couple warnings in parser3.C
323:
1.46 ! paf 324: 2004-12-23 paf
1.41 paf 325: * src/types/pa_vhashfile.C 1.48:
326: beauty: hashfile::open now creates dir for new file
327:
1.46 ! paf 328: 2004-10-12 paf
1.41 paf 329: * etc/parser3.charsets/windows-1251.cfg 1.12:
330: euro
331: promille
332: +/-
333:
1.46 ! paf 334: 2004-10-07 paf
1.42 paf 335: * src/lib/cord/cordbscs.c 1.5:
1.46 ! paf 336: debugger help: CORD_dump now dumpts \t\r\n as @#| and truncates
1.42 paf 337: long char sequences less
338:
1.46 ! paf 339: 2004-09-13 paf
! 340: * src/lib/sdbm/sdbm_private.h 1.2:
! 341: change: limit on length(key+value) now 8008 bytes, were 1008.
! 342: perl sdbm compatibility now ruined
1.41 paf 343:
1.42 paf 344: * src/lib/sdbm/apr-include/apr.h 1.5:
1.46 ! paf 345: bugfix: error numbers now from errno.h = strerror now returnes
1.42 paf 346: something and we can properly report that to client
1.40 paf 347:
1.46 ! paf 348: 2004-07-28 paf
1.39 paf 349: * src/lib/ltdl/ltdl.c 1.4:
350: * src/lib/pcre/pcre_parser_ctype.c 1.5:
1.46 ! paf 351: bugfix: isspace((unsigned char)c) everywhere. failed on russian
! 352: letters
1.39 paf 353:
1.46 ! paf 354: 2004-07-27 paf
1.39 paf 355: * src/targets/cgi/parser3.vcproj 1.12:
356: beauty: win32: globaloptimizations ON, release:mapfile ON
357: todo: copy .mapfile from release somewhere [to help searching for unhandled system exceptions]
358:
1.46 ! paf 359: 2004-07-07 paf
1.39 paf 360: * parser3.vssscc 1.2:
361: ...would not go unnoticed
362:
1.46 ! paf 363: 2004-07-01 paf
1.39 paf 364: * src/classes/classes.vcproj 1.12:
365: * src/lib/cord/cord.vcproj 1.2:
366: * src/lib/gd/gd.vcproj 1.7:
367: * src/lib/ltdl/ltdl.vcproj 1.3:
368: * src/lib/md5/md5.vcproj 1.3:
369: * src/lib/pcre/pcre.vcproj 1.3:
370: * src/lib/pcre/pcre_dftables.vcproj 1.4:
371: * src/lib/pcre/pcre_parser_ctype.vcproj 1.4:
372: * src/lib/smtp/smtp.vcproj 1.6:
373: * src/targets/apache13/ApacheModuleParser3.vcproj 1.7:
374: * src/targets/apache13core/ApacheModuleParser3Core.vcproj 1.9:
375: * src/targets/isapi/parser3isapi.vcproj 1.8:
376: win32: option: global optimization ON
377:
1.46 ! paf 378: 2004-05-26 paf
1.38 paf 379: * etc/parser3.charsets/x-mac-cyrillic.cfg 1.2:
380: added: thanks to konst
381:
1.46 ! paf 382: 2004-05-24 paf
1.38 paf 383: * src/targets/apache13/p3runConfigure.in 1.17:
384: bugfix: smtp added
385:
386: * src/lib/cord/cordxtra.c 1.6:
387: * src/lib/cord/include/cord.h 1.5:
388: cancel: more speed, less memory: CORD_chars_block originally intended to ...
389: it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
390: undoing that. [and removed that func so that it would not confuse parser developer in future]
391:
1.46 ! paf 392: 2004-05-11 paf
1.38 paf 393: * www/htdocs/_bug.gif 1.2:
394: bugfix: bcc with sendmail now left intact
395:
1.46 ! paf 396: 2004-04-05 paf
1.38 paf 397: * src/doc/html2chm.cmd 1.8:
398: * src/doc/sources2html.cmd 1.6:
399: merged with 3.1.3
400:
1.46 ! paf 401: 2004-04-01 paf
1.37 paf 402: * src/targets/apache13/pa_httpd.h 1.6:
403: * src/targets/isapi/parser3isapi.def 1.2:
404: bugfix: sql connections now are disconnected
405:
1.46 ! paf 406: 2004-03-30 paf
1.36 paf 407: * src/doc/ClassExample1.dox 1.5:
408: * src/doc/ClassExample2.dox 1.5:
409: * src/doc/ClassExample3.dox 1.5:
410: * src/doc/chmhelper.pl 1.2:
411: * src/doc/class.dox 1.3:
412: * src/doc/compiler.dox 1.4:
413: * src/doc/doxygen.cfg 1.25:
414: * src/doc/exception.dox 1.3:
415: * src/doc/executor.dox 1.3:
416: * src/doc/footer.htm 1.4:
417: * src/doc/index.dox 1.6:
418: * src/doc/memory.dox 1.3:
419: * src/doc/methoded.dox 1.4:
420: * src/doc/object.dox 1.3:
421: * src/doc/string.dox 1.6:
422: * src/doc/targets.dox 1.4:
423: * src/doc/value.dox 1.4:
424: merged bugfixes from 3.1.2, changed version to 3.1.3beta
425:
1.46 ! paf 426: 2004-03-05 paf
1.35 paf 427: * etc/parser3.charsets/koi8-r.cfg 1.7:
428: there's special code for grad char!
429:
1.46 ! paf 430: 2004-02-25 paf
1.34 paf 431: * etc/parser3.charsets/Makefile.am 1.5:
1.46 ! paf 432: bugfix: @sysconfdir@ used [were old @charsetsdir@ recently
1.34 paf 433: erased from configure.in]
434:
1.46 ! paf 435: 2004-02-24 paf
! 436: * src/classes/Makefile.am 1.49:
! 437: smtp on unix: steps to work on unix
1.34 paf 438:
439: * src/lib/smtp/Makefile.am 1.2:
440: * src/targets/cgi/Makefile.am 1.51:
441: started porting smtp to unix [testing on solaris]
442:
1.46 ! paf 443: 2004-02-11 paf
1.34 paf 444: * parser3.sln 1.9:
445: started changes to reflect libxml xsl new folders
446:
447: * src/lib/sdbm/sdbm.vcproj 1.4:
448: migrated to latest libxml[2.6.5] and libgdome[1.1.2]
449: simplified lib build processes
450:
1.46 ! paf 451: 2003-11-21 paf
! 452: * src/targets/apache13core/Makefile.am 1.5:
! 453: * src/targets/apache13core/mod_parser3.C 1.7:
! 454: renamed mod_parser3 to mod_parser3_core to help DOXYGEN
1.32 paf 455:
1.28 paf 456: * src/lib/Makefile.am 1.7:
457: * src/lib/gd/mtables.h 1.1:
458: rearrange: gd&smtp moved to src/lib
459:
1.46 ! paf 460: 2003-11-20 paf
1.28 paf 461: * src/lib/ltdl/config_fixed.h 1.3:
462: * src/lib/pcre/maketables.c 1.2:
463: turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
464: found several unitialized vars
465:
466: * src/lib/sdbm/apr_strings.C 1.2:
467: * src/main/pa_pool.C 1.62:
468: static const char * const IDENT
469:
470: * src/include/pa_pool.h 1.89:
471: more warnings --
472:
1.46 ! paf 473: 2003-11-10 paf
1.28 paf 474: * src/lib/sdbm/sdbm.c 1.3:
1.46 ! paf 475: bugfix: sdbm: .h said it's OK to remove nonexistent pair. .c
1.28 paf 476: coded that that was error. fixed
477:
1.46 ! paf 478: 2003-11-06 paf
1.28 paf 479: * src/lib/ltdl/libltdl.vcproj 1.2:
480: * src/lib/ltdl/libltdl.vcproj.vspscc 1.2:
481: * src/lib/sdbm/apr-include/apr_errno.h 1.4:
482: * src/lib/sdbm/apr-include/apr_file_info.h 1.1:
483: * src/lib/sdbm/apr-include/apr_file_io.h 1.4:
484: * src/lib/sdbm/apr-include/apr_sdbm.h 1.3:
485: * src/lib/sdbm/apr-include/apr_strings.h 1.3:
486: * src/lib/sdbm/apr-include/apu.h 1.3:
487: hashfile: started again with sdbm from apache
488:
1.46 ! paf 489: * tests/todo.txt 1.5:
! 490: hashfile: done
! 491:
1.28 paf 492: * src/lib/sdbm/Makefile.am 1.3:
493: * src/lib/sdbm/apr-include/Makefile.am 1.1:
494: * src/targets/cgi/.cvsignore 1.3:
495: *** empty log message ***
496:
497: * src/lib/sdbm/apr-include/apr_pools.h 1.5:
498: just compiled
499:
1.46 ! paf 500: 2003-11-05 paf
1.28 paf 501: * src/lib/sdbm/sdbm_hash.c 1.1:
502: * src/lib/sdbm/sdbm_lock.c 1.1:
503: * src/lib/sdbm/sdbm_pair.c 1.1:
504: * src/lib/sdbm/sdbm_pair.h 1.1:
505: * src/lib/sdbm/sdbm_tune.h 1.1:
506: original from httpd-2.0.43\srclib\apr-util\dbm\sdbm
507:
508: * src/main/helpers/CaseFolding.txt 1.1:
509: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
510:
1.46 ! paf 511: 2003-10-24 paf
1.26 paf 512: * src/lib/cord/Makefile.am 1.3:
513: * src/lib/md5/Makefile.am 1.3:
514: * src/lib/pcre/Makefile.am 1.2:
515: * src/targets/apache13/Makefile.am 1.18:
516: * src/targets/isapi/Makefile.am 1.3:
517: .dsp/w -> .vcproj/sln
518:
1.46 ! paf 519: 2003-09-29 paf
! 520: * src/main/utf8-to-lower.inc 1.1:
! 521: * src/main/utf8-to-upper.inc 1.1:
! 522: generated by helper
1.26 paf 523:
524: * src/main/helpers/simple_folding.pl 1.1:
525: utf-8 upper/lower
526:
527: * www/htdocs/base.p 1.7:
528: * www/htdocs/derived.p 1.25:
529: * www/htdocs/font.gif 1.2:
530: * www/htdocs/global.xsl 1.9:
531: * www/htdocs/index.html 1.213:
532: * www/htdocs/mailreceive.eml 1.4:
533: * www/htdocs/mailreceive.html 1.2:
534: * www/htdocs/operators.p 1.12:
535: * www/htdocs/parser-status.html 1.3:
536: * www/htdocs/people.dtd 1.2:
537: * www/htdocs/some.p 1.3:
538: removing old tests
539:
1.46 ! paf 540: 2003-09-25 paf
1.26 paf 541: * src/lib/cord/cordprnt.c 1.3:
542: string_fragments_to_cord merged to HEAD
543:
1.46 ! paf 544: 2003-08-19 paf
! 545: * src/targets/apache13/mod_parser3.C 1.31:
! 546: .c
1.26 paf 547:
1.46 ! paf 548: 2003-08-18 paf
1.26 paf 549: * src/classes/classes.awk 1.8:
550: merged 3.1.0 latest changes
551:
552: * gnu.dsp 1.5:
553: * parser3.dsw 1.9:
554: * src/classes/classes.dsp 1.31:
555: * src/lib/cord/cord.dsp 1.3:
556: * src/lib/ltdl/libltdl.dsp 1.7:
557: * src/lib/md5/md5.dsp 1.5:
558: * src/lib/pcre/pcre.dsp 1.4:
559: * src/lib/pcre/pcre_dftables.dsp 1.2:
560: * src/lib/pcre/pcre_parser_ctype.dsp 1.3:
561: * src/main/main.dsp 1.167:
562: * src/targets/apache13/ApacheModuleParser3.dsp 1.18:
563: * src/targets/apache13core/ApacheModuleParser3Core.dsp 1.4:
564: * src/targets/cgi/parser3.dsp 1.66:
565: * src/targets/isapi/parser3isapi.dsp 1.44:
566: * src/types/types.dsp 1.42:
567: moved to MSVC 7
568:
1.46 ! paf 569: * gnu.vcproj 1.1:
! 570: new VS project files
1.26 paf 571:
1.46 ! paf 572: 2003-07-24 paf
1.24 paf 573: * tests/001.html 1.2:
574: * tests/002.html 1.2:
575: * tests/003.html 1.2:
576: * tests/004.html 1.2:
577: * tests/005.html 1.2:
578: * tests/006.html 1.2:
579: * tests/007.html 1.2:
580: * tests/008.html 1.2:
581: * tests/009.html 1.2:
582: * tests/010.html 1.2:
583: * tests/011.html 1.2:
584: * tests/012.html 1.2:
585: * tests/013.html 1.2:
586: * tests/014.html 1.2:
587: * tests/015.html 1.2:
588: * tests/016.html 1.2:
589: * tests/017.html 1.2:
590: * tests/018.html 1.2:
591: * tests/019.html 1.2:
592: * tests/019paf2001.gif 1.2:
593: * tests/020.html 1.2:
594: * tests/021.html 1.2:
595: * tests/022.html 1.2:
596: * tests/022_dir/a.html 1.2:
597: * tests/022_dir/b.txt 1.2:
598: * tests/022_dir/c.htm 1.2:
599: * tests/023.html 1.2:
600: * tests/024.html 1.2:
601: * tests/025.html 1.2:
602: * tests/026.html 1.2:
603: * tests/027.html 1.2:
604: * tests/028.html 1.2:
605: * tests/029.html 1.2:
606: * tests/030.html 1.2:
607: * tests/031.html 1.2:
608: * tests/032.html 1.2:
609: * tests/033.html 1.2:
610: * tests/034.html 1.2:
611: * tests/035.html 1.2:
612: * tests/036.html 1.2:
613: * tests/037.html 1.2:
614: * tests/038.html 1.2:
615: * tests/039.html 1.2:
616: * tests/040.html 1.2:
617: * tests/041.html 1.2:
618: * tests/042.html 1.2:
619: * tests/043.html 1.2:
620: * tests/044.html 1.2:
621: * tests/045.html 1.2:
622: * tests/046.html 1.2:
623: * tests/047.html 1.2:
624: * tests/048.html 1.2:
625: * tests/049.html 1.2:
626: * tests/050.html 1.2:
627: * tests/051.html 1.2:
628: * tests/051b.p 1.2:
629: * tests/051t.p 1.2:
630: * tests/052.html 1.2:
631: * tests/053.html 1.2:
632: * tests/054.html 1.2:
633: * tests/055.html 1.2:
634: * tests/056.html 1.2:
635: * tests/057.html 1.2:
636: * tests/058.html 1.2:
637: * tests/058_paf2000.png 1.2:
638: * tests/059.html 1.2:
639: * tests/060.html 1.2:
640: * tests/061.dat 1.2:
641: * tests/061.html 1.2:
642: * tests/062.html 1.2:
643: * tests/063.html 1.2:
644: * tests/064.html 1.2:
645: * tests/065.html 1.2:
646: * tests/066.html 1.2:
647: * tests/067.html 1.2:
648: * tests/068.html 1.2:
649: * tests/069.html 1.2:
650: * tests/070.html 1.2:
651: * tests/071.html 1.2:
652: * tests/072.html 1.2:
653: * tests/073.html 1.2:
654: * tests/074.html 1.2:
655: * tests/075.html 1.2:
656: * tests/076.html 1.2:
657: * tests/077.html 1.2:
658: * tests/078.html 1.2:
659: * tests/079.html 1.2:
660: * tests/080.html 1.2:
661: * tests/081.html 1.2:
662: * tests/082.html 1.2:
663: * tests/083.html 1.2:
664: * tests/084.html 1.2:
665: * tests/085.html 1.2:
666: * tests/086.html 1.2:
667: * tests/087.html 1.2:
668: * tests/088.html 1.2:
669: * tests/089.html 1.2:
670: * tests/090.html 1.2:
671: * tests/091.html 1.2:
672: * tests/092.html 1.2:
673: * tests/093.html 1.2:
674: * tests/094.html 1.2:
675: * tests/095.html 1.2:
676: * tests/096.html 1.2:
677: * tests/096_dir/163.jpg 1.2:
678: * tests/096_dir/188.jpg 1.2:
679: * tests/097.html 1.2:
680: * tests/098.html 1.2:
681: * tests/098font.gif 1.2:
682: * tests/099.html 1.2:
683: * tests/100.html 1.2:
684: * tests/101.html 1.2:
685: * tests/102.html 1.2:
686: * tests/103.html 1.2:
687: * tests/103mark.gif 1.2:
688: * tests/103paf2001.gif 1.2:
689: * tests/104.html 1.2:
690: * tests/105.html 1.2:
691: * tests/106.html 1.2:
692: * tests/107.html 1.2:
693: * tests/108.html 1.2:
694: * tests/108.xsl 1.2:
695: * tests/109.html 1.2:
696: * tests/110.html 1.2:
697: * tests/111.html 1.2:
698: * tests/112.html 1.2:
699: * tests/113.html 1.2:
700: * tests/114.html 1.2:
701: * tests/115.html 1.2:
702: * tests/116.html 1.2:
703: * tests/117.html 1.2:
704: * tests/118.html 1.2:
705: * tests/119.html 1.2:
706: * tests/120.html 1.2:
707: * tests/121.html 1.2:
708: * tests/122.html 1.2:
709: * tests/123.html 1.2:
710: * tests/124.html 1.2:
711: * tests/125.html 1.2:
712: * tests/126.html 1.2:
713: * tests/127.html 1.2:
714: * tests/128.html 1.2:
715: * tests/129.html 1.2:
716: * tests/130.html 1.2:
717: * tests/131.html 1.2:
718: * tests/132.html 1.2:
719: * tests/133.html 1.2:
720: * tests/134.html 1.2:
721: * tests/135.html 1.2:
722: * tests/136.html 1.2:
723: * tests/137.html 1.2:
724: * tests/138.html 1.2:
725: * tests/139.html 1.2:
726: * tests/140.html 1.2:
727: * tests/141.html 1.2:
728: * tests/Makefile 1.2:
729: * tests/descript.ion 1.2:
730: * tests/outputs/create-dir 1.2:
731: * tests/results/001.processed 1.2:
732: * tests/results/002.processed 1.2:
733: * tests/results/003.processed 1.2:
734: * tests/results/004.processed 1.2:
735: * tests/results/005.processed 1.2:
736: * tests/results/006.processed 1.2:
737: * tests/results/007.processed 1.2:
738: * tests/results/008.processed 1.2:
739: * tests/results/009.processed 1.2:
740: * tests/results/010.processed 1.2:
741: * tests/results/011.processed 1.2:
742: * tests/results/012.processed 1.2:
743: * tests/results/013.processed 1.2:
744: * tests/results/014.processed 1.2:
745: * tests/results/015.processed 1.2:
746: * tests/results/016.processed 1.2:
747: * tests/results/017.processed 1.2:
748: * tests/results/018.processed 1.2:
749: * tests/results/019.processed 1.2:
750: * tests/results/020.processed 1.2:
751: * tests/results/021.processed 1.2:
752: * tests/results/022.processed 1.2:
753: * tests/results/023.processed 1.2:
754: * tests/results/024.processed 1.2:
755: * tests/results/025.processed 1.2:
756: * tests/results/026.processed 1.2:
757: * tests/results/027.processed 1.2:
758: * tests/results/028.processed 1.2:
759: * tests/results/029.processed 1.2:
760: * tests/results/030.processed 1.2:
761: * tests/results/031.processed 1.2:
762: * tests/results/032.processed 1.2:
763: * tests/results/033.processed 1.2:
764: * tests/results/034.processed 1.2:
765: * tests/results/035.processed 1.2:
766: * tests/results/036.processed 1.2:
767: * tests/results/037.processed 1.2:
768: * tests/results/038.processed 1.2:
769: * tests/results/039.processed 1.2:
770: * tests/results/040.processed 1.2:
771: * tests/results/041.processed 1.2:
772: * tests/results/042.processed 1.2:
773: * tests/results/043.processed 1.2:
774: * tests/results/044.processed 1.2:
775: * tests/results/045.processed 1.2:
776: * tests/results/046.processed 1.2:
777: * tests/results/047.processed 1.2:
778: * tests/results/048.processed 1.2:
779: * tests/results/049.processed 1.2:
780: * tests/results/050.processed 1.2:
781: * tests/results/051.processed 1.2:
782: * tests/results/052.processed 1.2:
783: * tests/results/053.processed 1.2:
784: * tests/results/054.processed 1.2:
785: * tests/results/055.processed 1.2:
786: * tests/results/056.processed 1.2:
787: * tests/results/057.processed 1.2:
788: * tests/results/058.processed 1.2:
789: * tests/results/059.processed 1.2:
790: * tests/results/060.processed 1.2:
791: * tests/results/061.processed 1.2:
792: * tests/results/062.processed 1.2:
793: * tests/results/063.processed 1.2:
794: * tests/results/064.processed 1.2:
795: * tests/results/065.processed 1.2:
796: * tests/results/066.processed 1.2:
797: * tests/results/067.processed 1.2:
798: * tests/results/068.processed 1.2:
799: * tests/results/069.processed 1.2:
800: * tests/results/070.processed 1.2:
801: * tests/results/071.processed 1.2:
802: * tests/results/072.processed 1.2:
803: * tests/results/073.processed 1.2:
804: * tests/results/074.processed 1.2:
805: * tests/results/075.processed 1.2:
806: * tests/results/076.processed 1.2:
807: * tests/results/077.processed 1.2:
808: * tests/results/078.processed 1.2:
809: * tests/results/079.processed 1.2:
810: * tests/results/080.processed 1.2:
811: * tests/results/081.processed 1.2:
812: * tests/results/082.processed 1.2:
813: * tests/results/083.processed 1.2:
814: * tests/results/084.processed 1.2:
815: * tests/results/085.processed 1.2:
816: * tests/results/086.processed 1.2:
817: * tests/results/087.processed 1.2:
818: * tests/results/088.processed 1.2:
819: * tests/results/089.processed 1.2:
820: * tests/results/090.processed 1.2:
821: * tests/results/091.processed 1.2:
822: * tests/results/092.processed 1.2:
823: * tests/results/093.processed 1.2:
824: * tests/results/094.processed 1.2:
825: * tests/results/095.processed 1.2:
826: * tests/results/096.processed 1.2:
827: * tests/results/097.processed 1.2:
828: * tests/results/098.processed 1.2:
829: * tests/results/099.processed 1.2:
830: * tests/results/100.processed 1.2:
831: * tests/results/101.processed 1.2:
832: * tests/results/102.processed 1.2:
833: * tests/results/103.processed 1.2:
834: * tests/results/104.processed 1.2:
835: * tests/results/105.processed 1.2:
836: * tests/results/106.processed 1.2:
837: * tests/results/107.processed 1.2:
838: * tests/results/108.processed 1.2:
839: * tests/results/109.processed 1.2:
840: * tests/results/110.processed 1.2:
841: * tests/results/111.processed 1.2:
842: * tests/results/112.processed 1.2:
843: * tests/results/113.processed 1.2:
844: * tests/results/114.processed 1.2:
845: * tests/results/115.processed 1.2:
846: * tests/results/116.processed 1.2:
847: * tests/results/117.processed 1.2:
848: * tests/results/118.processed 1.2:
849: * tests/results/119.processed 1.2:
850: * tests/results/120.processed 1.2:
851: * tests/results/121.processed 1.2:
852: * tests/results/122.processed 1.2:
853: * tests/results/123.processed 1.2:
854: * tests/results/124.processed 1.2:
855: * tests/results/125.processed 1.2:
856: * tests/results/126.processed 1.2:
857: * tests/results/127.processed 1.2:
858: * tests/results/128.processed 1.2:
859: * tests/results/129.processed 1.2:
860: * tests/results/130.processed 1.2:
861: * tests/results/131.processed 1.2:
862: * tests/results/132.processed 1.2:
863: * tests/results/133.processed 1.2:
864: * tests/results/134.processed 1.2:
865: * tests/results/135.processed 1.2:
866: * tests/results/136.processed 1.2:
867: * tests/results/137.processed 1.2:
868: * tests/results/138.processed 1.2:
869: * tests/results/139.processed 1.2:
870: * tests/results/140.processed 1.2:
871: * tests/results/141.processed 1.2:
872: * tests/run_parser.sh 1.2:
873: merged(copied) to HEAD from template_gc
874:
1.46 ! paf 875: * src/include/pa_pragma_pack_begin.h 1.7:
! 876: * src/include/pa_pragma_pack_end.h 1.7:
! 877: * src/lib/cord/include/Makefile.am 1.2:
! 878: * src/lib/cord/include/ec.h 1.2:
! 879: * src/lib/cord/include/private/Makefile.am 1.2:
! 880: * src/lib/cord/include/private/cord_pos.h 1.2:
! 881: * src/lib/cord/source.url 1.2:
! 882: * src/lib/gc/Makefile.am 1.2:
! 883: * src/lib/gc/include/Makefile.am 1.2:
! 884: * src/lib/gc/include/gc.h 1.2:
! 885: * src/lib/patches/Makefile.am 1.4:
! 886: * src/lib/patches/gc.patch 1.2:
! 887: * src/lib/patches/gdome2.patch 1.2:
! 888: * src/lib/patches/libxml2.patch 1.2:
! 889: * src/lib/patches/libxslt.patch 1.2:
! 890: * src/lib/pcre/pcre.h 1.2:
! 891: * src/main/pa_array.C 1.57:
! 892: * src/main/pa_hash.C 1.54:
! 893: * src/targets/Makefile.am 1.10:
! 894: * src/targets/apache13/pa_md5c.c 1.6:
! 895: * src/targets/apache13/pa_pool.C 1.9:
! 896: * src/targets/apache13/pa_threads.C 1.12:
! 897: * src/targets/cgi/getopt.c 1.3:
! 898: * src/targets/cgi/getopt.h 1.3:
! 899: * src/targets/cgi/pa_pool.C 1.42:
! 900: * src/targets/cgi/pool_storage.h 1.14:
! 901: * src/targets/cgi/pp3.cmd 1.2:
! 902: * src/targets/isapi/pa_pool.C 1.17:
! 903: * src/targets/isapi/pool_storage.h 1.20:
! 904: moved tempate_gc to HEAD
1.24 paf 905:
1.46 ! paf 906: 2003-07-23 paf
1.24 paf 907: * src/targets/apache13/mod_parser3_main.C 1.1:
1.46 ! paf 908: file mod_parser3_main.C was initially added on branch
1.24 paf 909: template_gc.
910:
1.46 ! paf 911: 2003-03-27 paf
1.23 paf 912: * src/lib/gc/include/gc_fake.h 1.1:
913: file gc_fake.h was initially added on branch template_gc.
914:
1.46 ! paf 915: 2003-03-26 paf
1.23 paf 916: * src/lib/cord/include/gc.h 1.1:
917: file gc.h was initially added on branch template_gc.
918:
1.46 ! paf 919: 2003-03-03 paf
1.23 paf 920: * tests/outputs/049.processed 1.1:
921: file 049.processed was initially added on branch autoptr.
922:
923: * tests/outputs/050.processed 1.1:
924: file 050.processed was initially added on branch autoptr.
925:
926: * tests/outputs/051.processed 1.1:
927: file 051.processed was initially added on branch autoptr.
928:
929: * tests/parser-cygwin.sh 1.1:
930: file parser-cygwin.sh was initially added on branch autoptr.
931:
1.46 ! paf 932: * tests/parser-unix.sh 1.1:
! 933: file parser-unix.sh was initially added on branch autoptr.
1.23 paf 934:
1.46 ! paf 935: 2003-02-20 paf
1.22 paf 936: * www/htdocs/autoptr.html 1.1:
937: file autoptr.html was initially added on branch autoptr.
938:
1.46 ! paf 939: 2003-01-30 paf
1.22 paf 940: * ltmain.sh 1.5:
941: *** empty log message ***
942:
1.46 ! paf 943: 2003-01-29 paf
1.22 paf 944: * src/types/pa_value_includes.h 1.1:
945: file pa_value_includes.h was initially added on branch autoptr.
946:
1.46 ! paf 947: 2003-01-23 paf
1.22 paf 948: * src/lib/pcre/8859-1.ucm 1.1:
949: file 8859-1.ucm was initially added on branch autoptr.
950:
1.46 ! paf 951: 2003-01-14 paf
1.22 paf 952: * src/lib/ltdl/config.guess 1.2:
953: * src/lib/ltdl/config.sub 1.2:
954: * src/lib/ltdl/install-sh 1.2:
955: * src/lib/ltdl/missing 1.2:
956: * src/lib/ltdl/mkinstalldirs 1.2:
957: removed some ancient files [they in / really]
958:
959: * src/lib/ltdl/aclocal.m4 1.1:
960: *** empty log message ***
961:
1.46 ! paf 962: 2003-01-13 paf
1.22 paf 963: * src/lib/ltdl/COPYING.LIB 1.1:
964: * src/lib/ltdl/acinclude.m4 1.2:
965: * src/lib/ltdl/config.h 1.2:
966: * src/lib/ltdl/config_auto.h.in 1.3:
967: * src/lib/ltdl/configure 1.4:
968: * src/lib/ltdl/configure.in 1.4:
969: * src/lib/ltdl/ltdl.h 1.2:
970: moved to latest libtool (1.4.3)
971:
1.46 ! paf 972: * config.guess 1.3:
! 973: * config.sub 1.4:
! 974: removed last piece of configure.in(libtool) hacks
! 975:
! 976: 2003-01-10 paf
1.22 paf 977: * src/lib/patches/libgdome_cpp_syntax1.patch 1.2:
978: * src/lib/patches/libgdome_cpp_syntax2.patch 1.2:
979: * src/lib/patches/libgdome_morestatic.patch 1.2:
980: * src/lib/patches/libxml_error_column_tab.patch 1.2:
981: * src/lib/patches/libxml_htmloutput_of_xslemptyattr_emptyquotes.patch 1.2:
982: * src/lib/patches/libxml_transcoder_context1.patch 1.2:
983: * src/lib/patches/libxml_transcoder_context2.patch 1.2:
984: * src/lib/patches/libxml_transcoder_context3.patch 1.2:
985: * src/lib/patches/libxml_transcoder_context4.patch 1.2:
986: * src/lib/patches/libxslt_html_output_no_charset_meta.patch 1.2:
987: moved to latest xml lib versions, changed patches.
988: libxml2 >= 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]
989: libxslt >= 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]
990: gdome2 >= 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
991:
1.46 ! paf 992: 2003-01-09 paf
! 993: * depcomp 1.1:
! 994: moving to automake 1.7.2
1.22 paf 995:
996: * missing 1.2:
997: * mkinstalldirs 1.2:
998: moved to autoconf 2.57 & automake 1.7.2
999:
1.46 ! paf 1000: 2002-12-27 paf
1.21 paf 1001: * src/doc/aliased.dox 1.5:
1002: * src/doc/module.dox 1.4:
1003: * src/doc/pooled.dox 1.4:
1004: removed outdated parts, made links to language docs
1005:
1.46 ! paf 1006: 2002-12-04 paf
1.20 paf 1007: * src/lib/ltdl/README 1.1:
1008: src/lib/ltdl/Makefile now created with /configure, not ltdl/configure,
1009: so it does have no problems with automake.
1010: ltdl/configure AC_OUTPUT(Makefile<<removed)
1011:
1.46 ! paf 1012: 2002-10-15 paf
1.15 paf 1013: * src/types/pa_vjunction.C 1.3:
1014: removed $junction.get $junction.set[]
1015: introducing $caller
1016:
1.46 ! paf 1017: 2002-09-11 paf
1.15 paf 1018: * etc/parser3.charsets/windows-1254.cfg 1.1:
1019: * src/lib/pcre/ibm-1254.ucm 1.1:
1020: windows-1254 added
1021:
1.46 ! paf 1022: 2002-08-14 paf
1.15 paf 1023: * src/targets/cgi/fixopt.C 1.3:
1024: * src/targets/cgi/fixopt.h 1.2:
1025: removed fixopt stupidity. on stupid linux use
1026: cd /document/root
1027: ../cgi/parser3 script
1028:
1.46 ! paf 1029: 2002-08-12 paf
1.15 paf 1030: * src/types/pa_valiased.C 1.17:
1031: * src/types/pa_valiased.h 1.23:
1032: ^base:create[] dynamic call rewritten
1033: todo: thorough testing
1034:
1.46 ! paf 1035: 2002-08-01 paf
1.15 paf 1036: * src/Makefile.am 1.17:
1037: ident.C* removed
1038:
1.46 ! paf 1039: 2002-07-30 paf
1.15 paf 1040: * src/targets/cgi/pa_config_paths.h.in 1.2:
1041: removed pa_config_paths.h
1042:
1.46 ! paf 1043: 2002-06-21 paf
1.15 paf 1044: * src/lib/pcre/LICENCE 1.1:
1045: * src/lib/pcre/README 1.1:
1046: * src/lib/pcre/Tech.Notes 1.1:
1047: * src/lib/pcre/dftables.c 1.1:
1048: * src/lib/pcre/get.c 1.1:
1049: * src/lib/pcre/ibm-1250.ucm 1.1:
1050: * src/lib/pcre/ibm-1251.ucm 1.1:
1051: * src/lib/pcre/ibm-1257.ucm 1.1:
1052: * src/lib/pcre/internal.h 1.1:
1053: * src/lib/pcre/pcre-2_08.tar.gz 1.1:
1054: * src/lib/pcre/pcre.3 1.1:
1055: * src/lib/pcre/pcre.3.html 1.1:
1056: * src/lib/pcre/pcre.3.txt 1.1:
1057: * src/lib/pcre/pcre.c 1.1:
1058: * src/lib/pcre/ruspart_win2koi.pl 1.1:
1059: * src/lib/pcre/study.c 1.1:
1060: * src/lib/pcre/win-koi.tab 1.1:
1061: moved libltdl and pcre to libs/
1062: added libs/md5 which is linked to non-apache targets
1063: ^math:crypt[password;$apr1$salt]
1064:
1.46 ! paf 1065: 2002-06-20 paf
1.15 paf 1066: * bin/Makefile.am 1.3:
1067: parser3.conf renamed to auto.p
1068:
1.46 ! paf 1069: 2002-06-18 paf
1.15 paf 1070: * etc/Makefile.am 1.4:
1071: bin/parser3.conf.dist [moved from etc
1072:
1.46 ! paf 1073: 2002-04-22 paf
1.15 paf 1074: * types.txt 1.2:
1075: ^string.optimize[]
1076:
1.46 ! paf 1077: 2002-04-19 paf
1.15 paf 1078: * src/doc/postbuild.txt 1.3:
1079: * src/doc/view_chm.cmd 1.2:
1080: * src/doc/view_html.cmd 1.2:
1081: config updated to doxygen 1.2.15,
1082: created helper which fixes minor bugs in chm project files & htm tree.
1083: changed extension to .htm
1084:
1.46 ! paf 1085: 2002-04-16 paf
1.15 paf 1086: * asm.txt 1.2:
1087: * form.txt 1.2:
1088: * lang.txt 1.2:
1089: * sql.txt 1.2:
1090: removed outdated. see in Attic asm.txt as most interesting
1091:
1.46 ! paf 1092: 2002-02-22 paf
1.15 paf 1093: * src/include/pa_db_connection.h 1.22:
1094: * src/include/pa_db_manager.h 1.15:
1095: * src/include/pa_db_table.h 1.16:
1096: * src/main/pa_db_connection.C 1.38:
1097: * src/main/pa_db_manager.C 1.23:
1098: * src/main/pa_db_table.C 1.21:
1099: removed hashfile support for now
1100:
1.46 ! paf 1101: 2002-02-18 paf
1.15 paf 1102: * ltconfig 1.2:
1103: removed libtool subpart files
1104:
1.46 ! paf 1105: 2002-02-13 paf
1.15 paf 1106: * etc/parser3.charsets/windows-1257.cfg 1.2:
1107: id added
1108:
1.46 ! paf 1109: 2002-02-08 paf
1.15 paf 1110: * src/sql/Makefile.am 1.3:
1111: forgotten makes
1112:
1.46 ! paf 1113: * src/main/pa_status_provider.C 1.5:
! 1114: 'make dist' works
! 1115:
1.15 paf 1116: * AUTHORS 1.2:
1117: * COPYING 1.2:
1118: * README 1.2:
1119: install&others updated
1120:
1.46 ! paf 1121: 2002-01-31 paf
1.15 paf 1122: * ident.awk 1.2:
1123: lowered indent.awk back to src/
1124:
1125: * NEWS 1.1:
1126: * etc/parser3.charsets/windows-1250.cfg 1.1:
1127: * install-sh 1.1:
1128: * www/Makefile.am 1.1:
1129: * www/Makefile.in 1.1:
1130: moved etc&www out of src, moved configure&co out of src
1131: added windows-1250.cfg
1132: straightened installation scripts procedure
1133: made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
1134:
1.46 ! paf 1135: 2001-12-15 paf
1.15 paf 1136: * src/include/pa_charset_connection.h 1.6:
1137: * src/include/pa_charset_manager.h 1.8:
1138: * src/include/pa_transcoder.h 1.3:
1139: * src/main/pa_charset_connection.C 1.13:
1140: * src/main/pa_charset_manager.C 1.10:
1141: * src/main/pa_transcoder.C 1.4:
1142: introducing Charset
1143:
1.46 ! paf 1144: 2001-10-22 parser
1.15 paf 1145: * src/include/pa_xslt_stylesheet_manager.h 1.5:
1146: * src/main/pa_xslt_stylesheet_manager.C 1.5:
1147: hashfile 0
1148:
1.46 ! paf 1149: 2001-09-26 parser
1.15 paf 1150: * src/classes/dnode.C 1.7:
1151: * src/classes/dnode.h 1.3:
1152: * src/classes/dom.C 1.36:
1153: * src/types/pa_vdnode.C 1.9:
1154: * src/types/pa_vdnode.h 1.4:
1155: * src/types/pa_vdom.C 1.4:
1156: * src/types/pa_vdom.h 1.15:
1157: xdoc&xnode now
1158:
1159: * src/classes/classes.cmd 1.4:
1160: moved classes.inc generation on win32 to main.dsp
1161:
1.46 ! paf 1162: 2001-07-03 parser
1.15 paf 1163: * src/classes/random.C 1.15:
1164: class random renamed to math, operators became methods
1165:
1.46 ! paf 1166: 2001-06-27 parser
1.15 paf 1167: * src/classes/nothing.C 1.5:
1168: * src/types/pa_vnothing.h 1.2:
1169: nothing renamed to void
1170:
1.46 ! paf 1171: 2001-05-21 parser
1.15 paf 1172: * src/classes/unknown.C 1.8:
1173: * src/types/pa_vunknown.h 1.14:
1174: 'unknown' renamed to 'nothing'
1175:
1.46 ! paf 1176: 2001-05-17 parser
1.15 paf 1177: * src/doc/chm.cmd 1.7:
1178: * src/doc/doxygen.cmd 1.7:
1179: * src/doc/view.cmd 1.3:
1180: doc cmds
1181:
1.46 ! paf 1182: 2001-05-11 paf
1.15 paf 1183: * src/classes/gawk.exe 1.2:
1184: * src/classes/ls.exe 1.2:
1185: * src/main/bison.exe 1.2:
1186: * src/targets/isapi/KILL.EXE 1.2:
1187: * src/targets/isapi/PSTAT.EXE 1.2:
1188: * src/targets/isapi/istart.cmd 1.2:
1189: * src/targets/isapi/istop.cmd 1.2:
1190: * src/targets/isapi/kill.pl 1.2:
1191: moved win32 helpers to /win32tools
1192:
1.46 ! paf 1193: 2001-05-07 paf
1.15 paf 1194: * src/include/code.h 1.29:
1195: pa_code.h
1196:
1.46 ! paf 1197: 2001-05-03 paf
1.15 paf 1198: * src/doc/doxygen.txt 1.6:
1199: dox splitted .dox files and added some
1200:
1.46 ! paf 1201: 2001-04-28 paf
! 1202: * src/include/pa_methoded.h 1.2:
! 1203: * src/main/pa_methoded.C 1.2:
! 1204: renamed pa_methoded back to classes/classes.h
1.15 paf 1205:
1206: * src/classes/_double.h 1.8:
1207: * src/classes/_file.h 1.5:
1208: * src/classes/_form.h 1.4:
1209: * src/classes/_image.h 1.4:
1210: * src/classes/_int.h 1.8:
1211: * src/classes/_mail.h 1.4:
1212: * src/classes/_op.h 1.6:
1213: * src/classes/_random.h 1.4:
1214: * src/classes/_response.h 1.5:
1215: * src/classes/_string.h 1.10:
1216: * src/classes/_table.h 1.7:
1217: * src/classes/_unknown.h 1.3:
1218: * src/classes/exec.C 1.4:
1219: Methoded reorganized. todo: methoded-configure
1220:
1.46 ! paf 1221: * src/classes/classes.inc 1.5:
! 1222: removed classes.inc
1.15 paf 1223:
1.46 ! paf 1224: 2001-04-26 paf
1.15 paf 1225: * src/classes/_exec.h 1.4:
1226: code documentation ++
1227:
1.46 ! paf 1228: 2001-04-23 paf
1.15 paf 1229: * src/classes/Makefile 1.2:
1230: * src/main/Makefile 1.2:
1231: * src/targets/cgi/Makefile 1.2:
1232: * src/types/Makefile 1.2:
1233: makefiles removed
1234:
1.46 ! paf 1235: 2001-04-11 paf
1.15 paf 1236: * src/types/pa_vcframe.h 1.4:
1237: * src/types/pa_vmframe.h 1.13:
1238: libimaging dead end: pil parses header in .py
1239:
1.46 ! paf 1240: 2001-04-06 paf
1.15 paf 1241: * src/classes/_root.h 1.5:
1242: * src/classes/root.C 1.62:
1243: renamed 'root' to 'op'
1244:
1.46 ! paf 1245: 2001-04-05 paf
1.15 paf 1246: * src/include/pa_sql_driver.h 1.5:
1247: sql driver services for conv memory & error reporting
1248:
1.46 ! paf 1249: 2001-04-03 paf
1.15 paf 1250: * src/doc/generate.cmd 1.2:
1251: string::pos & cmp & piece bugs fixed.
1252: string::split new
1253: table:load separated from set
1254: table:set implemented with clean \n \t searches
1255:
1.46 ! paf 1256: 2001-03-24 paf
1.15 paf 1257: * src/targets/isapi/nt_log_events.mc 1.2:
1258: cgi: sapi::log
1259:
1.46 ! paf 1260: 2001-03-22 paf
1.15 paf 1261: * src/targets/cgi/vform_fields_fill.C 1.2:
1262: * src/targets/cgi/vform_fields_fill.h 1.2:
1263: z
1264:
1.46 ! paf 1265: 2001-03-19 paf
! 1266: * src/classes/_cookie.h 1.2:
! 1267: * src/classes/cookie.C 1.3:
! 1268: VCookie is now :Value
1.15 paf 1269:
1270: * src/classes/_env.h 1.6:
1271: * src/classes/env.C 1.8:
1272: VEnv is now :Value
1273:
1274: * src/targets/cgi/pa_vform.C 1.3:
1.46 ! paf 1275: moved common get_element part from stateless object&class into
! 1276: VAliased
1.15 paf 1277:
1.46 ! paf 1278: * src/classes/_request.h 1.4:
! 1279: * src/classes/request.C 1.6:
! 1280: VRequest moved to :Value
1.15 paf 1281:
1.46 ! paf 1282: 2001-03-14 paf
1.15 paf 1283: * src/include/core.h 1.16:
1284: * src/main/core.C 1.69:
1285: global handler, exceptions in parser3
1286:
1.46 ! paf 1287: 2001-03-13 paf
1.15 paf 1288: * src/targets/cgi/parser.dsp 1.2:
1289: z
1290:
1.46 ! paf 1291: 2001-03-11 paf
1.15 paf 1292: * src/include/pa_valiased.h 1.4:
1293: * src/include/pa_value.h 1.51:
1294: * src/include/pa_vbool.h 1.8:
1295: * src/include/pa_vcframe.h 1.8:
1296: * src/include/pa_vclass.h 1.30:
1297: * src/include/pa_vdouble.h 1.13:
1298: * src/include/pa_vhash.h 1.13:
1299: * src/include/pa_vint.h 1.5:
1300: * src/include/pa_vjunction.h 1.9:
1301: * src/include/pa_vmframe.h 1.24:
1302: * src/include/pa_vobject.h 1.18:
1303: * src/include/pa_vstring.h 1.18:
1304: * src/include/pa_vunknown.h 1.10:
1305: * src/include/pa_wcontext.h 1.29:
1306: * src/include/pa_wwrapper.h 1.14:
1307: * src/main/pa_cframe.C 1.6:
1308: * src/main/pa_value.C 1.8:
1309: * src/main/pa_vclass.C 1.5:
1310: * src/main/pa_wcontext.C 1.11:
1311: splitted types from include/
1312:
1.46 ! paf 1313: 2001-03-08 paf
1.15 paf 1314: * src/include/pa_bool.h 1.2:
1315: * src/include/pa_double.h 1.2:
1.46 ! paf 1316: withoud cloning. didn't need it actually, params got passed from
! 1317: out unnamed ewpool
1.15 paf 1318:
1.46 ! paf 1319: 2001-02-24 paf
1.15 paf 1320: * src/include/pa_vframe.h 1.6:
1321: codeframe just compiled
1322:
1.46 ! paf 1323: 2001-02-21 paf
! 1324: * src/include/pa_context.h 1.8:
! 1325: request core methods0
1.15 paf 1326:
1327: * src/include/compile.h 1.5:
1328: * src/include/execute.h 1.3:
1329: get put -1 [just compiled]
1330:
1.46 ! paf 1331: 2001-01-30 paf
1.15 paf 1332: * src/include/pa_error.h 1.4:
1333: * src/main/pa_error.C 1.4:
1334: lowered targets/parser into subdir, added parser_Pool(Pool)
1335: failed to add. would think..
1336:
E-mail: