pspp
9 years agoFix lots of titles (only 15 errors left).
Ben Pfaff [Sun, 2 Nov 2014 18:46:56 +0000 (10:46 -0800)]
Fix lots of titles (only 15 errors left).

9 years agoLots more titles work.
Ben Pfaff [Sun, 2 Nov 2014 18:42:26 +0000 (10:42 -0800)]
Lots more titles work.

9 years agoSome titles work.
Ben Pfaff [Sun, 2 Nov 2014 18:19:58 +0000 (10:19 -0800)]
Some titles work.

9 years agoAll data and dimensions parse successfully!
Ben Pfaff [Sun, 2 Nov 2014 17:58:41 +0000 (09:58 -0800)]
All data and dimensions parse successfully!

9 years agoFix some more--only one error remains!
Ben Pfaff [Sun, 2 Nov 2014 17:10:56 +0000 (09:10 -0800)]
Fix some more--only one error remains!

9 years agoFix some more.
Ben Pfaff [Sun, 2 Nov 2014 17:01:44 +0000 (09:01 -0800)]
Fix some more.

9 years agoFix one more.
Ben Pfaff [Sun, 2 Nov 2014 05:32:49 +0000 (22:32 -0700)]
Fix one more.

9 years agoFix a few more (strings can be longer than 255 bytes!).
Ben Pfaff [Sun, 2 Nov 2014 05:21:04 +0000 (22:21 -0700)]
Fix a few more (strings can be longer than 255 bytes!).

9 years agoFix one more.
Ben Pfaff [Sun, 2 Nov 2014 05:02:08 +0000 (22:02 -0700)]
Fix one more.

9 years agoFix one data example.
Ben Pfaff [Sun, 2 Nov 2014 05:00:22 +0000 (22:00 -0700)]
Fix one data example.

9 years agoMajor improvement in data dumping (152 down to 14 faults) despite regressions.
Ben Pfaff [Sun, 2 Nov 2014 04:49:57 +0000 (21:49 -0700)]
Major improvement in data dumping (152 down to 14 faults) despite regressions.

9 years agoFix one data case.
Ben Pfaff [Sun, 2 Nov 2014 04:40:04 +0000 (21:40 -0700)]
Fix one data case.

9 years agoFixed all of the cases with 0 1 1 0 1.
Ben Pfaff [Sun, 2 Nov 2014 00:10:29 +0000 (17:10 -0700)]
Fixed all of the cases with 0 1 1 0 1.

9 years agoSuccessfully interpret data in most files whose data begin with 0 1 1 0 1.
Ben Pfaff [Sun, 2 Nov 2014 00:01:09 +0000 (17:01 -0700)]
Successfully interpret data in most files whose data begin with 0 1 1 0 1.

9 years agoFix all of the cases where we can find the dimensions section.
Ben Pfaff [Sat, 1 Nov 2014 17:59:05 +0000 (10:59 -0700)]
Fix all of the cases where we can find the dimensions section.

9 years agoFix most of what's left.
Ben Pfaff [Sat, 1 Nov 2014 17:33:09 +0000 (10:33 -0700)]
Fix most of what's left.

9 years agoSmall improvement.
Ben Pfaff [Sat, 1 Nov 2014 16:35:16 +0000 (09:35 -0700)]
Small improvement.

9 years agoFix some more.
Ben Pfaff [Sat, 1 Nov 2014 06:19:02 +0000 (23:19 -0700)]
Fix some more.

9 years agoFix a couple more.
Ben Pfaff [Sat, 1 Nov 2014 06:07:16 +0000 (23:07 -0700)]
Fix a couple more.

9 years agoFix more.
Ben Pfaff [Sat, 1 Nov 2014 06:02:14 +0000 (23:02 -0700)]
Fix more.

9 years agoFix a few more.
Ben Pfaff [Sat, 1 Nov 2014 05:58:00 +0000 (22:58 -0700)]
Fix a few more.

9 years agoFix some more.
Ben Pfaff [Sat, 1 Nov 2014 05:50:34 +0000 (22:50 -0700)]
Fix some more.

9 years agofix some more
Ben Pfaff [Sat, 1 Nov 2014 05:42:56 +0000 (22:42 -0700)]
fix some more

9 years agoFix some more.
Ben Pfaff [Sat, 1 Nov 2014 05:11:19 +0000 (22:11 -0700)]
Fix some more.

9 years agoFix a few more.
Ben Pfaff [Sat, 1 Nov 2014 05:04:39 +0000 (22:04 -0700)]
Fix a few more.

9 years agoFix tons and tons of parse errors.
Ben Pfaff [Sat, 1 Nov 2014 04:56:59 +0000 (21:56 -0700)]
Fix tons and tons of parse errors.

9 years agoAdd another 31-special form.
Ben Pfaff [Fri, 31 Oct 2014 05:15:19 +0000 (22:15 -0700)]
Add another 31-special form.

9 years agoFix a few more.
Ben Pfaff [Fri, 31 Oct 2014 05:06:05 +0000 (22:06 -0700)]
Fix a few more.

9 years agodump: Another way to express substitution?
Ben Pfaff [Fri, 31 Oct 2014 04:54:58 +0000 (21:54 -0700)]
dump: Another way to express substitution?

9 years agodump: Relax a constraint to accept a few more spv files.
Ben Pfaff [Fri, 31 Oct 2014 04:42:42 +0000 (21:42 -0700)]
dump: Relax a constraint to accept a few more spv files.

9 years agodump: Fix handling of another odd case.
Ben Pfaff [Fri, 31 Oct 2014 04:26:39 +0000 (21:26 -0700)]
dump: Fix handling of another odd case.

9 years agodump: Fix handling of one odd case.
Ben Pfaff [Fri, 31 Oct 2014 04:04:53 +0000 (21:04 -0700)]
dump: Fix handling of one odd case.

9 years agoLearned that 04 introduces the value of a string variable
Ben Pfaff [Fri, 31 Oct 2014 03:33:47 +0000 (20:33 -0700)]
Learned that 04 introduces the value of a string variable

9 years agoAllow non-ascii strings. Handle substitutions in dimension titles.
Ben Pfaff [Fri, 31 Oct 2014 01:33:07 +0000 (18:33 -0700)]
Allow non-ascii strings.  Handle substitutions in dimension titles.

9 years agodump: Support common alternate custom currency types.
Ben Pfaff [Tue, 28 Oct 2014 04:45:46 +0000 (21:45 -0700)]
dump: Support common alternate custom currency types.

Still one weird outlier where the custom currency types are missing.

9 years agodump: Successfully parse all dimensions.
Ben Pfaff [Tue, 28 Oct 2014 04:33:22 +0000 (21:33 -0700)]
dump: Successfully parse all dimensions.

9 years agoSome progress on interpreting 31s and understanding footnotes.
Ben Pfaff [Mon, 20 Oct 2014 04:21:05 +0000 (21:21 -0700)]
Some progress on interpreting 31s and understanding footnotes.

9 years agosome of the 31 cases work OK now
Ben Pfaff [Sun, 19 Oct 2014 17:45:09 +0000 (10:45 -0700)]
some of the 31 cases work OK now

9 years agoAll of the remaining failures are for "31".
Ben Pfaff [Sun, 19 Oct 2014 17:35:14 +0000 (10:35 -0700)]
All of the remaining failures are for "31".

9 years agogot tdump5 to pass
Ben Pfaff [Sun, 19 Oct 2014 17:29:50 +0000 (10:29 -0700)]
got tdump5 to pass

9 years agoAdd some style commentary.
Ben Pfaff [Sat, 18 Oct 2014 19:14:25 +0000 (12:14 -0700)]
Add some style commentary.

9 years agoIgnore files.
Ben Pfaff [Sat, 18 Oct 2014 19:14:18 +0000 (12:14 -0700)]
Ignore files.

9 years agoAdd tdump5 dimensions to notes, since it still doesn't work.
Ben Pfaff [Fri, 17 Oct 2014 04:28:14 +0000 (21:28 -0700)]
Add tdump5 dimensions to notes, since it still doesn't work.

The changes to dump.c may or may not be productive overall.

9 years agoGet a few more tables' dimensions reading OK.
Ben Pfaff [Fri, 17 Oct 2014 03:56:07 +0000 (20:56 -0700)]
Get a few more tables' dimensions reading OK.

The main stragglers are ones with "31" tags but there are few others.

9 years agoInitial work.
Ben Pfaff [Fri, 17 Oct 2014 03:47:44 +0000 (20:47 -0700)]
Initial work.