Mercurial
>
hg
>
c2html
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
try to cleanup the mess in .hgtags
v3.1
Thu, 11 Jul 2024 20:15:36 +0200
, by Mike Becker
clean up tag v3.1
Thu, 11 Jul 2024 20:14:34 +0200
, by Mike Becker
hotfix: do not try to append file when none is specified
Thu, 11 Jul 2024 20:13:59 +0200
, by Mike Becker
Added tag v3.1 for changeset 0f1c55d2a90a
Thu, 11 Jul 2024 20:05:26 +0200
, by Mike Becker
hotfix: ampersand not escaped in html output
Thu, 11 Jul 2024 20:05:21 +0200
, by Mike Becker
update .hgtags
Thu, 11 Jul 2024 19:41:06 +0200
, by Mike Becker
release version 3.1
Thu, 11 Jul 2024 19:37:36 +0200
, by Mike Becker
Added tag v3.1 for changeset 44c7423d6ce2
Thu, 11 Jul 2024 19:30:55 +0200
, by Mike Becker
hotfix for multiple subsequent line continuations
Wed, 10 Jul 2024 21:57:53 +0200
, by Mike Becker
add basic support for line continuations in C highlighter
Wed, 10 Jul 2024 21:35:37 +0200
, by Mike Becker
improve Makefiles
Sun, 01 Oct 2023 14:41:17 +0200
, by Mike Becker
use make vars instead of config vars for rmdir/mkdir
Sun, 24 Sep 2023 18:48:42 +0200
, by Mike Becker
use uwproj for build config generation
Sun, 24 Sep 2023 18:43:58 +0200
, by Mike Becker
fix incorrect highlighting when input file starts with line break
Sun, 11 Jun 2023 15:21:44 +0200
, by Mike Becker
fix illegal memory access when input file does not end with line break
Sun, 11 Jun 2023 15:16:48 +0200
, by Mike Becker
add separate Makefile for test
Sun, 11 Jun 2023 14:05:28 +0200
, by Mike Becker
Added tag v3.0 for changeset 5da2cb5aea6b
Mon, 24 Apr 2023 21:02:00 +0200
, by Mike Becker
merge upstream changes
v3.0
Mon, 24 Apr 2023 21:01:41 +0200
, by Mike Becker
upgrade to ucx 3.0
Mon, 24 Apr 2023 20:54:38 +0200
, by Mike Becker
rewrite Makefile to work with different getopt implementations
Mon, 03 Oct 2022 12:56:28 +0200
, by Mike Becker
add test for empty file
Mon, 03 Oct 2022 12:27:10 +0200
, by Mike Becker
update tests
Mon, 03 Oct 2022 12:14:53 +0200
, by Mike Becker
removes build/ucx from makefile
Mon, 13 Nov 2017 14:17:46 +0100
, by Mike Becker
ucx is now used as external library
Mon, 13 Nov 2017 13:52:00 +0100
, by Mike Becker
removes span around line number
Thu, 10 Nov 2016 18:44:48 +0100
, by Mike Becker
test header file now contains user-select:none property
Thu, 10 Nov 2016 18:27:16 +0100
, by Mike Becker
Release of version 2.0
Wed, 31 Aug 2016 16:21:28 +0200
, by Mike Becker
improves API and adds functions for strings
Version 2.0
Wed, 31 Aug 2016 16:20:58 +0200
, by Mike Becker
fixes ancient header macro
Wed, 31 Aug 2016 14:47:01 +0200
, by Mike Becker
adds appropriate public API
Wed, 31 Aug 2016 14:41:56 +0200
, by Mike Becker
highlighter can now handle files which do not end with a blank line
Wed, 31 Aug 2016 12:58:48 +0200
, by Mike Becker
adds appendfile() function to main module + adds TODOs for source files which do not terminate with a blank line
Fri, 26 Aug 2016 14:15:29 +0200
, by Mike Becker
merges all highlighter functions into one highlighter module
Fri, 26 Aug 2016 13:49:19 +0200
, by Mike Becker
replaces stack buffers with UCX buffers
Thu, 25 Aug 2016 12:16:57 +0200
, by Mike Becker
minor fixes and macro removals
Thu, 25 Aug 2016 11:30:30 +0200
, by Mike Becker
cleans up includes
Tue, 23 Aug 2016 17:31:15 +0200
, by Mike Becker
highlighter now use the UcxBuffer API for writing to the destination buffer
Tue, 23 Aug 2016 17:24:58 +0200
, by Mike Becker
words (token) are now stored as sstr_t
Tue, 23 Aug 2016 16:34:02 +0200
, by Mike Becker
refactors highlighter_t and removes abstraction overhead
Tue, 23 Aug 2016 15:55:02 +0200
, by Mike Becker
changes signature of parser functions to use a UcxBuffer - the functions itself don't use the API yet
Tue, 23 Aug 2016 15:28:56 +0200
, by Mike Becker
cleans up formatfile function up to the parser call
Tue, 23 Aug 2016 15:07:29 +0200
, by Mike Becker
cleans up main function
Tue, 23 Aug 2016 14:31:02 +0200
, by Mike Becker
replaces custom copyfile() function with ucx_stream_copy calls
Tue, 23 Aug 2016 14:24:57 +0200
, by Mike Becker
increases input buffer + adds regression tests
Tue, 23 Aug 2016 14:13:46 +0200
, by Mike Becker
fixes plaintext output
Tue, 23 Aug 2016 13:59:48 +0200
, by Mike Becker
adds UCX + changes how the input file is read (uses an consecutive memory area now)
Tue, 23 Aug 2016 13:49:38 +0200
, by Mike Becker
use macros for exit codes
Tue, 23 Aug 2016 12:06:46 +0200
, by Mike Becker
adds version number and changes build system
Tue, 23 Aug 2016 12:05:41 +0200
, by Mike Becker
fixed possible naming conflicts with is.* functions
Fri, 04 Mar 2016 15:02:22 +0100
, by Mike Becker
adjusted copyright info
Fri, 04 Mar 2016 14:48:28 +0100
, by Mike Becker
better compiler flags
Fri, 04 Mar 2016 14:44:02 +0100
, by Mike Becker
fixed macros with digits not highlighted
Fri, 04 Mar 2016 14:03:06 +0100
, by Mike Becker
applied multi line comment fix to java code generator
Wed, 10 Feb 2016 12:45:14 +0100
, by Mike Becker
fixed corrupted multi line comments, when a blank line (containing only white spaces) is present in the comment
Wed, 10 Feb 2016 12:34:31 +0100
, by universe
added HTML escaping for plain text files
Fri, 29 May 2015 14:32:02 +0200
, by Mike Becker
introduced macro for constant string memcpy + fixed string highlight fix
Sat, 25 Apr 2015 19:14:57 +0200
, by Mike Becker
fixed string highlighting when different quote symbol is in string
Sat, 25 Apr 2015 19:01:16 +0200
, by Mike Becker
added links for line numbers
Tue, 21 Apr 2015 10:11:37 +0200
, by Mike Becker
fixed wrong comment formatting in strings
Tue, 21 Apr 2015 09:53:01 +0200
, by Mike Becker
more and better test cases + fixed memory leak introduced by changeset e43dee5892f4
Tue, 21 Apr 2015 09:47:52 +0200
, by Mike Becker
less
more
|
(0)
-60
tip