Commit graph

259 commits

Author SHA1 Message Date
01a093de40 Merge #27 Fix accidental formatting in monospaced text 2025-03-25 14:40:45 +00:00
7df70f67e4 Merge #28 Revision History:Fix formatting 2025-03-25 14:39:42 +00:00
Frank Dana (FeRD)
d757c495c4 Revision History:Fix formatting
- Blank line required after headings
- Missing bullet on first change item
2025-03-24 14:03:08 +00:00
Jared Kangas
a46127f8a9 Fix accidental formatting in monospaced text
Monospaced text in AsciiDoc can contain italics, bold, and other
formatted text. Using `+text+` instead of `text` makes the wrapped text
treated as literal monospace text, resolving this issue. [1] Use this
construct when double underscores are present in monospaced text to
avoid accidental formatting.

[1]: https://docs.asciidoctor.org/asciidoc/latest/text/literal-monospace
2024-09-06 14:40:03 -07:00
Huzaifa Sidhpurwala
e435151a0c Merge #21 Do not use alloca inside a loop 2022-02-11 12:34:37 +00:00
Riccardo Schirone
5c5f165d92 Notify about mixing VLA and alloca 2022-02-11 13:31:16 +01:00
Riccardo Schirone
34c100361b Do not use alloca inside a loop 2022-02-11 13:31:15 +01:00
Huzaifa Sidhpurwala
c53e5b1f71 Merge #24 Update modules/ROOT/pages/programming-languages/Go.adoc 2022-02-11 11:55:36 +00:00
Judy Kelly
6ec3941773 Update modules/ROOT/pages/programming-languages/Go.adoc
fix link
2022-02-11 11:48:25 +00:00
Judy Kelly
b3795f9f72 Update modules/ROOT/pages/programming-languages/Go.adoc
rfc/remove markdown from code block
2022-02-11 11:40:24 +00:00
Huzaifa Sidhpurwala
5660f58a3d make build possible again 2022-02-11 15:50:57 +05:30
Huzaifa Sidhpurwala
362938d34d Merge #22 Update modules/ROOT/pages/programming-languages/Go.adoc 2022-02-11 09:36:31 +00:00
Judy Kelly
187fffcf68 Update modules/ROOT/pages/programming-languages/Go.adoc
rfc add Good Practices for Securing Go
2022-02-10 18:44:13 +00:00
Huzaifa Sidhpurwala
9e19ddee41 Add new location to README 2022-02-04 09:59:15 +05:30
Huzaifa Sidhpurwala
452c544503 Merge #20 Reserve a special section for memory leaks and automatic memory management. 2022-02-03 05:42:40 +00:00
Riccardo Schirone
8b7c607f1b Update modules/ROOT/pages/programming-languages/C.adoc
Reserve a special section for memory leaks and automatic memory management.
2022-01-31 11:42:24 +00:00
Huzaifa Sidhpurwala
001b97fc3c Merge #18 Update modules/ROOT/pages/programming-languages/Shell.adoc 2022-01-26 04:10:29 +00:00
Huzaifa Sidhpurwala
cdf2c20b51 Merge #19 Updating MySQL trademark notice 2022-01-26 04:09:46 +00:00
Eduard Lucena
b5f3c73495 Updating MySQL trademark notice 2022-01-25 16:58:29 -03:00
Thibault Guittet
8e190620db Update modules/ROOT/pages/programming-languages/Shell.adoc
Fix typo and add `PIPESTATUS` for checking return values of commands executed within pipes.
2022-01-25 16:24:46 +00:00
Petr Bokoc
0c15018e17 Remove master-docinfo 2022-01-13 23:31:06 +01:00
Petr Bokoc
e96cdd547e Fix xrefs, flatten structure, add ToCs & proper includes everywhere 2022-01-13 21:49:39 +01:00
Petr Bokoc
6bb2770bc9 Remove old POTs 2022-01-13 21:11:32 +01:00
Petr Bokoc
f531cc17b8 Fix publication year 2022-01-13 20:43:09 +01:00
Petr Bokoc
531ddf0721 Update structure for partials and examples 2022-01-13 20:42:40 +01:00
Petr Bokoc
b1b3d6a960 Update Fedora logo 2022-01-13 20:42:15 +01:00
Petr Bokoc
782e1e1e21 Update build/preview scripts 2022-01-13 20:34:12 +01:00
Huzaifa Sidhpurwala
3cc4533ad1 more broken link fixes 2021-09-22 10:16:00 +05:30
Huzaifa Sidhpurwala
b14c0857dc some more cosmetic changes 2021-09-21 10:21:10 +05:30
Huzaifa Sidhpurwala
b6f256227a clean up de-serialize 2021-09-21 09:20:21 +05:30
Huzaifa Sidhpurwala
ced01f0bea fix first set of broken links 2021-09-21 09:07:13 +05:30
Huzaifa Sidhpurwala
0ae85f9459 fix nikos email 2021-09-21 08:03:39 +05:30
Huzaifa Sidhpurwala
5656f30afb fix authors 2021-09-21 07:56:09 +05:30
Huzaifa Sidhpurwala
9e7cb706da update copyright year 2021-09-20 16:09:56 +05:30
Huzaifa Sidhpurwala
d5f50b7cc1 add my name 2021-09-18 11:34:17 +05:30
Huzaifa Sidhpurwala
1b86810534 slight format adjustment 2021-09-18 11:11:11 +05:30
Huzaifa Sidhpurwala
2c272e2e5d bump version number 2021-09-18 11:03:29 +05:30
Huzaifa Sidhpurwala
2620802c9f some more C-lib specific advice 2021-09-18 11:00:46 +05:30
Huzaifa Sidhpurwala
bce3587ece correct formatting 2021-09-18 10:50:43 +05:30
Huzaifa Sidhpurwala
f378dc0a3d Add some C library specific stuff 2021-09-18 10:42:48 +05:30
Huzaifa Sidhpurwala
e636eb661e revison chanages 2020-10-26 16:21:53 +05:30
Huzaifa Sidhpurwala
2f267b79ae Merge #16 Fix typo introduced by the previous typo fix 2020-10-13 12:04:38 +00:00
Daiki Ueno
0a66cc3273 Fix typo introduced by the previous typo fix
The previous fix changed "expection" to "exception", but in this
context, "expectation" is expected.

Signed-off-by: Daiki Ueno <dueno@redhat.com>
2020-10-13 13:10:01 +02:00
Huzaifa Sidhpurwala
0888d3db13 Merge #13 Add some tips to C-Allocators 2020-10-13 10:16:59 +00:00
Daiki Ueno
3a1876bdaf C-Allocators: Mention realloc behavior if size is zero
Signed-off-by: Daiki Ueno <dueno@redhat.com>
2020-10-13 10:16:43 +00:00
Daiki Ueno
c253c7d93e C-Allocators: Mention cleanup attribute
Signed-off-by: Daiki Ueno <dueno@redhat.com>
2020-10-13 10:16:43 +00:00
Daiki Ueno
e6baf3d2fb C-Allocators: Mention reallocarray for safe array allocation
Signed-off-by: Daiki Ueno <dueno@redhat.com>
2020-10-13 10:16:43 +00:00
Huzaifa Sidhpurwala
4d3fbd6273 Merge #14 Fix typos spotted by codespell 2020-10-13 10:16:08 +00:00
Daiki Ueno
db0dec1229 Fix typos spotted by codespell
Signed-off-by: Daiki Ueno <dueno@redhat.com>
2020-10-13 09:50:57 +02:00
Huzaifa Sidhpurwala
f6e364ebd4 Merge #12 Update cryptographic recommendations for Python 2020-07-05 03:14:51 +00:00