refactors highlighter_t and removes abstraction overhead

changes signature of parser functions to use a UcxBuffer - the functions itself don't use the API yet

cleans up formatfile function up to the parser call

cleans up main function

replaces custom copyfile() function with ucx_stream_copy calls

increases input buffer + adds regression tests

fixes plaintext output

adds UCX + changes how the input file is read (uses an consecutive memory area now)

use macros for exit codes

adds version number and changes build system

fixed possible naming conflicts with is.* functions

adjusted copyright info

better compiler flags

fixed macros with digits not highlighted

applied multi line comment fix to java code generator

fixed corrupted multi line comments, when a blank line (containing only white spaces) is present in the comment

added HTML escaping for plain text files

introduced macro for constant string memcpy + fixed string highlight fix

fixed string highlighting when different quote symbol is in string

added links for line numbers

fixed wrong comment formatting in strings

more and better test cases + fixed memory leak introduced by changeset e43dee5892f4

improved code structure and added option for disabling line numbers

fixed licenses

added command line parameters for header and footer file

structured source code

replaced function static variables with struct members

formatted with 4 spaces

(0) -28 +28 tip

mercurial