[bug #65773] [PATCH] win32: on VC always make PDB debugging symbols for Release

2024-05-27 Thread Dan D
Follow-up Comment #2, bug #65773 (group make): [comment #1 comment #1:] > This patch is fine by me, but I believe we will need a copyright assignment for you to accept this and other patches you sent. > > Would you like me to send you the form to fill and the instructions to go with it, so you c

[bug #65771] [PATCH] restore Visual C 6 and newer but older VC 200X builds

2024-05-27 Thread Dan D
Follow-up Comment #3, bug #65771 (group make): Revised "restore Visual C 6 and newer but older VC 200X builds" -more std C types/casts used, no more app specific "_quad_t" type also added a 2nd patch fixing build/compile time, for gnumake on old or very old (2000s era) Mingw GCCs for Win32. Putt

[bug #65776] [PATCH 1/3] win32 STAT_LITE

2024-05-27 Thread Dan D
Follow-up Comment #2, bug #65776 (group make): I check my Win2K PC, kernel32.dll has GetFileAttributesEx, my WinME also has GetFileAttributesEx, my Win 95 test box, NO. https://www.betaarchive.com/wiki/index.php?title=Microsoft_KB_Archive/250301 says GFAEx() added Win 98 for Dos Windows family h

[bug #65771] [PATCH] restore Visual C 6 and newer but older VC 200X builds

2024-05-25 Thread Dan D
Follow-up Comment #2, bug #65771 (group make): [comment #1 comment #1:] > Thanks. Some comments to the proposed patch: > > @@ -576,8 +578,8 @@ char *ttyname (int); > > /* Define {u,}intmax_t if not defined in or . */ > #if !HAVE_STDINT_H && !HAVE_INTTYPES_H > -#define intmax_t long long > -

[bug #65777] add const misc global RO arrays

2024-05-22 Thread Dan D
Follow-up Comment #2, bug #65777 (group make): putting up rev 3, save/commit mistakes by me (file #56090) ___ Additional Item Attachment: File name: 0001-job.c-read.c-add-const-to-global-arrays-of-strings-r.patch Size: 9KiB

[bug #65777] add const misc global RO arrays

2024-05-22 Thread Dan D
Follow-up Comment #1, bug #65777 (group make): 1st patch "job.c read.c: add const to global arrays of strings" didn't compile, attached new version of "job.c read.c: add const to global arrays of strings" (file #56089) ___ Additional Item

[bug #65777] add const misc global RO arrays

2024-05-22 Thread Dan D
: None ___ Follow-up Comments: --- Date: Thu 23 May 2024 12:24:17 AM UTC By: Dan D see 2 patches, the array of "array of pointers to strings" can be const/

[bug #65776] [PATCH 1/3] win32 STAT_LITE

2024-05-22 Thread Dan D
: None ___ Follow-up Comments: --- Date: Thu 23 May 2024 12:21:38 AM UTC By: Dan D 3 parts for clear git history/dev logic, can be squashed if

[bug #65775] [PATCH 2/2] win32 dir.c eliminate OS specific dir-cache agressive reread vs posix

2024-05-22 Thread Dan D
elease: None Triage Status: None ___ Follow-up Comments: --- Date: Thu 23 May 2024 12:15:27 AM UTC By: Dan D patch 1 and 2 are together in this ticket, i probably shudve squashe

[bug #65774] [PATCH] win32: use link time optimization for Visual C Release build

2024-05-22 Thread Dan D
: None Triage Status: None ___ Follow-up Comments: --- Date: Thu 23 May 2024 12:13:06 AM UTC By: Dan D see patch __

[bug #65773] [PATCH] win32: on VC always make PDB debugging symbols for Release

2024-05-22 Thread Dan D
: None Triage Status: None ___ Follow-up Comments: --- Date: Thu 23 May 2024 12:12:06 AM UTC By: Dan D see patch __

[bug #65772] [PATCH] win32: don't twice search disk for $(SHELL) unless PATH or SHELL changed

2024-05-22 Thread Dan D
Fixed Release: None Triage Status: None ___ Follow-up Comments: --- Date: Thu 23 May 2024 12:11:09 AM UTC By: Dan D

[bug #65771] [PATCH] restore Visual C 6 and newer but older VC 200X builds

2024-05-22 Thread Dan D
: None Triage Status: None ___ Follow-up Comments: --- Date: Thu 23 May 2024 12:09:44 AM UTC By: Dan D see patch __