source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3669   5 months bird kmk: More stdout close error debugging
(edit) @3667   5 months bird kmk: More debugging code for the mysterious 'kmk: write error: stdout' …
(edit) @3666   5 months bird kmk: More debugging code for the mysterious 'kmk: write error: stdout' …
(edit) @3664   5 months bird kmk/output.c: More debugging code for the mysterious 'kmk: write …
(edit) @3662   5 months bird kmk/output.c: Debugging code for the mysterious 'kmk: write error: …
(edit) @3661   5 months bird libs/msc_buffered_printf.c: Fixed bug in >= 1400 code, writing …
(edit) @3658   9 months bird grep/dfa.c: Workaround for Visual C++ 2022 (amd64) optimizer bug. …
(edit) @3657   9 months bird sed/dfa.c: Workaround for Visual C++ 2022 (amd64) optimizer bug.
(edit) @3656   9 months bird kmk/job.c: Deal with escape sequences inside double quotes when we're …
(edit) @3655   9 months bird kmk: comment typo
(edit) @3653   9 months bird kmk: Automatically ascend if no makefile found and a goal was given on …
(edit) @3652   9 months bird win_exec_wrapper.c: fixes
(edit) @3651   9 months bird kmk: debug win.arm64 build fix
(edit) @3650   9 months bird src/Makefile.kmk: new sed on windows
(edit) @3649   9 months bird grep: build fix
(edit) @3646   9 months bird sed: Hacked the new sed into building on win.amd64.
(edit) @3645   9 months bird lib/startuphacks-win.c: UCRT adjustments.
(edit) @3644   9 months bird lib/nt/ntstuff.h: MY_NT_READ_TEB_WORKER for win.arm64
(edit) @3643   9 months bird kmk: warning
(edit) @3642   9 months bird kmk/kSubmit: win.arm64 build fix.
(edit) @3641   9 months bird kmk/Makefile.kmk: CONFIG_NEW_WIN32_CTRL_EVENT has not been ported to …
(edit) @3640   9 months bird kash: warning
(edit) @3639   9 months bird src/Makefile.kmk: win.arm64 adjustments.
(edit) @3637   9 months bird Config.kmk,Makefile.kmk,src/misc/Makefile.kmk: Build adjustments for …
(edit) @3636   9 months bird kmk/kmkbuiltins: Some UCRT & VC++ 2022 adjustments.
(edit) @3635   9 months bird lib/msc_buffered_printf.c: Adjustments for UCRT.
(edit) @3634   9 months bird kWorker: VC++ 2022 build fixes.
(edit) @3628   9 months bird kmk/incdep.c: Fixed the list corruption when there are actually no …
(edit) @3627   9 months bird kmk/winchildren.c: Skip the g_pfnSetThreadGroupAffinity stuff on …
(edit) @3625   9 months bird kmk/w32err.c: Use safe snprintf instead of wsprintfA from USER32.DLL - …
(edit) @3620   9 months bird kmk/file.c: Don't free names that are in the string cache from …
(edit) @3619   9 months bird kmk/incdep.c: better accounting for debugging race/whatever
(edit) @3618   9 months bird kmk_rm: --help text
(edit) @3617   9 months bird kmk/winchildren.c: Use GetLogicalProcessorInformationEx/RelationGroup
(edit) @3613   10 months bird src/sed: Merged in changes between 4.1.5 and 4.9 from the vendor …
(edit) @3610   10 months bird sed upgrade: Made a copy of the current sed version that can be used …
(edit) @3606   12 months bird kmk: build fix
(edit) @3601   18 months bird ntopenat: On CIFS shared we may get errno == EINVAL when trying to …
(edit) @3600   21 months bird Some linux.arm64 adjustments.
(edit) @3598   2 years bird kash: Fixed bugs in cvtnum and cvtnum64 regarding the conversion of …
(edit) @3584   3 years bird nt/nt_child_inject_standard_handles.c: Fixed starting 64-bit binaries …
(edit) @3583   3 years bird kmk_install: Shut up annoying messages about different mode preventing …
(edit) @3581   3 years bird kmk/posixos.c: Try fix race in make_job_rfd.
(edit) @3576   3 years bird kmk/config.h.darwin: Don't use pselect as it's non-atomic before macOS …
(edit) @3574   3 years bird kash: shut up annoying warning
(edit) @3573   3 years bird kash: addressed some pedantic warnings
(edit) @3572   3 years bird Config.kmk,src/kmk/Makefile.kmk: Added temporary kludge for …
(edit) @3571   3 years bird kmk/func_set_umask: must query the umask after setting it as Windows …
(edit) @3570   3 years bird kash: Must NULL nextc when freeing an output buffer.
(edit) @3569   3 years bird kash: Some variable handling fixes that showed up when using 'local' …
(edit) @3568   3 years bird kash: Corrected has_ext for when suffix is set via the suffix index in …
(edit) @3565   3 years bird kmk/incdep.c: Fixed buffer/heap trashing in …
(edit) @3564   3 years bird kmk_redirect: Must redirect stdout/err according to the pCtx when not …
(edit) @3563   3 years bird kmk/output.c: warning
(edit) @3562   3 years bird kmk_redirect: Must redirect stdout/err according to the pCtx when not …
(edit) @3561   3 years bird kmk: build fixes
(edit) @3560   3 years bird sed: build fix for non-windows hosts.
(edit) @3554   3 years bird sed: Some experimental code page management options and changes for …
(edit) @3552   3 years bird /Config.kmk,kmk/Makefile.kmk: Experimental UTF-8 manifest hack for …
(edit) @3551   3 years bird lib/version_compare.c: Corrected sorting of 'vcc/v14.2/' and …
(edit) @3550   3 years bird sed: Use get_crt_codepage() instead of fake nl_langinfo.
(edit) @3549   3 years bird kWorker: Must include get_codepage.c now.
(edit) @3548   3 years bird grep: Use get_crt_codepage(). Don't default to the UTF-8 manifest for …
(edit) @3547   3 years bird lib: Changed the console-optimization wrappers to use the …
(edit) @3546   3 years bird lib: Added a get_crt_codepage function for windows (with a …
(edit) @3545   3 years bird kmk: Use 'error' instead of 'message' for reporting attempts and …
(edit) @3544   3 years bird kmk/expreval: Corrected expr_map_get cast. Corrected base …
(edit) @3542   3 years bird kash: GetStdHandle can return NULL and we must not treat it as a valid …
(edit) @3539   4 years bird Added grep to the windows build
(edit) @3538   4 years bird wrappers: added grep
(edit) @3537   4 years bird grep: Rewrote the console output speed hack, making it even faster and …
(edit) @3536   4 years bird grep: Windows console output optimizations.
(edit) @3535   4 years bird nt/fts-nt.c+h: A couple of tweaks to make grep happy.
(edit) @3534   4 years bird nt/nthlpcore.c: warning.
(edit) @3533   4 years bird nt/ntopenat.c+h: openat-like stub
(edit) @3532   4 years bird grep: Initial windows config and adjustments.
(edit) @3531   4 years bird grep 3.7
(edit) @3528   4 years bird Generate exec wrappers for using the kBuild util programs by the unixy …
(edit) @3527   4 years bird Generate exec wrappers for using the kBuild util programs by the unixy …
(edit) @3523   4 years bird kmk: Fixed typo in helper_drop_separator.
(edit) @3522   4 years bird kWorker: x86 build fix.
(edit) @3519   4 years bird kmk: Added functions: qone-unquoted, qtarget, qdeps, qdeps-all, …
(edit) @3515   4 years bird kash: shthread.h: Correction to previous change, K_ARCH_X86_32 not …
(edit) @3512   4 years bird kmk/posixos.c: Applied b552b05251980f693c729e251f93f5225b400714 from …
(edit) @3506   4 years bird kash: Threat SIGBREAK as SIGINT.
(edit) @3505   4 years bird kash: shthread_set_name for naming the async CloseHandle thread.
(edit) @3504   4 years bird ntunlink.c: Fixed deleteing read-only files. Respect the fReadOnlyToo …
(edit) @3502   4 years bird kash: shthread.h: Did asm implementation of the two atomics so the …
(edit) @3491   5 years bird kmk: Darwin build and warning fixes.
(edit) @3490   5 years bird sed: Darwin build fix.
(edit) @3485   5 years bird lib/nt/ntstat.h|c: Forgot to commit birdStatModeOnly the other day.
(edit) @3483   5 years bird kash: Don't use cmdlist to dump nfile lists in cmdtxt, need a …
(edit) @3482   5 years bird kash: machdep: More sensible SHELL_SIZE for SHELL_ALIGN (32-bit targets).
(edit) @3481   5 years bird kmk: remove debug fprintf from previous commit.
(edit) @3480   5 years bird kash: build fixes (darwin).
(edit) @3479   5 years bird kmk: Added some refinements to the recent …
(edit) @3478   5 years bird kmk/makeint.h: gcc 4.2.1 (apple) build fix.
(edit) @3477   5 years bird kash: Use kHlpAssert instead of assert.h (debugger stops on the …
(edit) @3476   5 years bird kash: sh_destroy should be mostly finished now.
(edit) @3475   5 years bird kash: exec.c/h+eval.c: Fixed no-rehashing-needed optimizations so they …
Note: See TracRevisionLog for help on using the revision log.