CVS log for parser3/src/types/pa_vdouble.h
Up to [parser3project] / parser3 / src / types
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.79: download - view: text, markup, annotated - select for diffs
Sat Apr 25 13:38:46 2026 UTC (5 weeks, 3 days ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.78: preferred, unified
Changes since revision 1.78: +2 -2 lines
Copyright year updated, websites links changed to https://
Revision 1.78: 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.77: preferred, unified
Changes since revision 1.77: +4 -3 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.77: download - view: text, markup, annotated - select for diffs
Mon Nov 4 03:53:25 2024 UTC (18 months, 4 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1,
release_3_5_0
Diff to: previous 1.76: preferred, unified
Changes since revision 1.76: +2 -2 lines
Copyright year updated
Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Nov 16 23:54:55 2023 UTC (2 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.75: preferred, unified
Changes since revision 1.75: +4 -4 lines
clip2int,clip2uint added to sync double->int overflow behavour under different architectures (fixes bug #1232)
Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu Oct 5 01:28:08 2023 UTC (2 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.74: preferred, unified
Changes since revision 1.74: +2 -12 lines
+ VSimple_stateless_object, "element can not be fetched from" for them, "field not found" for all other types (related to bug #1227)
Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Oct 2 02:58:01 2023 UTC (2 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.73: preferred, unified
Changes since revision 1.73: +1 -10 lines
"Source: <method name>, Comment: <type> method not found" exception now thrown for all dynamic objects instead of "undefined method" without class name (implements feature #1080)
Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Sep 28 01:46:02 2023 UTC (2 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.72: preferred, unified
Changes since revision 1.72: +21 -2 lines
$int.field and $double.field now throws exception as $non-empty-string.field (fixes bug #1227)
Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Sep 26 20:49:12 2023 UTC (2 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.71: preferred, unified
Changes since revision 1.71: +3 -3 lines
copyright, authors actualized
Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Dec 15 17:10:39 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_6
Diff to: previous 1.70: preferred, unified
Changes since revision 1.70: +2 -2 lines
Copyright year updated
Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu May 25 12:23:36 2017 UTC (9 years ago) by moko
Branches: MAIN
Diff to: previous 1.69: preferred, unified
Changes since revision 1.69: +2 -2 lines
isfinite now checked in configure
Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue May 23 16:52:08 2017 UTC (9 years ago) by moko
Branches: MAIN
Diff to: previous 1.68: preferred, unified
Changes since revision 1.68: +5 -1 lines
finite returned where isfinite not defined
Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon May 22 16:28:16 2017 UTC (9 years ago) by moko
Branches: MAIN
Diff to: previous 1.67: preferred, unified
Changes since revision 1.67: +2 -2 lines
warning war: finine() -> isfinite() 4OSX
Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Feb 8 13:05:46 2017 UTC (9 years, 3 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_5
Diff to: previous 1.66: preferred, unified
Changes since revision 1.66: +2 -2 lines
warning war: gcc 6.x issues fixed
Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Feb 7 22:00:47 2017 UTC (9 years, 3 months ago) by moko
Branches: MAIN
Diff to: previous 1.65: preferred, unified
Changes since revision 1.65: +2 -2 lines
Copyright year: 2015->2017
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Dec 4 22:49:02 2016 UTC (9 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.64: preferred, unified
Changes since revision 1.64: +2 -2 lines
negative zero (-0) now converted to 0 (fixes bug #1114)
Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Nov 20 20:45:28 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.63: preferred, unified
Changes since revision 1.63: +2 -3 lines
whitespace
Revision 1.63: 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.62: preferred, unified
Changes since revision 1.62: +17 -2 lines
finite(double) check added to disallow NaN and Infinity (fixes bug #1049)
Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:22:01 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.61: preferred, unified
Changes since revision 1.61: +2 -2 lines
Copyright year updated
Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Apr 6 22:27:27 2015 UTC (11 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.60: preferred, unified
Changes since revision 1.60: +2 -2 lines
new(UseGC) replaced with new, malloc/strdup/free replaced with pa_ version and checks for accidental use of non-pa_ version added (related to issue #1018)
Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Mar 7 22:39:57 2013 UTC (13 years, 2 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_3
Diff to: previous 1.59: preferred, unified
Changes since revision 1.59: +2 -8 lines
%.15g now used to format doubles instead of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon May 28 19:47:52 2012 UTC (14 years ago) by moko
Branches: MAIN
CVS tags: release_3_4_2
Diff to: previous 1.58: preferred, unified
Changes since revision 1.58: +2 -2 lines
^json:string[$o; $.default[$method]] implemented for VObject (new feature #803)
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon May 28 10:33:19 2012 UTC (14 years ago) by moko
Branches: MAIN
Diff to: previous 1.57: preferred, unified
Changes since revision 1.57: +14 -3 lines
pa_atoui added for out of range checks, zero division in vint/vdouble check added ( fixes #832 )
Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed May 23 16:26:40 2012 UTC (14 years ago) by moko
Branches: MAIN
Diff to: previous 1.56: preferred, unified
Changes since revision 1.56: +2 -2 lines
bool "return string as-is" removed from as_expr_result. ( new feature: #831 )
Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Mar 16 09:24:17 2012 UTC (14 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.55: preferred, unified
Changes since revision 1.55: +2 -2 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated
Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Sep 16 23:33:52 2010 UTC (15 years, 8 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_1
Diff to: previous 1.54: preferred, unified
Changes since revision 1.54: +3 -1 lines
- method get_json_string was added to Value & Co
Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed May 13 07:35:27 2009 UTC (17 years ago) by misha
Branches: MAIN
CVS tags: release_3_4_0
Diff to: previous 1.53: preferred, unified
Changes since revision 1.53: +3 -3 lines
- result optimisation
- helper_length parameter removed from string constructors
Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Mar 14 10:58:04 2007 UTC (19 years, 2 months ago) by misha
Branches: MAIN
CVS tags: release_3_3_0,
release_3_2_3,
release_3_2_2
Diff to: previous 1.52: preferred, unified
Changes since revision 1.52: +5 -2
lines
no message
Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Nov 15 11:02:36 2006 UTC (19 years, 6 months ago) by misha
Branches: MAIN
Diff to: previous 1.51: preferred, unified
Changes since revision 1.51: +2 -2
lines
abs -> fabs
Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Nov 14 10:39:21 2006 UTC (19 years, 6 months ago) by misha
Branches: MAIN
Diff to: previous 1.50: preferred, unified
Changes since revision 1.50: +2 -2
lines
- incorrect frac detection with negative values was fixed
Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Nov 21 10:13:43 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.49: preferred, unified
Changes since revision 1.49: +2 -2
lines
+ merged: expression literals: true/false. ^format[$.indent(true)]
Revision 1.46.8.5: download - view: text, markup, annotated - select for diffs
Mon Nov 21 09:47:35 2005 UTC (20 years, 6 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: previous 1.46.8.4: preferred, unified; branchpoint 1.46: preferred, unified; next MAIN 1.47: preferred, unified
Changes since revision 1.46.8.4: +2 -2
lines
+ expression literals: true/false. ^format[$.indent(true)]
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:14:54 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.48: preferred, unified
Changes since revision 1.48: +2 -2
lines
2005
Revision 1.46.8.4: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:12:50 2005 UTC (20 years, 9 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.46.8.3: preferred, unified; branchpoint 1.46: preferred, unified
Changes since revision 1.46.8.3: +3 -1
lines
merged from HEAD ! simplified (double) speedup consequent checks in vmethod_frame
Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:05:09 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.47: preferred, unified
Changes since revision 1.47: +3 -1
lines
+ ^call[$void] param inside now is void (were: empty string)
! simplified (double) speedup consequent checks in vmethod_frame
Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Aug 8 11:19:31 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.46: preferred, unified
Changes since revision 1.46: +12 -3
lines
merged . double values without fractional part now default printed as %.0f instead of %g
Revision 1.46.8.3: download - view: text, markup, annotated - select for diffs
Mon Aug 8 11:18:00 2005 UTC (20 years, 9 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.46.8.2: preferred, unified; branchpoint 1.46: preferred, unified
Changes since revision 1.46.8.2: +8 -2
lines
. double values without fractional part now default printed as %.0f instead of %g
Revision 1.46.8.2: download - view: text, markup, annotated - select for diffs
Fri Aug 5 14:13:41 2005 UTC (20 years, 10 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.46.8.1: preferred, unified; branchpoint 1.46: preferred, unified
Changes since revision 1.46.8.1: +5 -2
lines
+ optimized ^call(vdouble), no junction creation, no calls later
Revision 1.46.8.1: download - view: text, markup, annotated - select for diffs
Fri Aug 5 13:03:04 2005 UTC (20 years, 10 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.46: preferred, unified
Changes since revision 1.46: +2 -2
lines
. 2005 ;)
Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Oct 15 10:54:32 2004 UTC (21 years, 7 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4
Branch point for: release_3_1_5
Diff to: previous 1.45: preferred, unified
Changes since revision 1.45: +2 -2
lines
bugfix: ^for[i](1;1.5){} << did two cycles(i=1; i=2), which was wrong, now does ONE
Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Feb 11 15:33:17 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_3,
release_3_1_2
Diff to: previous 1.44: preferred, unified
Changes since revision 1.44: +2 -2
lines
2004
Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:34:28 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.43: preferred, unified
Changes since revision 1.43: +1 -1
lines
static const char * const IDENT
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jul 24 11:31:25 2003 UTC (22 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_1,
release_3_1_0
Diff to: previous 1.42: preferred, unified
Changes since revision 1.42: +18 -24
lines
moved tempate_gc to HEAD
Revision 1.42.2.9.2.3: download - view: text, markup, annotated - select for diffs
Wed Apr 2 09:32:12 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.42.2.9.2.2: preferred, unified; next MAIN 1.42.4.1: preferred, unified
Changes since revision 1.42.2.9.2.2: +2 -2
lines
more locally scoped vars in execute (more easily optimizable)
Revision 1.42.2.9.2.2: download - view: text, markup, annotated - select for diffs
Fri Mar 21 13:42:33 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.42.2.9.2.1: preferred, unified
Changes since revision 1.42.2.9.2.1: +8 -13
lines
introducing StringBody [C++ CORD wrapper]
Revision 1.42.2.9.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 18 15:14:21 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.42.2.9: preferred, unified
Changes since revision 1.42.2.9: +5 -5
lines
started porting to gc:
PA_Object done
lots of replacements also
Revision 1.42.4.1: download - view: text, markup, annotated - select for diffs
Mon Mar 17 14:48:06 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.42: preferred, unified; next MAIN 1.43: preferred, unified
Changes since revision 1.42: +2 -2
lines
libgc attempt
Revision 1.42.2.9: download - view: text, markup, annotated - select for diffs
Mon Feb 17 17:05:04 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.42.2.8: preferred, unified; branchpoint 1.42: preferred, unified; next MAIN 1.43: preferred, unified
Changes since revision 1.42.2.8: +2 -2
lines
fixed all remained bugs of unitialized simple-typed field
Revision 1.42.2.8: download - view: text, markup, annotated - select for diffs
Tue Feb 4 14:12:43 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.42.2.7: preferred, unified; branchpoint 1.42: preferred, unified
Changes since revision 1.42.2.7: +3 -3
lines
int compiled
Revision 1.42.2.7: download - view: text, markup, annotated - select for diffs
Mon Feb 3 15:57:44 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.42.2.6: preferred, unified; branchpoint 1.42: preferred, unified
Changes since revision 1.42.2.6: +2 -2
lines
started gcc compiling
pa_common compiled
Revision 1.42.2.6: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:34:42 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.42.2.5: preferred, unified; branchpoint 1.42: preferred, unified
Changes since revision 1.42.2.5: +3 -3
lines
grammar compiled
Revision 1.42.2.5: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:10:49 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.42.2.4: preferred, unified; branchpoint 1.42: preferred, unified
Changes since revision 1.42.2.4: +3 -3
lines
ConstStringPtr died, long live StringPtr
Revision 1.42.2.4: download - view: text, markup, annotated - select for diffs
Wed Jan 29 11:06:44 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.42.2.3: preferred, unified; branchpoint 1.42: preferred, unified
Changes since revision 1.42.2.3: +10 -7
lines
vrequest,vdouble,vint compiled
Revision 1.42.2.3: download - view: text, markup, annotated - select for diffs
Wed Jan 29 09:16:16 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.42.2.2: preferred, unified; branchpoint 1.42: preferred, unified
Changes since revision 1.42.2.2: +5 -1
lines
vmath compiled
Revision 1.42.2.2: download - view: text, markup, annotated - select for diffs
Tue Jan 28 10:23:32 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.42.2.1: preferred, unified; branchpoint 1.42: preferred, unified
Changes since revision 1.42.2.1: +2 -2
lines
common compiled
Revision 1.42.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 24 14:36:11 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.42: preferred, unified
Changes since revision 1.42: +12 -20
lines
more patched
Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Jan 21 15:51:18 2003 UTC (23 years, 4 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_8
Diff to: previous 1.41: preferred, unified
Changes since revision 1.41: +2 -2
lines
2002->2003
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Sep 23 14:09:25 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007,
release_3_0_0006
Diff to: previous 1.40: preferred, unified
Changes since revision 1.40: +2 -2
lines
double->int round added
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Aug 12 10:32:53 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.39: preferred, unified
Changes since revision 1.39: +1 -6
lines
killed VAliased [redundant], moved $CLASS to VObject only [parser class instance]
Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:41:22 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0005
Diff to: previous 1.38: preferred, unified
Changes since revision 1.38: +1 -1
lines
$Date: now$
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:26:54 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.37: preferred, unified
Changes since revision 1.37: +2 -2
lines
ident.C* removed
Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Apr 18 15:33:33 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
CVS tags: release_3_0_0004,
release_3_0_0003,
release_3_0_0002,
release_1_0_0001
Diff to: previous 1.36: preferred, unified
Changes since revision 1.36: +4 -2
lines
fclass_real lowered from VStateless_class to VObject
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Apr 18 10:51:01 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.35: preferred, unified
Changes since revision 1.35: +3 -3
lines
removed Value::fname
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Apr 9 08:10:37 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.34: preferred, unified
Changes since revision 1.34: +8 -3
lines
int/double get_string now not pool.malloc(MAX_NUMBER) but really neaded
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Mar 18 08:16:15 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.33: preferred, unified
Changes since revision 1.33: +1 -3
lines
removed some tested @tests
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Feb 18 15:33:38 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.32: preferred, unified
Changes since revision 1.32: +2 -5
lines
since we have in_expression
removed that trick i've installed into double::as_string
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:30:19 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.31: preferred, unified
Changes since revision 1.31: +2 -2
lines
name spelling
Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Feb 8 07:27:52 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.30: preferred, unified
Changes since revision 1.30: +2 -2
lines
2002
Revision 1.28.14.1: download - view: text, markup, annotated - select for diffs
Wed Jan 23 13:47:36 2002 UTC (24 years, 4 months ago) by paf
Diff to: previous 1.28: preferred, unified; next MAIN 1.29: preferred, unified
Changes since revision 1.28: +5 -2
lines
double prec. todo: get rid of twice-converting
Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jan 23 13:32:11 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.29: preferred, unified
Changes since revision 1.29: +9 -3
lines
%.20E now float format when %g produced 'e' in output
this is for regretful twice-converting here:
$a(double value) when they write double falue they convert it to string first,
thus %g were losing precesion.
todo: think up some way to remove double->string string->double twice-converting
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Jan 23 13:07:53 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.28: preferred, unified
Changes since revision 1.28: +2 -2
lines
%.20E now default float format
this is for regretful twice-converting here:
$a(double value) when they write double falue they convert it to string first,
thus %g were losing precesion.
todo: think up some way to remove double->string string->double twice-converting
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Nov 5 11:46:32 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.27: preferred, unified
Changes since revision 1.27: +2 -2
lines
$status:db
fixed used not initialized in db_connection & db_table
Revision 1.27: 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.26: preferred, unified
Changes since revision 1.26: +2 -2
lines
switched to c++ exceptions 0
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Sep 26 10:32:26 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.25: preferred, unified
Changes since revision 1.25: +1 -2
lines
added ident.awk and main.dsp splitted to main+classes+types along to .am
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Sep 24 14:34:25 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.24: preferred, unified
Changes since revision 1.24: +4 -4
lines
merged3 with before_xml
[merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
Revision 1.24.4.1: download - view: text, markup, annotated - select for diffs
Thu Sep 20 07:47:50 2001 UTC (24 years, 8 months ago) by parser
Diff to: previous 1.24: preferred, unified; next MAIN 1.25: preferred, unified
Changes since revision 1.24: +4 -4
lines
some 'const's added
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Aug 20 13:22:05 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.23: preferred, unified
Changes since revision 1.23: +3 -3
lines
$var(123) ^var.inc[] recousively caused problems: inc incremeted 123 literal!! fixed
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jul 25 12:46:45 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.22: preferred, unified
Changes since revision 1.22: +4 -3
lines
odbc: no result queries; quote.
optimized double&int tostring-s
Revision 1.22: 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.21: preferred, unified
Changes since revision 1.21: +4 -2
lines
$ORIGINS(1) output tracing mode
Revision 1.21: 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.20: preferred, unified
Changes since revision 1.20: +3 -1
lines
op: MAX_LOOPS
as_int
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon May 7 14:00:53 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.19: preferred, unified
Changes since revision 1.19: +1 -2
lines
pa_code.h
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Apr 28 15:22:50 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +2 -2
lines
renamed pa_methoded back to classes/classes.h
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Apr 28 13:49:26 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +2 -2
lines
classes/classes renamet to include|main/pa_methoded
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Apr 28 08:44:15 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +4 -2
lines
Methoded reorganized. todo: methoded-configure
Revision 1.16.2.2: download - view: text, markup, annotated - select for diffs
Sat Apr 28 07:27:46 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.16.2.1: preferred, unified; next MAIN 1.17: preferred, unified
Changes since revision 1.16.2.1: +3 -2
lines
beautifying just compiled. todo: debug, configure
Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 27 16:48:32 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +3 -2
lines
beautifying -100
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Apr 26 15:01:51 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +2 -2
lines
code documentation ++
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Apr 2 16:00:16 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +2 -2
lines
string::pos. about to use it in table:set/load
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Mar 27 16:35:56 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +4 -4
lines
sort 0
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Mar 27 15:43:21 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +3 -3
lines
renamed to are_static_calls_disabled
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Mar 27 15:37:54 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +2 -2
lines
continue on sort
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Mar 26 09:09:48 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +12 -8
lines
z
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Mar 26 08:27:28 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +5 -1
lines
disabled $a(123) $b[$a.CLASS] ^b.inc[123] shit.
allowed no checks in native method realisations on 'self' validity -
they now can simply assume that 'self' is V{Proper} .
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Mar 19 16:06:16 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +2 -2
lines
doc: detected Value derivates prob
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Mar 18 13:38:48 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +2 -4
lines
convinient string(pool, char *src, bool tainted) ctor
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Mar 13 11:52:45 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +4 -1
lines
Int,Double dec mul div mod
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Mar 12 21:54:21 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +3 -5
lines
think constructing flag as is is bad
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Mar 12 12:00:07 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +2 -2
lines
freeze, ^table:create[] -1
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Mar 11 21:23:59 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +3 -3
lines
stateless_object
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Mar 11 12:22:00 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +3 -3
lines
VString VDouble VInt base now VObject_base - without fields
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 11 08:16:38 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +2 -2
lines
headers updated
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 11 07:52:45 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
splitted types from include/
E-mail: