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