CARVIEW |
Select Language
HTTP/2 200
date: Fri, 25 Jul 2025 22:31:52 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/ksh93/ksh.git
etag: W/"b09d5663f2a7d78fa04be109f4a441b6"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=zVOllUTUlUAEXvT2br8o5eTQJ5Juz2XHsrnfeR0VnElsjfRb5hacGZ1AsyHRc5Oy%2ByJPDpgIu3WMzAvwjWKgevAu95RJK0N%2FAgr3jI%2BIwIzuKgEKLTtagavLjUkr87r2Svz5ziH%2FCtEJqp%2Bo360X7czc6Af8FaSMn5e9nO7ejOttGEhMMXJqZKPnLK4sn48DBuRgFd8fUOqmoMUifAmOU0l4uZvjQ1OpigR2GBOzMKYzWe1fDN9cicx2NIKUpoiJ1Sam7iuTci0yXhoLpMvbNA%3D%3D--lr%2F3unVIg%2FTEd%2BZI--Qojrt9FNKNPYcoTtxy9%2FoQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1686874232.1753482711; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 22:31:51 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 22:31:51 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D9D2:84BC6:11DB8E:194821:688405D7
Fix release and standards build flags (re: 35672208, aa4669ad) · ksh93/ksh@580ff61 · GitHub
Copy file name to clipboardExpand all lines: src/cmd/INIT/cc.sol11.i386-64
Copy file name to clipboardExpand all lines: src/cmd/INIT/cc.sol11.sparc
Copy file name to clipboardExpand all lines: src/cmd/INIT/cc.sol11.sparc-64
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit 580ff61
committed
bin/package, src/cmd/INIT/package.sh:
- CCFLAGS overwrites the autodetected optimisation flags (e.g. -Os)
if set. Unfortunately, that also happened when we added something
to CCFLAGS for a release build or to add an extra flag needed by
Solaris. The fix is to use a new flags variable (KSH_RELFLAGS)
instead. This needs to be done in a different place as it needs
to be added to the mamake command as an assignment argument.
- Remove the Solaris CCFLAGS hack; see features/common below.
src/*/*/Mamfile:
- Add ${KSH_RELFLAGS} to all the compiler commands.
src/lib/libast/features/common:
- Enable POSIX standard on Solaris (i.e.: if __sun is defined) by
defining _XPG6 directly in the feature test that generates
ast_std.h, which is indirectly included by everything. This
removes the need to pass -D_XPG6 via CCFLAGS. (Doing so
automatically with gcc was not otherwise possible.)
src/cmd/INIT/cc.sol11.*:
- No longer pass -D_XPG6, as per above.
1 parent e25d9f4 commit 580ff61Copy full SHA for 580ff61
File tree
Expand file treeCollapse file tree
14 files changed
+925
-922
lines changedFilter options
- bin
- src
- cmd
- INIT
- builtin
- ksh93
- lib
- libast
- features
- libcmd
- libdll
- libsum
Expand file treeCollapse file tree
14 files changed
+925
-922
lines changed+34-43Lines changed: 34 additions & 43 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1384 | 1384 |
| |
1385 | 1385 |
| |
1386 | 1386 |
| |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
1387 | 1421 |
| |
1388 | 1422 |
| |
1389 | 1423 |
| |
| |||
5402 | 5436 |
| |
5403 | 5437 |
| |
5404 | 5438 |
| |
5405 |
| - | |
5406 |
| - | |
5407 |
| - | |
5408 |
| - | |
5409 |
| - | |
5410 |
| - | |
5411 |
| - | |
5412 |
| - | |
5413 |
| - | |
5414 |
| - | |
5415 |
| - | |
5416 |
| - | |
5417 |
| - | |
5418 |
| - | |
5419 |
| - | |
5420 |
| - | |
5421 |
| - | |
5422 |
| - | |
5423 |
| - | |
5424 |
| - | |
5425 |
| - | |
5426 |
| - | |
5427 |
| - | |
5428 |
| - | |
5429 |
| - | |
5430 |
| - | |
5431 |
| - | |
5432 |
| - | |
5433 |
| - | |
5434 |
| - | |
5435 |
| - | |
5436 |
| - | |
5437 |
| - | |
5438 |
| - | |
5439 |
| - | |
5440 |
| - | |
5441 |
| - | |
5442 |
| - | |
5443 |
| - | |
5444 |
| - | |
5445 |
| - | |
5446 |
| - | |
5447 |
| - | |
5448 | 5439 |
| |
5449 | 5440 |
| |
5450 | 5441 |
| |
|
+9-8Lines changed: 9 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
532 | 533 |
| |
533 | 534 |
| |
534 | 535 |
| |
535 |
| - | |
| 536 | + | |
536 | 537 |
| |
537 |
| - | |
| 538 | + | |
538 | 539 |
| |
539 | 540 |
| |
540 | 541 |
| |
541 | 542 |
| |
542 | 543 |
| |
543 | 544 |
| |
544 | 545 |
| |
545 |
| - | |
| 546 | + | |
546 | 547 |
| |
547 |
| - | |
| 548 | + | |
548 | 549 |
| |
549 | 550 |
| |
550 | 551 |
| |
| |||
567 | 568 |
| |
568 | 569 |
| |
569 | 570 |
| |
570 |
| - | |
| 571 | + | |
571 | 572 |
| |
572 |
| - | |
| 573 | + | |
573 | 574 |
| |
574 | 575 |
| |
575 | 576 |
| |
| |||
578 | 579 |
| |
579 | 580 |
| |
580 | 581 |
| |
581 |
| - | |
| 582 | + | |
582 | 583 |
| |
583 |
| - | |
| 584 | + | |
584 | 585 |
| |
585 | 586 |
| |
586 | 587 |
| |
|
+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
| 17 | + | |
| 18 | + |
src/cmd/INIT/cc.sol11.i386-64
Copy file name to clipboardExpand all lines: src/cmd/INIT/cc.sol11.i386-64+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
| 17 | + | |
| 18 | + |
src/cmd/INIT/cc.sol11.sparc
Copy file name to clipboardExpand all lines: src/cmd/INIT/cc.sol11.sparc+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
| 17 | + | |
| 18 | + |
src/cmd/INIT/cc.sol11.sparc-64
Copy file name to clipboardExpand all lines: src/cmd/INIT/cc.sol11.sparc-64+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
| 17 | + | |
| 18 | + |
+34-43Lines changed: 34 additions & 43 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1383 | 1383 |
| |
1384 | 1384 |
| |
1385 | 1385 |
| |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
1386 | 1420 |
| |
1387 | 1421 |
| |
1388 | 1422 |
| |
| |||
5401 | 5435 |
| |
5402 | 5436 |
| |
5403 | 5437 |
| |
5404 |
| - | |
5405 |
| - | |
5406 |
| - | |
5407 |
| - | |
5408 |
| - | |
5409 |
| - | |
5410 |
| - | |
5411 |
| - | |
5412 |
| - | |
5413 |
| - | |
5414 |
| - | |
5415 |
| - | |
5416 |
| - | |
5417 |
| - | |
5418 |
| - | |
5419 |
| - | |
5420 |
| - | |
5421 |
| - | |
5422 |
| - | |
5423 |
| - | |
5424 |
| - | |
5425 |
| - | |
5426 |
| - | |
5427 |
| - | |
5428 |
| - | |
5429 |
| - | |
5430 |
| - | |
5431 |
| - | |
5432 |
| - | |
5433 |
| - | |
5434 |
| - | |
5435 |
| - | |
5436 |
| - | |
5437 |
| - | |
5438 |
| - | |
5439 |
| - | |
5440 |
| - | |
5441 |
| - | |
5442 |
| - | |
5443 |
| - | |
5444 |
| - | |
5445 |
| - | |
5446 |
| - | |
5447 | 5438 |
| |
5448 | 5439 |
| |
5449 | 5440 |
| |
|
+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
| |||
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
58 |
| - | |
| 59 | + | |
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
| |||
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
75 |
| - | |
| 76 | + | |
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
79 |
| - | |
| 80 | + | |
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
|
You can’t perform that action at this time.
0 commit comments