CVS log for parser3/src/include/pa_charset.h

[BACK] Up to [parser3project] / parser3 / src / include

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Apr 25 13:38:46 2026 UTC (5 weeks, 4 days ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
Copyright year updated, websites links changed to https://

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Jun 28 15:38:04 2025 UTC (11 months ago) by moko
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -7 lines
libxml 2.14 compatibility fixed (implements feature #1281)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon May 26 00:52:15 2025 UTC (12 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -1 lines
implements feature #1277
String::Body(const char *abody) now explicit
but HashString::put(const char *str, V value) added for simplicity
optimizations:
HASH_PUT_CSTR used where hash.put called several time during execution;
caching String::Body::uitoa used at all pash.put(<uint> calls.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Dec 11 21:57:35 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -1 lines
Adopted patch from Yavor Doganov <yavor@gnu.org> with extra libxml2 headers including for Debian package

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Nov 4 03:53:25 2024 UTC (18 months, 4 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
Copyright year updated

Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Dec 12 18:29:28 2023 UTC (2 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +6 -2 lines
Adopted patch from Yavor Doganov <yavor@gnu.org> to add pcre2 library support (implements feature #1236)

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Sep 26 20:49:06 2023 UTC (2 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -3 lines
copyright, authors actualized

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Dec 15 17:10:30 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_6
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
Copyright year updated

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Feb 7 22:00:31 2017 UTC (9 years, 3 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_5
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
Copyright year: 2015->2017

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:21:55 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_4
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Copyright year updated

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Oct 9 11:49:54 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +14 -34 lines
declarations unified

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Oct 15 21:27:36 2013 UTC (12 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_3
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -1 lines
fixUTF8 method added to replace invalid UTF-8 to '?', related to issue #938

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Jun 18 20:45:02 2012 UTC (13 years, 11 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_2
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -4 lines
pcre_internal.h -> pa_pcre_internal.h for Windows compatibility (win32/pcre has own copy of pcre_internal.h
_pcre_default_tables define fixed

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Jun 9 12:15:00 2012 UTC (13 years, 11 months ago) by moko
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
*** empty log message ***

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Jun 9 12:13:50 2012 UTC (13 years, 11 months ago) by moko
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -2 lines
*** empty log message ***

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Mar 16 09:24:08 2012 UTC (14 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated

Revision 1.46.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 21 22:59:18 2011 UTC (15 years, 3 months ago) by misha
Branches: release_3_4_1
Diff to: previous 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46: +7 -7 lines
- some methods mustn't be under #ifdef XML or parser can't be compiled without xml support

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Feb 21 22:57:47 2011 UTC (15 years, 3 months ago) by misha
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +7 -7 lines
- some methods mustn't be under #ifdef XML or parser can't be compiled without xml support

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Aug 29 21:23:40 2010 UTC (15 years, 9 months ago) by moko
Branches: MAIN
Branch point for: release_3_4_1
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
small optimization, just to decrease number of lines. :)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Aug 27 02:53:34 2010 UTC (15 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +21 -4 lines
- taint[json] was added
- escaping was slightly modified

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Nov 6 05:01:24 2009 UTC (16 years, 7 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -1 lines
- method lengthUTF8Char was added

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Oct 3 02:18:04 2009 UTC (16 years, 8 months ago) by misha
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +21 -3 lines
- class UTF8_string_iterator was added

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu May 14 11:27:23 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
- hash_code caching was implemented (seaches should be faster now)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Apr 10 11:31:34 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +8 -8 lines
no message

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Aug 15 15:28:52 2008 UTC (17 years, 9 months ago) by misha
Branches: MAIN
CVS tags: release_3_3_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +5 -5 lines
- moved to new PCRE library

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jul 23 14:06:04 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
no message

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jul 21 07:36:34 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +8 -3 lines
- more escape method-layers added (with different params)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jul 16 17:07:11 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -3 lines
- methods for working with pos/mid for strings in utf-8 were added

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Jul 15 12:52:01 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +7 -3 lines
- added method escape for escaping cookies as %uXXXX

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jun 3 17:06:51 2008 UTC (18 years ago) by misha
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
no message

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Jun 3 12:13:29 2008 UTC (18 years ago) by misha
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
- method store_Char added, transcodeCharFromUTF8 -- removed

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu May 22 16:17:50 2008 UTC (18 years ago) by misha
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -1 lines
- method for get char in requested charset from utf code was added

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Dec 16 10:15:12 2005 UTC (20 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_2_3, release_3_2_2, release_3_2_1, paf_left
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +7 -67 lines
. started killing gdome

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:14:49 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
CVS tags: release_3_2_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
2005

Revision 1.30.14.1: download - view: text, markup, annotated - select for diffs
Fri Aug 5 13:02:58 2005 UTC (20 years, 10 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +2 -2 lines
. 2005 ;)

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Feb 18 12:46:49 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4, release_3_1_3, release_3_1_2
Branch point for: release_3_1_5
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1 lines
beauty: xdoc.string now renderes in $request:charset, but in header puts $response:charset
todo: make that default only so that coder could override that

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Feb 11 15:33:13 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
2004

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Dec 10 14:17:45 2003 UTC (22 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -2 lines
$status:sql.cache back operational

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:34:24 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
static const char * const IDENT

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Nov 6 09:11:35 2003 UTC (22 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
XmlException changes

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Sep 29 09:42:12 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +25 -7 lines
utf-8 upper/lower

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Sep 25 09:15:02 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +10 -10 lines
string_fragments_to_cord merged to HEAD

Revision 1.23.4.1: download - view: text, markup, annotated - select for diffs
Wed Sep 24 14:32:05 2003 UTC (22 years, 8 months ago) by paf
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +10 -10 lines
v() functions of String::Body, String::Languages and String itself
StringBody->String::Body

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jul 24 11:31:21 2003 UTC (22 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +70 -64 lines
moved tempate_gc to HEAD

Revision 1.20.2.18.2.13: download - view: text, markup, annotated - select for diffs
Fri Jun 27 08:36:59 2003 UTC (22 years, 11 months ago) by paf
Diff to: previous 1.20.2.18.2.12: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.2.18.2.12: +21 -1 lines
merged from HEAD file::exec/cgi .charset

Revision 1.20.2.18.2.12: download - view: text, markup, annotated - select for diffs
Fri Apr 11 09:58:54 2003 UTC (23 years, 1 month ago) by paf
Diff to: previous 1.20.2.18.2.11: preferred, colored
Changes since revision 1.20.2.18.2.11: +3 -3 lines
no message

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Apr 11 09:58:10 2003 UTC (23 years, 1 month ago) by paf
Branches: MAIN
CVS tags: release_3_0_8
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +13 -6 lines
merged fix for
found very old xml (dom) bug:
were passing domString objects and later ERROREOUSLY freed them

Revision 1.20.2.18.2.11: download - view: text, markup, annotated - select for diffs
Fri Apr 11 07:44:44 2003 UTC (23 years, 1 month ago) by paf
Diff to: previous 1.20.2.18.2.10: preferred, colored
Changes since revision 1.20.2.18.2.10: +2 -12 lines
re-added libgdome patch. regretfully libgdome bug can not be worked around

Revision 1.20.2.18.2.10: download - view: text, markup, annotated - select for diffs
Thu Apr 10 16:11:02 2003 UTC (23 years, 1 month ago) by paf
Diff to: previous 1.20.2.18.2.9: preferred, colored
Changes since revision 1.20.2.18.2.9: +7 -2 lines
found very old xml (dom) bug:
were passing domString objects and later ERROREOUSLY freed them

Revision 1.20.2.18.2.9: download - view: text, markup, annotated - select for diffs
Thu Apr 10 09:15:23 2003 UTC (23 years, 1 month ago) by paf
Diff to: previous 1.20.2.18.2.8: preferred, colored
Changes since revision 1.20.2.18.2.8: +3 -3 lines
little transcodes speedup

Revision 1.20.2.18.2.8: download - view: text, markup, annotated - select for diffs
Tue Apr 8 16:11:53 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.20.2.18.2.7: preferred, colored
Changes since revision 1.20.2.18.2.7: +8 -8 lines
started http://
  $.charset[] param
and
  http response charset detection
just compiled.
todo:test

Revision 1.20.2.18.2.7: download - view: text, markup, annotated - select for diffs
Tue Apr 8 12:47:30 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.20.2.18.2.6: preferred, colored
Changes since revision 1.20.2.18.2.6: +8 -14 lines
pa_vform violated String::invariant. started fixing [not compiled now]

Revision 1.20.2.18.2.6: download - view: text, markup, annotated - select for diffs
Mon Mar 31 08:05:00 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.20.2.18.2.5: preferred, colored
Changes since revision 1.20.2.18.2.5: +3 -1 lines
worked around  xmlRegisterCharEncodingHandler limitation [currently imposed limit of 10 user-defined charsets]

Revision 1.20.2.18.2.5: download - view: text, markup, annotated - select for diffs
Wed Mar 26 18:52:49 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.20.2.18.2.4: preferred, colored
Changes since revision 1.20.2.18.2.4: +1 -2 lines
pre-evaluated .count() in some places

Revision 1.20.2.18.2.4: download - view: text, markup, annotated - select for diffs
Tue Mar 25 09:34:53 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.20.2.18.2.3: preferred, colored
Changes since revision 1.20.2.18.2.3: +3 -1 lines
xdoc.C compiled
todo: xnode.C / finalizers

Revision 1.20.2.18.2.3: download - view: text, markup, annotated - select for diffs
Mon Mar 24 17:52:18 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.20.2.18.2.2: preferred, colored
Changes since revision 1.20.2.18.2.2: +5 -13 lines
started XML

Revision 1.20.2.18.2.2: download - view: text, markup, annotated - select for diffs
Fri Mar 21 14:49:00 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.20.2.18.2.1: preferred, colored
Changes since revision 1.20.2.18.2.1: +3 -3 lines
pa_charsets.C compiled

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Mar 21 09:43:48 2003 UTC (23 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +16 -1 lines
$file::exec/cgi[script;
   $.charset[this is script's charset]

command line, env values, input got transcoded before call
stdout, stderr got transcoded after call

Revision 1.20.2.18.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 18 15:14:16 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.20.2.18: preferred, colored
Changes since revision 1.20.2.18: +28 -31 lines
started porting to gc:
PA_Object done
lots of replacements also

Revision 1.20.2.18: download - view: text, markup, annotated - select for diffs
Fri Mar 7 16:05:10 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.20.2.17: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.2.17: +8 -5 lines
xml: test 108 transform with params [bugs fixed]

Revision 1.20.2.17: download - view: text, markup, annotated - select for diffs
Fri Mar 7 14:56:59 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.20.2.16: preferred, colored
Changes since revision 1.20.2.16: +5 -5 lines
xml: test: 107 bug fixes

Revision 1.20.2.16: download - view: text, markup, annotated - select for diffs
Fri Mar 7 11:02:11 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.20.2.15: preferred, colored
Changes since revision 1.20.2.15: +12 -1 lines
xml: charset two mem alloc functions used for different cases [libxml, libxsl]

Revision 1.20.2.15: download - view: text, markup, annotated - select for diffs
Thu Mar 6 16:15:25 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.20.2.14: preferred, colored
Changes since revision 1.20.2.14: +7 -1 lines
xnode.C compiled

Revision 1.20.2.14: download - view: text, markup, annotated - select for diffs
Thu Mar 6 12:02:04 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.20.2.13: preferred, colored
Changes since revision 1.20.2.13: +35 -32 lines
xml: charsets

Revision 1.20.2.13: download - view: text, markup, annotated - select for diffs
Thu Mar 6 08:21:09 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.20.2.12: preferred, colored
Changes since revision 1.20.2.12: +1 -3 lines
charset_utf8 declaration moved to charsets.C

Revision 1.20.2.12: download - view: text, markup, annotated - select for diffs
Wed Feb 19 16:19:00 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.20.2.11: preferred, colored
Changes since revision 1.20.2.11: +4 -3 lines
found&kill all remaning leaks resulted from pooled::malloc calls
[excluding in gd -- planning complete rewrite extremely ugly code]

Revision 1.20.2.11: download - view: text, markup, annotated - select for diffs
Mon Feb 17 12:13:44 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.20.2.10: preferred, colored
Changes since revision 1.20.2.10: +2 -2 lines
fixed more leaks resulted from pooled::malloc calls

Revision 1.20.2.10: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:34:29 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.20.2.9: preferred, colored
Changes since revision 1.20.2.9: +7 -7 lines
grammar compiled

Revision 1.20.2.9: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:10:43 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.20.2.8: preferred, colored
Changes since revision 1.20.2.8: +5 -5 lines
ConstStringPtr died, long live StringPtr

Revision 1.20.2.8: download - view: text, markup, annotated - select for diffs
Thu Jan 30 14:59:43 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.20.2.7: preferred, colored
Changes since revision 1.20.2.7: +2 -3 lines
grammar compiled

Revision 1.20.2.7: download - view: text, markup, annotated - select for diffs
Wed Jan 29 11:06:42 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.20.2.6: preferred, colored
Changes since revision 1.20.2.6: +1 -10 lines
vrequest,vdouble,vint compiled

Revision 1.20.2.6: download - view: text, markup, annotated - select for diffs
Tue Jan 28 15:16:49 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.20.2.5: preferred, colored
Changes since revision 1.20.2.5: +10 -2 lines
untaint compiled

Revision 1.20.2.5: download - view: text, markup, annotated - select for diffs
Tue Jan 28 11:46:44 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.20.2.4: preferred, colored
Changes since revision 1.20.2.4: +4 -3 lines
charset/s simplified [charset::pool_for_load introduced]

Revision 1.20.2.4: download - view: text, markup, annotated - select for diffs
Tue Jan 28 11:38:49 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.20.2.3: preferred, colored
Changes since revision 1.20.2.3: +6 -3 lines
pa_charsets compiled

Revision 1.20.2.3: download - view: text, markup, annotated - select for diffs
Tue Jan 28 09:48:16 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.20.2.2: preferred, colored
Changes since revision 1.20.2.2: +6 -4 lines
sql_driver_manager compiled

Revision 1.20.2.2: download - view: text, markup, annotated - select for diffs
Mon Jan 27 15:35:24 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.20.2.1: preferred, colored
Changes since revision 1.20.2.1: +7 -6 lines
charset compiled

Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Wed Jan 22 15:39:07 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4 lines
started auto_ptr.
PA_Object is base: contains references_count.
auto_ptr template calls add_ref/release

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jan 21 15:51:09 2003 UTC (23 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
2002->2003

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Oct 15 15:12:57 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007, release_3_0_0006
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +11 -3 lines
xml->parser strings now have origin, which points to place where value left xml library and came to parser: place of dom field extraction/call

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:41:14 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0005
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
$Date: now$

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:26:46 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
ident.C* removed

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jun 28 09:59:00 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -2 lines
merged latest updates to head

Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 27 11:56:18 2002 UTC (23 years, 11 months ago) by paf
Branches: release_3_0_0004
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +6 -2 lines
^xdoc::create[[uri]]... base uri for document being created, imports and other relative file names would be relative to this uri
default uri=path_translated

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jun 24 11:59:32 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Branch point for: release_3_0_0004
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
uue to separate file
introducting $message:received
^mail:send rewritten with backward comp

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:30:12 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0003, release_3_0_0002, release_1_0_0001
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
name spelling

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Feb 8 07:27:43 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
2002

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jan 29 08:45:36 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -1 lines
few forgotten ifdef XML added

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jan 25 11:22:51 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc

Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 25 09:32:19 2002 UTC (24 years, 4 months ago) by paf
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +3 -3 lines
typedef XMLCh... not stupid illegal define

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jan 25 09:32:06 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -27 lines
typedef XMLCh... not stupid illegal define

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jan 15 13:18:43 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +7 -3 lines
started output options parsing

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 14 17:48:56 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -1 lines
xslt transform0.
TODO:
  use output options
  handle errors

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 11 13:00:52 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
xpath selectNode 3: string/number/bool

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 11 12:24:27 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
xpath selectNode 1

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jan 10 15:41:49 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +40 -3 lines
GdomeDOMString_auto_ptr  c++ wrapper [calls refcounter]

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Dec 28 18:12:30 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +11 -6 lines
started glib transcoders

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Dec 27 19:57:08 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +29 -11 lines
going away from xalan&xerces, started the process.
globals [initialization
pool [charset update
charset [transcodings
vxnode vxdoc [DOM calls

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Dec 26 08:46:12 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
charset key globalized [bug]

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Dec 15 21:51:43 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
forgot to add

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

E-mail: