index
:
perk
main
PE Resource Kit
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
internal
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-10
argv.h: add (harmlessly) missing 'else' in ARGV_OPTARG_OPTIONAL code path.
midipix
1
-1
/
+1
2016-11-10
argv.h: fix semantics of calloc() calls.
midipix
1
-6
/
+8
2016-11-10
argv.h: argv_show_error(): prefix illegal short options with a dash.
midipix
1
-1
/
+1
2016-11-10
argv.h: nitpick (code layout).
midipix
1
-18
/
+54
2016-11-10
argv.h: skip unavailable short/long option records with --help={short|long}.
midipix
1
-0
/
+5
2016-11-10
argv.h: add support for hybrid options (i.e. -std, -pipe).
midipix
1
-6
/
+102
2016-11-10
argv.h: rename ARGV_TAB to (the clearer) ARGV_TAB_WIDTH.
midipix
1
-10
/
+10
2016-11-10
argv.h: fix out-of-place initialization of mparalen (and related vars).
midipix
1
-5
/
+5
2016-11-10
argv.h: allow the tab width to be customized.
midipix
1
-8
/
+12
2016-11-10
argv.h: exclude static function signatures when ARGV_DRIVER is not defined.
midipix
1
-2
/
+2
2016-11-10
internal headers: consolidate perk_impl.h and perk_driver_impl.h.
midipix
2
-30
/
+26
2016-11-10
internal headers: fix encapsulating macros.
midipix
2
-2
/
+7
2016-11-10
program driver: adjust source tree to support multiple skins.
midipix
2
-0
/
+18
2016-11-10
API redesign 7/10: place secondary context structures in struct pe_driver_ctx...
midipix
1
-0
/
+4
2016-11-10
API redesign 6/10: pe_common_ctx: protect i/o members against direct modifica...
midipix
2
-2
/
+4
2016-11-10
API redesign 5/10: pe_unit_ctx: protect members against direct modification.
midipix
1
-0
/
+8
2016-11-10
API redesign 4/10: pe_common_ctx: protect the common context structure agains...
midipix
1
-0
/
+16
2016-11-10
internal headers: rename perk_impl.h to perk_reader_impl.h
midipix
1
-0
/
+0
2016-11-10
conformance fixes: optimized build: variable initialization and default values.
midipix
1
-2
/
+8
2016-11-10
conformance fixes: driver: missing #include.
midipix
1
-0
/
+1
2016-11-10
whitespace meditation.
midipix
1
-1
/
+4
2016-11-10
internal header rename: perk_output.h --> perk_output_impl.h.
midipix
1
-0
/
+0
2016-11-10
argv_usage(): disable additional space for long items, but keep the logic.
midipix
1
-2
/
+2
2016-11-10
pretty printer: use common prolog/epilog for output stream selection.
midipix
1
-0
/
+31
2016-11-10
driver integration 5/9: handle internal errors more noisily.
midipix
1
-0
/
+6
2016-11-10
driver integration 4/9: argument vector parser: derive program name as needed.
midipix
1
-0
/
+21
2016-11-10
driver integration 1/9: remove old (ad-hoc) driver, prepare source tree.
midipix
1
-14
/
+0
2016-11-10
initial inclusion of argv.h: thread-safe arg parser and usage screen generator.
midipix
1
-0
/
+839
2016-11-10
fix big-endian code path; make the code more -Wall-resistant.
midipix
1
-3
/
+3
2016-11-10
initial commit.
midipix
1
-0
/
+64
[prev]