/[public]/psiconv/trunk/lib/psiconv/parse_sheet.c
ViewVC logotype

Log of /psiconv/trunk/lib/psiconv/parse_sheet.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 270 - (view) (annotate) - [select for diffs]
Modified Tue Nov 15 15:52:34 2005 UTC (18 years, 4 months ago) by frodo
File length: 72151 byte(s)
Diff to previous 196
(Frodo) Updated all copyright notices for 2005
        Changed email addresses
        Made the examples part of the archive


Revision 196 - (view) (annotate) - [select for diffs]
Modified Wed Feb 4 12:19:09 2004 UTC (20 years, 1 month ago) by frodo
File length: 72138 byte(s)
Diff to previous 184
(Frodo) Copyright dates update


Revision 184 - (view) (annotate) - [select for diffs]
Modified Tue Jan 6 20:15:01 2004 UTC (20 years, 2 months ago) by frodo
File length: 72133 byte(s)
Diff to previous 183
(Frodo) Unicode transition

Note: this commit breaks psiconv. The programs in the extra directory should
work properly.

  * Change all datastructures to use unicode for character encodings
  * Added psiconv_error function
  * Called psiconv_error at places where a warning was stupid
  * Added psiconv_progress in all generate functions
  * Added lev parameter to all generate functions
  * Removed general.h from CVS (we have general.h.in, after all)
  * Probably other stuff I forgot


Revision 183 - (view) (annotate) - [select for diffs]
Modified Sun Jan 4 22:20:43 2004 UTC (20 years, 2 months ago) by frodo
File length: 72104 byte(s)
Diff to previous 168
(Frodo) More preparations for the Unicode change. Use psiconv_string everywhere
        possible (no more char * stuff)


Revision 168 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 17:57:05 2003 UTC (20 years, 4 months ago) by frodo
File length: 72091 byte(s)
Diff to previous 142
(Frodo) config stuff and image generation stuff

* All parse and generate functions have a new config parameter
* New files configuration.[ch] in the psiconv lib
* Some image generation stuff (not ready, but won't do any harm)


Revision 142 - (view) (annotate) - [select for diffs]
Modified Tue Jan 29 18:38:38 2002 UTC (22 years, 2 months ago) by frodo
File length: 67696 byte(s)
Diff to previous 134
(Frodo) DMALLOC support


Revision 134 - (view) (annotate) - [select for diffs]
Modified Wed Jul 25 11:49:59 2001 UTC (22 years, 8 months ago) by frodo
File length: 67652 byte(s)
Diff to previous 133
(Frodo) Sheet grid section support


Revision 133 - (view) (annotate) - [select for diffs]
Modified Tue Jul 24 22:50:33 2001 UTC (22 years, 8 months ago) by frodo
File length: 53280 byte(s)
Diff to previous 131
(Frodo) Added unknown section


Revision 131 - (view) (annotate) - [select for diffs]
Modified Tue Jul 24 22:31:57 2001 UTC (22 years, 8 months ago) by frodo
File length: 52811 byte(s)
Diff to previous 130
(Frodo) Fixed info section parse


Revision 130 - (view) (annotate) - [select for diffs]
Modified Tue Jul 24 20:36:44 2001 UTC (22 years, 8 months ago) by frodo
File length: 52588 byte(s)
Diff to previous 129
(Frodo) Whitespace cleanup


Revision 129 - (view) (annotate) - [select for diffs]
Modified Tue Jul 24 20:32:51 2001 UTC (22 years, 8 months ago) by frodo
File length: 52592 byte(s)
Diff to previous 128
(Frodo) Many new sheet things

  * Variable section and formula variable parsing
  * Info section
  * Name section
  * Better parsing of vararg functions


Revision 128 - (view) (annotate) - [select for diffs]
Modified Wed Jul 18 12:24:08 2001 UTC (22 years, 8 months ago) by frodo
File length: 38564 byte(s)
Diff to previous 122
(Frodo) Sheet line defaults added


Revision 122 - (view) (annotate) - [select for diffs]
Modified Sun Jul 1 20:40:52 2001 UTC (22 years, 9 months ago) by frodo
File length: 33510 byte(s)
Diff to previous 121
(Frodo) New example sheet


Revision 121 - (view) (annotate) - [select for diffs]
Modified Sun Jul 1 13:14:19 2001 UTC (22 years, 9 months ago) by frodo
File length: 33512 byte(s)
Diff to previous 120
(Frodo) Default cell layout will now be used


Revision 120 - (view) (annotate) - [select for diffs]
Modified Sun Jul 1 12:01:59 2001 UTC (22 years, 9 months ago) by frodo
File length: 32133 byte(s)
Diff to previous 111
(Frodo) Fixed segfault


Revision 111 - (view) (annotate) - [select for diffs]
Modified Tue Mar 6 23:59:46 2001 UTC (23 years ago) by frodo
File length: 32141 byte(s)
Diff to previous 110
(Frodo) Many changes to sheets


Revision 110 - (view) (annotate) - [select for diffs]
Modified Sun Mar 4 22:10:45 2001 UTC (23 years ago) by frodo
File length: 25902 byte(s)
Diff to previous 98
(Frodo) Thomas Decsi's major sheet patch


Revision 98 - (view) (annotate) - [select for diffs]
Modified Mon Jan 29 21:57:05 2001 UTC (23 years, 2 months ago) by frodo
File length: 11318 byte(s)
Diff to previous 97
(Frodo) Base formula work


Revision 97 - (view) (annotate) - [select for diffs]
Modified Mon Jan 22 20:36:50 2001 UTC (23 years, 2 months ago) by frodo
File length: 12122 byte(s)
Diff to previous 95
(Frodo) Another small Sheet improvement: sheet formula list


Revision 95 - (view) (annotate) - [select for diffs]
Modified Wed Jan 17 12:04:12 2001 UTC (23 years, 2 months ago) by frodo
File length: 9155 byte(s)
Diff to previous 94
(Frodo) A little more sheet work. Added a Sheet Workbook section, though
        nothing is really put into it yet.


Revision 94 - (view) (annotate) - [select for diffs]
Added Wed Jan 17 00:05:08 2001 UTC (23 years, 2 months ago) by frodo
File length: 6982 byte(s)
(Frodo) Start of Sheet support: base types defined, page and status section
        parsed, supporting definitions in data.c


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26