CVS log for parser3/src/include/pa_string.h
Up to [parser3project] / parser3 / src / include
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN
Revision 1.241: download - view: text, markup, annotated - select for diffs
Sat Apr 25 13:38:46 2026 UTC (5 weeks, 3 days ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.240: preferred, colored
Changes since revision 1.240: +2 -2 lines
Copyright year updated, websites links changed to https://
Revision 1.240: download - view: text, markup, annotated - select for diffs
Tue Jan 6 16:36:39 2026 UTC (4 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.239: preferred, colored
Changes since revision 1.239: +3 -2 lines
feature #1273 core implementation: value::as_wint added, implemented for int/double/string, and used where applicable; vint now holds pa_wint type; format_double moved to pa_int
Revision 1.239: download - view: text, markup, annotated - select for diffs
Tue Jan 6 13:27:59 2026 UTC (4 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.238: preferred, colored
Changes since revision 1.238: +2 -1 lines
pa_int includes tuning, vcproj updated (related to feature #1273)
Revision 1.238: download - view: text, markup, annotated - select for diffs
Tue Jan 6 13:07:58 2026 UTC (4 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.237: preferred, colored
Changes since revision 1.237: +1 -6 lines
pa_int.h/pa_int.C added and all related code moved there, pa_wint and related functions added, another preparation for feature #1273
Revision 1.237: 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.236: preferred, colored
Changes since revision 1.236: +3 -3 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.236: download - view: text, markup, annotated - select for diffs
Sun May 25 17:44:27 2025 UTC (12 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.235: preferred, colored
Changes since revision 1.235: +2 -1 lines
String::Body::uitoa added for caching (related to feature #1277)
Revision 1.235: download - view: text, markup, annotated - select for diffs
Sun May 25 16:36:13 2025 UTC (12 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.234: preferred, colored
Changes since revision 1.234: +9 -12 lines
optimized String:pos versions added (without language + char *) (related to feature #1277)
Revision 1.234: 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
CVS tags: release_3_5_1,
release_3_5_0
Diff to: previous 1.233: preferred, colored
Changes since revision 1.233: +2 -2 lines
Copyright year updated
Revision 1.233: download - view: text, markup, annotated - select for diffs
Wed Sep 11 21:07:36 2024 UTC (20 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.232: preferred, colored
Changes since revision 1.232: +1 -3 lines
faster templated pa_itoa/pa_uitoa added to work with any integer type, String::Body::Format removed
Revision 1.232: download - view: text, markup, annotated - select for diffs
Thu Mar 14 03:17:01 2024 UTC (2 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.231: preferred, colored
Changes since revision 1.231: +8 -2 lines
ArrayString get() null result assert also added (related to bug #1238)
Revision 1.231: download - view: text, markup, annotated - select for diffs
Mon Mar 11 21:15:32 2024 UTC (2 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.230: preferred, colored
Changes since revision 1.230: +15 -2 lines
In assertions enabled mode, ArrayString values are now required to be non-null (related to bug #1238)
Revision 1.230: download - view: text, markup, annotated - select for diffs
Thu Nov 23 01:27:12 2023 UTC (2 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.229: preferred, colored
Changes since revision 1.229: +2 -2 lines
'+' and '-' strings are no longer can be treated as number 0, exception thrown (fixes bug #1234)
Revision 1.229: download - view: text, markup, annotated - select for diffs
Tue Sep 26 20:49:07 2023 UTC (2 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.228: preferred, colored
Changes since revision 1.228: +3 -3 lines
copyright, authors actualized
Revision 1.228: download - view: text, markup, annotated - select for diffs
Tue Dec 15 17:10:32 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_6
Diff to: previous 1.227: preferred, colored
Changes since revision 1.227: +2 -2 lines
Copyright year updated
Revision 1.227: download - view: text, markup, annotated - select for diffs
Wed Dec 2 15:25:41 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.226: preferred, colored
Changes since revision 1.226: +2 -2 lines
long long -> int64_t
Revision 1.226: download - view: text, markup, annotated - select for diffs
Wed Oct 14 16:51:45 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.225: preferred, colored
Changes since revision 1.225: +5 -5 lines
pa_atoi / pa_atoui / pa_atoul usage checked. 10 is now default base, no hex autodetect by default
Revision 1.225: download - view: text, markup, annotated - select for diffs
Thu Dec 5 11:36:15 2019 UTC (6 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.224: preferred, colored
Changes since revision 1.224: +17 -11 lines
bugfix for Windows x64: enum Language -> enum Language : size_t - required for VS2015+ to make sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64 without it (related to feature #1198)
Revision 1.224: download - view: text, markup, annotated - select for diffs
Tue Dec 5 22:59:58 2017 UTC (8 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.223: preferred, colored
Changes since revision 1.223: +2 -2 lines
to be sure that our version of gc.h/cord.h is used, we now include it directly
Revision 1.223: download - view: text, markup, annotated - select for diffs
Tue Feb 7 22:00:36 2017 UTC (9 years, 3 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_5
Diff to: previous 1.222: preferred, colored
Changes since revision 1.222: +2 -2 lines
Copyright year: 2015->2017
Revision 1.222: download - view: text, markup, annotated - select for diffs
Mon Dec 5 23:52:49 2016 UTC (9 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.221: preferred, colored
Changes since revision 1.221: +4 -4 lines
^reflection:tainting[$string] added (implements feature #1098)
Revision 1.221: download - view: text, markup, annotated - select for diffs
Mon Nov 28 22:42:57 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +5 -1 lines
pa_exec now supports $.stdin[$binary_file] (fixes bug #1044)
Revision 1.220: download - view: text, markup, annotated - select for diffs
Wed Oct 26 16:40:49 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.219: preferred, colored
Changes since revision 1.219: +3 -7 lines
optimization: L_PASS_APPENDED removed as no longer required (related to feature #1091)
Revision 1.219: download - view: text, markup, annotated - select for diffs
Thu Sep 8 20:41:48 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +3 -3 lines
cleanup: string::split limit argument removed as no longer required, pos_after no longer reference (related to feature #11)
Revision 1.218: download - view: text, markup, annotated - select for diffs
Wed Sep 7 15:03:25 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +3 -2 lines
added StringSplitHelper as friend (related to feature #11)
Revision 1.217: download - view: text, markup, annotated - select for diffs
Wed Sep 7 14:40:07 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +2 -2 lines
body and langs now protected, not private to allow inheritance (related to feature #11)
Revision 1.216: download - view: text, markup, annotated - select for diffs
Mon Aug 15 15:33:16 2016 UTC (9 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +14 -28 lines
whitespace
Revision 1.215: download - view: text, markup, annotated - select for diffs
Tue May 24 11:55:13 2016 UTC (10 years ago) by moko
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +4 -2 lines
initial implementation for symbols cache (related to feature #1026)
Revision 1.214: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:21:56 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_4
Diff to: previous 1.213: preferred, colored
Changes since revision 1.213: +2 -2 lines
Copyright year updated
Revision 1.213: download - view: text, markup, annotated - select for diffs
Fri Oct 9 11:42:38 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.212: preferred, colored
Changes since revision 1.212: +27 -31 lines
explicit String::Body(char) calls removed; String::Body(String::C) constructor added (related to bug #957)
Revision 1.212: download - view: text, markup, annotated - select for diffs
Thu Oct 8 22:49:36 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.211: preferred, colored
Changes since revision 1.211: +6 -23 lines
String(char*, Lang, length) removed, String(C(), Lang) used instead (related to bug #957)
Revision 1.211: download - view: text, markup, annotated - select for diffs
Thu Oct 8 18:29:15 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +34 -19 lines
Now char * is converted to CORD only using AS_CORD() to check for empty cord bug (fixes bug #957)
Revision 1.210: download - view: text, markup, annotated - select for diffs
Tue Oct 6 22:20:50 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.209: preferred, colored
Changes since revision 1.209: +2 -1 lines
pa_atoul added for unsigned long long int support
Revision 1.209: download - view: text, markup, annotated - select for diffs
Sat May 30 22:55:28 2015 UTC (11 years ago) by moko
Branches: MAIN
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +2 -2 lines
warning war (-pedantic flag)
Revision 1.208: download - view: text, markup, annotated - select for diffs
Wed Apr 8 18:08:52 2015 UTC (11 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +7 -4 lines
removed most of the clang compiler warnings (closes issue #1018)
Revision 1.207: download - view: text, markup, annotated - select for diffs
Wed Apr 8 17:36:19 2015 UTC (11 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +6 -8 lines
String::Body comparation operators with char * added (related to issue #958)
Revision 1.206: download - view: text, markup, annotated - select for diffs
Tue Jul 16 15:21:06 2013 UTC (12 years, 10 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_3
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +2 -2 lines
warning war
Revision 1.205: download - view: text, markup, annotated - select for diffs
Sun Apr 21 21:59:07 2013 UTC (13 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +5 -2 lines
no more double slashes in file path (fixes bug #872)
Revision 1.204: download - view: text, markup, annotated - select for diffs
Mon May 28 10:33:18 2012 UTC (14 years ago) by moko
Branches: MAIN
CVS tags: release_3_4_2
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +2 -1 lines
pa_atoui added for out of range checks, zero division in vint/vdouble check added ( fixes #832 )
Revision 1.203: download - view: text, markup, annotated - select for diffs
Thu May 24 12:49:25 2012 UTC (14 years ago) by misha
Branches: MAIN
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +19 -1 lines
- strrpbrk & rskipchars were added
Revision 1.202: download - view: text, markup, annotated - select for diffs
Thu Apr 12 22:44:46 2012 UTC (14 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.201: preferred, colored
Changes since revision 1.201: +9 -1 lines
Serialization_data now added and used, VString now serialized with languages into memcached.
Revision 1.201: download - view: text, markup, annotated - select for diffs
Fri Mar 16 09:24:10 2012 UTC (14 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +2 -2 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated
Revision 1.200: download - view: text, markup, annotated - select for diffs
Sat Oct 16 22:24:20 2010 UTC (15 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_1
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +1 -2 lines
files upload now uses binary blocks instead of L_FILE_POST tainting. (bugfix: #128)
Revision 1.199: download - view: text, markup, annotated - select for diffs
Thu Sep 16 23:34:26 2010 UTC (15 years, 8 months ago) by misha
Branches: MAIN
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +9 -1 lines
- method append_quoted was added
Revision 1.198: 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.197: preferred, colored
Changes since revision 1.197: +4 -3 lines
- taint[json] was added
- escaping was slightly modified
Revision 1.197: download - view: text, markup, annotated - select for diffs
Mon Nov 9 00:37:44 2009 UTC (16 years, 6 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_0
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +10 -2 lines
- optimisation: cacheing of cstr was added
Revision 1.196: download - view: text, markup, annotated - select for diffs
Thu Oct 15 01:07:20 2009 UTC (16 years, 7 months ago) by misha
Branches: MAIN
Diff to: previous 1.195: preferred, colored
Changes since revision 1.195: +2 -4 lines
- little hacking: for dealing with transcoding+^taint[uri] transcode_and_untaint was replaced by untaint_and_transcode
Revision 1.195: download - view: text, markup, annotated - select for diffs
Fri Aug 21 08:38:46 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +6 -1 lines
- some fixes with transcode+untaint
Revision 1.194: download - view: text, markup, annotated - select for diffs
Thu Jul 16 09:19:45 2009 UTC (16 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +8 -15 lines
- optimization: CORD_str, CORD_to_const_char_star, CORD_to_char_star and CORD_substr have one more arg: length of cord
Revision 1.193: download - view: text, markup, annotated - select for diffs
Tue Jul 14 23:32:07 2009 UTC (16 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +9 -2 lines
- use cached string length in Body::mid. it improves speed of match with brackets in pattern
Revision 1.192: download - view: text, markup, annotated - select for diffs
Tue Jul 7 12:13:28 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +9 -8 lines
- new language L_PARSER_CODE for auto-untaint in process was added
Revision 1.191: download - view: text, markup, annotated - select for diffs
Tue Jul 7 05:47:52 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +5 -5 lines
- some code cleanup
Revision 1.190: download - view: text, markup, annotated - select for diffs
Mon Jul 6 11:53:35 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +5 -14 lines
- cstr(params) and cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m] should be used
Revision 1.189: download - view: text, markup, annotated - select for diffs
Mon Jul 6 08:45:09 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +31 -10 lines
- optimizations and simplification of string.cstr(...)
Revision 1.188: download - view: text, markup, annotated - select for diffs
Tue Jun 23 10:05:09 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +3 -3 lines
- trim can work with utf-8 chars now
Revision 1.187: download - view: text, markup, annotated - select for diffs
Sat Jun 20 00:45:46 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +107 -72 lines
- string length cacheing was implemented
Revision 1.186: download - view: text, markup, annotated - select for diffs
Sat May 23 08:12:47 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +23 -4 lines
- CORD_cat optimization
Revision 1.185: download - view: text, markup, annotated - select for diffs
Fri May 15 06:57:43 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +2 -1 lines
- String constructor which can print formatted string was added
Revision 1.184: download - view: text, markup, annotated - select for diffs
Thu May 14 11:50:38 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +2 -2 lines
- type was fixed
Revision 1.183: 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.182: preferred, colored
Changes since revision 1.182: +26 -4 lines
- hash_code caching was implemented (seaches should be faster now)
Revision 1.182: download - view: text, markup, annotated - select for diffs
Thu May 14 08:10:09 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +5 -5 lines
- String constructors don't have that stupid true/false param which means 'tainted'. they accept lang instead.
Revision 1.181: download - view: text, markup, annotated - select for diffs
Wed May 13 07:35:52 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +16 -8 lines
- result optimisation
- helper_length parameter removed from string constructors
Revision 1.180: download - view: text, markup, annotated - select for diffs
Tue May 5 10:59:05 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +2 -2 lines
- little optimisation: somewhere length() was replaced by is_empty()
Revision 1.179: download - view: text, markup, annotated - select for diffs
Wed Apr 22 21:29:01 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +4 -4 lines
- parser is x64 friendly now
Revision 1.178: download - view: text, markup, annotated - select for diffs
Wed Apr 22 04:37:52 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +3 -4 lines
- use vregex object instead of direct calls methods from pcre lib
Revision 1.177: download - view: text, markup, annotated - select for diffs
Thu Apr 16 01:10:36 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +1 -16 lines
- not needed template removed
Revision 1.176: download - view: text, markup, annotated - select for diffs
Wed Apr 15 07:47:36 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +36 -4 lines
- String::append optimisation
Revision 1.175: download - view: text, markup, annotated - select for diffs
Sun Jan 25 01:59:42 2009 UTC (17 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +2 -1 lines
- for file post the new taint language L_FILE_POST was added
Revision 1.174: download - view: text, markup, annotated - select for diffs
Mon Jul 21 07:37:02 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Branch point for: release_3_3_0
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +2 -1
lines
- escape method was added
Revision 1.173: download - view: text, markup, annotated - select for diffs
Thu Jul 17 09:44:29 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +2 -2 lines
no message
Revision 1.172: download - view: text, markup, annotated - select for diffs
Thu Jul 17 09:11:14 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +2 -2 lines
- helper length added for mid for small optimisation
Revision 1.171: download - view: text, markup, annotated - select for diffs
Wed Jul 16 17:06:10 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +6 -1 lines
- methods for working with pos/mid for strings in utf-8 were added
Revision 1.170: download - view: text, markup, annotated - select for diffs
Tue Jul 15 12:51:20 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +13 -12 lines
- taint lang (internal) L_HTTP_COOKIE was added. will used for escaping cookies as %uXXXX
Revision 1.169: download - view: text, markup, annotated - select for diffs
Mon May 7 09:43:35 2007 UTC (19 years, 1 month ago) by misha
Branches: MAIN
CVS tags: release_3_2_3,
release_3_2_2
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +2 -2
lines
- was compilation error during build on freebsd4
Revision 1.168: download - view: text, markup, annotated - select for diffs
Fri Apr 20 10:19:12 2007 UTC (19 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +2 -2
lines
- ^string.match[][] understand new option now: return number of matches but not table wit results
Revision 1.167: download - view: text, markup, annotated - select for diffs
Sat Feb 3 18:08:38 2007 UTC (19 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +2 -1
lines
- bool class was added
Revision 1.166: download - view: text, markup, annotated - select for diffs
Tue Nov 22 15:09:10 2005 UTC (20 years, 6 months ago) by paf
Branches: MAIN
CVS tags: release_3_2_1,
release_3_2_0,
paf_left
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +3 -2
lines
+ ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
Revision 1.165: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:14:50 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +2 -2
lines
2005
Revision 1.164: download - view: text, markup, annotated - select for diffs
Thu Oct 7 09:22:07 2004 UTC (21 years, 8 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4
Branch point for: release_3_1_5
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +9 -6
lines
debugger help: String.dump() to stdout in detailed form [were String.v() in short form]
Revision 1.163: download - view: text, markup, annotated - select for diffs
Wed May 26 08:20:58 2004 UTC (22 years ago) by paf
Branches: MAIN
CVS tags: release_3_1_3
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +1 -2
lines
beauty: removed outdated level 'table'
Revision 1.162: download - view: text, markup, annotated - select for diffs
Mon May 24 12:21:18 2004 UTC (22 years ago) by paf
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +5 -5
lines
cancel: more speed, less memory: CORD_chars_block originally intended to ...
it was good that CORD_chars_block were not used: it consumes more memory [and, might be slow too]
undoing that. [and removed that func so that it would not confuse parser developer in future]
Revision 1.161: download - view: text, markup, annotated - select for diffs
Mon May 24 10:45:08 2004 UTC (22 years ago) by paf
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +5 -5
lines
more speed, less memory: CORD_chars_block originally intended to speedup/reduce mem usage were forgotten, and were used stupid CORD_chars
Revision 1.160: download - view: text, markup, annotated - select for diffs
Mon May 24 10:21:45 2004 UTC (22 years ago) by paf
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +8 -1
lines
bugfix: on BIGENDIAN processors space-conserving mech failed, causing
SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d", (1|2|3));
Revision 1.159: download - view: text, markup, annotated - select for diffs
Tue Apr 6 07:53:57 2004 UTC (22 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +9 -3
lines
new: @method[][result] means "no string output here",
implemented part of that idea: compiler throws away string literal generation code. and barks nonwhitespace chars
Revision 1.158: download - view: text, markup, annotated - select for diffs
Tue Mar 2 15:54:07 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_2
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +3 -1
lines
new: ^file::sql[[name_to_become_$.name]]{}
query result must be one row with columns:
first: data
second: file name
third: content-type
Revision 1.157: download - view: text, markup, annotated - select for diffs
Fri Feb 27 15:07:46 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +13 -2
lines
new method: ^string.trim[start|both|end[;chars]] default 'chars' -- whitespace chars
started, only start works
Revision 1.156: download - view: text, markup, annotated - select for diffs
Wed Feb 11 15:33:14 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +2 -2
lines
2004
Revision 1.155: download - view: text, markup, annotated - select for diffs
Fri Jan 30 09:56:49 2004 UTC (22 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +8 -3
lines
bugfix: ^date::create[invalid fields now produce exception.
Revision 1.154: download - view: text, markup, annotated - select for diffs
Wed Dec 17 07:34:11 2003 UTC (22 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +1 -2
lines
bugfix: removed too strong a assert
Revision 1.153: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:34:25 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +1 -1
lines
static const char * const IDENT
Revision 1.152: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:32:12 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +2 -2
lines
more warnings --
Revision 1.151: download - view: text, markup, annotated - select for diffs
Tue Oct 21 05:11:00 2003 UTC (22 years, 7 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_1
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +3 -1
lines
fixed: string.match[g] without <'> option produced columns with NULL's, which gpf'ed at table.save time
Revision 1.150: download - view: text, markup, annotated - select for diffs
Fri Oct 10 05:59:15 2003 UTC (22 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +6 -1
lines
CORD_chr does not check offset argument for validity
did that in String::Body::pos myself
http://i2/tasks/edit/?id=4577425257580789777
Revision 1.149: download - view: text, markup, annotated - select for diffs
Fri Sep 26 13:36:35 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +6 -3
lines
String.for_each bug fixed [omited one-char cases]
Revision 1.148: download - view: text, markup, annotated - select for diffs
Fri Sep 26 06:53:27 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +39 -16
lines
string::serialize/deserialize implemented
Language enum assigned meaningful letters [more convinient for debugging. read warning before adding/changing anything]
Revision 1.147: download - view: text, markup, annotated - select for diffs
Thu Sep 25 09:41:24 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +42 -36
lines
templates and anonymous unions differences on unix
Revision 1.146: 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.145: preferred, colored
Changes since revision 1.145: +251 -153
lines
string_fragments_to_cord merged to HEAD
Revision 1.145: 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.144: preferred, colored
Changes since revision 1.144: +290 -251
lines
moved tempate_gc to HEAD
Revision 1.144: download - view: text, markup, annotated - select for diffs
Tue Jan 21 15:51:11 2003 UTC (23 years, 4 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_8
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +2 -2
lines
2002->2003
Revision 1.143: download - view: text, markup, annotated - select for diffs
Thu Aug 8 09:02:43 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007,
release_3_0_0006
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +2 -2
lines
String::first_char now not fails on empty strings
^if(-f '') now ok and in 3 other places.
Revision 1.142: download - view: text, markup, annotated - select for diffs
Thu Aug 8 08:43:38 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +5 -3
lines
String::first_char now not fails on empty strings
^if(-f '') now ok and in 3 other places.
Revision 1.141: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:41:16 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0005
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +1 -1
lines
$Date: now$
Revision 1.140: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:26:48 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +2 -2
lines
ident.C* removed
Revision 1.139: 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
CVS tags: release_3_0_0004
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +7 -1
lines
uue to separate file
introducting $message:received
^mail:send rewritten with backward comp
Revision 1.138: download - view: text, markup, annotated - select for diffs
Mon Apr 22 14:25:41 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
CVS tags: release_3_0_0003,
release_3_0_0002,
release_1_0_0001
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +2 -3
lines
^string.optimize[]
Revision 1.137: download - view: text, markup, annotated - select for diffs
Fri Apr 19 11:59:43 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +5 -2
lines
string now optimized prior to .left .right .mid .pos .match when that is profitable,
and always before .replace
when $ORIGINS(1) optimization disabled
economy from not wasting mem on lots of strings which occur by lots of String:mid calls to get parts of source string between found_occurances
Revision 1.136: download - view: text, markup, annotated - select for diffs
Fri Apr 19 08:28:35 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +4 -2
lines
string.match[]['] option enables generation of $match.prematch .match .postmatch columns
Revision 1.135: download - view: text, markup, annotated - select for diffs
Wed Apr 10 08:53:54 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +19 -13
lines
killed 8 bytes from String.head
Revision 1.134: download - view: text, markup, annotated - select for diffs
Thu Apr 4 13:42:50 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +1 -3
lines
fixed string.replace [when reconstructing pieces were split by max_integral(piece.size), thus some strings to replace happen to be split into two = not replaced)
Revision 1.133: download - view: text, markup, annotated - select for diffs
Mon Apr 1 09:37:50 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +5 -4
lines
mail subject encoding taken from .content-type.charset, not .charset
Revision 1.132: download - view: text, markup, annotated - select for diffs
Mon Mar 4 10:03:35 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +2 -2
lines
string deserialize checks on broken file
Revision 1.131: download - view: text, markup, annotated - select for diffs
Fri Feb 22 12:14:11 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +2 -3
lines
string iterators fixed again, so were String::join_chain
Revision 1.130: download - view: text, markup, annotated - select for diffs
Thu Feb 21 14:36:54 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +20 -16
lines
STRING_*FOREACH_ROW
changed to stop at append_row, not at link zero
now string to string appending works
Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Feb 20 12:40:24 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +3 -5
lines
//#define DEBUG_STRING_APPENDS_VS_EXPANDS
Revision 1.128: download - view: text, markup, annotated - select for diffs
Wed Feb 20 12:35:29 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +7 -3
lines
economy: 22%
Revision 1.127: download - view: text, markup, annotated - select for diffs
Wed Feb 20 11:15:13 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +2 -7
lines
space uptimized: string::link_row removed
Revision 1.126: download - view: text, markup, annotated - select for diffs
Wed Feb 20 10:40:07 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +3 -2
lines
speed uptimized: string::is_empty
Revision 1.125: download - view: text, markup, annotated - select for diffs
Wed Feb 20 09:13:07 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +15 -15
lines
strign to string append optimiziation idea and estimates
Revision 1.124: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:30:14 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2
lines
name spelling
Revision 1.123: download - view: text, markup, annotated - select for diffs
Fri Feb 8 07:27:45 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -2
lines
2002
Revision 1.122: download - view: text, markup, annotated - select for diffs
Tue Dec 25 09:00:28 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +6 -4
lines
table set & append changed splitting languages, separators now can be clean AND as-is
same to mail command line $MAIN:MAIL.progX arguments
Revision 1.121: download - view: text, markup, annotated - select for diffs
Mon Dec 17 18:44:51 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +6 -6
lines
^mail:send[
$.charset[zzz]
addded
Revision 1.120: download - view: text, markup, annotated - select for diffs
Sat Dec 15 21:28:20 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +3 -4
lines
introducing Charset
Revision 1.119: download - view: text, markup, annotated - select for diffs
Mon Nov 19 12:17:06 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +24 -7
lines
UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
Revision 1.118: download - view: text, markup, annotated - select for diffs
Fri Nov 16 14:25:02 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +3 -3
lines
removed 8 bytes from String, 2 bytes from string::chunk::row::item
Revision 1.117: download - view: text, markup, annotated - select for diffs
Fri Nov 16 13:51:14 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +3 -10
lines
removed 1+4 bytes from String
Revision 1.116: download - view: text, markup, annotated - select for diffs
Fri Nov 16 12:38:43 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +6 -13
lines
introducing estimating String::cstr_bufsize, 0
Revision 1.115: download - view: text, markup, annotated - select for diffs
Mon Nov 5 11:46:25 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -2
lines
$status:db
fixed used not initialized in db_connection & db_table
Revision 1.114: download - view: text, markup, annotated - select for diffs
Tue Oct 30 07:41:29 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +3 -1
lines
String & Origin packed with #pragma pack
Revision 1.113: download - view: text, markup, annotated - select for diffs
Mon Oct 29 16:56:30 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +2 -3
lines
memory hunging
#pragma pack(1)
16 419 844
13 169 394
Revision 1.112: download - view: text, markup, annotated - select for diffs
Mon Oct 29 16:29:07 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +5 -5
lines
String size_t replace to uint in proper places [todo:Array]
Revision 1.111: download - view: text, markup, annotated - select for diffs
Mon Oct 29 15:15:11 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -4
lines
debugging memory
String::fused_rows func now
[Mon Oct 29 17:55:45 2001] total 5917436/158731
[Mon Oct 29 18:11:53 2001] total 5796092/158731
Revision 1.110: download - view: text, markup, annotated - select for diffs
Mon Oct 29 14:13:14 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +4 -4
lines
debugging memory
hash key ref now
[Mon Oct 29 16:01:17 2001] total 17050496/202647
[Mon Oct 29 17:11:17 2001] total 16867948/202658
Revision 1.109: download - view: text, markup, annotated - select for diffs
Mon Oct 29 13:04:46 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +2 -2
lines
debuggging memory.
string::as_int/double now usually uses stack, not heap [200K out of 17M :)]
VString(String&) not copies reference [29M -> 17M]
Revision 1.108: download - view: text, markup, annotated - select for diffs
Wed Oct 24 09:03:42 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +5 -1
lines
hashfile pieced serialize. todo stamp
Revision 1.107: download - view: text, markup, annotated - select for diffs
Thu Oct 11 14:00:10 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +7 -1
lines
restructured string: linked pieces of same language together prior to String::replace
Revision 1.106: download - view: text, markup, annotated - select for diffs
Thu Oct 11 10:21:44 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +4 -2
lines
untaint lang origins table fixed.
got rid of empty_string, which caused errors - it hasnt exception but somebody[value.bark] tried to throw it on it's pool
Revision 1.105: download - view: text, markup, annotated - select for diffs
Wed Sep 26 10:32:25 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +1 -2
lines
added ident.awk and main.dsp splitted to main+classes+types along to .am
Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri Sep 21 15:35:45 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -1
lines
merged with before_xml
Revision 1.103: download - view: text, markup, annotated - select for diffs
Fri Sep 14 15:41:59 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -2
lines
dom.xslt stylesheet compiled&cached
Revision 1.102: download - view: text, markup, annotated - select for diffs
Tue Sep 11 09:20:57 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +2 -1
lines
^dom:set{<some>xml</some>} default language XML
languages+=xml
Revision 1.101: download - view: text, markup, annotated - select for diffs
Tue Aug 28 09:27:42 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +3 -1
lines
pa_directory speeded up. moved zero 'from' check to directory constructor.
string:replace
Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Aug 1 12:08:40 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +4 -1
lines
speeded up typo-html replacements. introducing Dictionary with first-char caching
Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Jul 20 09:40:46 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +3 -2
lines
only ^class:method dynamic calls allowed.
^BASE.method call disabled.
BASE element globally removed
Revision 1.98: download - view: text, markup, annotated - select for diffs
Wed Jul 18 10:06:04 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +6 -1
lines
$ORIGINS(1) output tracing mode
Revision 1.97: download - view: text, markup, annotated - select for diffs
Sat Jul 7 17:59:02 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -2
lines
date roll
table calendar
Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon May 21 16:39:32 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +3 -3
lines
started int:sql
Revision 1.95: download - view: text, markup, annotated - select for diffs
Mon May 21 16:38:46 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +3 -1
lines
started int:sql
Revision 1.94: download - view: text, markup, annotated - select for diffs
Sat May 19 19:52:38 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +3 -2
lines
introducing String::cstr_bufsize, returns just size+1 for as_is target.
Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu May 17 10:22:24 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -5
lines
#include "pa_config_includes.h"
in all headers
Revision 1.92: download - view: text, markup, annotated - select for diffs
Wed May 16 16:48:56 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +4 -3
lines
array debugged; adjusted
Revision 1.91: download - view: text, markup, annotated - select for diffs
Tue May 15 15:51:05 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -2
lines
string+array made linear grows
Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue May 15 15:41:19 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -2
lines
think that all must grow lineary, not exponentialy
Revision 1.89: download - view: text, markup, annotated - select for diffs
Tue May 15 14:31:58 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +4 -3
lines
string fixed bug with fullchunk cmps
Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue May 15 10:48:53 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +3 -2
lines
detected huge mem allocation: size/times malloc 27809390/368771, calloc 3232/83. would test now
Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon May 14 13:18:07 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +14 -1
lines
^string.upper|lower[]
Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon May 7 13:30:00 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +3 -3
lines
dox, split by not clean parts also
Revision 1.85: download - view: text, markup, annotated - select for diffs
Sat Apr 28 13:38:12 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2
lines
z
Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Apr 26 14:55:25 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +16 -15
lines
code documentation ++
Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Apr 23 09:38:50 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +7 -4
lines
untaint - @test optimize whitespaces for all but 'html'
Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Apr 23 08:52:20 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +8 -5
lines
untaint - @test mail-header
Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Apr 20 14:18:36 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +3 -2
lines
$MAIN:LOCALE
Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Apr 11 08:36:16 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +6 -1
lines
fixed vstring:as_vfile length
Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Apr 9 15:48:56 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +5 -4
lines
sapi exec dead end. badly parsed args in apache:util.script
Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Apr 9 14:31:40 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +4 -3
lines
written but not tested exec with env for unix
Revision 1.77: download - view: text, markup, annotated - select for diffs
Mon Apr 9 09:48:18 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2
lines
exec class just compiled. moved post read to request core
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Apr 8 13:11:17 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -3
lines
uuencode. string<<
Revision 1.75: download - view: text, markup, annotated - select for diffs
Sat Apr 7 11:55:32 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +3 -1
lines
mail:send -1 text prepared
Revision 1.74: download - view: text, markup, annotated - select for diffs
Sat Apr 7 10:34:43 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +3 -2
lines
mail:send -10 just compiled
Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Apr 5 16:30:41 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -1
lines
hash now not thread-safe.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Apr 5 13:27:12 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +8 -8
lines
z
Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Apr 5 13:19:42 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +6 -4
lines
sql quote. string untaint UL_SQL
Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Apr 4 10:50:34 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2
lines
connect&sql -1000 just compiled
Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Apr 3 17:01:02 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +5 -5
lines
string:match replace 2. string.cstr(forced lang)
Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Apr 3 16:34:27 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +3 -2
lines
string:match replace strange matches
Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Apr 3 15:25:08 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2
lines
string:match replace prepared
Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Apr 3 15:07:33 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +4 -2
lines
string:match replace -11
Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Apr 3 14:39:02 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2
lines
string:match 0
Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Apr 3 09:58:09 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +5 -3
lines
string:match [search] -1 just compiled
Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Apr 3 08:23:07 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +5 -1
lines
string:match -10 [frame]
Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Apr 3 05:23:40 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +24 -10
lines
string::pos & cmp & piece bugs fixed.
string::split new
table:load separated from set
table:set implemented with clean \n \t searches
Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Apr 2 15:59:35 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +4 -3
lines
string::pos. about to use it in table:set/load
Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Apr 2 09:29:17 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2
lines
table:join
Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Mar 30 09:58:58 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +4 -2
lines
todo: table flip and append. string::pos
Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Mar 29 17:23:21 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2
lines
string: lsplit
Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Mar 29 17:11:40 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2
lines
string: lsplit -1
Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Mar 29 16:12:45 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +11 -11
lines
string: pos
Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Mar 29 15:36:15 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +4 -1
lines
string: pos -1
Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Mar 29 15:00:20 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +17 -14
lines
string: left right mid
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Mar 25 10:14:38 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -5
lines
#comment fixed minor bug
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Mar 25 08:52:34 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +15 -7
lines
typo & typo-default
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Mar 24 19:30:06 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +5 -3
lines
html-typo 2
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Mar 24 19:12:18 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +29 -3
lines
html-typo 0
html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first
html-typo sample. detected << problem: they become ltlt too fast
Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Mar 23 13:08:09 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -4
lines
cgi: reinvent document_root and request_uri under iis. autoconf updated. introducing ap_config_includes
Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Mar 21 14:06:44 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +20 -19
lines
shifted apache branch on main trunc
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Mar 20 06:45:18 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +22 -23
lines
z
Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Mar 19 23:12:48 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +9 -6
lines
z
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Mar 19 20:46:36 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1
lines
file 1
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Mar 19 20:07:37 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2
lines
file class just compiled
Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Mar 19 17:42:12 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +5 -10
lines
z
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Mar 19 16:44:00 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -4
lines
auto @brief
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Mar 19 15:29:38 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +65 -33
lines
doxygen include/, Value
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Mar 18 20:31:26 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -2
lines
cookie class
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Mar 18 17:18:35 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -4
lines
$defautl[$content-type[$value[text/html] $charset[windows-1251]]
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Mar 18 14:45:26 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1
lines
^taint 0
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Mar 18 13:38:47 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2
lines
convinient string(pool, char *src, bool tainted) ctor
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Mar 18 13:22:05 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -2
lines
proper @exceptions params tainting
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Mar 14 08:50:01 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
global handler, exceptions in parser3
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Mar 13 14:28:50 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2
lines
'value is type' expr operator
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Mar 12 13:13:20 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +10 -4
lines
table:set 0
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Mar 12 09:08:48 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2
lines
^process. actual names to store param and check_actual_numbered_params for better place diagnostics
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Mar 11 12:04:44 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -1
lines
^untaint 0
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Mar 11 08:16:33 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
headers updated
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Mar 10 16:34:35 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -1
lines
sources header
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Mar 10 12:12:50 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -2
lines
tainting 0
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Mar 10 11:03:48 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +30 -11
lines
^lang prepare0
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Mar 7 09:29:53 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +13 -2
lines
just compiled lt&co
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Feb 22 08:16:09 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -56
lines
write_value write_string 0
it seems wcontext must write strings regardles of fvalue!=0
Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Feb 21 12:43:41 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1
lines
string.operator==(char*)
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Feb 21 11:10:02 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1
lines
struck with const array.gets
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Feb 20 18:45:51 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +10 -9
lines
bison[yacc] first time compiled.
execute=dump for now
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Feb 14 15:19:02 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1
lines
get names 0
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Feb 14 13:40:54 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -1
lines
process text repassing
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Feb 13 10:50:23 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +8 -8
lines
String_iterator tested
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Feb 13 10:30:22 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +10 -12
lines
String_iterator optimized
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Feb 13 10:00:27 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +14 -12
lines
String_iterator::skip_to
todo:optimize
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Feb 12 13:26:54 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +55 -7
lines
started String_iterator
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Feb 11 11:27:24 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -11
lines
:pooled
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jan 29 22:34:57 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -7
lines
Table
more like C++ style
hence lots of 'const'
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jan 29 21:51:51 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1
lines
Error fixed
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 29 20:46:22 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5
lines
added forgotten
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jan 29 20:10:32 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -5
lines
Request
Error
Table
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jan 29 15:56:03 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +11 -15
lines
Table started
would test
template Array now
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jan 29 14:00:39 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +20 -10
lines
String originating
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 29 12:00:45 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +12 -12
lines
moved .h public parts to top
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jan 27 15:21:05 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -5
lines
array cache rethought to chunk caching
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jan 27 15:00:04 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Array 0
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 27 12:04:53 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +18 -7
lines
no message
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jan 27 10:02:59 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -2
lines
uint, and added pa_types & pa_hash[forgotten]
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 26 18:55:55 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
removed templates [vc++ suxx]
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 26 18:34:02 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -2
lines
templates in VC++ suxx.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jan 26 15:43:11 2001 UTC (25 years, 4 months ago) by paf
Branches: MAIN
pa_pool split
E-mail: