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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 217 - (view) (annotate) - [select for diffs]
Modified Sun Feb 22 22:24:39 2004 UTC (20 years, 1 month ago) by frodo
File length: 13180 byte(s)
Diff to previous 196 , to selected 110
(Frodo) UTF8 work (it should now actually work!)

  * Replaced psiconv_unicode_from_char with psiconv_unicode_read_char
    and removed psiconv_unicode_from_chars
  * Replaced psiconv_unicode_to_char with psiconv_unicode_write_char
    and removed psiconv_unicode_to_chars
  * Rewrote psiconv_parse_text_section to be more sane, easier to read
    and to work with the above updates
  * Updated all places where the psiconv_unicode_from/to_char calls
    were used
  * Updated psiconv.conf.eg to reflect the correct character set numbers
  * Fixed a buglet that made it impossible to set verbosity to 5 in config
  * Removed strange code in make_printable
  * Rewrote the ENCODING_PSION option in the psiconv program to work
    with the new definitions.


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: 12422 byte(s)
Diff to previous 188 , to selected 110
(Frodo) Copyright dates update


Revision 188 - (view) (annotate) - [select for diffs]
Modified Mon Jan 26 12:59:54 2004 UTC (20 years, 2 months ago) by frodo
File length: 12423 byte(s)
Diff to previous 184 , to selected 110
(Frodo) Oops, forgot about image.c


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: 12423 byte(s)
Diff to previous 182 , to selected 110
(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 182 - (view) (annotate) - [select for diffs]
Modified Sun Jan 4 22:07:02 2004 UTC (20 years, 2 months ago) by frodo
File length: 11706 byte(s)
Diff to previous 171 , to selected 110
(Frodo) Move fontnames to psiconv_string type


Revision 171 - (view) (annotate) - [select for diffs]
Modified Wed Nov 26 20:56:17 2003 UTC (20 years, 4 months ago) by frodo
File length: 12059 byte(s)
Diff to previous 168 , to selected 110
(Frodo) Support MBM output format


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: 12022 byte(s)
Diff to previous 142 , to selected 110
(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: 11300 byte(s)
Diff to previous 132 , to selected 110
(Frodo) DMALLOC support


Revision 132 - (view) (annotate) - [select for diffs]
Modified Tue Jul 24 22:44:59 2001 UTC (22 years, 8 months ago) by frodo
File length: 11256 byte(s)
Diff to previous 129 , to selected 110
(Frodo) Long strings now parsed correctly


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: 11256 byte(s)
Diff to previous 118 , to selected 110
(Frodo) Many new sheet things

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


Revision 118 - (view) (annotate) - [select for diffs]
Modified Sat Jun 30 13:36:39 2001 UTC (22 years, 9 months ago) by frodo
File length: 10870 byte(s)
Diff to previous 110
(Frodo) Now compiles again with newest ImageMagick.


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


Revision 101 - (view) (annotate) - [select for diffs]
Modified Tue Jan 30 23:57:28 2001 UTC (23 years, 2 months ago) by frodo
File length: 9325 byte(s)
Diff to previous 79 , to selected 110
(Frodo) Added floats


Revision 79 - (view) (annotate) - [select for diffs]
Modified Mon Dec 25 22:25:33 2000 UTC (23 years, 3 months ago) by frodo
File length: 8257 byte(s)
Diff to previous 71 , to selected 110
(Frodo) Added a complete buffer abstraction


Revision 71 - (view) (annotate) - [select for diffs]
Modified Fri Dec 22 22:31:50 2000 UTC (23 years, 3 months ago) by frodo
File length: 8243 byte(s)
Diff to previous 64 , to selected 110
(Frodo) First generate routines! Reshuffled a few things to make it all work out


Revision 64 - (view) (annotate) - [select for diffs]
Modified Fri Dec 15 00:21:51 2000 UTC (23 years, 3 months ago) by frodo
File length: 8203 byte(s)
Diff to previous 63 , to selected 110
(Frodo) Massive update: theoretically, all return codes are now checked.
        Untested - may have many typos.


Revision 63 - (view) (annotate) - [select for diffs]
Modified Wed Dec 13 16:30:21 2000 UTC (23 years, 3 months ago) by frodo
File length: 5873 byte(s)
Diff to previous 54 , to selected 110
(Frodo) Updated all copyright notices


Revision 54 - (view) (annotate) - [select for diffs]
Modified Thu Nov 30 20:09:13 2000 UTC (23 years, 4 months ago) by frodo
File length: 5867 byte(s)
Diff to previous 2 , to selected 110
(Frodo) Important X-encoding-related bug that made psiconv fail on large
        documents


Revision 2 - (view) (annotate) - [select for diffs]
Added Sun Oct 3 21:10:47 1999 UTC (24 years, 5 months ago) by frodo
File length: 5867 byte(s)
Diff to selected 110
Imported sources


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