index
:
mdso
main
dso scavenger
midipix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
5
-12
/
+94
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
23
-23
/
+23
2024-04-13
build system: annual chores.
midipix
1
-1
/
+1
2024-04-03
build system: cfgtest.sh: properly cast the probed interface's address.
midipix
1
-1
/
+1
2024-03-18
build system: ccenv.sh: bsd targets: define __BSD_VISIBLE as needed.
midipix
1
-4
/
+21
2024-03-17
build system: ccenv.sh: supplement solar gates with the necessary extensions.
midipix
1
-0
/
+13
2024-03-11
build system: cfgtest.sh: fix typo in status message.
midipix
1
-1
/
+1
2024-03-07
build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration).
midipix
2
-12
/
+22
2024-02-24
build system: configure: do not (potentially) change the search path semantics.
midipix
1
-17
/
+0
2024-02-22
internals: perk_structs.h: updated to latest version from libperk.
midipix
1
-1
/
+1
2024-02-22
build system: if supported, add -Wpedantic to --strict cflags.
midipix
2
-1
/
+2
2024-02-22
build system: ccenv.sh: legacy PE targets: define __PE__ and friends as needed.
midipix
1
-0
/
+14
2024-02-22
build system: Makefile.in: remove CFLAGS_OS (duplicate, already in ccenv.in).
midipix
1
-1
/
+0
2024-02-18
build system: ccenv: detect compiler support of visibility attributes.
midipix
4
-1
/
+77
2024-02-03
build system: usage(): handle lack of a of project-specific cfgdefs.usage.
midipix
1
-1
/
+6
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
2023-12-23
build system: annual chores.
midipix
1
-1
/
+1
2023-05-07
build system: ./configure: base SHELL on the environment's CONFIG_SHELL.
midipix
3
-2
/
+3
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
25
-25
/
+25
2021-07-06
Annual chores.
midipix
23
-23
/
+23
2021-06-23
build system: configure: config_ccenv(): relax the --sysroot requirement.
midipix
1
-4
/
+0
2021-06-15
build system: configure: config_ccenv(): fix typo.
midipix
1
-2
/
+2
2021-06-15
build system: configure: config_ccenv(): refined --sysroot related logic.
midipix
1
-1
/
+4
2021-06-15
build system: Makefile.in: .ldflags-host: use the correct ldflags variable.
midipix
1
-1
/
+1
2021-06-14
build system: modern.m4: m4_pathvar(): also convert hyphen to an underscore.
midipix
1
-1
/
+1
2021-06-14
build system: modern.m4: refactored, added additional helper macros.
midipix
1
-3
/
+33
2021-06-13
build system: modern.m4: refactor, added m4_toupper() and m4_tolower().
midipix
1
-1
/
+6
2021-06-13
build system: updated list of files covered by COPYING.SOFORT.
midipix
1
-0
/
+2
2021-06-13
build system: core: added a modern framework using for the m4 macro language.
midipix
1
-0
/
+82
2021-06-13
build system: configure: output_step_prolog(): step might not be a function.
midipix
1
-2
/
+2
[next]