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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 220 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 13:33:17 2004 UTC (20 years, 1 month ago) by frodo
File length: 11910 byte(s)
Diff to previous 218
(Frodo) Buglet in configfile parsing solved
  * Typo: eovar instead of eoval in one check


Revision 218 - (view) (annotate) - [select for diffs]
Modified Sun Feb 22 22:32:04 2004 UTC (20 years, 1 month ago) by frodo
File length: 11910 byte(s)
Diff to previous 217
(Frodo) Default configuration bug fixed

  * Now properly initialize default_configuration


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: 11832 byte(s)
Diff to previous 208
(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 208 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 23:12:58 2004 UTC (20 years, 1 month ago) by frodo
File length: 11832 byte(s)
Diff to previous 204
(Frodo) Several (smallish) memory leaks resolved


Revision 204 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 22:44:29 2004 UTC (20 years, 1 month ago) by frodo
File length: 11813 byte(s)
Diff to previous 200
(Frodo) psiconv-config program plus bugfixes

  * Bumped up the version number to 0.9.1
  * Bumped up the library version to 0.6.1
  * Added the psiconv-config program (for autoconf use by third parties)
  * Added the psiconv_config_free function
  * Fixed the installation ($includedir/include/general.h)


Revision 200 - (view) (annotate) - [select for diffs]
Modified Wed Feb 4 15:28:56 2004 UTC (20 years, 1 month ago) by frodo
File length: 11749 byte(s)
Diff to previous 197
(Frodo) Documentation updates. Removed fatals.


Revision 197 - (view) (annotate) - [select for diffs]
Modified Wed Feb 4 14:32:28 2004 UTC (20 years, 1 month ago) by frodo
File length: 11333 byte(s)
Diff to previous 196
(Frodo) Configuration file installation and location

  * Add the --with-etcdir configuration option
  * Install psiconv.conf.eg and (if not yet present) psiconv.conf


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: 11323 byte(s)
Diff to previous 193
(Frodo) Copyright dates update


Revision 193 - (view) (annotate) - [select for diffs]
Modified Mon Feb 2 21:56:48 2004 UTC (20 years, 1 month ago) by frodo
File length: 11329 byte(s)
Diff to previous 185
(Frodo) Make the formats stuff work again

  * Amend the configure.in to select the right targets
  * Remove RTF support (it never worked anyway)
  * Update the links creation scripts

And in the psiconv program and library:
  * Some fixes to reduce compiler warnings
  * Emit tabs as spaces in the HTML4/XHTML generators


Revision 185 - (view) (annotate) - [select for diffs]
Modified Fri Jan 9 22:20:03 2004 UTC (20 years, 2 months ago) by frodo
File length: 11308 byte(s)
Diff to previous 184
(Frodo) Psiconv program rewrite start
  * Add support for different encodings
  * Restructure some things
  * Only ASCII support at the moment


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: 11308 byte(s)
Diff to previous 182
(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: 11308 byte(s)
Diff to previous 181
(Frodo) Move fontnames to psiconv_string type


Revision 181 - (view) (annotate) - [select for diffs]
Modified Sun Jan 4 15:47:16 2004 UTC (20 years, 2 months ago) by frodo
File length: 11308 byte(s)
Diff to previous 180
(Frodo) Preparation for the conversion to Unicode.


Revision 180 - (view) (annotate) - [select for diffs]
Modified Sat Dec 13 23:26:37 2003 UTC (20 years, 3 months ago) by frodo
File length: 9859 byte(s)
Diff to previous 176
(Frodo) Add configuration file parsing support

To do: install config file on installation of psiconv, also in Debian install


Revision 176 - (view) (annotate) - [select for diffs]
Modified Tue Dec 2 19:47:47 2003 UTC (20 years, 4 months ago) by frodo
File length: 3344 byte(s)
Diff to previous 173
(Frodo) Picture generation now supports all RLE's and many more config
        items. Mostly untested, though.


Revision 173 - (view) (annotate) - [select for diffs]
Modified Thu Nov 27 11:43:51 2003 UTC (20 years, 4 months ago) by frodo
File length: 3338 byte(s)
Diff to previous 170
(Frodo) Move error_function to the config struct


Revision 170 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 22:08:48 2003 UTC (20 years, 4 months ago) by frodo
File length: 3333 byte(s)
Diff to previous 168
(Frodo) Generating of Sketch files, both stand-alone and as objects, works!

No RLE encoding yet, we have to test higher colordepths.


Revision 168 - (view) (annotate) - [select for diffs]
Added Tue Nov 25 17:57:05 2003 UTC (20 years, 4 months ago) by frodo
File length: 3332 byte(s)
(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)


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