index
:
mdso
main
dso scavenger
midipix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2024-06-22
argv.h: argv_show_status(): output keyval pairs where appropriate.
HEAD
main
midipix
1
-0
/
+23
2024-06-22
argv.h: argv_scan(): added option for parsing keyval pair and keyval array.
midipix
1
-5
/
+203
2024-06-22
argv.h: argv_show_status(): refactor for better readability.
midipix
1
-2
/
+4
2024-06-22
argv.h: argv_alloc(): refactor for better readability.
midipix
1
-7
/
+11
2024-06-22
argv.h: whitespace meditation.
midipix
1
-6
/
+6
2024-05-28
argv.h: usage screen: avoid extra <stace> when all long options are hybrid-only.
midipix
1
-1
/
+11
2024-05-28
argv.h: usage screen: prettify: <short-option><space><long-option>.
midipix
1
-1
/
+1
2024-05-15
argv.h: argv_usage_impl(): use a sentinel with a non-contant format specifier.
midipix
1
-1
/
+1
2024-05-01
mdso_output_expsyms_crc32(), mdso_output_expsyms_crc64(): add padding zeros.
midipix
1
-2
/
+2
2024-05-01
mdso_objgen_dsometa(), mdso_objgen_symentry(): avoid var-length array member.
midipix
2
-2
/
+12
2024-04-28
struct pe_raw_coff_strtbl: coff string tables may contain no data.
midipix
1
-1
/
+1
2024-04-27
mdso_objgen_symentry(): eliminate the use of strcpy().
midipix
1
-2
/
+8
2024-04-27
mdso_create_implib_sources(): eliminate the use of sprintf().
midipix
1
-12
/
+42
2024-04-27
mdso_create_implib_objects(): eliminate the use of sprintf().
midipix
3
-12
/
+92
2024-04-27
mdso_argen_common_hdr(): eliminate the use of sprintf().
midipix
1
-6
/
+18
2024-04-27
mdso_objgen_symentry(): eliminate the use of sprintf().
midipix
2
-8
/
+81
2024-04-27
annual chores.
midipix
22
-22
/
+22
2024-02-22
internals: perk_structs.h: updated to latest version from libperk.
midipix
1
-1
/
+1
2024-02-02
mdso_argen_common(): do not zero pad past the last member to 16-byte boundary.
midipix
1
-4
/
+0
2024-01-27
argv.h: argv_scan(): properly handle (fhybrid && ARGV_OPTARG_OPTIONAL).
midipix
1
-1
/
+6
2024-01-27
argv.h: argv_scan(): whitespace meditation.
midipix
1
-16
/
+34
2024-01-26
argv.h: argv_show_error: refactor handling of vendor-specific option string.
midipix
1
-10
/
+19
2024-01-26
argv.h: argv_show_error(): gracefully handle vendor-specific (-W) arguments.
midipix
2
-4
/
+25
2022-12-21
argv.h: argv_show_error(): refine the 'option X requires a value' error msg.
midipix
1
-1
/
+3
2021-12-30
A new home.
midipix
23
-23
/
+23
2021-07-06
Annual chores.
midipix
22
-22
/
+22
2021-05-13
driver: stdin input: unlink temporary file upon freeing of driver context.
midipix
3
-2
/
+9
2021-05-13
driver: mdso_get_driver_ctx(): argument tag switch: added missing break.
midipix
1
-0
/
+2
2021-05-13
mdso_map_input(): close the newly opened fd with an empty input file.
midipix
1
-4
/
+3
2021-05-05
argv.h: tty colors: added argv_usage_plain().
midipix
1
-4
/
+30
2021-04-11
app: posix make support: acknowledge unused parameter inside of source file.
midipix
1
-0
/
+3
2020-01-27
argv.h: remove stale comment regarding sofort.
midipix
1
-1
/
+0
2019-08-21
internals: perk_structs.h: updated to latest version from libperk.
midipix
1
-2
/
+5
2019-08-21
driver: mdso_get_driver_ctx(): added missing check when (nunits == 0).
midipix
1
-5
/
+6
2019-05-07
Do not refer to on-the-fly compound literals out of scope.
midipix
1
-10
/
+12
2019-02-20
driver: added --crc support: output computed crc32|64 of exported symbols.
midipix
4
-0
/
+22
2019-02-20
utility api's: added mdso_output_expsyms_crc32(), mdso_output_expsyms_crc64().
midipix
1
-0
/
+76
2019-02-20
ABI & specs: symbol reference optimization: use image-relative relocations.
midipix
2
-7
/
+9
2019-02-17
mdso_{asmgen|objgen}_symentry: support compiler-generated .gotrefs.
midipix
2
-67
/
+69
2019-02-04
Remove all bits pertaining to the obsolete distinction between code and data.
midipix
8
-409
/
+17
2019-01-24
code vs. data: ld's incorrect .def generation: provide a temporary workaround.
midipix
1
-0
/
+6
2018-08-17
driver: mdso_get_driver_ctx(): support stack-based argv.
midipix
1
-1
/
+1
2018-08-09
internals: mdso_output_strerror(): use strerror_r(3) rather than strerror(3).
midipix
1
-5
/
+13
2018-08-09
front-end utility: mdso_main(): remove the redundant argc parameter.
midipix
2
-3
/
+3
2018-08-05
mdso_argen_common_hdr(): conformance: set timestamp to '0' rather than <blank>.
midipix
1
-0
/
+1
2018-08-05
mdso_create_output(): mmap conformance: fd must be opened with read permission.
midipix
1
-1
/
+1
2018-08-05
coding-style meditation.
midipix
2
-3
/
+3
2018-08-04
mdso_output_error_record(): use fdctx->fderr to determine annotation mode.
midipix
1
-2
/
+2
2018-08-03
driver: int mdso_stdin_to_tmp(): re-implemented with pure fdio.
midipix
1
-40
/
+43
2018-08-03
library: removed mdso_create_driver_ctx() [too much of a good thing].
midipix
1
-51
/
+0
[next]