CVS log for parser3/src/classes/string.C

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

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.267: 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.266: preferred, colored
Changes since revision 1.266: +2 -2 lines
Copyright year updated, websites links changed to https://

Revision 1.266: download - view: text, markup, annotated - select for diffs
Wed Jan 7 15:03:18 2026 UTC (4 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.265: preferred, colored
Changes since revision 1.265: +2 -2 lines
warnings war

Revision 1.265: 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.264: preferred, colored
Changes since revision 1.264: +4 -4 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.264: download - view: text, markup, annotated - select for diffs
Mon Dec 15 23:07:29 2025 UTC (5 months, 2 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.263: preferred, colored
Changes since revision 1.263: +4 -7 lines
sync _int with _double, avoid int usage (related to #1273)

Revision 1.263: download - view: text, markup, annotated - select for diffs
Sun Oct 5 19:41:27 2025 UTC (7 months, 4 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.262: preferred, colored
Changes since revision 1.262: +5 -17 lines
Optimization: valid_options optimized where HashStringValue::Iterator used

Revision 1.262: download - view: text, markup, annotated - select for diffs
Wed Dec 11 02:30:24 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.261: preferred, colored
Changes since revision 1.261: +2 -2 lines
MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature #1267)

Revision 1.261: download - view: text, markup, annotated - select for diffs
Fri Dec 6 23:20:04 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.260: preferred, colored
Changes since revision 1.260: +2 -2 lines
params.as_file_name(N) added and used instead of params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate (implements feature #1121)

Revision 1.260: 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.259: preferred, colored
Changes since revision 1.259: +2 -2 lines
Copyright year updated

Revision 1.259: download - view: text, markup, annotated - select for diffs
Sun Oct 27 17:50:59 2024 UTC (19 months ago) by moko
Branches: MAIN
Diff to: previous 1.258: preferred, colored
Changes since revision 1.258: +2 -2 lines
handy as_index() added, several exceptions texts fixed (related to feature #930)

Revision 1.258: download - view: text, markup, annotated - select for diffs
Sun Oct 20 14:38:46 2024 UTC (19 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.257: preferred, colored
Changes since revision 1.257: +3 -2 lines
warnings war

Revision 1.257: download - view: text, markup, annotated - select for diffs
Sat Oct 5 03:38:14 2024 UTC (19 months, 4 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.256: preferred, colored
Changes since revision 1.256: +34 -12 lines
^string.split[] - 'a' option added for splitting into an array (implements feature #1249)

Revision 1.256: download - view: text, markup, annotated - select for diffs
Wed Oct 2 22:54:02 2024 UTC (20 months ago) by moko
Branches: MAIN
Diff to: previous 1.255: preferred, colored
Changes since revision 1.255: +2 -2 lines
format replaced with pa_uitoa where applicable, $.date[unix-timestamp] fixed for handling large dates

Revision 1.255: download - view: text, markup, annotated - select for diffs
Sat Sep 28 14:37:53 2024 UTC (20 months ago) by moko
Branches: MAIN
Diff to: previous 1.254: preferred, colored
Changes since revision 1.254: +3 -3 lines
minor error messages spelling fixes

Revision 1.254: download - view: text, markup, annotated - select for diffs
Fri Sep 13 04:01:22 2024 UTC (20 months, 2 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.253: preferred, colored
Changes since revision 1.253: +4 -6 lines
optimization: Value::as() removed as dynamic_cast is faster, Value::is() is still required for is operator.

Revision 1.253: download - view: text, markup, annotated - select for diffs
Sat Sep 7 16:30:26 2024 UTC (20 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.252: preferred, colored
Changes since revision 1.252: +3 -4 lines
Array::Iterator unified with Hash::Iterator, has_next() replaced with operator bool (related to feature #930)

Revision 1.252: download - view: text, markup, annotated - select for diffs
Sat Sep 7 15:01:38 2024 UTC (20 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.251: preferred, colored
Changes since revision 1.251: +3 -3 lines
Array class extended, Array::Iterator added and used (related to feature #930)

Revision 1.251: 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.250: preferred, colored
Changes since revision 1.250: +3 -3 lines
copyright, authors actualized

Revision 1.250: download - view: text, markup, annotated - select for diffs
Thu Dec 17 20:47:00 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_6
Diff to: previous 1.249: preferred, colored
Changes since revision 1.249: +26 -2 lines
split by regex implemented (feature #1160)

Revision 1.249: download - view: text, markup, annotated - select for diffs
Thu Dec 17 20:01:03 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.248: preferred, colored
Changes since revision 1.248: +3 -4 lines
minor

Revision 1.248: download - view: text, markup, annotated - select for diffs
Thu Dec 17 19:51:21 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.247: preferred, colored
Changes since revision 1.247: +6 -4 lines
whitespace string is now OK for table argument (as with hash) (implements feature #1169)

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

Revision 1.246: download - view: text, markup, annotated - select for diffs
Tue Nov 10 22:42:25 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.245: preferred, colored
Changes since revision 1.245: +2 -2 lines
r.absolute -> r.full_disk_path

Revision 1.245: download - view: text, markup, annotated - select for diffs
Thu Dec 5 21:41:08 2019 UTC (6 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.244: preferred, colored
Changes since revision 1.244: +11 -11 lines
not reqired cast removed

Revision 1.244: download - view: text, markup, annotated - select for diffs
Thu Dec 5 21:35:28 2019 UTC (6 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.243: preferred, colored
Changes since revision 1.243: +5 -5 lines
not reqired cast removed

Revision 1.243: download - view: text, markup, annotated - select for diffs
Wed Nov 20 20:48:25 2019 UTC (6 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.242: preferred, colored
Changes since revision 1.242: +2 -4 lines
optimization: void pa_base64_decode -> size_t pa_base64_decode (related to feature #986)

Revision 1.242: download - view: text, markup, annotated - select for diffs
Wed Nov 13 22:27:15 2019 UTC (6 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.241: preferred, colored
Changes since revision 1.241: +4 -3 lines
\\x00 character disabled while converting to string (as in base64, related to feature #1177)

Revision 1.241: download - view: text, markup, annotated - select for diffs
Wed Nov 13 22:05:48 2019 UTC (6 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.240: preferred, colored
Changes since revision 1.240: +62 -17 lines
base64 options added, but not yet implemented (related to feature #986)

Revision 1.240: download - view: text, markup, annotated - select for diffs
Wed Sep 11 15:26:08 2019 UTC (6 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.239: preferred, colored
Changes since revision 1.239: +6 -15 lines
Show query instead of connect string in query_event_handlers exceptions (implements feature #1196)

Revision 1.239: download - view: text, markup, annotated - select for diffs
Fri Sep 6 10:17:07 2019 UTC (6 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.238: preferred, colored
Changes since revision 1.238: +2 -6 lines
cleanup: sql_ variables declaration moved to pa_common.h

Revision 1.238: download - view: text, markup, annotated - select for diffs
Fri Jan 19 16:52:50 2018 UTC (8 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.237: preferred, colored
Changes since revision 1.237: +16 -45 lines
whitespace

Revision 1.237: download - view: text, markup, annotated - select for diffs
Fri Jan 19 16:47:35 2018 UTC (8 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.236: preferred, colored
Changes since revision 1.236: +4 -11 lines
whitespace

Revision 1.236: download - view: text, markup, annotated - select for diffs
Wed Jan 10 23:04:57 2018 UTC (8 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.235: preferred, colored
Changes since revision 1.235: +7 -7 lines
whitespace

Revision 1.235: download - view: text, markup, annotated - select for diffs
Wed May 17 14:22:11 2017 UTC (9 years ago) by moko
Branches: MAIN
Diff to: previous 1.234: preferred, colored
Changes since revision 1.234: +2 -2 lines
fixed spelling typos from lintian reported by Sergey B Kirpichev (fixes bug #1156)

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

Revision 1.233: download - view: text, markup, annotated - select for diffs
Tue Nov 1 23:10:41 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.232: preferred, colored
Changes since revision 1.232: +30 -30 lines
cleanup: r.write_pass_lang, r.write_no_lang -> r.write (implements feature #1091)

Revision 1.232: download - view: text, markup, annotated - select for diffs
Wed Oct 26 15:44:49 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.231: preferred, colored
Changes since revision 1.231: +2 -4 lines
Temp_lang removed, write_no_lang now almost equal write_pass_lang (related to feature #1091)

Revision 1.231: download - view: text, markup, annotated - select for diffs
Tue Oct 25 23:37:52 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.230: preferred, colored
Changes since revision 1.230: +18 -18 lines
optimization: write_assign_lang removed as not required (first part of feature #1091 implementation)

Revision 1.230: download - view: text, markup, annotated - select for diffs
Tue Oct 4 13:23:46 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.229: preferred, colored
Changes since revision 1.229: +4 -4 lines
proces_to_value -> process after StringOrValue removed (related to feature #1020)

Revision 1.229: download - view: text, markup, annotated - select for diffs
Wed Sep 21 15:35:10 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.228: preferred, colored
Changes since revision 1.228: +3 -3 lines
charsets -> pa_charsets, vs2015 warning war

Revision 1.228: download - view: text, markup, annotated - select for diffs
Wed Sep 21 11:59:09 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.227: preferred, colored
Changes since revision 1.227: +2 -2 lines
VS2015 compilation fixes

Revision 1.227: download - view: text, markup, annotated - select for diffs
Thu Sep 8 20:41:47 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.226: preferred, colored
Changes since revision 1.226: +4 -10 lines
cleanup: string::split limit argument removed as no longer required, pos_after no longer reference (related to feature #11)

Revision 1.226: download - view: text, markup, annotated - select for diffs
Fri Jul 29 20:24:16 2016 UTC (9 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.225: preferred, colored
Changes since revision 1.225: +3 -3 lines
charsets.get now does str_upper inside (related to feature #1061)

Revision 1.225: download - view: text, markup, annotated - select for diffs
Wed May 18 17:47:22 2016 UTC (10 years ago) by moko
Branches: MAIN
Diff to: previous 1.224: preferred, colored
Changes since revision 1.224: +11 -1 lines
$string.anything works for whitespace strings, ^string.contains added for hash compatibility, $string.method no longer returns stting method (implements feature #1046)

Revision 1.224: download - view: text, markup, annotated - select for diffs
Thu Mar 31 21:46:20 2016 UTC (10 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.223: preferred, colored
Changes since revision 1.223: +3 -3 lines
optimizaion: *_base_class removed (related to feature #1051)

Revision 1.223: download - view: text, markup, annotated - select for diffs
Mon Nov 16 18:27:15 2015 UTC (10 years, 6 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_4
Diff to: previous 1.222: preferred, colored
Changes since revision 1.222: +4 -7 lines
finite(double) check added to disallow NaN and Infinity (fixes bug #1049)

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

Revision 1.221: download - view: text, markup, annotated - select for diffs
Thu Oct 8 23:14:56 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +2 -2 lines
minor optimizations

Revision 1.220: download - view: text, markup, annotated - select for diffs
Wed Oct 7 22:25:40 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.219: preferred, colored
Changes since revision 1.219: +45 -6 lines
^string:unescape[js|uri;escaped;$.charset[...]] added (implements feature #120)

Revision 1.219: download - view: text, markup, annotated - select for diffs
Thu Sep 3 20:47:21 2015 UTC (10 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +6 -6 lines
Static calls fixed for ^string:base64[], ^string:idna[], ^string:js-escape[] (closes bug #1031)

Revision 1.218: download - view: text, markup, annotated - select for diffs
Sun May 17 23:24:44 2015 UTC (11 years ago) by moko
Branches: MAIN
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +3 -1 lines
^string.trim[what] now supported, implements feature #1022

Revision 1.217: download - view: text, markup, annotated - select for diffs
Sat May 16 22:24:38 2015 UTC (11 years ago) by moko
Branches: MAIN
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +2 -2 lines
*** empty log message ***

Revision 1.216: download - view: text, markup, annotated - select for diffs
Sat May 16 22:22:16 2015 UTC (11 years ago) by moko
Branches: MAIN
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +8 -17 lines
left/right now accept negative parameter (implements feature #1021)

Revision 1.215: download - view: text, markup, annotated - select for diffs
Tue Apr 21 22:12:26 2015 UTC (11 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +19 -2 lines
^string:idna[xn--...], ^string.idna[] - idna conversion support implemented (related to feature #849)

Revision 1.214: 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.213: preferred, colored
Changes since revision 1.213: +5 -3 lines
removed most of the clang compiler warnings (closes issue #1018)

Revision 1.213: download - view: text, markup, annotated - select for diffs
Thu Apr 2 22:18:25 2015 UTC (11 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.212: preferred, colored
Changes since revision 1.212: +2 -2 lines
C++11 compilation errors fixed (related to ticket #958)

Revision 1.212: download - view: text, markup, annotated - select for diffs
Sun Dec 29 18:39:50 2013 UTC (12 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.211: preferred, colored
Changes since revision 1.211: +2 -2 lines
^string:js-unescape result now tainted, closes issue #966

Revision 1.211: download - view: text, markup, annotated - select for diffs
Thu Oct 17 21:52:32 2013 UTC (12 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_3
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +2 -2 lines
for getters and setters to be executed request.put_element should be called, not context.put_element (fixes issue #948)

Revision 1.210: download - view: text, markup, annotated - select for diffs
Thu Oct 10 22:12:48 2013 UTC (12 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.209: preferred, colored
Changes since revision 1.209: +2 -2 lines
no message

Revision 1.209: download - view: text, markup, annotated - select for diffs
Tue Aug 27 11:27:45 2013 UTC (12 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +2 -2 lines
cstr_to_string_body_untaint should be called with charsets for possible uri language and connection for possible sql language.
related to issue #857

Revision 1.208: download - view: text, markup, annotated - select for diffs
Thu Aug 22 15:57:01 2013 UTC (12 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +5 -5 lines
String::Empty used (related to issue #912)
append_know_length removed (related to old GPF bug)

Revision 1.207: download - view: text, markup, annotated - select for diffs
Sun Mar 10 18:45:07 2013 UTC (13 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +3 -3 lines
no message

Revision 1.206: download - view: text, markup, annotated - select for diffs
Sat Mar 9 21:55:21 2013 UTC (13 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +45 -37 lines
^string.int/dobule/bool no longer internally throws exception if default is present (closes issue #913)

Revision 1.205: download - view: text, markup, annotated - select for diffs
Fri Jun 8 11:44:02 2012 UTC (13 years, 11 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_2
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +5 -7 lines
- MethodParams::as_hash is optimized and improved (whitespaces are allowed as empty options)
- MethodParams::as_table is added
- above methods are used for parsing methods' options ( new feature: #9 )

Revision 1.204: download - view: text, markup, annotated - select for diffs
Thu Apr 19 19:41:29 2012 UTC (14 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +4 -8 lines
PVS-Studio detected errors fixes, unused options from sql_result_string removed. (closes issue #468)

Revision 1.203: 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.202: preferred, colored
Changes since revision 1.202: +3 -3 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated

Revision 1.202: download - view: text, markup, annotated - select for diffs
Sat Mar 3 00:21:48 2012 UTC (14 years, 3 months ago) by misha
Branches: MAIN
Diff to: previous 1.201: preferred, colored
Changes since revision 1.201: +18 -5 lines
- $.strict(true|false) option is added to base64 decode methods ( new feature: #55 )

Revision 1.201: download - view: text, markup, annotated - select for diffs
Sun Jan 8 05:58:27 2012 UTC (14 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +19 -9 lines
- ^string.replace[from;to] is added ( new feature: #741 )
- ^string.replace[one subst here] is slightly optimized

Revision 1.200: download - view: text, markup, annotated - select for diffs
Mon May 30 12:50:59 2011 UTC (15 years ago) by misha
Branches: MAIN
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +2 -3 lines
- fixed bug which was added with params.as_hash into string:sql

Revision 1.199: download - view: text, markup, annotated - select for diffs
Thu May 19 06:58:40 2011 UTC (15 years ago) by misha
Branches: MAIN
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +24 -26 lines
- params.as_hash is used more while parsing methods hash-options

Revision 1.198: download - view: text, markup, annotated - select for diffs
Sat Oct 30 22:37:53 2010 UTC (15 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_1
Diff to: previous 1.197: preferred, colored
Changes since revision 1.197: +4 -4 lines
error message changed (fixes issue #149)

Revision 1.197: download - view: text, markup, annotated - select for diffs
Tue Oct 26 21:09:06 2010 UTC (15 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +1 -14 lines
^string.append removed for void compatibility

Revision 1.196: download - view: text, markup, annotated - select for diffs
Thu Oct 21 15:25:07 2010 UTC (15 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.195: preferred, colored
Changes since revision 1.195: +12 -1 lines
void now inherited from string (feature #111)

Revision 1.195: download - view: text, markup, annotated - select for diffs
Thu Oct 21 15:06:29 2010 UTC (15 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +1 -3 lines
used_directly() now true by default

Revision 1.194: download - view: text, markup, annotated - select for diffs
Mon Jul 5 05:54:46 2010 UTC (15 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +4 -10 lines
- exception comment strings "options must be hash", "options must be hash, not code" and "called with invalid option" were replaced by constatns
- exception comment string "invalid option passed" was replaced by "called with invalid option" (now in different methods are the same exception comment string)

Revision 1.193: download - view: text, markup, annotated - select for diffs
Mon May 17 22:57:12 2010 UTC (16 years ago) by misha
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +2 -2 lines
new feature: #71 ^string:js-unescape and cookie parser decode \uXXXX as well as %uXXXX

Revision 1.192: download - view: text, markup, annotated - select for diffs
Mon Apr 5 00:57:01 2010 UTC (16 years, 2 months ago) by misha
Branches: MAIN
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +9 -3 lines
- new feature: 4th param was added to match. if specified its value is returned in case of nothing was found

Revision 1.191: download - view: text, markup, annotated - select for diffs
Fri Nov 6 05:02:53 2009 UTC (16 years, 7 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_0
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +7 -14 lines
- bugfix: Temp_value_element wasn't destroyed if exception occured during match/replace

Revision 1.190: download - view: text, markup, annotated - select for diffs
Thu Sep 10 09:40:34 2009 UTC (16 years, 8 months ago) by misha
Branches: MAIN
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +2 -2 lines
- types where changes (minus 2 warnings)

Revision 1.189: download - view: text, markup, annotated - select for diffs
Tue Sep 8 09:12:47 2009 UTC (16 years, 8 months ago) by misha
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +43 -19 lines
- file_write accepts Request_charsets and asked charset and cound transcode content before writing
- string.save and file.save have option $.charset now

Revision 1.188: download - view: text, markup, annotated - select for diffs
Sat Aug 8 13:30:20 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +2 -2 lines
- new classes implementation

Revision 1.187: download - view: text, markup, annotated - select for diffs
Wed Jul 15 12:59:19 2009 UTC (16 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +3 -3 lines
- new string with exception was used

Revision 1.186: download - view: text, markup, annotated - select for diffs
Tue Jul 7 07:26:28 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +3 -3 lines
no message

Revision 1.185: download - view: text, markup, annotated - select for diffs
Tue Jul 7 05:47:43 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +4 -5 lines
- some code cleanup

Revision 1.184: download - view: text, markup, annotated - select for diffs
Mon Jul 6 12:13:30 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +3 -3 lines
- cstr(params) and cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m] should be used

Revision 1.183: download - view: text, markup, annotated - select for diffs
Mon Jul 6 08:49:49 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +3 -3 lines
- optimizations and simplification of string.cstr(...)

Revision 1.182: download - view: text, markup, annotated - select for diffs
Tue Jun 23 10:05:24 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +2 -2 lines
- trim can work with utf-8 chars now

Revision 1.181: download - view: text, markup, annotated - select for diffs
Sat Jun 6 05:28:22 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +38 -14 lines
- 3rd match param could be string now

Revision 1.180: 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.179: preferred, colored
Changes since revision 1.179: +3 -3 lines
- String constructors don't have that stupid true/false param which means 'tainted'. they accept lang instead.

Revision 1.179: download - view: text, markup, annotated - select for diffs
Wed May 13 07:36:05 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +4 -5 lines
- result optimisation
- helper_length parameter removed from string constructors

Revision 1.178: download - view: text, markup, annotated - select for diffs
Tue Apr 28 04:53:52 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +5 -5 lines
- !length() => is_empty()

Revision 1.177: download - view: text, markup, annotated - select for diffs
Fri Apr 24 06:32:06 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +1 -2 lines
- ups. typo fixed

Revision 1.176: download - view: text, markup, annotated - select for diffs
Fri Apr 24 06:29:26 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +12 -9 lines
- number of params.count() calls was slightly reduced

Revision 1.175: download - view: text, markup, annotated - select for diffs
Wed Apr 22 05:17:03 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +2 -1 lines
no message

Revision 1.174: download - view: text, markup, annotated - select for diffs
Wed Apr 22 04:38:36 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +28 -10 lines
- use vregex object instead of direct calls methods from pcre lib

Revision 1.173: download - view: text, markup, annotated - select for diffs
Fri Apr 17 09:05:33 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +2 -2 lines
- little optimisation: no needed to write number with lang

Revision 1.172: download - view: text, markup, annotated - select for diffs
Thu Apr 16 01:10:21 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +2 -2 lines
- bool optimisation (use only 2 bool objects)

Revision 1.171: download - view: text, markup, annotated - select for diffs
Sat Apr 11 03:40:06 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +2 -3 lines
- small optimisation

Revision 1.170: download - view: text, markup, annotated - select for diffs
Fri Apr 10 11:31:06 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +3 -3 lines
- normalizing todo-comments: '@todo' now

Revision 1.169: download - view: text, markup, annotated - select for diffs
Mon Jan 12 07:09:08 2009 UTC (17 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +18 -9 lines
- exception while base64-decode binary to a string

Revision 1.168: download - view: text, markup, annotated - select for diffs
Tue Jul 22 13:11:38 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
CVS tags: release_3_3_0
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +5 -5 lines
- names changes: escape=>js-escape, unescape=>js-unescape

Revision 1.167: download - view: text, markup, annotated - select for diffs
Mon Jul 21 07:37:37 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +17 -1 lines
- string has escape and unescape methods now

Revision 1.166: download - view: text, markup, annotated - select for diffs
Fri Jul 18 09:12:17 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +2 -2 lines
no message

Revision 1.165: download - view: text, markup, annotated - select for diffs
Fri Jul 18 08:24:35 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +17 -6 lines
- ^string.pos[substr](offset) -- 2nd param accepted now

Revision 1.164: download - view: text, markup, annotated - select for diffs
Thu Jul 17 09:11:35 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +8 -5 lines
- helper length added for mid for small optimisation

Revision 1.163: download - view: text, markup, annotated - select for diffs
Wed Jul 16 17:07:48 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +9 -9 lines
- left/right/mid/length/pos works fine for utf-8 strings

Revision 1.162: download - view: text, markup, annotated - select for diffs
Fri Jul 4 11:16:51 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +7 -7 lines
- left and right added as aliases for start and end in ^string.trim[]

Revision 1.161: download - view: text, markup, annotated - select for diffs
Thu Jul 3 09:17:57 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +3 -8 lines
- don't throw exception if $.limit value if empty. autoconvert it as everywere

Revision 1.160: download - view: text, markup, annotated - select for diffs
Thu Jun 26 15:00:42 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +10 -4 lines
- $.limit(0) fixes

Revision 1.159: download - view: text, markup, annotated - select for diffs
Thu May 22 17:43:30 2008 UTC (18 years ago) by misha
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +4 -5 lines
- trim format string before eval/format

Revision 1.158: download - view: text, markup, annotated - select for diffs
Tue Nov 27 10:51:01 2007 UTC (18 years, 6 months ago) by misha
Branches: MAIN
CVS tags: release_3_2_3, release_3_2_2
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +14 -2 lines
- ^srting.bool[] now can convert to bool not only strings with numbers but with values 'true'/'false' as well

Revision 1.157: download - view: text, markup, annotated - select for diffs
Wed Nov 14 09:45:21 2007 UTC (18 years, 6 months ago) by misha
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +2 -2 lines
- more text strings moved to the one place

Revision 1.156: download - view: text, markup, annotated - select for diffs
Tue Aug 28 09:28:00 2007 UTC (18 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +18 -6 lines
- new option ^string.split[...;v;[column name]]

Revision 1.155: download - view: text, markup, annotated - select for diffs
Mon Aug 20 10:37:21 2007 UTC (18 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +3 -3 lines
- more duplicated exception text strings were removed

Revision 1.154: download - view: text, markup, annotated - select for diffs
Mon Aug 20 10:02:51 2007 UTC (18 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +2 -3 lines
- some duplicate exceptions' text strings removed

Revision 1.153: download - view: text, markup, annotated - select for diffs
Mon Apr 23 10:30:10 2007 UTC (19 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +17 -17 lines
- "parser.runtime" strings were removed

Revision 1.152: download - view: text, markup, annotated - select for diffs
Fri Apr 20 10:19:24 2007 UTC (19 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +10 -10 lines
- ^string.match[][] understand new option now: return number of matches but not table wit results

Revision 1.151: 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.150: preferred, colored
Changes since revision 1.150: +22 -0 lines
- bool class was added

Revision 1.150: download - view: text, markup, annotated - select for diffs
Thu Jan 18 17:48:15 2007 UTC (19 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +8 -7 lines
- return table during ^string.match[][] even if no matched found.

Revision 1.142.6.6: download - view: text, markup, annotated - select for diffs
Tue Nov 22 12:15:10 2005 UTC (20 years, 6 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: previous 1.142.6.5: preferred, colored; next MAIN 1.143: preferred, colored
Changes since revision 1.142.6.5: +1 -5 lines
merged from HEAD:
+ removed limitation on ^string/int/double:sql{}[$.default[({param style})] ]

Revision 1.149: download - view: text, markup, annotated - select for diffs
Tue Nov 22 12:14:36 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.148: preferred, colored
Changes since revision 1.148: +1 -5 lines
+ removed limitation on ^string/int/double:sql{}[$.default[({param style})] ]

Revision 1.142.6.5: download - view: text, markup, annotated - select for diffs
Tue Nov 22 11:38:44 2005 UTC (20 years, 6 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.142.6.4: preferred, colored
Changes since revision 1.142.6.4: +24 -1 lines
merged from HEAD:
+ ^file.base64[] encode
+ ^file::base64[encoded] decode

Revision 1.148: download - view: text, markup, annotated - select for diffs
Tue Nov 22 11:31:58 2005 UTC (20 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +5 -5 lines
+ ^file.base64[] encode
+ ^file::base64[encoded] decode

Revision 1.147: download - view: text, markup, annotated - select for diffs
Tue Nov 22 11:21:35 2005 UTC (20 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +9 -9 lines
+ ^string.base64[] encode
+ ^string:base64[encoded] decode

Revision 1.146: download - view: text, markup, annotated - select for diffs
Tue Nov 22 11:12:39 2005 UTC (20 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +23 -1 lines
+ ^string:base64[in] encode
+ ^string.base64[] decode

Revision 1.142.6.4: download - view: text, markup, annotated - select for diffs
Fri Nov 18 12:51:18 2005 UTC (20 years, 6 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.142.6.3: preferred, colored
Changes since revision 1.142.6.3: +1 -2 lines
no message

Revision 1.145: download - view: text, markup, annotated - select for diffs
Fri Aug 26 12:01:38 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +2 -2 lines
merged ! optional options were allowed to be empty. were checked if(is_string), changed to !defined||is_string to allow void

Revision 1.142.6.3: download - view: text, markup, annotated - select for diffs
Fri Aug 26 12:00:04 2005 UTC (20 years, 9 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.142.6.2: preferred, colored
Changes since revision 1.142.6.2: +2 -2 lines
! optional options were allowed to be empty. were checked if(is_string), changed to !defined||is_string to allow void

Revision 1.144: download - view: text, markup, annotated - select for diffs
Fri Aug 26 11:12:45 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +5 -9 lines
merged ! many classes/*  used as_junction where they needed as_int/double, so failed with recent "(const) now no junction" optimization

Revision 1.142.6.2: download - view: text, markup, annotated - select for diffs
Fri Aug 26 11:08:31 2005 UTC (20 years, 9 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.142.6.1: preferred, colored
Changes since revision 1.142.6.1: +5 -9 lines
! many classes/*  used as_junction where they needed as_int/double, so failed with recent "(const) now no junction" optimization

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

Revision 1.142.6.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
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +2 -2 lines
. 2005 ;)

Revision 1.142: download - view: text, markup, annotated - select for diffs
Mon Jun 6 08:45:11 2005 UTC (21 years ago) by paf
Branches: MAIN
Branch point for: release_3_1_5
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +2 -2 lines
! bugfix ^string:sql ^table:sql ^hash:sql now DO process $.bind option

Revision 1.141: download - view: text, markup, annotated - select for diffs
Tue Jun 22 14:12:57 2004 UTC (21 years, 11 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +31 -4 lines
new:
	^void:sql{call paf(:a)}[
		$.bind[
			$.a[2]
		]
	]
output variables work.
todo: check in out variables

Revision 1.140: download - view: text, markup, annotated - select for diffs
Fri Jun 18 15:55:47 2004 UTC (21 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +4 -2 lines
started:
	^void:sql{call paf(:a)}[
		$.bind[
			$.a[2]
		]
	]
input variables work.
todo:output

Revision 1.139: download - view: text, markup, annotated - select for diffs
Tue Apr 6 13:14:22 2004 UTC (22 years, 2 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_3
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +14 -1 lines
new: ^string.append[string]

Revision 1.138: download - view: text, markup, annotated - select for diffs
Mon Mar 1 12:53:17 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_2
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +33 -8 lines
bugfix: ^string.left/right/mid with negative values now considered bad

Revision 1.137: download - view: text, markup, annotated - select for diffs
Mon Mar 1 09:36:37 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +14 -16 lines
feature: ^string.trim both parameters may be empty-strings, meaning
kind=both
chars=whitespaces

Revision 1.136: download - view: text, markup, annotated - select for diffs
Mon Mar 1 08:54:16 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +9 -4 lines
check: trim 'chars' must not be empty, exception if it is

Revision 1.135: download - view: text, markup, annotated - select for diffs
Mon Mar 1 08:52:24 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +15 -16 lines
changed: ^string.trim
[] << both, whitespaces
[start|both|end] << kind, whitespaces
[start|both|end;chars]  full

Revision 1.134: download - view: text, markup, annotated - select for diffs
Fri Feb 27 15:24:03 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +16 -15 lines
new method: ^string.trim[start|both|end[;chars]]        default 'chars' -- whitespace chars
finished

Revision 1.133: 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.132: preferred, colored
Changes since revision 1.132: +34 -1 lines
new method: ^string.trim[start|both|end[;chars]]        default 'chars' -- whitespace chars
  started, only start works

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

Revision 1.131: download - view: text, markup, annotated - select for diffs
Thu Nov 20 17:46:01 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +2 -2 lines
more warnings --

Revision 1.130: download - view: text, markup, annotated - select for diffs
Thu Nov 20 17:07:44 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +12 -13 lines
more warnings --

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

Revision 1.128: download - view: text, markup, annotated - select for diffs
Thu Nov 20 15:35:29 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +9 -11 lines
turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
found several unitialized vars

Revision 1.127: download - view: text, markup, annotated - select for diffs
Mon Sep 29 10:09:35 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_1
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +3 -2 lines
bugfix: s.right(>s.length) returned nothing

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

Revision 1.125.2.15.2.26: download - view: text, markup, annotated - select for diffs
Thu Jun 26 11:51:30 2003 UTC (22 years, 11 months ago) by paf
Diff to: previous 1.125.2.15.2.25: preferred, colored; next MAIN 1.126: preferred, colored
Changes since revision 1.125.2.15.2.25: +2 -2 lines
fixed several uninitialized local structures.
notably ^hash.foreach now inserts delimiters properly [were inserting it before first body]

Revision 1.125.2.15.2.25: download - view: text, markup, annotated - select for diffs
Mon May 26 09:56:19 2003 UTC (23 years ago) by paf
Diff to: previous 1.125.2.15.2.24: preferred, colored
Changes since revision 1.125.2.15.2.24: +4 -4 lines
few forgotten <0 changed to !=STRING_NOT_FOUND

Revision 1.125.2.15.2.24: download - view: text, markup, annotated - select for diffs
Tue Apr 8 13:58:30 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.23: preferred, colored
Changes since revision 1.125.2.15.2.23: +1 -3 lines
changed transcode param converntion  along with string creating convention -- all strings are zero-terminated,
this allowed to fix one remaining String("123", 2) case

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

Revision 1.125.2.15.2.22: download - view: text, markup, annotated - select for diffs
Tue Apr 8 11:08:11 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.21: preferred, colored
Changes since revision 1.125.2.15.2.21: +3 -1 lines
number of string style improvements & optimizations

Revision 1.125.2.15.2.21: download - view: text, markup, annotated - select for diffs
Thu Apr 3 10:51:51 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.20: preferred, colored
Changes since revision 1.125.2.15.2.20: +2 -2 lines
MethodParams& now [methods without params receive zero reference, but they are expected not to look there]

Revision 1.125.2.15.2.20: download - view: text, markup, annotated - select for diffs
Thu Apr 3 10:48:24 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.19: preferred, colored
Changes since revision 1.125.2.15.2.19: +47 -47 lines
MethodParams& now [methods without params receive zero reference, but they are expected not to look there]

Revision 1.125.2.15.2.19: download - view: text, markup, annotated - select for diffs
Wed Apr 2 10:10:00 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.18: preferred, colored
Changes since revision 1.125.2.15.2.18: +4 -4 lines
all calls to String::String(str,helper_length) are checked.
found/fixed one place:
$request:body now zero-terminated,

Revision 1.125.2.15.2.18: download - view: text, markup, annotated - select for diffs
Thu Mar 27 14:51:27 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.17: preferred, colored
Changes since revision 1.125.2.15.2.17: +4 -4 lines
introducing append_help_length [radical improvement here]

Revision 1.125.2.15.2.17: download - view: text, markup, annotated - select for diffs
Thu Mar 27 10:53:01 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.16: preferred, colored
Changes since revision 1.125.2.15.2.16: +3 -6 lines
fixed clients of &get():
most to use non-ref version,
some[in tight places] to get_unchecked_ref

Revision 1.125.2.15.2.16: download - view: text, markup, annotated - select for diffs
Mon Mar 24 13:05:15 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.15: preferred, colored
Changes since revision 1.125.2.15.2.15: +5 -5 lines
all linked
todo: debug

Revision 1.125.2.15.2.15: download - view: text, markup, annotated - select for diffs
Mon Mar 24 11:59:08 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.14: preferred, colored
Changes since revision 1.125.2.15.2.14: +5 -5 lines
pa_value.C compiled

Revision 1.125.2.15.2.14: download - view: text, markup, annotated - select for diffs
Mon Mar 24 11:45:28 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.13: preferred, colored
Changes since revision 1.125.2.15.2.13: +7 -7 lines
table.C compiled

Revision 1.125.2.15.2.13: download - view: text, markup, annotated - select for diffs
Mon Mar 24 11:22:48 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.12: preferred, colored
Changes since revision 1.125.2.15.2.12: +101 -112 lines
string.C compiled

Revision 1.125.2.15.2.12: download - view: text, markup, annotated - select for diffs
Mon Mar 24 11:05:27 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.11: preferred, colored
Changes since revision 1.125.2.15.2.11: +4 -4 lines
op.C compiled

Revision 1.125.2.15.2.11: download - view: text, markup, annotated - select for diffs
Mon Mar 24 10:31:17 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.10: preferred, colored
Changes since revision 1.125.2.15.2.10: +4 -5 lines
mail.C compiled

Revision 1.125.2.15.2.10: download - view: text, markup, annotated - select for diffs
Mon Mar 24 10:21:28 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.9: preferred, colored
Changes since revision 1.125.2.15.2.9: +7 -7 lines
image.C compiled

Revision 1.125.2.15.2.9: download - view: text, markup, annotated - select for diffs
Mon Mar 24 09:54:41 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.8: preferred, colored
Changes since revision 1.125.2.15.2.8: +3 -3 lines
hash.C compiled

Revision 1.125.2.15.2.8: download - view: text, markup, annotated - select for diffs
Mon Mar 24 09:39:54 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.7: preferred, colored
Changes since revision 1.125.2.15.2.7: +25 -25 lines
file.C
table.C compiled

Revision 1.125.2.15.2.7: download - view: text, markup, annotated - select for diffs
Fri Mar 21 13:42:27 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.6: preferred, colored
Changes since revision 1.125.2.15.2.6: +37 -37 lines
introducing StringBody [C++ CORD wrapper]

Revision 1.125.2.15.2.6: download - view: text, markup, annotated - select for diffs
Thu Mar 20 14:19:08 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.5: preferred, colored
Changes since revision 1.125.2.15.2.5: +4 -4 lines
more tests OK

Revision 1.125.2.15.2.5: download - view: text, markup, annotated - select for diffs
Thu Mar 20 09:41:45 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.4: preferred, colored
Changes since revision 1.125.2.15.2.4: +2 -2 lines
untaint.C 99% [except mail&sql&optimize]

Revision 1.125.2.15.2.4: download - view: text, markup, annotated - select for diffs
Thu Mar 20 08:11:12 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.3: preferred, colored
Changes since revision 1.125.2.15.2.3: +5 -5 lines
untaint.C 30%,
pa_common.C [done, without http for now]

Revision 1.125.2.15.2.3: download - view: text, markup, annotated - select for diffs
Wed Mar 19 12:22:35 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.2: preferred, colored
Changes since revision 1.125.2.15.2.2: +2 -2 lines
string reimplementation with cord+array<fragment>: 70%

Revision 1.125.2.15.2.2: download - view: text, markup, annotated - select for diffs
Tue Mar 18 16:00:06 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.125.2.15.2.1: preferred, colored
Changes since revision 1.125.2.15.2.1: +1 -15 lines
lots of replacements,
todo:we can ignore lang in cmp and pos really,
		but would split properly!

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

Revision 1.125.2.15: download - view: text, markup, annotated - select for diffs
Sat Mar 8 12:22:06 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.125.2.14: preferred, colored; branchpoint 1.125: preferred, colored; next MAIN 1.126: preferred, colored
Changes since revision 1.125.2.14: +5 -6 lines
started full-scale-site-test [~ http://parser.ru sources]

some fixes

Revision 1.125.2.14: download - view: text, markup, annotated - select for diffs
Wed Mar 5 16:58:24 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.125.2.13: preferred, colored; branchpoint 1.125: preferred, colored
Changes since revision 1.125.2.13: +8 -9 lines
String::match bug fixed

Revision 1.125.2.13: download - view: text, markup, annotated - select for diffs
Wed Mar 5 11:57:36 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.125.2.12: preferred, colored; branchpoint 1.125: preferred, colored
Changes since revision 1.125.2.12: +4 -3 lines
gcc more happy. todo:make linker happy

Revision 1.125.2.12: download - view: text, markup, annotated - select for diffs
Wed Feb 26 11:29:56 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.125.2.11: preferred, colored; branchpoint 1.125: preferred, colored
Changes since revision 1.125.2.11: +2 -2 lines
methoded_array now contains all Mxxx classes
SAPI::get_env now returns info on pool
more tests

Revision 1.125.2.11: download - view: text, markup, annotated - select for diffs
Mon Feb 24 15:36:33 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.125.2.10: preferred, colored; branchpoint 1.125: preferred, colored
Changes since revision 1.125.2.10: +2 -2 lines
match bug fixed

Revision 1.125.2.10: download - view: text, markup, annotated - select for diffs
Thu Feb 20 14:53:34 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.125.2.9: preferred, colored; branchpoint 1.125: preferred, colored
Changes since revision 1.125.2.9: +47 -47 lines
string cmp fixed

Revision 1.125.2.9: download - view: text, markup, annotated - select for diffs
Mon Feb 17 17:05:02 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.125.2.8: preferred, colored; branchpoint 1.125: preferred, colored
Changes since revision 1.125.2.8: +2 -2 lines
fixed all remained bugs of unitialized simple-typed field

Revision 1.125.2.8: download - view: text, markup, annotated - select for diffs
Fri Feb 14 16:52:20 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.125.2.7: preferred, colored; branchpoint 1.125: preferred, colored
Changes since revision 1.125.2.7: +13 -2 lines
op compiled

Revision 1.125.2.7: download - view: text, markup, annotated - select for diffs
Fri Feb 14 12:59:09 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.125.2.6: preferred, colored; branchpoint 1.125: preferred, colored
Changes since revision 1.125.2.6: +159 -178 lines
string, response compiled

Revision 1.125.2.6: download - view: text, markup, annotated - select for diffs
Thu Feb 6 15:33:14 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.125.2.5: preferred, colored; branchpoint 1.125: preferred, colored
Changes since revision 1.125.2.5: +2 -2 lines
image compiled

Revision 1.125.2.5: download - view: text, markup, annotated - select for diffs
Tue Feb 4 15:15:02 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.125.2.4: preferred, colored; branchpoint 1.125: preferred, colored
Changes since revision 1.125.2.4: +12 -12 lines
date compiled

Revision 1.125.2.4: download - view: text, markup, annotated - select for diffs
Tue Feb 4 14:12:42 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.125.2.3: preferred, colored; branchpoint 1.125: preferred, colored
Changes since revision 1.125.2.3: +3 -1 lines
int compiled

Revision 1.125.2.3: download - view: text, markup, annotated - select for diffs
Tue Feb 4 14:04:46 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.125.2.2: preferred, colored; branchpoint 1.125: preferred, colored
Changes since revision 1.125.2.2: +46 -46 lines
void  compiled :)

Revision 1.125.2.2: download - view: text, markup, annotated - select for diffs
Fri Jan 31 14:03:52 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.125.2.1: preferred, colored; branchpoint 1.125: preferred, colored
Changes since revision 1.125.2.1: +3 -3 lines
most pa_request compiled

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

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

Revision 1.124: download - view: text, markup, annotated - select for diffs
Mon Dec 9 12:19:16 2002 UTC (23 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007, release_3_0_0006
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +22 -11 lines
changed exception handling mech in sql handlers #2

Revision 1.123: download - view: text, markup, annotated - select for diffs
Mon Dec 9 11:07:39 2002 UTC (23 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +4 -4 lines
changed exception handling mech in sql handlers

Revision 1.122: download - view: text, markup, annotated - select for diffs
Tue Oct 29 10:19:40 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +2 -2 lines
changed string.save to pass current sql connection to cstr
thus one can
^connect[some server]{
     $s[insert into table x (x) values (^taint[sql]{value})]
     ^s.save[some.sql]
}
and he'd get in some.sql file code with properly escaped.
[tried in mssql->mysql export->import of binary data]

Revision 1.121: download - view: text, markup, annotated - select for diffs
Wed Oct 9 11:49:14 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +15 -7 lines
^string.int[] now failes on empty string [or uses (default)]

Revision 1.120: download - view: text, markup, annotated - select for diffs
Wed Sep 18 08:52:49 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +16 -16 lines
pa_request contexts made privated, plus get_{self/method_frame} to read.
Request_context_saver used in ^try to save flang too.
[were not saved]

Revision 1.119: download - view: text, markup, annotated - select for diffs
Thu Aug 29 12:22:46 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +4 -3 lines
junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
request.root renamed to method_frame [more easyreading]
ancient {...PUSH/POPs...} changed to stack vars [speed up]

Revision 1.118: download - view: text, markup, annotated - select for diffs
Wed Aug 28 10:53:58 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +112 -31 lines
^string.split[delim[;options]]

Revision 1.117: download - view: text, markup, annotated - select for diffs
Thu Aug 15 10:38:18 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +5 -11 lines
fixed source of ^hash::sql{bad}

Revision 1.116: download - view: text, markup, annotated - select for diffs
Wed Aug 7 13:54:23 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +3 -3 lines
^string.mid(0;bad) fixed

Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Aug 6 12:48:14 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -2 lines
sql options can be string now
^xxx:sql{...}[
#  $.default()
}

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

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

Revision 1.112: download - view: text, markup, annotated - select for diffs
Tue Jun 25 14:28:57 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0004
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +4 -4 lines
^string.normalize  [old name: optimize

Revision 1.111: download - view: text, markup, annotated - select for diffs
Wed Apr 24 13:17:13 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.110: preferred, colored
Changes since revision 1.110: +1 -2 lines
no message

Revision 1.110: download - view: text, markup, annotated - select for diffs
Tue Apr 23 10:30:03 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +4 -2 lines
int/double/string:sql{}[$.default{code}]
fixed [were barking: "junction used outside of context"]

Revision 1.109: 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
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +15 -10 lines
^string.optimize[]

Revision 1.108: download - view: text, markup, annotated - select for diffs
Mon Apr 22 14:10:55 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +4 -4 lines
optimize removed from string .left/right/pos

Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Apr 22 14:10:38 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +4 -4 lines
optimize removed from string .left/right/pos

Revision 1.106: 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.105: preferred, colored
Changes since revision 1.105: +19 -15 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.105: download - view: text, markup, annotated - select for diffs
Fri Apr 19 08:54:35 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +11 -15 lines
VTable removed from each String::match replace iteration, and made stacked
sizeof(VTable)=12bytes economy on each replace code

Revision 1.104: 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.103: preferred, colored
Changes since revision 1.103: +11 -12 lines
string.match[]['] option enables generation of $match.prematch .match .postmatch columns

Revision 1.103: download - view: text, markup, annotated - select for diffs
Thu Apr 18 10:51:00 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +6 -21 lines
removed Value::fname

Revision 1.102: download - view: text, markup, annotated - select for diffs
Mon Apr 15 11:34:24 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +13 -16 lines
removed absolutely unnecessary VString shells

Revision 1.101: download - view: text, markup, annotated - select for diffs
Mon Apr 15 10:35:21 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -2 lines
StringOrValue wcontext result, now ready for dual writes

Revision 1.100: download - view: text, markup, annotated - select for diffs
Thu Apr 11 13:33:39 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -1 lines
Request::process_internal codeFrame & wwrapper stacked [not wasting  heap anymore]

Revision 1.99: download - view: text, markup, annotated - select for diffs
Wed Apr 10 09:53:14 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +11 -12 lines
killed Request::process() wrapping VString(String) in case we need only String

Revision 1.98: download - view: text, markup, annotated - select for diffs
Wed Mar 27 15:30:34 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +9 -9 lines
assigned exception types

Revision 1.97: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:30:10 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -2 lines
name spelling

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

Revision 1.95: download - view: text, markup, annotated - select for diffs
Thu Feb 7 11:31:53 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +6 -5 lines
^int/double/string.format
now can be called with normal [] brackets, not stupid {} as it were implemented for some strange reason.
retaining backward compatibility due to some already-implemented servers

Revision 1.94: download - view: text, markup, annotated - select for diffs
Fri Jan 25 11:33:45 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -3 lines
removed redundant pool param to some pa_common funcs

Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Jan 16 10:28:33 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +4 -9 lines
auto closers to sql_connection, stylesheet_connection
auto destroyers to remaining gnome objects

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sat Dec 15 21:28:18 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +4 -4 lines
introducing Charset

Revision 1.91: download - view: text, markup, annotated - select for diffs
Thu Dec 13 13:01:44 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -2 lines
change msg '... code is not code'

Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Nov 9 12:09:53 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -2 lines
xdoc::set{code} now untaints param properly

Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Nov 9 11:59:13 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +3 -2 lines
string.save now does untainting before saving

Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Nov 5 11:46:21 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -2 lines
$status:db
fixed used not initialized in db_connection & db_table

Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Oct 31 14:01:44 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +17 -6 lines
^string.save[[append;]path]

Revision 1.86: 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.85: preferred, colored
Changes since revision 1.85: +3 -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.85: download - view: text, markup, annotated - select for diffs
Tue Oct 23 14:43:44 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2 lines
^hashfile.hash[]

Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Oct 19 12:43:30 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +24 -44 lines
switched to c++ exceptions 0

Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Oct 17 15:44:47 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +5 -3 lines
string::mid fixed, string.mid n functionality preserved

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Oct 16 14:49:16 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +3 -3 lines
$string.mid(p[;n])

Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Oct 12 12:48:22 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +24 -21 lines
sql{}[$.default[({})]] handling changed:
now type of default param analized always, not only at problem time,
thus helping early problem spotting

Revision 1.80: 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.79: preferred, colored
Changes since revision 1.79: +2 -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.79: download - view: text, markup, annotated - select for diffs
Tue Oct 9 13:23:25 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +17 -1 lines
^string.save[file]

Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Oct 9 07:06:00 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +5 -5 lines
lots of params->as_int/double/as_string/as_junction/as_no_junction messages added

Revision 1.77: download - view: text, markup, annotated - select for diffs
Mon Oct 8 16:42:06 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +3 -3 lines
params->as_int/double message added

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Sep 30 09:56:43 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +4 -4 lines
started ctype with unicode values

Revision 1.75: 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.74: preferred, colored
Changes since revision 1.74: +2 -2 lines
added ident.awk and main.dsp splitted to main+classes+types along to .am

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:11:13 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +3 -2 lines
few #ifndef DOXYGEN

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Sep 5 15:05:27 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +12 -11 lines
sql options can be void [same as image:html the other day]

Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Aug 31 09:26:12 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +45 -8 lines
string:int/double (defaults)

Revision 1.71: 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.70: preferred, colored
Changes since revision 1.70: +18 -1 lines
pa_directory speeded up. moved zero 'from' check to directory constructor.
string:replace

Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Aug 7 13:54:13 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +38 -13 lines
!^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
string, table

Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Aug 2 09:58:33 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +4 -4 lines
introducing Array_iter

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Jul 27 12:59:36 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +11 -6 lines
provided meaningful msg on int/double/string :sql without result and default

Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Jul 26 12:25:37 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +4 -6 lines
fixing :: realization #1

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Jul 25 09:57:33 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +4 -3 lines
match replace code context moved to implicit $match context

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Jul 23 11:19:25 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +46 -24 lines
changed sql driver query interface

Revision 1.64: 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.63: preferred, colored
Changes since revision 1.63: +9 -7 lines
only ^class:method dynamic calls allowed.
^BASE.method call disabled.
BASE element globally removed

Revision 1.63: 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.62: preferred, colored
Changes since revision 1.62: +7 -3 lines
$ORIGINS(1) output tracing mode

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Jul 13 12:13:50 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +22 -15 lines
auto.p[@auto], /news/auto.p[no @auto], so that initializing second would not call first @auto

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Jul 11 16:32:13 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +23 -13 lines
lr split now yelds table $piece

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Jul 9 16:13:17 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +9 -11 lines
date format 0

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Jul 7 16:38:01 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +9 -9 lines
date  now set $fields roll string.  todo: sql, calendar

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Jun 28 07:44:17 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -3 lines
*/
static const char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp $";

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Jun 28 07:41:59 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -1 lines
static char *RCSId="$Id$";

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Jun 28 07:23:59 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +3 -3 lines
exactly one

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon May 21 17:11:57 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -3 lines
'unknown' renamed to 'nothing'

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon May 21 16:55:52 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -5 lines
int,double;sql

Revision 1.53: 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.52: preferred, colored
Changes since revision 1.52: +75 -2 lines
started int:sql

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat May 19 18:35:40 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -2 lines
root context in match replace body now unchanged

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat May 19 16:37:39 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
z

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu May 17 19:33:32 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
#include "pa_config_includes.h"
removed from most .C

Revision 1.49: 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.48: preferred, colored
Changes since revision 1.48: +22 -1 lines
^string.upper|lower[]

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri May 11 17:45:10 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
op: MAX_LOOPS
as_int

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue May 8 06:07:47 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +13 -10 lines
int,double,string:int[] double[] string:length[] results now have hames

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon May 7 15:31:36 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -5 lines
method reported errors on wrong pool

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon May 7 13:29:47 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -4 lines
dox, split by not clean parts also

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri May 4 10:42:37 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
removed m- method dox

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Apr 28 15:22:39 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
renamed pa_methoded back to classes/classes.h

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Apr 28 13:49:13 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
classes/classes renamet to include|main/pa_methoded

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Apr 28 08:43:48 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +37 -17 lines
Methoded reorganized. todo: methoded-configure

Revision 1.40.2.3: download - view: text, markup, annotated - select for diffs
Sat Apr 28 07:27:32 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.40.2.2: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40.2.2: +15 -15 lines
beautifying just compiled. todo: debug, configure

Revision 1.40.2.2: download - view: text, markup, annotated - select for diffs
Fri Apr 27 16:48:21 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.40.2.1: preferred, colored
Changes since revision 1.40.2.1: +2 -2 lines
beautifying -100

Revision 1.40.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 27 15:19:24 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +26 -6 lines
started beautifying

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Apr 26 14:55:13 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
code documentation ++

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Apr 20 14:18:29 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -3 lines
$MAIN:LOCALE

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Apr 15 13:12:18 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +26 -41 lines
MethodParams everywhere

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Apr 8 13:11:15 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -5 lines
uuencode. string<<

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Apr 5 18:22:57 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +7 -7 lines
junction to code&expression in errors

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Apr 4 10:50:33 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +5 -5 lines
connect&sql -1000 just compiled

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Apr 3 17:43:49 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +7 -5 lines
string:match replace assigned lang

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Apr 3 17:15:06 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -5 lines
grammar: fixed to allow {}[]< empty []

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Apr 3 17:01:01 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +12 -15 lines
string:match replace 2.  string.cstr(forced lang)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Apr 3 16:34:26 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +14 -9 lines
string:match replace strange matches

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Apr 3 15:54:46 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +16 -3 lines
string:match replace 0

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Apr 3 15:35:23 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +13 -9 lines
string:match replace prepared 2

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Apr 3 15:25:07 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +24 -14 lines
string:match replace prepared

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Apr 3 15:07:31 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +51 -14 lines
string:match replace -11

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Apr 3 14:38:58 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +14 -8 lines
string:match 0

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Apr 3 09:58:07 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +15 -4 lines
string:match [search] -1 just compiled

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Apr 3 08:23:06 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +34 -7 lines
string:match -10 [frame]

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Apr 3 05:23:37 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -18 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.22: download - view: text, markup, annotated - select for diffs
Fri Mar 30 05:51:12 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +11 -11 lines
static|dynamic|any method registration

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Mar 29 17:44:38 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +13 -14 lines
string:xsplit forgot that they must result in 1 row N column [not vice versa]

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Mar 29 17:34:26 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +7 -6 lines
z

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Mar 29 17:32:57 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +40 -14 lines
string: rsplit

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Mar 29 17:23:18 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +16 -14 lines
string: lsplit

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Mar 29 17:11:39 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +38 -3 lines
string: lsplit -1

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Mar 29 15:36:14 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +19 -6 lines
string: pos -1

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Mar 29 15:00:19 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +36 -4 lines
string: left right mid

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Mar 29 09:31:42 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -1 lines
empty params allowed. [] and [;] are different now.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Mar 27 16:35:52 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
sort 0

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Mar 18 13:38:45 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -3 lines
convinient string(pool, char *src, bool tainted) ctor

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Mar 13 17:17:25 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -6 lines
z

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Mar 13 13:43:28 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
$ENV: re 0, stateless classes

Revision 1.9.4.1: download - view: text, markup, annotated - select for diffs
Tue Mar 13 13:39:55 2001 UTC (25 years, 2 months ago) by paf
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +3 -3 lines
$ENV: re 0, stateless classes

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Mar 12 22:21:01 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +19 -1 lines
int doube string ^format

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Mar 12 21:18:00 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
^for

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Mar 12 09:08:46 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
^process. actual names to store param and  check_actual_numbered_params for better place diagnostics

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Mar 11 12:04:43 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -33 lines
^untaint 0

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Mar 11 08:16:31 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
headers updated

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Mar 10 16:34:33 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -1 lines
sources header

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Mar 10 12:12:49 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
tainting 0

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Mar 10 11:03:47 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -8 lines
^lang prepare0

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Mar 9 08:19:46 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
Int and Double classes with ^int[] and ^double[]. fixed expr type

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: