Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,126
Issues
1,126
List
Boards
Labels
Service Desk
Milestones
Merge Requests
150
Merge Requests
150
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
0e32a729
Commit
0e32a729
authored
Aug 15, 2001
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
parent
370046c7
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
44 additions
and
3 deletions
+44
-3
ChangeLog
ChangeLog
+5
-0
ChangeLog.pre-2-0
ChangeLog.pre-2-0
+5
-0
ChangeLog.pre-2-10
ChangeLog.pre-2-10
+5
-0
ChangeLog.pre-2-2
ChangeLog.pre-2-2
+5
-0
ChangeLog.pre-2-4
ChangeLog.pre-2-4
+5
-0
ChangeLog.pre-2-6
ChangeLog.pre-2-6
+5
-0
ChangeLog.pre-2-8
ChangeLog.pre-2-8
+5
-0
docs/debugging.txt
docs/debugging.txt
+9
-3
No files found.
ChangeLog
View file @
0e32a729
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
2001-08-13 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,
...
...
ChangeLog.pre-2-0
View file @
0e32a729
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
2001-08-13 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,
...
...
ChangeLog.pre-2-10
View file @
0e32a729
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
2001-08-13 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,
...
...
ChangeLog.pre-2-2
View file @
0e32a729
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
2001-08-13 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,
...
...
ChangeLog.pre-2-4
View file @
0e32a729
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
2001-08-13 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,
...
...
ChangeLog.pre-2-6
View file @
0e32a729
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
2001-08-13 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,
...
...
ChangeLog.pre-2-8
View file @
0e32a729
2001-08-15 Matthias Clasen <matthiasc@waldgeist.poet.de>
* docs/debugging.txt: Add a warning about --enable-debug=no,
some editorial changes.
2001-08-13 Matthias Clasen <matthiasc@waldgeist.poet.de>
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,
...
...
docs/debugging.txt
View file @
0e32a729
...
...
@@ -38,8 +38,14 @@ time by the --enable-debug option.
Disable all debugging support (fastest)
sets G_DISABLE_ASSERT, G_DISABLE_CHECKS, and GTK_NO_CHECK_CASTS
Note that !G_DISABLE_CHECKS and --enable-debug=no are to be considered
not only fast, but dangerous as they tend to destabilize even mostly
bug-free software by changing the effect of many bugs from simple warnings
into fatal crashes. Thus --enable-debug=no should *not* be used for
stable releases of gtk+.
RUN TIME OPTIONS
RUNTIME OPTIONS
----------------
At run time, if GTK+ was compiled with debugging enabled, different
...
...
@@ -96,5 +102,5 @@ and the object system.
'updates' - Visual feedback about window updates
- Owen Taylor <owt1@cornell.edu>
98/02/19
\ No newline at end of file
- 2001-08-13 Matthias Clasen
- 98/02/19 Owen Taylor
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment