Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Oblomov
gtk
Commits
00000538
Commit
00000538
authored
Jan 09, 1998
by
Manish Singh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added check for inline in configure and updated files to use it.
-Yosh
parent
f873f58d
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
100 additions
and
3 deletions
+100
-3
ChangeLog
ChangeLog
+13
-0
ChangeLog.pre-2-0
ChangeLog.pre-2-0
+13
-0
ChangeLog.pre-2-10
ChangeLog.pre-2-10
+13
-0
ChangeLog.pre-2-2
ChangeLog.pre-2-2
+13
-0
ChangeLog.pre-2-4
ChangeLog.pre-2-4
+13
-0
ChangeLog.pre-2-6
ChangeLog.pre-2-6
+13
-0
ChangeLog.pre-2-8
ChangeLog.pre-2-8
+13
-0
config.h.in
config.h.in
+3
-0
configure.in
configure.in
+1
-0
glib/gscanner.c
glib/gscanner.c
+2
-1
gtk/fnmatch.c
gtk/fnmatch.c
+1
-1
gtk/gtkclist.c
gtk/gtkclist.c
+2
-1
No files found.
ChangeLog
View file @
00000538
Thu Jan 8 17:56:09 PST 1998 Manish Singh <yosh@gimp.org>
* glib/gscanner.c
* gtk/gtclist.c
* config.h.in
* configure.in: added test for inline and put the inline keywords
back in
* gtk/gtklabel.c: made the prototypes match the definitions
* gtk/fnmatch.c: minor change to make sure the right config.h
gets included
1998-01-07 Elliot Lee <sopwith@localhost.cs.cuc.edu>
* gtk/gtkcombobox.c gtk/gtkcombobox.h: New widget, GtkComboBox
...
...
ChangeLog.pre-2-0
View file @
00000538
Thu Jan 8 17:56:09 PST 1998 Manish Singh <yosh@gimp.org>
* glib/gscanner.c
* gtk/gtclist.c
* config.h.in
* configure.in: added test for inline and put the inline keywords
back in
* gtk/gtklabel.c: made the prototypes match the definitions
* gtk/fnmatch.c: minor change to make sure the right config.h
gets included
1998-01-07 Elliot Lee <sopwith@localhost.cs.cuc.edu>
* gtk/gtkcombobox.c gtk/gtkcombobox.h: New widget, GtkComboBox
...
...
ChangeLog.pre-2-10
View file @
00000538
Thu Jan 8 17:56:09 PST 1998 Manish Singh <yosh@gimp.org>
* glib/gscanner.c
* gtk/gtclist.c
* config.h.in
* configure.in: added test for inline and put the inline keywords
back in
* gtk/gtklabel.c: made the prototypes match the definitions
* gtk/fnmatch.c: minor change to make sure the right config.h
gets included
1998-01-07 Elliot Lee <sopwith@localhost.cs.cuc.edu>
* gtk/gtkcombobox.c gtk/gtkcombobox.h: New widget, GtkComboBox
...
...
ChangeLog.pre-2-2
View file @
00000538
Thu Jan 8 17:56:09 PST 1998 Manish Singh <yosh@gimp.org>
* glib/gscanner.c
* gtk/gtclist.c
* config.h.in
* configure.in: added test for inline and put the inline keywords
back in
* gtk/gtklabel.c: made the prototypes match the definitions
* gtk/fnmatch.c: minor change to make sure the right config.h
gets included
1998-01-07 Elliot Lee <sopwith@localhost.cs.cuc.edu>
* gtk/gtkcombobox.c gtk/gtkcombobox.h: New widget, GtkComboBox
...
...
ChangeLog.pre-2-4
View file @
00000538
Thu Jan 8 17:56:09 PST 1998 Manish Singh <yosh@gimp.org>
* glib/gscanner.c
* gtk/gtclist.c
* config.h.in
* configure.in: added test for inline and put the inline keywords
back in
* gtk/gtklabel.c: made the prototypes match the definitions
* gtk/fnmatch.c: minor change to make sure the right config.h
gets included
1998-01-07 Elliot Lee <sopwith@localhost.cs.cuc.edu>
* gtk/gtkcombobox.c gtk/gtkcombobox.h: New widget, GtkComboBox
...
...
ChangeLog.pre-2-6
View file @
00000538
Thu Jan 8 17:56:09 PST 1998 Manish Singh <yosh@gimp.org>
* glib/gscanner.c
* gtk/gtclist.c
* config.h.in
* configure.in: added test for inline and put the inline keywords
back in
* gtk/gtklabel.c: made the prototypes match the definitions
* gtk/fnmatch.c: minor change to make sure the right config.h
gets included
1998-01-07 Elliot Lee <sopwith@localhost.cs.cuc.edu>
* gtk/gtkcombobox.c gtk/gtkcombobox.h: New widget, GtkComboBox
...
...
ChangeLog.pre-2-8
View file @
00000538
Thu Jan 8 17:56:09 PST 1998 Manish Singh <yosh@gimp.org>
* glib/gscanner.c
* gtk/gtclist.c
* config.h.in
* configure.in: added test for inline and put the inline keywords
back in
* gtk/gtklabel.c: made the prototypes match the definitions
* gtk/fnmatch.c: minor change to make sure the right config.h
gets included
1998-01-07 Elliot Lee <sopwith@localhost.cs.cuc.edu>
* gtk/gtkcombobox.c gtk/gtkcombobox.h: New widget, GtkComboBox
...
...
config.h.in
View file @
00000538
...
...
@@ -3,6 +3,9 @@
/* Define to empty if the keyword does not work. */
#undef const
/* Define as __inline if that's what the C compiler calls it. */
#undef inline
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
...
...
configure.in
View file @
00000538
...
...
@@ -231,6 +231,7 @@ AC_HEADER_STDC
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_C_INLINE
# Checks for library functions.
AC_TYPE_SIGNAL
...
...
glib/gscanner.c
View file @
00000538
...
...
@@ -110,7 +110,8 @@ static void g_scanner_get_token_i (GScanner *scanner,
static
void
g_scanner_free_value
(
GTokenType
*
token_p
,
GValue
*
value_p
);
static
gint
g_scanner_char_2_num
(
guchar
c
,
static
inline
gint
g_scanner_char_2_num
(
guchar
c
,
guchar
base
);
static
guchar
g_scanner_peek_next_char
(
GScanner
*
scanner
);
static
guchar
g_scanner_get_char
(
GScanner
*
scanner
,
...
...
gtk/fnmatch.c
View file @
00000538
...
...
@@ -16,7 +16,7 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA. */
#ifdef HAVE_CONFIG_H
#include
<
config.h
>
#include
"../
config.h
"
#endif
#include <errno.h>
...
...
gtk/gtkclist.c
View file @
00000538
...
...
@@ -17,6 +17,7 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <stdlib.h>
#include "../config.h"
#include "gtkclist.h"
/* the width of the column resize windows */
...
...
@@ -50,7 +51,7 @@
/* returns the column index from a x pixel location in the
* context of the clist's hoffset */
static
gint
static
inline
gint
COLUMN_FROM_XPIXEL
(
GtkCList
*
clist
,
gint
x
)
{
...
...
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