Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
Tickets
New Ticket
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 02598c2
Timestamp:
Oct 6, 2022, 12:36:29 PM (
2 years
ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
5a2b670
Parents:
e6924ee
Message:
Add gnu-c
Location:
public/doc/gnu-c
Files:
311 added
Accessing-Array-Elements.html
(added)
Address-of-Data.html
(added)
Advanced-Definitions.html
(added)
Aliasing-Alignment.html
(added)
Aliasing-Length.html
(added)
Aliasing-Type-Rules.html
(added)
Aliasing.html
(added)
Allocating-File_002dScope.html
(added)
Argument-Prescan.html
(added)
Argument-Promotions.html
(added)
Arithmetic.html
(added)
Array-Example-Call.html
(added)
Array-Example-Variations.html
(added)
Array-Example.html
(added)
Array-Parm-Pointer.html
(added)
Array-Parm-Qualifiers.html
(added)
Array-Type-Designators.html
(added)
Arrays-as-Parameters.html
(added)
Arrays-of-Variable-Length.html
(added)
Arrays.html
(added)
Assigning-Function-Pointers.html
(added)
Assignment-Expressions.html
(added)
Assignment-Type-Conversions.html
(added)
Assignment-in-Subexpressions.html
(added)
Associativity-and-Ordering.html
(added)
Attributes.html
(added)
Auto-Type.html
(added)
Avoid-Comma.html
(added)
Basic-Arithmetic.html
(added)
Basic-Integers.html
(added)
Beyond-Integers.html
(added)
Binary-Operator-Grammar.html
(added)
Bit-Field-Packing.html
(added)
Bit-Fields.html
(added)
Bits-Shifted-In.html
(added)
Bitwise-Operations.html
(added)
Blocks.html
(added)
Boolean-Type.html
(added)
Calling-Function-Pointers.html
(added)
Case-Ranges.html
(added)
Cast-to-Union.html
(added)
Character-Constants.html
(added)
Characters.html
(added)
Clean-Comma.html
(added)
Combining-Variable-Declarations.html
(added)
Comma-Operator.html
(added)
Command_002dline-Parameters.html
(added)
Comments.html
(added)
Common-Type.html
(added)
Compatible-Types.html
(added)
Compilation.html
(added)
Compile-Example.html
(added)
Complete-Example.html
(added)
Complete-Explanation.html
(added)
Complete-Line_002dby_002dLine.html
(added)
Complete-Program.html
(added)
Complex-Arithmetic.html
(added)
Complex-Data-Types.html
(added)
Computed-Includes.html
(added)
Concatenation.html
(added)
Concept-Index.html
(added)
Conditional-Branches.html
(added)
Conditional-Expression.html
(added)
Conditional-Rules.html
(added)
Conditional-Syntax.html
(added)
Conditional-Uses.html
(added)
Conditionals.html
(added)
Constants.html
(added)
Constructing-Array-Values.html
(added)
Declaring-Arrays-and-Pointers.html
(added)
Declaring-Function-Pointers.html
(added)
Declaring-an-Array.html
(added)
Defining-Typedef-Names.html
(added)
Deleted-Code.html
(added)
Designated-Inits.html
(added)
Diagnostics.html
(added)
Digraphs.html
(added)
Directing-Compilation.html
(added)
Directives-Within-Macro-Arguments.html
(added)
Directives.html
(added)
Division-and-Remainder.html
(added)
Duffs-Device.html
(added)
Duplication-of-Side-Effects.html
(added)
Dynamic-Memory-Allocation.html
(added)
English.html
(added)
Enumeration-Types.html
(added)
Environment-Variables.html
(added)
Error-Recovery.html
(added)
Exact-Floating-Constants.html
(added)
Exact-Floating_002dPoint.html
(added)
Example-of-for.html
(added)
Exception-Flags.html
(added)
Execution-Control-Expressions.html
(added)
Explicit-Type-Conversion.html
(added)
Expression-Statement.html
(added)
Extern-Declarations.html
(added)
Field-Offset.html
(added)
File_002dScope-Variables.html
(added)
Flexible-Array-Fields.html
(added)
Float-Example.html
(added)
Floating-Constants.html
(added)
Floating-Point-in-Depth.html
(added)
Floating-Representations.html
(added)
Floating-Type-Specs.html
(added)
Floating_002dPoint-Data-Types.html
(added)
Forward-Function-Declarations.html
(added)
Function-Body.html
(added)
Function-Call-Semantics.html
(added)
Function-Calls.html
(added)
Function-Declarations.html
(added)
Function-Definitions.html
(added)
Function-Header.html
(added)
Function-Parameter-Variables.html
(added)
Function-Pointers.html
(added)
Function_002dlike-Macros.html
(added)
Functions.html
(added)
Further-Reading.html
(added)
Fused-Multiply_002dAdd.html
(added)
GNU-Free-Documentation-License.html
(added)
Handling-Infinity.html
(added)
Handling-NaN.html
(added)
Header-Files.html
(added)
Identifiers.html
(added)
Imaginary-Constants.html
(added)
Incomplete-Array-Types.html
(added)
Incomplete-Types.html
(added)
Increment_002fDecrement.html
(added)
Initializers.html
(added)
Inline-Function-Definitions.html
(added)
Integer-Arithmetic.html
(added)
Integer-Const-Type.html
(added)
Integer-Constants.html
(added)
Integer-Conversion.html
(added)
Integer-Overflow.html
(added)
Integer-Representations.html
(added)
Integer-Types.html
(added)
Integer-Variations.html
(added)
Integers-in-Depth.html
(added)
Intertwined-Incomplete-Types.html
(added)
Invalid-Dereference.html
(added)
Invalid-Numbers.html
(added)
Invalid-Optimizations.html
(added)
Iterative-Fibonacci.html
(added)
Label-Value-Caveats.html
(added)
Label-Value-Uses.html
(added)
Labels-as-Values.html
(added)
Lexical-Syntax.html
(added)
Limitations-of-C-Arrays.html
(added)
Line-Continuation.html
(added)
Line-Control.html
(added)
Local-Labels.html
(added)
Local-Variables.html
(added)
Logical-Operators.html
(added)
Logicals-and-Assignments.html
(added)
Logicals-and-Comparison.html
(added)
Loop-Statements.html
(added)
Lvalues.html
(added)
Machine-Epsilon.html
(added)
Macro-Arguments.html
(added)
Macro-Pitfalls.html
(added)
Macros-and-Auto-Type.html
(added)
Macros.html
(added)
Maximum-and-Minimum-Values.html
(added)
Misnesting.html
(added)
Mixed-Mode.html
(added)
Modifying-Assignment.html
(added)
Multidimensional-Arrays.html
(added)
Narrow-Integers.html
(added)
Nested-Functions.html
(added)
Null-Directive.html
(added)
Null-Pointers.html
(added)
Null-Statement.html
(added)
Numeric-Comparisons.html
(added)
Object_002dlike-Macros.html
(added)
Obsolete-Definitions.html
(added)
Old-GNU-Inlining.html
(added)
Old_002dStyle-Function-Definitions.html
(added)
Omitted-for_002dExpressions.html
(added)
Omitting-Types.html
(added)
Once_002dOnly-Headers.html
(added)
Operand-Promotions.html
(added)
Operator-Precedence-Problems.html
(added)
Operators_002fPunctuation.html
(added)
Optimization-Pragmas.html
(added)
Optimization-and-Ordering.html
(added)
Order-of-Execution.html
(added)
Ordering-of-Operands.html
(added)
Other-Data-Types.html
(added)
Overlaying-Structures.html
(added)
Packed-Structures.html
(added)
Packing-With-Unions.html
(added)
Passing-Array-Args.html
(added)
Pointer-Arithmetic-Drawbacks.html
(added)
Pointer-Arithmetic-Low-Level.html
(added)
Pointer-Arithmetic.html
(added)
Pointer-Comparison.html
(added)
Pointer-Declarations.html
(added)
Pointer-Dereference.html
(added)
Pointer-Increment_002fDecrement.html
(added)
Pointer-Type-Designators.html
(added)
Pointer-Types.html
(added)
Pointer_002dInteger-Conversion.html
(added)
Pointers-and-Arrays.html
(added)
Pointers.html
(added)
Postincrement-and-Ordering.html
(added)
Postincrement_002fPostdecrement.html
(added)
Pragma-Basics.html
(added)
Pragmas.html
(added)
Predefined-Macros.html
(added)
Preproc-Overview.html
(added)
Preprocessing-Tokens.html
(added)
Preprocessing.html
(added)
Primitive-Types.html
(added)
Printing-Pointers.html
(added)
Recursive-Fibonacci.html
(added)
Referencing-Fields.html
(added)
Reordering-of-Operands.html
(added)
Round_002dTrip-Base-Conversion.html
(added)
Rounding-Control.html
(added)
Rounding-Issues.html
(added)
Rounding.html
(added)
Scaling-by-the-Base.html
(added)
Scope.html
(added)
Search-Path.html
(added)
Self_002dReferential-Macros.html
(added)
Sequence-Points.html
(added)
Severity-Pragmas.html
(added)
Shift-Caveats.html
(added)
Shift-Hacks.html
(added)
Shift-Operations.html
(added)
Signals.html
(added)
Signed-Overflow.html
(added)
Signed-Zeros.html
(added)
Signed-and-Unsigned-Types.html
(added)
Significance-Loss.html
(added)
Simple-Assignment.html
(added)
Special-Float-Values.html
(added)
Stack.html
(added)
Statement-Exprs.html
(added)
Statements.html
(added)
Static-Assertions.html
(added)
Static-Functions.html
(added)
Static-Local-Variables.html
(added)
Storage.html
(added)
String-Constants.html
(added)
Stringification.html
(added)
Strings.html
(added)
Structs-as-Parameters.html
(added)
Structure-Assignment.html
(added)
Structure-Constructors.html
(added)
Structure-Layout.html
(added)
Structures.html
(added)
Swallowing-the-Semicolon.html
(added)
Symbol-Index.html
(added)
The-First-Example.html
(added)
The-Void-Type.html
(added)
The-main-Function.html
(added)
Type-Alignment.html
(added)
Type-Conversions.html
(added)
Type-Designators.html
(added)
Type-Qualifiers.html
(added)
Type-Size.html
(added)
Type-Tags.html
(added)
UTF_002d8-String-Constants.html
(added)
Undefining-and-Redefining-Macros.html
(added)
Unicode-Character-Codes.html
(added)
Unions.html
(added)
Unnamed-Types-as-Fields.html
(added)
Unsigned-Overflow.html
(added)
Uses-of-Comma.html
(added)
Values-from-main.html
(added)
Variable-Declarations.html
(added)
Variable-Number-of-Arguments.html
(added)
Variable_002dLength-Array-Parameters.html
(added)
Variables.html
(added)
Variadic-Macros.html
(added)
Void-Pointers.html
(added)
Whitespace.html
(added)
Wide-Character-Constants.html
(added)
Wide-String-Constants.html
(added)
Write-Assignments-Separately.html
(added)
Zero-Length.html
(added)
auto-and-register.html
(added)
break-Statement.html
(added)
c.pdf
(added)
const-Fields.html
(added)
const.html
(added)
continue-Statement.html
(added)
defined.html
(added)
do_002dwhile-Statement.html
(added)
elif.html
(added)
else.html
(added)
fetestexcept.html
(added)
for-Statement.html
(added)
for_002dIndex-Declarations.html
(added)
goto-Statement.html
(added)
if-Statement.html
(added)
if.html
(added)
if_002delse-Statement.html
(added)
ifdef.html
(added)
include-Operation.html
(added)
include-Syntax.html
(added)
index.html
(added)
restrict-Pointer-Example.html
(added)
restrict-Pointers.html
(added)
return-Statement.html
(added)
subnormal-numbers.html
(added)
switch-Example.html
(added)
switch-Statement.html
(added)
volatile.html
(added)
while-Statement.html
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive